FreeBSD Bugzilla – Attachment 90284 Details for
Bug 127421
[maintainer-update] security/klamav: fix build with clamav-0.94
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
klamav.patch
klamav.patch (text/plain), 1.07 KB, created by
Anderson S. Ferreira
on 2008-09-16 12:30:01 UTC
(
hide
)
Description:
klamav.patch
Filename:
MIME Type:
Creator:
Anderson S. Ferreira
Created:
2008-09-16 12:30:01 UTC
Size:
1.07 KB
patch
obsolete
>diff -Nur klamav.old/Makefile klamav/Makefile >--- klamav.old/Makefile 2008-09-16 07:49:34.000000000 -0300 >+++ klamav/Makefile 2008-09-16 07:56:35.000000000 -0300 >@@ -7,6 +7,7 @@ > > PORTNAME= klamav > PORTVERSION= 0.44 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= SF > DISTNAME= ${PORTNAME}-${PORTVERSION}-source >@@ -36,8 +37,6 @@ > > USE_KDELIBS_VER= 3 > >-BROKEN= Doesn't build with clamav-0.94 >- > .include <bsd.port.pre.mk> > > pre-configure: >diff -Nur klamav.old/files/patch-clamdmail.c klamav/files/patch-clamdmail.c >--- klamav.old/files/patch-clamdmail.c 1969-12-31 21:00:00.000000000 -0300 >+++ klamav/files/patch-clamdmail.c 2008-09-16 08:08:53.000000000 -0300 >@@ -0,0 +1,10 @@ >+--- src/klammail/clamdmail.c 2008-09-16 07:59:10.000000000 -0300 >++++ src/klammail/clamdmail.c 2008-09-16 07:59:28.000000000 -0300 >+@@ -161,6 +161,6 @@ >+ // cli_dbgmsg("fsync() failed for descriptor %d\n", fd); >+ close(fd); >+- return CL_EFSYNC; >++ return CL_EIO; >+ } >+ >+ close(fd);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127421
: 90284
Working