rpms/chkrootkit/F-7 chkrootkit.spec,1.25,1.26

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 12 09:18:30 UTC 2008


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1359/F-7

Modified Files:
	chkrootkit.spec 
Log Message:
* Tue Feb 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-4
- Fix the empty warning of the shell history files anomalies check.



Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/F-7/chkrootkit.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- chkrootkit.spec	12 Jan 2008 09:58:38 -0000	1.25
+++ chkrootkit.spec	12 Feb 2008 09:17:48 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.48
-Release: 2%{?dist}
+Release:        4%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD-like
@@ -17,6 +17,7 @@
 Patch3:         chkrootkit-0.45-includes.patch
 Patch4:         chkrootkit-0.47-warnings.patch
 Patch6:         chkrootkit-0.47-chklastlog.patch
+Patch7:         chkrootkit-0.48-anomalies.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -45,6 +46,7 @@
 %patch3 -p1 -b .includes
 %patch4 -p1 -b .warnings
 %patch6 -p1 -b .chklastlog
+%patch7 -p1 -b .anomalies
 sed -i -e 's!\s\+ at strip.*!!g' Makefile
 
 
@@ -113,89 +115,99 @@
 
 
 %changelog
-* Sat Jan 12 2008 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.48-2
+* Tue Feb 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-4
+- Fix the empty warning of the shell history files anomalies check.
+
+* Fri Feb 08 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-3
+- rebuilt for GCC 4.3 as requested by Fedora Release Engineering
+  (only in devel)
+
+* Sat Jan 12 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-2
 - Install README with mode 0644.
 
-* Sat Dec 22 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.48-1
+* Sat Dec 22 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-1
 - Update to 0.48 (new tests, enhanced tests, minor bug-fixes).
 
-* Wed May 23 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-7
+* Tue Aug 21 2007 Michael Schwendt <mschwendt at fedoraproject.org>
+- rebuilt
+
+* Wed May 23 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-7
 - Fix obsolete PAM pam_stack usage (#241038) to make desktop menu
   and consolehelper work again.
 
-* Sun Feb 11 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-6
+* Sun Feb 11 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-6
 - Make chklastlog default to /var/log/lastlog and /var/log/wtmp,
   which can be set with options -l and -f, too, however.
 
-* Wed Jan 31 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-5
+* Wed Jan 31 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-5
 - Upstream wants to disable the OBSD rk v1 check on Linux with
   next release.
 
-* Tue Jan 30 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-4
+* Tue Jan 30 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-4
 - Don't like the previous patch yet, since it is unsafe and
   makes -p more difficult, so removed it again.
 
-* Tue Jan 30 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-3
+* Tue Jan 30 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-3
 - Patch OpenBSD rootkit check to not report libgcj file
   /usr/lib/security/classpath.security without querying the RPM
   database about that file
 - Add README.false_positives
 
-* Thu Jan 04 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Jan 04 2007 Michael Schwendt <mschwendt at fedoraproject.org>
 - rebuilt
 
-* Fri Oct 20 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-1
+* Fri Oct 20 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 0.47-1
 - Update to 0.47.
 - mark PAM and consolehelper files in /etc as config
 
-* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Mon Aug 28 2006 Michael Schwendt <mschwendt at fedoraproject.org>
 - rebuilt
 
-* Sat Feb 25 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.46a-2
+* Sat Feb 25 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 0.46a-2
 - rebuilt for FC5
 
-* Thu Nov 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.46a-1
+* Thu Nov 10 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 0.46a-1
 - Update to 0.46a.
 
-* Fri Aug 19 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-4
+* Fri Aug 19 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 0.45-4
 - Pass on command-line arguments to main program (#166321).
 
-* Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-3
+* Mon May  9 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 0.45-3
 - Create debuginfo package, remove stripping from Makefile in %%prep,
   build with optflags.
 
-* Thu Mar 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-2
+* Thu Mar 17 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 0.45-2
 - Make GCC4 shut up by including more C headers in chkproc.c/chkwtmp.c
 
-* Thu Feb 24 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.45-1
+* Thu Feb 24 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.45-1
 - Update to 0.45, trim description.
 
-* Mon Oct  4 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.44-0.fdr.2
+* Mon Oct  4 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.44-0.fdr.2
 - Fix inetd/sshd checks.
 
-* Sat Sep 11 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.44-0.fdr.1
+* Sat Sep 11 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.44-0.fdr.1
 - Update to 0.44.
 
 * Wed Aug 18 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.43-0.fdr.5
 - License COPYRIGHTED -> BSD-like (#1746).
 
-* Sat Mar 13 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.43-0.fdr.4
+* Sat Mar 13 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.43-0.fdr.4
 - rh80 doesn't have sed -i, use perl instead (#1326).
 - Obsolete chkrootkit-strings patch due to soft-link since 0.43-0.fdr.1.
 
-* Fri Feb 27 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.43-0.fdr.3
+* Fri Feb 27 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.43-0.fdr.3
 - Make in %%build section (#1326).
 
-* Fri Feb 27 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.43-0.fdr.2
+* Fri Feb 27 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.43-0.fdr.2
 - Substitute a few hardcoded paths (#1326).
 
-* Thu Feb 26 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.43-0.fdr.1
+* Thu Feb 26 2004 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.43-0.fdr.1
 - Update to 0.43.
 - Add dependency on consolehelper binary.
 - Drop patched chkrootkit script due to change in 0.42-0.fdr.3.b.
 - Make available "strings-static" as "strings", too.
 
-* Wed Dec 10 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.42-0.fdr.3.b
+* Wed Dec 10 2003 Michael Schwendt <mschwendt at fedoraproject.org> - 0:0.42-0.fdr.3.b
 - Make /usr/bin/chkrootkit enter chkrootkit home directory.
   This puts its own helper tools into its search path.
 




More information about the fedora-extras-commits mailing list