updated to 0.97.2
This commit is contained in:
parent
652b406dac
commit
85dd73eaab
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/clamav-0.97.1-norar.tar.xz
|
||||
/clamav-0.97.2-norar.tar.xz
|
||||
|
@ -1,21 +1,21 @@
|
||||
Index: clamav-0.96.1/libclamav.pc.in
|
||||
Index: clamav-0.97.2/libclamav.pc.in
|
||||
===================================================================
|
||||
--- clamav-0.96.1.orig/libclamav.pc.in
|
||||
+++ clamav-0.96.1/libclamav.pc.in
|
||||
@@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
--- clamav-0.97.2.orig/libclamav.pc.in
|
||||
+++ clamav-0.97.2/libclamav.pc.in
|
||||
@@ -6,6 +6,7 @@ includedir=@includedir@
|
||||
Name: libclamav
|
||||
Description: A GPL virus scanner
|
||||
Version: @LIBCLAMAV_VERSION@
|
||||
Version: @PACKAGE_VERSION@
|
||||
-Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
|
||||
-Cflags: -I${includedir} @CFLAGS@
|
||||
-
|
||||
+Libs: -L${libdir} -lclamav
|
||||
+Libs.private: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
|
||||
+Cflags: -I${includedir}
|
||||
Index: clamav-0.96.1/clamav-config.in
|
||||
|
||||
Index: clamav-0.97.2/clamav-config.in
|
||||
===================================================================
|
||||
--- clamav-0.96.1.orig/clamav-config.in
|
||||
+++ clamav-0.96.1/clamav-config.in
|
||||
--- clamav-0.97.2.orig/clamav-config.in
|
||||
+++ clamav-0.97.2/clamav-config.in
|
||||
@@ -54,12 +54,8 @@ while test $# -gt 0; do
|
||||
usage 0
|
||||
;;
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
Summary: End-user tools for the Clam Antivirus scanner
|
||||
Name: clamav
|
||||
Version: 0.97.1
|
||||
Version: 0.97.2
|
||||
Release: %release_func 1600
|
||||
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
|
||||
Group: Applications/File
|
||||
@ -801,6 +801,10 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.2-1600
|
||||
- updated to 0.97.2
|
||||
- CVE-2011-???? Off-by-one error by scanning message hashes (#725694)
|
||||
|
||||
* Thu Jun 9 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.1-1600
|
||||
- updated to 0.97.1
|
||||
- fixed Requires(preun) vs. Requires(postun) inconsistency
|
||||
|
Loading…
x
Reference in New Issue
Block a user