FreeBSD Bugzilla – Attachment 52361 Details for
Bug 79363
[update] mail/akpop3d to 0.7.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
akpop3d.patch
akpop3d.patch (text/plain), 1.38 KB, created by
Andrej Zverev
on 2005-03-30 11:10:02 UTC
(
hide
)
Description:
akpop3d.patch
Filename:
MIME Type:
Creator:
Andrej Zverev
Created:
2005-03-30 11:10:02 UTC
Size:
1.38 KB
patch
obsolete
>diff -Nru akpop3d.orig/Makefile akpop3d/Makefile >--- akpop3d.orig/Makefile Thu Feb 5 23:37:28 2004 >+++ akpop3d/Makefile Wed Mar 30 13:48:30 2005 >@@ -6,8 +6,8 @@ > # > > PORTNAME= akpop3d >-PORTVERSION= 0.7.4 >-PORTREVISION= 1 >+PORTVERSION= 0.7.7 >+PORTREVISION= 0 > CATEGORIES= mail > MASTER_SITES= http://www.synflood.at/akpop3d/ > DISTNAME= ${PORTNAME}-${PORTVERSION} >diff -Nru akpop3d.orig/distinfo akpop3d/distinfo >--- akpop3d.orig/distinfo Thu Jan 29 10:24:49 2004 >+++ akpop3d/distinfo Wed Mar 30 13:48:36 2005 >@@ -1,2 +1,2 @@ >-MD5 (akpop3d-0.7.4.tar.bz2) = fcec0835f8d74c5a13fa589fd69c6669 >-SIZE (akpop3d-0.7.4.tar.bz2) = 54913 >+MD5 (akpop3d-0.7.7.tar.bz2) = 3ba404fb452f4452deb206a3074c1b28 >+SIZE (akpop3d-0.7.7.tar.bz2) = 61497 >diff -Nru akpop3d.orig/files/patch-authenticate.c akpop3d/files/patch-authenticate.c >--- akpop3d.orig/files/patch-authenticate.c Sun Jan 25 15:54:44 2004 >+++ akpop3d/files/patch-authenticate.c Thu Jan 1 03:00:00 1970 >@@ -1,11 +0,0 @@ >---- authenticate.c.orig Sun Jan 25 13:49:01 2004 >-+++ authenticate.c Sun Jan 25 13:49:33 2004 >-@@ -195,7 +195,7 @@ >- syslog(LOG_ERR,"%s: %s: %s","failed to read auth file",authfile,strerror(errno)); >- return 0; >- } >-- while ((0!=ferror(fptr)) && (0!=feof(fptr))) { >-+ while ((!ferror(fptr)) && (!feof(fptr))) { >- linebuf[0] = '\0'; >- if (fgets(linebuf, sizeof(linebuf), fptr) == NULL) { >- fclose(fptr);
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 79363
: 52361