Accepting request 98821 from security
- libmhash development was abandoned in 2007, so it is time for it to go into the library heaven, use libgcrypt instead. (forwarded request 98735 from elvigia) OBS-URL: https://build.opensuse.org/request/show/98821 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=18
This commit is contained in:
11
aide.changes
11
aide.changes
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 13:34:11 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- libmhash development was abandoned in 2007, so it is time
|
||||||
|
for it to go into the library heaven, use libgcrypt instead.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 06:21:56 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 10:50:07 UTC 2011 - jengelh@medozas.de
|
Sat Sep 17 10:50:07 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
29
aide.spec
29
aide.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aide
|
# spec file for package aide
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aide
|
Name: aide
|
||||||
BuildRequires: bison flex libacl-devel libattr-devel mhash-devel pkg-config zlib-devel
|
BuildRequires: automake
|
||||||
BuildRequires: curl-devel libselinux-devel
|
BuildRequires: bison
|
||||||
%define prefix /usr
|
BuildRequires: curl-devel
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Version: 0.15.1
|
Version: 0.15.1
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Advanced Intrusion Detection Environment
|
Summary: Advanced Intrusion Detection Environment
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
|
Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
|
||||||
Source1: aide.conf
|
Source1: aide.conf
|
||||||
@@ -42,11 +49,7 @@ AIDE is an intrusion detection system that checks file integrity.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
%configure \
|
||||||
./configure \
|
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--with-config_file=/etc/aide.conf \
|
--with-config_file=/etc/aide.conf \
|
||||||
--with-dbhmactype=md5 \
|
--with-dbhmactype=md5 \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@@ -55,7 +58,9 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--with-xattr \
|
--with-xattr \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
--with-curl \
|
--with-curl \
|
||||||
--with-zlib
|
--with-zlib \
|
||||||
|
--with-gcrypt \
|
||||||
|
--without-mhash
|
||||||
# --enable-forced_configmd
|
# --enable-forced_configmd
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user