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 5.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38004d93e98a
branches:  trunk
changeset: 365398:38004d93e98a
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jul 16 00:16:43 2017 +0000

description:
Update to 5.0. From the changelog:

- new release numbering scheme; previous version numbers were just getting
  too high.
- catch and ignore/exit cleanly after reset connection in IMAP IDLE mode.
  Thanks:  Stephan Schulz.
- allow specifying an expected SSL certificate hostname, for when the
  server's certificate does not match the domain name used to connect to
  it.  Thanks:  "Andre".
- fix error message not actually giving the header field name incorrectly
  specified as containing the envelope recipient address.  Thanks:  Hardy
  Braunsdorf.
- add new password_command configuration parameter for retrievers, allowing
  getmail to retrieve the account password from any arbitrary external
  command.  Suggestion:  "ng0".

diffstat:

 mail/getmail/Makefile               |   4 ++--
 mail/getmail/distinfo               |  12 ++++++------
 mail/getmail/patches/patch-aa       |  30 ------------------------------
 mail/getmail/patches/patch-setup.py |  30 ++++++++++++++++++++++++++++++
 4 files changed, 38 insertions(+), 38 deletions(-)

diffs (97 lines):

diff -r f66df26454ee -r 38004d93e98a mail/getmail/Makefile
--- a/mail/getmail/Makefile     Sat Jul 15 19:23:15 2017 +0000
+++ b/mail/getmail/Makefile     Sun Jul 16 00:16:43 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.153 2017/02/27 14:18:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.154 2017/07/16 00:16:43 schmonz Exp $
 
-DISTNAME=              getmail-4.54.0
+DISTNAME=              getmail-5.0
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}old-versions/
 
diff -r f66df26454ee -r 38004d93e98a mail/getmail/distinfo
--- a/mail/getmail/distinfo     Sat Jul 15 19:23:15 2017 +0000
+++ b/mail/getmail/distinfo     Sun Jul 16 00:16:43 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.130 2017/02/27 14:18:56 schmonz Exp $
+$NetBSD: distinfo,v 1.131 2017/07/16 00:16:43 schmonz Exp $
 
-SHA1 (getmail-4.54.0.tar.gz) = 31931c765ef02bf82512fb8b091a947825edc877
-RMD160 (getmail-4.54.0.tar.gz) = 198894d85dfa2a56efeb7bb4ea67564b5468f9a3
-SHA512 (getmail-4.54.0.tar.gz) = 006503c6b5f523ad409d99e7e520b4801f1610d47aba70a1a8044380449cbd6a39a6d74ed2b940d317382111adedd3b45d9fa4dc614ce00821937da5186e08d5
-Size (getmail-4.54.0.tar.gz) = 192000 bytes
-SHA1 (patch-aa) = 9e23af34d9c7a7a298c9c8fb1ffb2135d84c1885
+SHA1 (getmail-5.0.tar.gz) = 08f31fe07bd51d6a94bf6f4d485ba3299dffe59a
+RMD160 (getmail-5.0.tar.gz) = 5309873b49088e312fa9b710d41867638431f9bf
+SHA512 (getmail-5.0.tar.gz) = 50950746600a5707e4a8cbe0dc3045f9b88f76ca79f5d3c43290d0bdf288a3b17d21a6a891ef8f7a1aaa6d4dda45e552d1644da684ba41a72b42241ab3247dcb
+Size (getmail-5.0.tar.gz) = 194062 bytes
+SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2
diff -r f66df26454ee -r 38004d93e98a mail/getmail/patches/patch-aa
--- a/mail/getmail/patches/patch-aa     Sat Jul 15 19:23:15 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2016/04/01 14:00:38 jperkin Exp $
-
-Use standard pkgsrc paths, and don't install RPM spec file.
-
---- setup.py.orig      2009-01-08 21:55:25.000000000 +0000
-+++ setup.py
-@@ -39,13 +39,12 @@ GETMAILDOCDIR = os.path.join(
-     datadir or prefix,
-     'share',
-     'doc',
--    'getmail-%s' % __version__
-+    'getmail'
- )
- 
- GETMAILMANDIR = os.path.join(
-     datadir or prefix,
--    'share',
--    'man',
-+    os.environ["PKGMANDIR"],
-     'man1'
- )
- 
-@@ -100,7 +99,6 @@ setup(
-     data_files=[
-         (GETMAILDOCDIR, [
-             './README',
--            './getmail.spec',
-             'docs/BUGS',
-             'docs/COPYING',
-             'docs/CHANGELOG',
diff -r f66df26454ee -r 38004d93e98a mail/getmail/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/getmail/patches/patch-setup.py       Sun Jul 16 00:16:43 2017 +0000
@@ -0,0 +1,30 @@
+$NetBSD: patch-setup.py,v 1.1 2017/07/16 00:16:43 schmonz Exp $
+
+Use standard pkgsrc paths, and don't install RPM spec file.
+
+--- setup.py.orig      2007-11-23 16:26:55.000000000 +0000
++++ setup.py
+@@ -39,13 +39,12 @@ GETMAILDOCDIR = os.path.join(
+     datadir or prefix,
+     'share',
+     'doc',
+-    'getmail-%s' % __version__
++    'getmail'
+ )
+ 
+ GETMAILMANDIR = os.path.join(
+     datadir or prefix,
+-    'share',
+-    'man',
++    os.environ["PKGMANDIR"],
+     'man1'
+ )
+ 
+@@ -100,7 +99,6 @@ setup(
+     data_files=[
+         (GETMAILDOCDIR, [
+             './README',
+-            './getmail.spec',
+             'docs/BUGS',
+             'docs/COPYING',
+             'docs/CHANGELOG',



Home | Main Index | Thread Index | Old Index