pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/getmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Oct 30 22:39:35 UTC 2018

Modified Files:
        pkgsrc/mail/getmail: Makefile distinfo

Log Message:
Update to 5.7. From the changelog:

- when users specify an SSL version that no longer exists in the Python
  ssl module, do not result in an unhandled exception.  Thanks: "nandre".
- catch IMAP UNAVAILABLE temporary error during login.  Thanks:
  Dario Corti.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/mail/getmail/Makefile
cvs rdiff -u -r1.137 -r1.138 pkgsrc/mail/getmail/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/getmail/Makefile
diff -u pkgsrc/mail/getmail/Makefile:1.161 pkgsrc/mail/getmail/Makefile:1.162
--- pkgsrc/mail/getmail/Makefile:1.161  Tue Jul  3 05:03:23 2018
+++ pkgsrc/mail/getmail/Makefile        Tue Oct 30 22:39:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.161 2018/07/03 05:03:23 adam Exp $
+# $NetBSD: Makefile,v 1.162 2018/10/30 22:39:35 schmonz Exp $
 
-DISTNAME=              getmail-5.6
+DISTNAME=              getmail-5.7
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}old-versions/
 

Index: pkgsrc/mail/getmail/distinfo
diff -u pkgsrc/mail/getmail/distinfo:1.137 pkgsrc/mail/getmail/distinfo:1.138
--- pkgsrc/mail/getmail/distinfo:1.137  Tue Apr  3 03:23:28 2018
+++ pkgsrc/mail/getmail/distinfo        Tue Oct 30 22:39:35 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.137 2018/04/03 03:23:28 schmonz Exp $
+$NetBSD: distinfo,v 1.138 2018/10/30 22:39:35 schmonz Exp $
 
-SHA1 (getmail-5.6.tar.gz) = 8f291e5efc7200231c927804a786116b14071e20
-RMD160 (getmail-5.6.tar.gz) = 26a36c404cc07c29704aedc862cb8af0a376af12
-SHA512 (getmail-5.6.tar.gz) = 7ee34f214ab4d98d1b34e46abba61561133f27edf1f64bb9c5d5f671e6944724d1773234bd8ab626607b732cc54fd335cbfcb69fdff8f4d8fcdb33108b25bafd
-Size (getmail-5.6.tar.gz) = 197360 bytes
+SHA1 (getmail-5.7.tar.gz) = 1b1a84f089f0a6f94aa879ba69c972a2e1e87bb1
+RMD160 (getmail-5.7.tar.gz) = 397b71a4f656651e1b23b2a83962a925ba7116cd
+SHA512 (getmail-5.7.tar.gz) = 32570e1ef59645d780181cba32f661717928e663b762682afc72649e000d8057f69e25b3bc8d6f60607b514535e9e96012300bce6015bd49f44ca7440debf5c0
+Size (getmail-5.7.tar.gz) = 197799 bytes
 SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2



Home | Main Index | Thread Index | Old Index