pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/imapfilter



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Sep  1 19:52:28 UTC 2026

Modified Files:
        pkgsrc/mail/imapfilter: Makefile distinfo

Log Message:
imapfilter: Update to 2.8.5. From Kogule Ryo in PR pkg/60582

IMAPFilter 2.8.5 - Mar 8, 2026
  - Re-added OAuth2 example in the sample extend file

IMAPFilter 2.8.4 - Mar 7, 2026
  - Bug fix; minor incompatibility with Lua 5.5

IMAPFilter 2.8.3 - Apr 27, 2025
  - Include body transfer encoding in fetch_structure() return value.
  - Bug fix; minor incompatibility with Lua 5.3 and 5.4

IMAPFilter 2.8.2 - Dec 26, 2023
  - Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8"
  - Don't use FETCH FAST macro use for better compatibility
  - Bug fix; recovery mechanism error on Lua 5.1

IMAPFilter 2.8.1 - Jan 8, 2023
  - Add support for non-write actions on read-only mailboxes.
  - Add new parameter to write process ID (PID) to file.

IMAPFilter 2.8.0 - Jan 6, 2023
  - New, more advanced, robust, and flexible recovery mechanism, replaces the
    old automatic recovery functionality. Note that, the config must be updated
    to use the new mechanism, otherwise no recovery will take place on errors.
  - Bug fix; potential failure when deleting mailbox while mailbox is selected.

IMAPFilter 2.7.6 - Aug 6, 2022
  - Support building with OpenSSL 3.0.0 and later.
  - Several minor improvements to documentation and example code.
  - Removed deprecated CRAM-MD5 mechanism.
  - Bug fix; session was destroyed incorrectly on login failures.
  - Bug fix; potential session management problems.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mail/imapfilter/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/imapfilter/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/imapfilter/Makefile
diff -u pkgsrc/mail/imapfilter/Makefile:1.52 pkgsrc/mail/imapfilter/Makefile:1.53
--- pkgsrc/mail/imapfilter/Makefile:1.52        Wed Dec 31 08:55:22 2025
+++ pkgsrc/mail/imapfilter/Makefile     Tue Sep  1 19:52:28 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2025/12/31 08:55:22 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2026/09/01 19:52:28 maya Exp $
 
-DISTNAME=      imapfilter-2.7.5
-PKGREVISION=   2
+DISTNAME=      imapfilter-2.8.5
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lefcha/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/mail/imapfilter/distinfo
diff -u pkgsrc/mail/imapfilter/distinfo:1.30 pkgsrc/mail/imapfilter/distinfo:1.31
--- pkgsrc/mail/imapfilter/distinfo:1.30        Tue Oct 26 10:54:03 2021
+++ pkgsrc/mail/imapfilter/distinfo     Tue Sep  1 19:52:28 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 10:54:03 nia Exp $
+$NetBSD: distinfo,v 1.31 2026/09/01 19:52:28 maya Exp $
 
-BLAKE2s (imapfilter-2.7.5.tar.gz) = faff5e58de9276a66c2699345222ec341a54cfcb34383e2a8d1c737a0925089e
-SHA512 (imapfilter-2.7.5.tar.gz) = a64747d745ecd5a2f61d486cd8fec1bceeb97ce459ec57454311a960dbfce526c15e8bddeb16860b8efd9710de93845adec61ec892355a0bef7bddc4517e1442
-Size (imapfilter-2.7.5.tar.gz) = 59441 bytes
+BLAKE2s (imapfilter-2.8.5.tar.gz) = 075848f269e4c8ae0184f94b9f6069cce0ed55c32a0d5ab0f99c0f63d9c050b8
+SHA512 (imapfilter-2.8.5.tar.gz) = 683de17c3f795c11c7a02fcf899523352aae062c8e55376a2a53aa0f0e6e330a4b199e433005e58eaf1778abfa23bdfc9ba15c0e055540e9524c568b6f8b4347
+Size (imapfilter-2.8.5.tar.gz) = 59433 bytes
 SHA1 (patch-src_Makefile) = be705d5c9a52152ee41657321535dd60e19622ab



Home | Main Index | Thread Index | Old Index