Date: Sat, 6 Nov 2021 17:18:07 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9997b32ad7f5 - main - mail/notmuch: Update to 0.34.1 Message-ID: <202111061718.1A6HI7vF077657@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9997b32ad7f500ca558a565dbe623408681724ee commit 9997b32ad7f500ca558a565dbe623408681724ee Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2021-11-06 17:16:37 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2021-11-06 17:16:37 +0000 mail/notmuch: Update to 0.34.1 Upstream changelog: Fix for deallocation and nulling of output parameter for notmuch_database{open_with,create_with,load}config when errors occur. This change fixes a potential use-after-free bug that has been present since 0.32. This release also improves the documentation of status returns for the same 3 functions. --- mail/notmuch/Makefile | 2 +- mail/notmuch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 0b4fc7a589d6..67d1a6ac7e0e 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,7 @@ # Created by: DarwinSurvivor <darwinsurvivor@gmail.com> PORTNAME= notmuch -DISTVERSION= 0.34 +DISTVERSION= 0.34.1 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index d4056cdd3f46..3eee2372b11d 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635023689 -SHA256 (notmuch-0.34.tar.xz) = 83e9581542b6e387f61f30cf0f5e2d9038912ee1bb73ad64b84d1d9c543761b6 -SIZE (notmuch-0.34.tar.xz) = 748232 +TIMESTAMP = 1636218691 +SHA256 (notmuch-0.34.1.tar.xz) = 457acf7cc4815280a76b0c4a95c64815b6d7e3d9c0342168e6d96e741f31d816 +SIZE (notmuch-0.34.1.tar.xz) = 748444
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111061718.1A6HI7vF077657>