updated to 0.97.2

This commit is contained in:
Enrico Scholz 2011-07-26 22:19:04 +02:00
parent 652b406dac
commit 85dd73eaab
5 changed files with 17 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/clamav-0.97.1-norar.tar.xz
/clamav-0.97.2-norar.tar.xz

View File

@ -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
;;

View File

@ -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

View File

@ -1 +1 @@
0.97.1
0.97.2

View File

@ -1 +1 @@
aabce43102cebdc445acaa6b7ee4db09 clamav-0.97.1-norar.tar.xz
c41b2314d1b6b11f091955255dfa23f5 clamav-0.97.2-norar.tar.xz