commit aide for openSUSE:Factory
Hello community, here is the log from the commit of package aide for openSUSE:Factory checked in at 2017-01-25 23:26:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aide (Old) and /work/SRC/openSUSE:Factory/.aide.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "aide" Changes: -------- --- /work/SRC/openSUSE:Factory/aide/aide.changes 2015-08-01 11:39:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes 2017-01-25 23:26:41.572404390 +0100 @@ -1,0 +2,12 @@ +Wed Jan 18 13:38:03 UTC 2017 - meissner@suse.com + +- Updated to 0.16 + - lots of bugfixes + - including regexp matching within subdirectories of expressions +- aide-0.16-as-needed.patch: replaces aide-0.15.1-as-needed.patch +- aide-no_m4_dir.patch: upstream +- aide.keyring: added from keyserver, cross checked key id on + http://aide.sourceforge.net/ and a signature from someone + I signed. + +------------------------------------------------------------------- Old: ---- aide-0.15.1-as-needed.patch aide-0.15.1.tar.bz2 aide-no_m4_dir.patch New: ---- aide-0.16-as-needed.patch aide-0.16.tar.gz aide-0.16.tar.gz.asc aide.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aide.spec ++++++ --- /var/tmp/diff_new_pack.MpVTOc/_old 2017-01-25 23:26:42.456271141 +0100 +++ /var/tmp/diff_new_pack.MpVTOc/_new 2017-01-25 23:26:42.456271141 +0100 @@ -1,7 +1,7 @@ # # spec file for package aide # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,17 +26,18 @@ BuildRequires: libselinux-devel BuildRequires: pkg-config BuildRequires: zlib-devel -Version: 0.15.1 +Version: 0.16 Release: 0 Summary: Advanced Intrusion Detection Environment License: GPL-2.0+ Group: Productivity/Security -Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2 +Source0: https://downloads.sourceforge.net/project/aide/aide/%version/aide-%version.t... +Source42: https://downloads.sourceforge.net/project/aide/aide/%version/aide-%version.t... +Source43: aide.keyring Source1: aide.conf Source2: aide-cron_daily.sh Source3: aide-test.sh Patch1: aide-%{version}-as-needed.patch -Patch2: aide-no_m4_dir.patch Patch3: aide-xattr-in-libc.patch Patch4: aide-dynamic.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,7 +56,6 @@ %prep %setup -q %patch1 -p1 -%patch2 %patch3 -p1 %patch4 -p1 ++++++ aide-0.15.1-as-needed.patch -> aide-0.16-as-needed.patch ++++++ --- /work/SRC/openSUSE:Factory/aide/aide-0.15.1-as-needed.patch 2011-09-23 01:51:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aide.new/aide-0.16-as-needed.patch 2017-01-25 23:26:40.300596123 +0100 @@ -1,13 +1,13 @@ -Index: aide-0.15.1/src/Makefile.am +Index: aide-0.16/Makefile.am =================================================================== ---- aide-0.15.1.orig/src/Makefile.am -+++ aide-0.15.1/src/Makefile.am -@@ -25,7 +25,7 @@ AM_YFLAGS= -d - #AM_LFLAGS= -d - LEX_OUTPUT_ROOT = lex.yy +--- aide-0.16.orig/Makefile.am ++++ aide-0.16/Makefile.am +@@ -55,7 +55,7 @@ if USE_CURL + aide_SOURCES += include/fopen.h src/fopen.c + endif --LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@ -+LDADD = -lm @LDFLAGS@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@ +-aide_LDADD = -lm @PCRELIB@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@ ++aide_LDADD = -lm @LDFLAGS@ @PCRELIB@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@ AM_CFLAGS = @AIDE_DEFS@ -W -Wall -g - - CLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c db_lex.c *~ + AM_CPPFLAGS = -I$(top_srcdir) \ + -I$(top_srcdir)/include \ ++++++ aide-xattr-in-libc.patch ++++++ --- /var/tmp/diff_new_pack.MpVTOc/_old 2017-01-25 23:26:42.532259686 +0100 +++ /var/tmp/diff_new_pack.MpVTOc/_new 2017-01-25 23:26:42.536259083 +0100 @@ -1,16 +1,20 @@ ---- aide-0.15.1.orig/configure.in -+++ aide-0.15.1/configure.in -@@ -514,7 +514,7 @@ AC_ARG_WITH([xattr], +Index: aide-0.16/configure.ac +=================================================================== +--- aide-0.16.orig/configure.ac ++++ aide-0.16/configure.ac +@@ -536,7 +536,7 @@ AC_ARG_WITH([xattr], AS_IF([test "x$with_xattr_support" != xno], [AC_DEFINE(WITH_XATTR,1,[use xattr]) - ATTRLIB=-lattr + ATTRLIB= compoptionstring="${compoptionstring}WITH_XATTR\\n" - aideextragroups="${aideextragroups}+xattr" + aideextragroups="${aideextragroups}+xattrs" AC_MSG_RESULT(yes)], ---- aide-0.15.1.orig/include/db_config.h -+++ aide-0.15.1/include/db_config.h +Index: aide-0.16/include/db_config.h +=================================================================== +--- aide-0.16.orig/include/db_config.h ++++ aide-0.16/include/db_config.h @@ -62,7 +62,6 @@ typedef struct acl_type { #ifdef WITH_XATTR /* Do generic user Xattrs. */
participants (1)
-
root@hilbertn.suse.de