pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/getmail Update to 4.4.2. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad472b777bf8
branches:  trunk
changeset: 503463:ad472b777bf8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Nov 21 05:23:43 2005 +0000

description:
Update to 4.4.2. From the changelog:

4.3.14:
  -Fix copy and paste error that caused BrokenUIDLPOP3SSLRetriever to default
  to port 110.  Thanks: Daniel Burrows via Fredrik Steen.

4.4.0:
  -add new POP3-over-SSL initialization class, which is automatically used
  when Python 2.4 or newer is in use.  This reduces the overhead involved
  in retrieving messages from a POP3SSL server (reduces systime about 35%,
  user time about 50%, wall time 10-30%).  Thanks: Jan Vereecke.
  -add getmail_fetch configuration-less commandline POP retriever, perfect
  for scripting use.  Development of getmail_fetch was sponsored by
  Texas Communications.
  -future proofing: eliminate relative imports within getmailcore package.

4.4.1:
  -work around bug in Python which meant POP3-over-SSL with Python >= 2.4
  could "hang" (it's exactly the same bug that affected getmail's initial
  IMAP-over-SSL code).

4.4.2:
  -fix logging import in corrupt messages with Python 2.3.  Thanks: Marco Ferra.

diffstat:

 mail/getmail/Makefile |  4 ++--
 mail/getmail/PLIST    |  4 +++-
 mail/getmail/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r f1240f3b140a -r ad472b777bf8 mail/getmail/Makefile
--- a/mail/getmail/Makefile     Mon Nov 21 02:08:38 2005 +0000
+++ b/mail/getmail/Makefile     Mon Nov 21 05:23:43 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2005/10/16 02:19:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.52 2005/11/21 05:23:43 schmonz Exp $
 
-DISTNAME=      getmail-4.3.13
+DISTNAME=      getmail-4.4.2
 CATEGORIES=    mail
 MASTER_SITES=  ${HOMEPAGE}old-versions/
 
diff -r f1240f3b140a -r ad472b777bf8 mail/getmail/PLIST
--- a/mail/getmail/PLIST        Mon Nov 21 02:08:38 2005 +0000
+++ b/mail/getmail/PLIST        Mon Nov 21 05:23:43 2005 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2004/08/10 05:18:58 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/11/21 05:23:43 schmonz Exp $
 bin/getmail
+bin/getmail_fetch
 bin/getmail_maildir
 bin/getmail_mbox
 man/man1/getmail.1
+man/man1/getmail_fetch.1
 man/man1/getmail_maildir.1
 man/man1/getmail_mbox.1
 share/doc/getmail/BUGS
diff -r f1240f3b140a -r ad472b777bf8 mail/getmail/distinfo
--- a/mail/getmail/distinfo     Mon Nov 21 02:08:38 2005 +0000
+++ b/mail/getmail/distinfo     Mon Nov 21 05:23:43 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2005/10/16 02:19:39 schmonz Exp $
+$NetBSD: distinfo,v 1.43 2005/11/21 05:23:43 schmonz Exp $
 
-SHA1 (getmail-4.3.13.tar.gz) = 261172e3ac867f3dfff51ddf44226af046d65a24
-RMD160 (getmail-4.3.13.tar.gz) = 902313fb7221eb0eb5d78f3fe2f6060fd046c32b
-Size (getmail-4.3.13.tar.gz) = 133634 bytes
+SHA1 (getmail-4.4.2.tar.gz) = b419481a40dc05ebb7f7bbd2afbc0324d4c8510a
+RMD160 (getmail-4.4.2.tar.gz) = 84f78bf9924011b597471f1cd7cc130a729825cf
+Size (getmail-4.4.2.tar.gz) = 136867 bytes
 SHA1 (patch-aa) = 8298be4812f193b45901f5c9ed23d86080be103b



Home | Main Index | Thread Index | Old Index