Hello community,

here is the log from the commit of package audit for openSUSE:Factory
checked in at Mon May 2 12:07:35 CEST 2011.



--------
--- audit/audit-secondary.changes       2010-09-29 04:05:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/audit/audit-secondary.changes  2011-04-27 
02:29:22.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 00:05:50 UTC 2011 - to...@novell.com
+
+- Upgrade to version 2.1.1 (see audit.changes for upstream change
+  history)
+
+-------------------------------------------------------------------
--- audit/audit.changes 2011-02-21 11:34:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/audit/audit.changes    2011-04-27 
02:29:23.000000000 +0200
@@ -1,0 +2,55 @@
+Wed Apr 27 00:04:23 UTC 2011 - to...@novell.com
+
+- Update to version 2.1.1, upstream changelog:
+  - 2.1.1
+  - When ausearch is interpretting, output "as is" if no = is found
+  - Correct socket setup in remote logging
+  - Adjusted a couple default settings for remote logging and init script
+  - Audispd was not marking restarted plugins as active
+  - Audisp-remote should keep a capability if local_port < 1024
+  - When audispd restarts plugin, send event in its preferred format
+  - In audisp-remote, make all I/O asynchronous
+  - In audisp-remote, add sigusr1 handler to dump internal state
+  - Fix autrace to use correct syscalls on s390 and s390x systems
+  - Add shutdown syscall to remote logging teardowns
+  - Correct autrace rule for 32 bits systems
+  
+  2.1
+  - Update auditctl man page for new field on user filter
+  - Fix crash in aulast when auid is foreign to the system
+  - Code cleanups
+  - Add store and forward model to audispd-remote (Mirek Trmac)
+  - Free memory on failed startups in audisp-prelude
+  - Fix memory leak in aureport
+  - Fix parsing state problem in libauparse
+  - Improve the robustness of libaudit field encoding functions
+  - Update capability tables
+  - In auditd, make failure action config checking consistent 
+  - In auditd, check that NULL is not being passed to safe_exec
+  - In audisp-remote, overflow_action wasn't suspending if that action was 
chosen
+  - Update interpretations for virt events
+  - Improve remote logging warning and error messages
+  - Add interpretations for netfilter events
+  
+  2.0.6
+  - ausearch/report performance improvements
+  - Synchronize all sample syscall rules to use action,list
+  - If program name provided to audit_log_acct_message, escape it
+  - Fix man page for the audit_encode_nv_string function (#647131)
+  - If value is NULL, don't segfault (#647128)
+  - Fix simple event parsing to not assume session id can't be last (Peng 
Haitao)
+  - Add support for new mmap audit event type
+  - Add ability for audispd syslog plugin to choose facility local0-7 (#593340)
+  - Fix autrace to use correct syscalls on i386 systems (Peng Haitao)
+  - On startup and reconfig, check for excess logs and unlink them
+  - Add a couple missing parser debug messages
+  - Fix error output resolving numeric address and update man page
+  - Add netfilter event types
+  - Fix spelling error in audit.rules man page (#667845)
+  - Improve warning in auditctl regarding immutable mode (#654883)
+  - Update syscall tables for the 2.6.37 kernel
+  - In ausearch, allow searching for auid -1
+  - Add queue overflow_action to audisp-remote to control queue overflows
+  - Update sample rules for new syscalls and packages
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  audit-2.0.5.tar.bz2

New:
----
  audit-2.1.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audit-secondary.spec ++++++
--- /var/tmp/diff_new_pack.M4l90M/_old  2011-05-02 11:57:59.000000000 +0200
+++ /var/tmp/diff_new_pack.M4l90M/_new  2011-05-02 11:57:59.000000000 +0200
@@ -25,8 +25,8 @@
 Summary:        Python Bindings for libaudit
 License:        GPLv2+
 Group:          System/Monitoring
-Version:        2.0.5
-Release:        3
+Version:        2.1.1
+Release:        1
 Url:            http://people.redhat.com/sgrubb/audit/
 Source0:        audit-%{version}.tar.bz2
 Patch1:         audit-plugins-path.patch

++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.M4l90M/_old  2011-05-02 11:57:59.000000000 +0200
+++ /var/tmp/diff_new_pack.M4l90M/_new  2011-05-02 11:57:59.000000000 +0200
@@ -22,8 +22,8 @@
 BuildRequires:  gcc-c++ tcpd-devel
 BuildRequires:  kernel-headers >= 2.6.29
 Summary:        User Space Tools for 2.6 Kernel Auditing
-Version:        2.0.5
-Release:        7
+Version:        2.1.1
+Release:        1
 License:        GPLv2+
 Group:          System/Monitoring
 Url:            http://people.redhat.com/sgrubb/audit/
@@ -139,8 +139,9 @@
 ln -s /etc/init.d/auditd $RPM_BUILD_ROOT/sbin/rcauditd
 mkdir -p $RPM_BUILD_ROOT/var/log/audit/
 touch $RPM_BUILD_ROOT/var/log/audit/audit.log
-# For %ghost below, so that old location files will still be there when
-# %post copy runs
+mkdir -p $RPM_BUILD_ROOT/var/spool/audit/
+# For ghost below, so that old location files will still be there when
+# post copy runs
 touch $RPM_BUILD_ROOT/etc/{auditd.conf,audit.rules}
 # On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
 touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
@@ -238,6 +239,7 @@
 /var/adm/fillup-templates/sysconfig.auditd
 %dir %attr(700,root,root) /var/log/audit
 %ghost %config(noreplace) /var/log/audit/audit.log
+%dir %attr(700,root,root) /var/spool/audit
 %attr(755,root,root) /usr/bin/ausyscall
 
 %changelog

++++++ audit-2.0.5.tar.bz2 -> audit-2.1.1.tar.bz2 ++++++
++++ 14877 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to