Accepting request 96691 from home:elvigia:branches:security
- Update to version 1.3.0a, PPC fixes. - Cleanup systemd unit and drop capabiltities there. OBS-URL: https://build.opensuse.org/request/show/96691 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=54
This commit is contained in:
parent
2b427b6c88
commit
3b9d2e3df5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c37f73250f76fc61da6936d0f5bff2ec4239282a879eda4a8fa56c380ee6436
|
|
||||||
size 211852
|
|
3
haveged-1.3a.tar.gz
Normal file
3
haveged-1.3a.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0430cbeffd0dea31dbe300f7b88c532a2d046e336c7d0ce5e1ef84858179595b
|
||||||
|
size 212072
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 23:42:57 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.3.0a, PPC fixes.
|
||||||
|
- Cleanup systemd unit and drop capabiltities there.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 07:26:32 UTC 2011 - coolo@suse.com
|
Fri Dec 2 07:26:32 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Haveged Entropy Gathering Daemon
|
Description=Haveged Entropy Gathering Daemon
|
||||||
After= local-fs.target syslog.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/sbin/haveged -F 1 -w 1024 -v 0
|
ExecStart=/sbin/haveged -F 1 -w 1024 -v 0
|
||||||
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define extra_ver a
|
||||||
|
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -22,7 +25,7 @@ License: GPL-3.0
|
|||||||
Summary: Feed entropy into random pool
|
Summary: Feed entropy into random pool
|
||||||
Url: http://www.issihosts.com/haveged/
|
Url: http://www.issihosts.com/haveged/
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
|
Source0: http://www.issihosts.com/haveged/%{name}-%{version}%{extra_ver}.tar.gz
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: %{name}.service
|
Source2: %{name}.service
|
||||||
Patch1: %{name}-ppc64.patch
|
Patch1: %{name}-ppc64.patch
|
||||||
@ -57,7 +60,7 @@ For more informations see http://www.issihosts.com/haveged/
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes --enable-daemon=yes
|
%configure --sbindir=/sbin --enable-nistest=yes --enable-daemon=yes
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user