mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 0.87.1
PR: 88482 Submitted by: garga Approved by: rob@debank.tv (simon bypass maintainer timeout) Security: CAN-2005-3303, http://www.zerodayinitiative.com/advisories/ZDI-05-002.html
This commit is contained in:
parent
c4899b7738
commit
cb5b837c0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147374
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= clamav
|
||||
PORTVERSION= 0.87
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.87.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= clamav
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (clamav-0.87.tar.gz) = dd0a12deb4f48f760fa1fcd378ae7c24
|
||||
SIZE (clamav-0.87.tar.gz) = 4273714
|
||||
MD5 (clamav-0.87.1.tar.gz) = bf9f038edf0b6d5f76552e1b8d014b81
|
||||
SIZE (clamav-0.87.1.tar.gz) = 4468992
|
||||
|
@ -1,16 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- clamav-milter/clamav-milter.c.orig
|
||||
+++ clamav-milter/clamav-milter.c
|
||||
@@ -3439,9 +3439,9 @@
|
||||
{
|
||||
fd_set rfds;
|
||||
struct timeval tv;
|
||||
+ int ret;
|
||||
|
||||
assert(sock >= 0);
|
||||
- int ret;
|
||||
|
||||
if(readTimeout == 0) {
|
||||
do
|
Loading…
Reference in New Issue
Block a user