pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/getmail6
Module Name: pkgsrc
Committed By: jym
Date: Sun Aug 31 15:19:17 UTC 2025
Modified Files:
pkgsrc/mail/getmail6: DESCR Makefile distinfo
Removed Files:
pkgsrc/mail/getmail6/patches: patch-getmailcore_baseclasses.py
Log Message:
Update getmail6 to 6.19.10.
Reword DESCR to make it clearer that getmail6 stems from the original project
getmail made by Cazabon but is neither supported nor sanctioned by getmail's
original author.
Remove patches/patch-getmailcore_baseclasses.py as it is now upstreamed in
v6.19.09.
Add apache-2.0 license due to getmail-gmail-xoauth-tokens addition (Copyright
2012 Google Inc.).
Changelog:
v6.19.10 hotfix due to MacOS issue
fix MacOS issue #250 forcing fork method in multiprocessing (by @jymigeon)
v6.19.09: bugfixes
Fix get_code in getmail-gmail-xoauth-tokens (#248, garylin/patch-1)
Unhandled Exception for SimpleIMAPSSLRetriever when password contains non-ascii
chars (#244)
Fix: Locking/Signal handling of subprocesses (deliver or filter_external) (#245
, by @jymigeon)
fix #247: Faulty error messages "server does not support IDLE"
fix #243: KeyError: "code" -> Google approval URL format has changed
Python 3.14 related fixes (#242, meeuw/python3.14)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/getmail6/DESCR
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/getmail6/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/getmail6/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/mail/getmail6/patches/patch-getmailcore_baseclasses.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/getmail6/DESCR
diff -u pkgsrc/mail/getmail6/DESCR:1.1 pkgsrc/mail/getmail6/DESCR:1.2
--- pkgsrc/mail/getmail6/DESCR:1.1 Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/DESCR Sun Aug 31 15:19:17 2025
@@ -1,2 +1,3 @@
-Getmail 6 is a fork of getmail v5.14 by Charles Cazabon with adaptations to
-work with Python 3 and newer.
+Getmail 6 is a fork of the original getmail (v5.14 made by Charles Cazabon)
+with adaptations to work with Python 3 and newer. Please note that this
+project is neither supported nor sanctioned by getmail's original author.
Index: pkgsrc/mail/getmail6/Makefile
diff -u pkgsrc/mail/getmail6/Makefile:1.4 pkgsrc/mail/getmail6/Makefile:1.5
--- pkgsrc/mail/getmail6/Makefile:1.4 Sat Aug 9 20:11:10 2025
+++ pkgsrc/mail/getmail6/Makefile Sun Aug 31 15:19:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/08/09 20:11:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/31 15:19:17 jym Exp $
-DISTNAME= getmail6-6.19.08
+DISTNAME= getmail6-6.19.10
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=getmail6/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -8,7 +8,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= sekiya%NetBSD.org@localhost
HOMEPAGE= https://getmail6.org/
COMMENT= Secure, flexible, reliable fetchmail replacement
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 AND apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
@@ -19,8 +19,6 @@ REPLACE_PYTHON= *.py getmailcore/*.py
# not yet
#SUPERSEDES= getmail-[0-9]*
-WHEEL_NAME= ${DISTNAME:S/08/8/}
-
.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/getmail6/distinfo
diff -u pkgsrc/mail/getmail6/distinfo:1.3 pkgsrc/mail/getmail6/distinfo:1.4
--- pkgsrc/mail/getmail6/distinfo:1.3 Sat Aug 9 20:10:23 2025
+++ pkgsrc/mail/getmail6/distinfo Sun Aug 31 15:19:17 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2025/08/09 20:10:23 wiz Exp $
+$NetBSD: distinfo,v 1.4 2025/08/31 15:19:17 jym Exp $
-BLAKE2s (getmail6-6.19.08.tar.gz) = 9e6f20ddecdc6f43e5439d658747835c16d05435f82fad93240ec157942c9826
-SHA512 (getmail6-6.19.08.tar.gz) = 23a9770bdc4ed6425c94df11d6ba62dc678105e4430b024c0f696d44c35893427b13c1b26b25629ad3157fcde32a41d11482a1dfc7ba4f4940e21de2c5022ea4
-Size (getmail6-6.19.08.tar.gz) = 220470 bytes
-SHA1 (patch-getmailcore_baseclasses.py) = 947ffd338dff60c34d488acff40ed61d59282898
+BLAKE2s (getmail6-6.19.10.tar.gz) = 64ba85c727338f6daa1d8f8c7a0767fa4e7607a13787cc3ff1a81d750dd217b1
+SHA512 (getmail6-6.19.10.tar.gz) = af584b28733bc28e6348ca324e69902dcf3058d1afb00ac54735d00c87995e399987a11afa6b112c87667bd6e69b79f252ba9baed57f8b14a4564cd9683710f7
+Size (getmail6-6.19.10.tar.gz) = 220437 bytes
SHA1 (patch-setup.py) = 33aea8c9c46a371f249182bc85d0674cc147702a
Home |
Main Index |
Thread Index |
Old Index