From owner-freebsd-ports Tue Jul 1 13:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA19183 for ports-outgoing; Tue, 1 Jul 1997 13:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA19174; Tue, 1 Jul 1997 13:30:01 -0700 (PDT) Resent-Date: Tue, 1 Jul 1997 13:30:01 -0700 (PDT) Resent-Message-Id: <199707012030.NAA19174@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Ville Eerola Received: from mail.vlsi.fi (VlUoa1tLRn/G8w/6hjNCodygg//+/cCO@mail.vlsi.fi [195.74.10.147]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA18766 for ; Tue, 1 Jul 1997 13:23:33 -0700 (PDT) Received: (from smap@localhost) by mail.vlsi.fi (8.7.6/8.7.3) id XAA10528 for ; Tue, 1 Jul 1997 23:23:22 +0300 (EET DST) Received: from vebsd.vlsi.fi(10.0.2.2) by mail.vlsi.fi via smap (V1.3) id sma010526; Tue Jul 1 23:22:54 1997 Received: (from root@localhost) by vebsd.vlsi.fi (8.8.5/8.7.3) id XAA07459; Tue, 1 Jul 1997 23:22:51 +0300 (EEST) Message-Id: <199707012022.XAA07459@vebsd.vlsi.fi> Date: Tue, 1 Jul 1997 23:22:51 +0300 (EEST) From: Ville Eerola Reply-To: Ville Eerola To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4005: Upgrade of fetchmail port to version 3.9.9 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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 # # $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 + #include + #include ++ #include + #include "fetchmail.h" + #include "smtp.h" + #include "socket.h" >Audit-Trail: >Unformatted: