Date: Mon, 10 May 2021 12:35:27 GMT From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b2ce511df87 - main - mail/cyrus-imapd34: Update to 3.4.1. Message-ID: <202105101235.14ACZRoN033697@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b2ce511df879614222eb8077abf4219f6e77c8b commit 3b2ce511df879614222eb8077abf4219f6e77c8b Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2021-05-10 12:08:35 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2021-05-10 12:35:14 +0000 mail/cyrus-imapd34: Update to 3.4.1. MFH: 2021Q2 Security: CVE-2021-32056 --- mail/cyrus-imapd34/Makefile | 2 +- mail/cyrus-imapd34/distinfo | 6 +++--- mail/cyrus-imapd34/files/patch-lib__byteorder.h | 16 ---------------- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/mail/cyrus-imapd34/Makefile b/mail/cyrus-imapd34/Makefile index 7a8f7c1c60db..0023e946fe10 100644 --- a/mail/cyrus-imapd34/Makefile +++ b/mail/cyrus-imapd34/Makefile @@ -1,5 +1,5 @@ PORTNAME= cyrus-imapd -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/mail/cyrus-imapd34/distinfo b/mail/cyrus-imapd34/distinfo index b22ae2e5e1a6..fdb8fd75bbf8 100644 --- a/mail/cyrus-imapd34/distinfo +++ b/mail/cyrus-imapd34/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618834194 -SHA256 (cyrus-imapd-3.4.0.tar.gz) = 6a441a180d8224f496e279da7fdb24baa702800414206e5f26fc7d006b2eb2fa -SIZE (cyrus-imapd-3.4.0.tar.gz) = 12514849 +TIMESTAMP = 1620646436 +SHA256 (cyrus-imapd-3.4.1.tar.gz) = a1b185efabe0f7eeaac99ed8781b309acf7c07a1f1fb9be467598988863b4cb5 +SIZE (cyrus-imapd-3.4.1.tar.gz) = 12539102 diff --git a/mail/cyrus-imapd34/files/patch-lib__byteorder.h b/mail/cyrus-imapd34/files/patch-lib__byteorder.h deleted file mode 100644 index a0b2f7e2fabd..000000000000 --- a/mail/cyrus-imapd34/files/patch-lib__byteorder.h +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/byteorder.h.orig 2021-01-07 01:26:49 UTC -+++ lib/byteorder.h -@@ -61,7 +61,12 @@ - # define ntohll(x) (x) - - #else /* small-endian machines */ --# if defined(__GNUC__) && __GNUC_PREREQ(4, 3) -+# if defined(__GNUC__) && !defined(__clang__) -+# if __GNUC_PREREQ(4, 3) -+# define GNUC_PREREQ_4_3 1 -+# endif -+# endif -+# if defined(GNUC_PREREQ_4_3) - /* Remove existing macros if present */ - # undef ntohl - # undef htonl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101235.14ACZRoN033697>