Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 1997 23:22:51 +0300 (EEST)
From:      Ville Eerola <ve@sci.fi>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4005: Upgrade of fetchmail port to version 3.9.9
Message-ID:  <199707012022.XAA07459@vebsd.vlsi.fi>
Resent-Message-ID: <199707012030.NAA19174@hub.freebsd.org>

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

>Number:         4005
>Category:       ports
>Synopsis:       Upgrade of fetchmail port to version 3.9.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul  1 13:30:01 PDT 1997
>Last-Modified:
>Originator:     Ville Eerola
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

Current ports collection as of July 1, 1997

>Description:

Fetchmail has been upgraded to version 3.9.9 in the master site.

>How-To-Repeat:

N/A

>Fix:

Apply the patch below and commit to CVS reposotory:
	
Index: Makefile
===================================================================
RCS file: /disk3/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	1997/06/16 15:51:55	1.34
+++ Makefile	1997/07/01 19:57:43
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	fetchmail
-# Version required:     3.9.8
+# Version required:     3.9.9
 # Date created:		26 Oct 1996
 # Whom:			Ville Eerola <ve@sci.fi>
 #
 # $Id: Makefile,v 1.34 1997/06/16 15:51:55 max Exp $
 #
 
-DISTNAME=       fetchmail-3.9.8
+DISTNAME=       fetchmail-3.9.9
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
Index: files/md5
===================================================================
RCS file: /disk3/FreeBSD/cvs/ports/mail/fetchmail/files/md5,v
retrieving revision 1.35
diff -u -r1.35 md5
--- md5	1997/06/16 15:51:55	1.35
+++ md5	1997/07/01 19:47:04
@@ -1 +1 @@
-MD5 (fetchmail-3.9.8.tar.gz) = 41de412328b8175982987149ee51dcac
+MD5 (fetchmail-3.9.9.tar.gz) = d8d049fb24914a1392e8cc3a9ddd247e
Index: patches/patch-ac
===================================================================
RCS file: /disk3/FreeBSD/cvs/ports/mail/fetchmail/patches/patch-ac,v
retrieving revision 1.3
diff -u -r1.3 patch-ac
--- patch-ac	1997/06/20 23:09:02	1.3
+++ patch-ac	1997/07/01 19:53:31
@@ -1,22 +1,12 @@
-*** driver.c.bak	Sat Jun 14 22:06:06 1997
---- driver.c	Sat Jun 21 02:50:38 1997
+*** etrn.c~	Wed Jun 25 17:35:37 1997
+--- etrn.c	Tue Jul  1 22:52:37 1997
 ***************
-*** 765,774 ****
-  	if ((ctl->server.esmtp_options & ESMTP_8BITMIME)
-  	    && (ctt_offs >= 0)
-  	    && (ctt = nxtaddr(headers + ctt_offs)))
-! 	    if (!strcasecmp(ctt,"7BIT"))
-! 		sprintf(options, " BODY=7BIT");
-! 	    else if (!strcasecmp(ctt,"8BIT"))
-! 		sprintf(options, " BODY=8BITMIME");
-  	if ((ctl->server.esmtp_options & ESMTP_SIZE))
-  	    sprintf(options + strlen(options), " SIZE=%ld", len);
-  
---- 765,771 ----
-  	if ((ctl->server.esmtp_options & ESMTP_8BITMIME)
-  	    && (ctt_offs >= 0)
-  	    && (ctt = nxtaddr(headers + ctt_offs)))
-! 	    sprintf(options, " BODY=8BITMIME");
-  	if ((ctl->server.esmtp_options & ESMTP_SIZE))
-  	    sprintf(options + strlen(options), " SIZE=%ld", len);
-  
+*** 9,14 ****
+--- 9,15 ----
+  #include  <stdlib.h>
+  #include  <assert.h>
+  #include  <netdb.h>
++ #include  <errno.h>
+  #include  "fetchmail.h"
+  #include  "smtp.h"
+  #include  "socket.h"

>Audit-Trail:
>Unformatted:



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