diff options
author | frueauf <frueauf> | 2003-07-20 14:52:45 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2003-07-20 14:52:45 +0000 |
commit | 7af03216336919cfec6b9526cb720c518436af86 (patch) | |
tree | f5c143347161ccd26034b60c8cd88a2d3a2117a1 /mail | |
parent | 38572a78d1e39671165f8edf35fd7de63ea553f1 (diff) | |
download | pkgsrc-7af03216336919cfec6b9526cb720c518436af86.tar.gz |
Update fetchmail{conf} to 6.2.3.
Changes since 6.2.2:
* German, Danish, Spanish, and Turkish translations updated.
* Brian Sammon's patch to deal with malformed message lines containiing NULs.
* Fai's patch to ignore all but the first Return-Path (some spams have
more than one of these).
* Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP.
Fixes Debian bug #184469.
* Benjamin Drieu's patch to enable auth=cram-md5.
Fixes Debian bug #185232.
* Sunil Shetye's configure.in patch to avoid spurious search order messages
from GCC.
* Header-reading code now copes better with lines ending in \n only.
* Elias Israel's patches for POP3 NTLM support and dealing with byte-
stuffing failures at socket level.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 10 | ||||
-rw-r--r-- | mail/fetchmail/PLIST | 3 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 8 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-ae | 56 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 10 |
5 files changed, 42 insertions, 45 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 6ec03b586c0..948f6f2d720 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.128 2003/07/17 21:46:06 grant Exp $ +# $NetBSD: Makefile,v 1.129 2003/07/20 14:52:45 frueauf Exp $ -DISTNAME= fetchmail-6.2.2 -PKGREVISION= 1 +DISTNAME= fetchmail-6.2.3 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= frueauf@NetBSD.org -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://catb.org/~esr/fetchmail/ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap BUILD_USES_MSGFMT= YES diff --git a/mail/fetchmail/PLIST b/mail/fetchmail/PLIST index b6953326eb5..4d409803fd3 100644 --- a/mail/fetchmail/PLIST +++ b/mail/fetchmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/13 14:38:52 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/07/20 14:52:45 frueauf Exp $ bin/fetchmail man/man1/fetchmail.1 share/doc/fetchmail/README @@ -13,6 +13,7 @@ ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/fetchmail.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/fetchmail.mo diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 814d8fcac12..80ae771b11e 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.22 2003/03/22 05:18:42 wiz Exp $ +$NetBSD: distinfo,v 1.23 2003/07/20 14:52:45 frueauf Exp $ -SHA1 (fetchmail-6.2.2.tar.gz) = 184a3ec71938ac99abbe1adafa4c4f541d143f7d -Size (fetchmail-6.2.2.tar.gz) = 1205198 bytes +SHA1 (fetchmail-6.2.3.tar.gz) = d075e500357ddd21a886a479172e05d8fbec4d31 +Size (fetchmail-6.2.3.tar.gz) = 1239344 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6 -SHA1 (patch-ae) = d105d57974e1fb69b54f2baba6293088188d3359 +SHA1 (patch-ae) = 7fee4d167528d942d720c282900ad77aacff2310 SHA1 (patch-af) = 06e7b84566b0d3ed50b56f88baf23f15ae21eb21 diff --git a/mail/fetchmail/patches/patch-ae b/mail/fetchmail/patches/patch-ae index 6e251fd4325..1ca238615c5 100644 --- a/mail/fetchmail/patches/patch-ae +++ b/mail/fetchmail/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.9 2003/03/22 05:18:42 wiz Exp $ +$NetBSD: patch-ae,v 1.10 2003/07/20 14:52:45 frueauf Exp $ ---- po/cs.po.orig 2003-03-01 06:18:35.000000000 +0100 -+++ po/cs.po -@@ -63,12 +63,12 @@ msgstr "" +--- po/cs.po-orig Fri Jul 18 00:05:55 2003 ++++ po/cs.po Sun Jul 20 16:31:26 2003 +@@ -63,12 +63,12 @@ #: driver.c:351 #, c-format msgid "\t%d msg %d octets long skipped by fetchmail.\n" @@ -17,7 +17,7 @@ $NetBSD: patch-ae,v 1.9 2003/03/22 05:18:42 wiz Exp $ #. #. * Invalid lengths are produced by Post Office/NT's -@@ -97,12 +97,12 @@ msgstr "" +@@ -97,12 +97,12 @@ #: driver.c:494 #, fuzzy, c-format msgid "reading message %s@%s:%d of %d" @@ -32,84 +32,84 @@ $NetBSD: patch-ae,v 1.9 2003/03/22 05:18:42 wiz Exp $ #: driver.c:500 msgid "header " -@@ -111,31 +111,31 @@ msgstr "v hlavičce " - #: driver.c:576 +@@ -111,31 +111,31 @@ + #: driver.c:570 #, c-format msgid " (%d body octets) " -msgstr " (počet bajtů v těle: %d)" +msgstr " (%d bajtů těla)" - #: driver.c:644 + #: driver.c:638 #, fuzzy, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" -msgstr "zpráva %d má neočekávanou velikost (velikost je %d, očekáváno %d)\n" +msgstr "zpráva %s@%s:%d nemá očekávanou velikost (%d skutečných != %d očekávaných)\n" - #: driver.c:674 + #: driver.c:668 msgid " retained\n" -msgstr "zachována(y)\n" +msgstr "zachováno\n" - #: driver.c:682 + #: driver.c:676 msgid " flushed\n" -msgstr "smazána(y)\n" +msgstr "smazáno\n" - #: driver.c:699 + #: driver.c:693 msgid " not flushed\n" -msgstr " nesmazána(y)\n" +msgstr " nesmazáno\n" - #: driver.c:715 + #: driver.c:709 #, fuzzy, c-format msgid "fetchlimit %d reached; %d messages left on server %s account %s\n" msgstr "" -"hranice pro stažení (%d) dosažena; počet zpráv ponechaných na serveru: %d\n" +"hranice pro stažení (%d) dosažena; %d zpráv ponechaných na serveru %s:%s XXX\n" - #: driver.c:775 + #: driver.c:769 msgid "SIGPIPE thrown from an MDA or a stream socket error\n" -@@ -390,7 +390,7 @@ msgstr "Stahuji z %s\n" - #: driver.c:1268 +@@ -390,7 +390,7 @@ + #: driver.c:1263 #, c-format msgid "%d %s (%d seen) for %s" -msgstr "počet %2$s pro uživatele %4$s: %1$d (%3$d přečtených)" +msgstr "%d %s (%d přečtených) pro %s" - #: driver.c:1269 driver.c:1274 + #: driver.c:1264 driver.c:1269 msgid "messages" -@@ -403,12 +403,12 @@ msgstr "zpráv" - #: driver.c:1273 +@@ -403,12 +403,12 @@ + #: driver.c:1268 #, c-format msgid "%d %s for %s" -msgstr "počet %2$s pro uživatele %3$s: %1$d" +msgstr "%d %s pro %s" - #: driver.c:1279 + #: driver.c:1274 #, c-format msgid " (%d octets).\n" -msgstr " (počet bajtů: %d).\n" +msgstr " (%d bajtů).\n" - #: driver.c:1285 + #: driver.c:1280 #, c-format -@@ -458,12 +458,12 @@ msgstr "nedefinovaná\n" - #: driver.c:1497 +@@ -458,12 +458,12 @@ + #: driver.c:1492 #, c-format msgid "%s error while delivering to SMTP host %s\n" -msgstr "při odesílání SMTP protokolem na %2$s nastala chyba %1$s\n" +msgstr "chyba %s při doručování na SMTP server %s\n" - #: driver.c:1499 + #: driver.c:1494 #, c-format msgid "%s error while fetching from %s\n" -msgstr "při stahování z %2$s nastala chyba %1$s\n" +msgstr "chyba %s při stahování z %s\n" - #: driver.c:1507 + #: driver.c:1502 #, c-format -@@ -880,7 +880,7 @@ msgstr "ukončen signálem %d\n" +@@ -880,7 +880,7 @@ #: fetchmail.c:1317 #, fuzzy, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" @@ -118,12 +118,12 @@ $NetBSD: patch-ae,v 1.9 2003/03/22 05:18:42 wiz Exp $ #: fetchmail.c:1342 msgid "POP2 support is not configured.\n" -@@ -2723,7 +2723,7 @@ msgstr "SMTP démon odmítl tyto místní ad +@@ -2723,7 +2723,7 @@ - #: transact.c:1250 + #: transact.c:1262 msgid "message delimiter found while scanning headers\n" -msgstr "při prohledávání hlaviček byl nalezen oddělovač zprávy\n" +msgstr "při prohledávání hlaviček byl nalezen oddělovač zpráv\n" - #: transact.c:1350 + #: transact.c:1360 msgid "writing message text\n" diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 2e7ac33a09a..7882eaaf369 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.50 2003/07/17 21:46:07 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/20 14:52:46 frueauf Exp $ -DISTNAME= fetchmail-6.2.2 +DISTNAME= fetchmail-6.2.3 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} -PKGREVISION= 1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://catb.org/~esr/fetchmail/ COMMENT= Configuration tool for fetchmail DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail |