updated to 0.97.2

This commit is contained in:
Enrico Scholz 2011-07-26 22:19:04 +02:00
parent 9f90c7cd4d
commit f0d34d3a2f
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.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.97.2.orig/libclamav.pc.in
+++ clamav-0.96.1/libclamav.pc.in +++ clamav-0.97.2/libclamav.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@ @@ -6,6 +6,7 @@ includedir=@includedir@
Name: libclamav Name: libclamav
Description: A GPL virus scanner Description: A GPL virus scanner
Version: @LIBCLAMAV_VERSION@ Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@ -Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
-Cflags: -I${includedir} @CFLAGS@ -Cflags: -I${includedir} @CFLAGS@
-
+Libs: -L${libdir} -lclamav +Libs: -L${libdir} -lclamav
+Libs.private: -L${libdir} -lclamav @LIBCLAMAV_LIBS@ +Libs.private: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
+Cflags: -I${includedir} +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.97.2.orig/clamav-config.in
+++ clamav-0.96.1/clamav-config.in +++ clamav-0.97.2/clamav-config.in
@@ -54,12 +54,8 @@ while test $# -gt 0; do @@ -54,12 +54,8 @@ while test $# -gt 0; do
usage 0 usage 0
;; ;;

View File

@ -32,7 +32,7 @@
Summary: End-user tools for the Clam Antivirus scanner Summary: End-user tools for the Clam Antivirus scanner
Name: clamav Name: clamav
Version: 0.97.1 Version: 0.97.2
Release: %release_func 1400 Release: %release_func 1400
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
Group: Applications/File Group: Applications/File
@ -718,6 +718,10 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
%changelog %changelog
* Tue Jul 26 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.2-1400
- updated to 0.97.2
- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
* Thu Jun 9 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.1-1400 * Thu Jun 9 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.1-1400
- updated to 0.97.1 - updated to 0.97.1
- fixed Requires(preun) vs. Requires(postun) inconsistency - 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