Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 14:08:31 +0400 (MSD)
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79363: [update] mail/akpop3d to 0.7.7
Message-ID:  <200503301008.j2UA8V63049927@waterwall.inec.ru>
Resent-Message-ID: <200503301010.j2UAA2mU042395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79363
>Category:       ports
>Synopsis:       [update] mail/akpop3d to 0.7.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 30 10:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Fri Mar 4 19:52:44 MSK 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Changes in 0.7.6:
		Fixed potential problem of SQL injection
		Fixed problem where privileges weren't dropped correctly
		Implemented user configurable timeouts
		Implemented support for RFC 2449 and RFC 3206

>How-To-Repeat:
	
>Fix:
	Apply this patch
	Commiter memo:
	files/patch-authenticate.c - removed

	

--- akpop3d.patch begins here ---
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);
--- akpop3d.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503301008.j2UA8V63049927>