rpms/audit/FC-4 .cvsignore, 1.21, 1.22 audit.spec, 1.35, 1.36 sources, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 29 13:16:26 UTC 2005


Author: sgrubb

Update of /cvs/dist/rpms/audit/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv29652

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
update to new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	20 May 2005 22:25:36 -0000	1.21
+++ .cvsignore	29 Jun 2005 13:16:12 -0000	1.22
@@ -18,3 +18,4 @@
 audit-0.7.4.tar.gz
 audit-0.8.1.tar.gz
 audit-0.8.2.tar.gz
+audit-0.9.15.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- audit.spec	20 May 2005 22:43:14 -0000	1.35
+++ audit.spec	29 Jun 2005 13:16:12 -0000	1.36
@@ -1,14 +1,14 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.8.2
-Release: 2
+Version: 0.9.15
+Release: 1.FC4
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool
-BuildRequires: glibc-kernheaders >= 2.4-9.1.90
+BuildRequires: glibc-kernheaders = 2.4-9.1.94
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
 Requires: %{name}-libs = %{version}-%{release}
@@ -33,7 +33,7 @@
 License: LGPL
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
-Requires: glibc-kernheaders >= 2.4-9.1.90
+Requires: glibc-kernheaders >= 2.4-9.1.94
 
 %description libs-devel
 The audit-libs-devel package contains the static libraries and header 
@@ -67,6 +67,9 @@
 cd $RPM_BUILD_ROOT/%{_libdir}
 ln -s ../../%{_lib}/libaudit.so libaudit.so
 cd $curdir
+# Remove these items so they don't get picked up.
+rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
+rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,6 +122,85 @@
 
 
 %changelog
+* Tue Jun 27 2005 Steve Grubb <sgrubb at redhat.com> 0.9.15-1
+- Update log rotation handling to be more robust
+
+* Fri Jun 24 2005 Steve Grubb <sgrubb at redhat.com> 0.9.14-1
+- make auditctl -s work again
+- make AUDITD_CLEAN_STOP test in init scripts case insensitive
+
+* Thu Jun 23 2005 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
+- Remove /lib/libaudit.so & .la from audit-libs package
+- In auditctl, if syscall not given, default to all
+
+* Wed Jun 22 2005 Steve Grubb <sgrubb at redhat.com> 0.9.12-1
+- Add some syslog messages for a couple exits
+- Add some unlinks of the pid file in a couple error exits
+- Make some options of auditctl not expect a reply
+- Update support for user and watch filter lists
+
+* Tue Jun 21 2005 Steve Grubb <sgrubb at redhat.com> 0.9.11-1
+- Change packet draining to nonblocking
+- Interpret id field in ausearch
+- Add error message if not able to create log
+- Ignore netlink acks when asking for rule & watch list
+
+* Mon Jun 20 2005 Steve Grubb <sgrubb at redhat.com> 0.9.10-1
+- Make sure the bad packet is drained when retrying user messages
+- Add support for new user and watch filter lists
+- Interpret flags field in ausearch
+
+* Sun Jun 19 2005 Steve Grubb <sgrubb at redhat.com> 0.9.9-1
+- Fix user messages for people with older kernels
+
+* Fri Jun 17 2005 Steve Grubb <sgrubb at redhat.com> 0.9.8-1
+- Added support for FS_INODE and USYS_CONFIG records
+- More cleanup of user space message functions
+
+* Thu Jun 16 2005 Steve Grubb <sgrubb at redhat.com> 0.9.7-1
+- fixed bug in send_user_message which errored on pam logins
+- Change nanosleeps over to select loops
+- Change the 'e' option to auditctl -p to 'x'
+
+* Thu Jun 16 2005 Steve Grubb <sgrubb at redhat.com> 0.9.6-1
+- fix bug in incremental flush where is wrongly reported an error
+- ausearch should not do uid check for -if option
+- adjust ipc interpretation to not use ipc.h
+
+* Tue Jun 14 2005 Steve Grubb <sgrubb at redhat.com> 0.9.5-1
+- interpret socketcall & ipc based on a0 in ausearch
+- change call sequence to make user space messages faster
+- update return val for auditctl
+
+* Sat Jun 11 2005 Steve Grubb <sgrubb at redhat.com> 0.9.4-1
+- Rule and watch insert no longer automatically dumps list
+- auditctl rules can now use auid instead of loginuid
+- Add sighup support for daemon reconfiguration
+- Move some functions into private.h
+
+* Thu Jun 9 2005 Steve Grubb <sgrubb at redhat.com> 0.9.3-1
+- Change filename handling to use linked list in ausearch
+- Add man pages for audit_setloginuid & audit_getloginuid
+- Fix problem where you couldn't set rule on unset loginuid's
+- Adjust memory management for sighup needs
+- Fix problem where netlink timeout counter wasn't being reset
+
+* Thu Jun 2 2005 Steve Grubb <sgrubb at redhat.com> 0.9.2-1
+- Step up to new glibc-kernheaders
+
+* Thu Jun 2 2005 Steve Grubb <sgrubb at redhat.com> 0.9.1-1
+- AUDITD_CLEAN_STOP config option in /etc/sysconfig/auditd
+- When unknown, show raw record in ausearch.
+- Add CWD message type support
+
+* Wed May 25 2005 Steve Grubb <sgrubb at redhat.com> 0.9-1
+- Translate numeric info to human readable for ausearch output
+- add '-if' option to ausearch to select input file
+- add '-c' option to ausearch to allow searching by comm field
+- init script now deletes all rules when daemon stops
+- Make auditctl display perms correctly in watch listings
+- Make auditctl -D remove all watches
+
 * Thu May 20 2005 Steve Grubb <sgrubb at redhat.com> 0.8.2-1
 - Update documentation
 - Handle user space audit events in more uniform way


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	20 May 2005 22:25:36 -0000	1.22
+++ sources	29 Jun 2005 13:16:12 -0000	1.23
@@ -1,2 +1 @@
-d02b1e35fdbfa5de94fd7daf8e94845a  audit-0.8.1.tar.gz
-c4aa1fd643204e6c7b590d87bdb8dd1e  audit-0.8.2.tar.gz
+f5ec599bd05caae80935a7222fca6cc6  audit-0.9.15.tar.gz




More information about the fedora-cvs-commits mailing list