pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 15 21:35:52 UTC 2025

Modified Files:
        pkgsrc/mail/fetchmail: Makefile distinfo
        pkgsrc/mail/fetchmailconf: Makefile

Log Message:
fetchmail*: update to 6.5.4

fetchmail-6.5.4 (released 2025-06-17, 31208 LoC):

## BUGFIXES:
* socket: avoid crash when writing to a socket without SSL/TLS fails.
  Reported by Andrea Venturoli via mailing list, fixes #71.
* wolfSSL support: avoid fetchmail.c compilation failure in certain
  configurations of wolfSSL (for instance, on FreeBSD's wolfssl-5.8.0_1
  package), OpenSSL_version enables a newer 1.1.x compat API that passes its
  argument to a wolfSSL API, with OPENSSL_DIR and OPENSSL_ENGINES_DIR, causing
  related compiler failures.
  See <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287435>.

-------------------------------------------------------------------------------
fetchmail-6.5.3 (released 2025-06-10, 31204 LoC):

## BUGFIXES:
* IMAP: Reinstate workaround for missing IDLE support if --idle is requested.
  This had been a long-standing feature but got broken in fetchmail 6.4.22
  (commit 616e8c70).  Thanks to Lukáš Tesař for the detailed report including
  a Git bisect that identified this faulty commit.  Fixes Gitlab issue #69.
* IMAP: Only print 'will idle after poll' if --idle is enabled
  and either offered by the server, or forced through --forceidle.
  This fixes a regression introduced in fetchmail 6.4.22 (commit 616e8c70).

## TRANSLATIONS: fetchmail's translation was updated, courtesy of:
* es:    Cristian Othón Martínez Vera [Spanish]

-------------------------------------------------------------------------------
fetchmail-6.5.2 (released 2024-12-30, 31200 LoC):

## TRANSLATIONS: fetchmail's translations were updated, courtesy of:
* cs:    Petr Pisar [Czech]
* sr:    Мирослав Николић (Miroslav Nikolić) [Serbian]

## CHANGES:
* Minor documentation consistency fixes (versions, dates).


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -u -r1.69 -r1.70 pkgsrc/mail/fetchmail/distinfo
cvs rdiff -u -r1.125 -r1.126 pkgsrc/mail/fetchmailconf/Makefile

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

Modified files:

Index: pkgsrc/mail/fetchmail/Makefile
diff -u pkgsrc/mail/fetchmail/Makefile:1.211 pkgsrc/mail/fetchmail/Makefile:1.212
--- pkgsrc/mail/fetchmail/Makefile:1.211        Sat Apr 19 07:58:01 2025
+++ pkgsrc/mail/fetchmail/Makefile      Tue Jul 15 21:35:52 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.211 2025/04/19 07:58:01 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2025/07/15 21:35:52 wiz Exp $
 
 # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds.
-DISTNAME=      fetchmail-6.5.1
-PKGREVISION=   1
+DISTNAME=      fetchmail-6.5.4
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
 EXTRACT_SUFX=  .tar.xz
@@ -17,7 +16,7 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --without-hesiod
 CONFIGURE_ENV+=                PYTHON=:
 LDFLAGS+=              ${CFLAGS}
-USE_TOOLS+=            msgfmt tbl
+USE_TOOLS+=            msgfmt pkg-config tbl
 
 LDFLAGS.Darwin+=       -lresolv
 CFLAGS.Darwin+=                -DBIND_8_COMPAT -DHAVE_RESOLV_H

Index: pkgsrc/mail/fetchmail/distinfo
diff -u pkgsrc/mail/fetchmail/distinfo:1.69 pkgsrc/mail/fetchmail/distinfo:1.70
--- pkgsrc/mail/fetchmail/distinfo:1.69 Sat Dec 28 22:09:58 2024
+++ pkgsrc/mail/fetchmail/distinfo      Tue Jul 15 21:35:52 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2024/12/28 22:09:58 triaxx Exp $
+$NetBSD: distinfo,v 1.70 2025/07/15 21:35:52 wiz Exp $
 
-BLAKE2s (fetchmail-6.5.1.tar.xz) = 8601d3a5e40091ec13d9a224fc60184346f09b63e6c47cb77de972ca487ae71e
-SHA512 (fetchmail-6.5.1.tar.xz) = f82f5a9ba83c529c2e85cf36e714a1075cdb7dca2c888d9a2bee4f4a52acffda7efc71f23d04c4d3f83767e3aa4ccc50d8d981f8f3be51bca3fb40e5cb5e79cf
-Size (fetchmail-6.5.1.tar.xz) = 1110924 bytes
+BLAKE2s (fetchmail-6.5.4.tar.xz) = f5f23f7b6593e17ca9c86f25e9980c625a4c4ac7a54b687d27a92b39d2dbbd26
+SHA512 (fetchmail-6.5.4.tar.xz) = 6d8764119636f8f5b60d1f1878c151bbdca1fbda60b24e8695c8a54656003c4bb83950fec40f349d2e0a4ab45511b89fc45a0e898d362363d5f609ca1926a57c
+Size (fetchmail-6.5.4.tar.xz) = 1114764 bytes
 SHA1 (patch-Makefile.in) = 75795ede008ffd7ae92db499a4355121edc237ee
 SHA1 (patch-configure) = caa28c549f1dffedfb851549525da43796e0980a
 SHA1 (patch-configure.ac) = ea2475c262f92869bf5cc8b3dd6a50eb40849b83

Index: pkgsrc/mail/fetchmailconf/Makefile
diff -u pkgsrc/mail/fetchmailconf/Makefile:1.125 pkgsrc/mail/fetchmailconf/Makefile:1.126
--- pkgsrc/mail/fetchmailconf/Makefile:1.125    Sat Dec 28 22:10:50 2024
+++ pkgsrc/mail/fetchmailconf/Makefile  Tue Jul 15 21:35:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.125 2024/12/28 22:10:50 triaxx Exp $
+# $NetBSD: Makefile,v 1.126 2025/07/15 21:35:52 wiz Exp $
 
-DISTNAME=      fetchmail-6.5.1
+DISTNAME=      fetchmail-6.5.4
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
@@ -24,7 +24,7 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --without-hesiod
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 LDFLAGS+=              ${CFLAGS}
-USE_TOOLS+=            msgfmt tbl
+USE_TOOLS+=            msgfmt pkg-config tbl
 USE_LANGUAGES+=                c
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
@@ -32,7 +32,6 @@ INSTALL_TARGET=               install-pythonPYTHON
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 REPLACE_PYTHON=        fetchmailconf.py
-PYTHON_VERSIONS_ACCEPTED=      310
 
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf



Home | Main Index | Thread Index | Old Index