Compare commits
10 Commits
1bafbd62a9
...
5cf2273c19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cf2273c19 | ||
|
|
a829aaaa4f | ||
|
|
f2d63a6d66 | ||
|
|
83e4d8d90e | ||
|
|
7119c7b85e | ||
|
|
75560595a9 | ||
|
|
4c014c6c93 | ||
|
|
1dbc19370c | ||
|
|
0a12d9c39d | ||
|
|
619763319f |
Binary file not shown.
BIN
haveged-1.9.18.tar.gz
Normal file
BIN
haveged-1.9.18.tar.gz
Normal file
Binary file not shown.
@ -1,3 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
24
haveged.spec
24
haveged.spec
@ -2,8 +2,8 @@
|
|||||||
# and made some modifications. The exactly file path is ./contrib/build/fedora.spec.
|
# and made some modifications. The exactly file path is ./contrib/build/fedora.spec.
|
||||||
Summary: A Linux entropy source using the HAVEGE algorithm
|
Summary: A Linux entropy source using the HAVEGE algorithm
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.9.14
|
Version: 1.9.18
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/jirka-h/haveged
|
URL: https://github.com/jirka-h/haveged
|
||||||
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -14,7 +14,8 @@ Patch0: fix-the-core-file-problem.patch
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
BuildRequires: automake gdb coreutils glibc-common systemd
|
BuildRequires: gcc
|
||||||
|
BuildRequires: automake coreutils glibc-common systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Linux entropy source using the HAVEGE algorithm
|
A Linux entropy source using the HAVEGE algorithm
|
||||||
@ -73,6 +74,8 @@ rm -rf %{buildroot}
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%systemd_post haveged.service
|
%systemd_post haveged.service
|
||||||
|
/bin/systemctl enable haveged
|
||||||
|
/bin/systemctl start haveged
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun haveged.service
|
%systemd_preun haveged.service
|
||||||
@ -101,6 +104,21 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/libhavege.3*
|
%{_mandir}/man3/libhavege.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 6 2023 wangqingsan <wangqingsan@huawei.com> - 1.9.18-2
|
||||||
|
- enable haveged.service
|
||||||
|
|
||||||
|
* Mon Jul 4 2022 panxiaohe <panxh.life@foxmail.com> - 1.9.18-1
|
||||||
|
- update to 1.9.18
|
||||||
|
|
||||||
|
* Fri Dec 24 2021 yixiangzhike <yixiangzhike007@163.com> - 1.9.15-1
|
||||||
|
- update to 1.9.15
|
||||||
|
|
||||||
|
* Mon Jul 19 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-3
|
||||||
|
- delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
|
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-2
|
||||||
|
- add gcc to BuildRequires
|
||||||
|
|
||||||
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
|
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
|
||||||
- Update to version 1.9.14
|
- Update to version 1.9.14
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user