diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-01 18:09:54 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-01 18:09:54 +0000 |
commit | e4ff796d00b5ae6174f37af77816e561705320eb (patch) | |
tree | 21fdad52003d4a630ff38881a8fa8b07c68a4bc7 /app-antivirus/clamav/files | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-e4ff796d00b5ae6174f37af77816e561705320eb.tar.gz gentoo-2-e4ff796d00b5ae6174f37af77816e561705320eb.tar.bz2 gentoo-2-e4ff796d00b5ae6174f37af77816e561705320eb.zip |
Version bump, closes #90958. Old ebuild cleanup.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-antivirus/clamav/files')
8 files changed, 1 insertions, 30 deletions
diff --git a/app-antivirus/clamav/files/clamav-0.82-MS05-002-false-positive-fix.patch b/app-antivirus/clamav/files/clamav-0.82-MS05-002-false-positive-fix.patch deleted file mode 100644 index 3323864a5a20..000000000000 --- a/app-antivirus/clamav/files/clamav-0.82-MS05-002-false-positive-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -bur clamav-0.82/libclamav/special.c clamav-0.82-fixed/libclamav/special.c ---- clamav-0.82/libclamav/special.c 2005-02-05 16:47:47.000000000 +0100 -+++ clamav-0.82-fixed/libclamav/special.c 2005-02-13 18:40:08.923297848 +0100 -@@ -224,6 +224,12 @@ - return 0; - } - -+ if (memcmp(&form_type, "ACON", 4) != 0) { -+ /* Only scan MS animated icon files */ -+ /* There is a *lot* of broken software out there that produces bad RIFF files */ -+ return 0; -+ } -+ - chunk_size = riff_endian_convert_32(chunk_size, big_endian); - - do { -@@ -234,6 +240,6 @@ - - if (offset < chunk_size) { - retval = 2; -- }; -+ } - return retval; - } diff --git a/app-antivirus/clamav/files/digest-clamav-0.75.1 b/app-antivirus/clamav/files/digest-clamav-0.75.1 deleted file mode 100644 index c411f8e1705e..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.75.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c85b7957eba9fd9e9ff8c2537ae006f clamav-0.75.1.tar.gz 2777319 diff --git a/app-antivirus/clamav/files/digest-clamav-0.80 b/app-antivirus/clamav/files/digest-clamav-0.80 deleted file mode 100644 index d5b51c61a4f1..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.80 +++ /dev/null @@ -1 +0,0 @@ -MD5 59bf21e169a35d7e9c27a34435f9b870 clamav-0.80.tar.gz 2679434 diff --git a/app-antivirus/clamav/files/digest-clamav-0.81 b/app-antivirus/clamav/files/digest-clamav-0.81 deleted file mode 100644 index 760e821106c1..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.81 +++ /dev/null @@ -1 +0,0 @@ -MD5 60081ddd9f29cbb8f0a2fe575e5a8afa clamav-0.81.tar.gz 3347423 diff --git a/app-antivirus/clamav/files/digest-clamav-0.82 b/app-antivirus/clamav/files/digest-clamav-0.82 deleted file mode 100644 index 2f92ff85ec7b..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.82 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b58972d8918f5174d7f05a35a48856b clamav-0.82.tar.gz 3565864 diff --git a/app-antivirus/clamav/files/digest-clamav-0.82-r1 b/app-antivirus/clamav/files/digest-clamav-0.82-r1 deleted file mode 100644 index 2f92ff85ec7b..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.82-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b58972d8918f5174d7f05a35a48856b clamav-0.82.tar.gz 3565864 diff --git a/app-antivirus/clamav/files/digest-clamav-0.84 b/app-antivirus/clamav/files/digest-clamav-0.84 new file mode 100644 index 000000000000..53c23dd21f81 --- /dev/null +++ b/app-antivirus/clamav/files/digest-clamav-0.84 @@ -0,0 +1 @@ +MD5 c43213da01d510faf117daa9a4d5326c clamav-0.84.tar.gz 4006624 diff --git a/app-antivirus/clamav/files/digest-clamav-0.84_rc1 b/app-antivirus/clamav/files/digest-clamav-0.84_rc1 deleted file mode 100644 index 6cc7c5845a49..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.84_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 43cf89ccf2a3854aef7d0716433b44fe clamav-0.84rc1.tar.gz 3864208 |