SHA256
1
0
forked from pool/aide

Accepting request 214008 from security

- aide.conf: Move from md5 and sha1 as default to sha256+sha512, also
  to allow FIPS enabling with aide working. FATE#315925 (forwarded request 214003 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/214008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2014-01-16 13:12:32 +00:00 committed by Git OBS Bridge
commit 318d616c7e
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 15 14:11:14 UTC 2014 - meissner@suse.com
- aide.conf: Move from md5 and sha1 as default to sha256+sha512, also
to allow FIPS enabling with aide working. FATE#315925
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 26 11:26:37 UTC 2013 - mmeister@suse.com Fri Apr 26 11:26:37 UTC 2013 - mmeister@suse.com

View File

@ -20,13 +20,13 @@ warn_dead_symlinks=yes
# #
# Custom rules # Custom rules
# #
Binlib = p+i+n+u+g+s+b+m+c+md5+sha1 Binlib = p+i+n+u+g+s+b+m+c+sha256+sha512
ConfFiles = p+i+n+u+g+s+b+m+c+md5+sha1 ConfFiles = p+i+n+u+g+s+b+m+c+sha256+sha512
Logs = p+i+n+u+g+S Logs = p+i+n+u+g+S
Devices = p+i+n+u+g+s+b+c+md5+sha1 Devices = p+i+n+u+g+s+b+c+sha256+sha512
Databases = p+n+u+g Databases = p+n+u+g
StaticDir = p+i+n+u+g StaticDir = p+i+n+u+g
ManPages = p+i+n+u+g+s+b+m+c+md5+sha1 ManPages = p+i+n+u+g+s+b+m+c+sha256+sha512
# #
# Directories and files # Directories and files

View File

@ -1,7 +1,7 @@
# #
# spec file for package aide # spec file for package aide
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 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
@ -82,9 +82,11 @@ sed -e "s#/var/lib/aide#$TESTDIR/var/lib/aide#g" <$TESTDIR/etc/aide.conf.new >$T
sleep 2 sleep 2
sync sync
sleep 2 sleep 2
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --init $TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --init
mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose $TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose
rm -rf $TESTDIR rm -rf $TESTDIR
%files %files