pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/gyb



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Mon Dec  2 08:44:46 UTC 2024

Modified Files:
        pkgsrc/mail/gyb: Makefile distinfo
        pkgsrc/mail/gyb/patches: patch-gyb.py

Log Message:
gyb: update to 1.82

Changes since 1.71:

    fix #456 strptime unconverted data error
    upgrade Python, OpenSSL and other libraries

    Fix back off and retry failures by reducing batch sizes for respective actions.
    Update Python and OpenSSL to the latest releases.

    Support preservation of labels when restoring from Google Vault's new Gmail export format.
    Python 3.12.1, OpenSSL 3.2.0 and various other library upgrades.

    GYB now has a native version for Apple Silicon (M1, M2, etc) Macs
    Python and OpenSSL upgraded to the latest releases

    Fix 64-bit builds on Windows. 32-bit builds are deprecated, upgrade to a 64-bit OS.

    Upgrade to OpenSSL 3.0.7 to fix a high risk vulnerability (low chance of impact to GYB)
    Upgrade to Python 3.11.0 which offers performance improvements


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/gyb/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/gyb/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/gyb/patches/patch-gyb.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/gyb/Makefile
diff -u pkgsrc/mail/gyb/Makefile:1.7 pkgsrc/mail/gyb/Makefile:1.8
--- pkgsrc/mail/gyb/Makefile:1.7        Mon Oct 14 06:45:47 2024
+++ pkgsrc/mail/gyb/Makefile    Mon Dec  2 08:44:46 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/10/14 06:45:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/02 08:44:46 sborrill Exp $
 
-DISTNAME=      gyb-1.71
-PKGREVISION=   2
+DISTNAME=      gyb-1.82
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=GAM-team/}
 GITHUB_PROJECT=        got-your-back

Index: pkgsrc/mail/gyb/distinfo
diff -u pkgsrc/mail/gyb/distinfo:1.2 pkgsrc/mail/gyb/distinfo:1.3
--- pkgsrc/mail/gyb/distinfo:1.2        Fri Oct 14 12:26:56 2022
+++ pkgsrc/mail/gyb/distinfo    Mon Dec  2 08:44:46 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2022/10/14 12:26:56 sborrill Exp $
+$NetBSD: distinfo,v 1.3 2024/12/02 08:44:46 sborrill Exp $
 
-BLAKE2s (gyb-1.71.tar.gz) = a3d3ffeee95d0b3d2b84306202e25eadcceda3c1938db196759c20ab28e73ce2
-SHA512 (gyb-1.71.tar.gz) = e076e200e583735edc54663eb3534fdbf6f2497841ddfa286b76cf91b18be66b953e94da950e05548d4656e6e358136b8ca4b77d6171d2c5b4e0084f4ce31915
-Size (gyb-1.71.tar.gz) = 1154326 bytes
-SHA1 (patch-gyb.py) = 6e6c7b31ab0adbabb19f6803680e25de10a8e76d
+BLAKE2s (gyb-1.82.tar.gz) = d12a6c18246639adae1e7e22c88c5c4acad36a86966ed6bf69ffbdafc1194a2b
+SHA512 (gyb-1.82.tar.gz) = 6402c503bfc03fee9c9bb2edbe9b151fe36bd180a3f4bf4b8a90ed1fc4cac4b25f1c04f2e836d60298403641eed1989212ed7f43a53fb31fdd15dfdd6db35a98
+Size (gyb-1.82.tar.gz) = 1157102 bytes
+SHA1 (patch-gyb.py) = 0f3575814d27a345eaf6e9e0217904134242420e

Index: pkgsrc/mail/gyb/patches/patch-gyb.py
diff -u pkgsrc/mail/gyb/patches/patch-gyb.py:1.2 pkgsrc/mail/gyb/patches/patch-gyb.py:1.3
--- pkgsrc/mail/gyb/patches/patch-gyb.py:1.2    Fri Oct 14 12:26:56 2022
+++ pkgsrc/mail/gyb/patches/patch-gyb.py        Mon Dec  2 08:44:46 2024
@@ -1,11 +1,11 @@
-$NetBSD: patch-gyb.py,v 1.2 2022/10/14 12:26:56 sborrill Exp $
+$NetBSD: patch-gyb.py,v 1.3 2024/12/02 08:44:46 sborrill Exp $
 
 Set default config path to PKG_SYSCONFDIR
 Disable automatic update check
 
---- gyb.py.orig        2022-09-26 19:18:58.000000000 +0100
-+++ gyb.py     2022-10-14 13:19:17.325498099 +0100
-@@ -242,7 +242,7 @@
+--- gyb.py.orig        2024-08-09 12:47:00.000000000 +0100
++++ gyb.py     2024-12-02 08:32:56.843937255 +0000
+@@ -244,7 +244,7 @@
    parser.add_argument('--config-folder',
      dest='config_folder',
      help='Optional: Alternate folder to store config and credentials',
@@ -14,10 +14,10 @@ Disable automatic update check
    parser.add_argument('--cleanup',
            action='store_true',
            dest='cleanup',
-@@ -1964,7 +1964,7 @@
-   options = SetupOptionParser(argv)
+@@ -2069,7 +2069,7 @@
    if options.debug:
      httplib2.debuglevel = 4
+ 
 -  doGYBCheckForUpdates(debug=options.debug)
 +#  doGYBCheckForUpdates(debug=options.debug)
    if options.version:



Home | Main Index | Thread Index | Old Index