1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

mail/cyrus-imapd34: Update to 3.4.1.

MFH:		2021Q2
Security:	CVE-2021-32056
This commit is contained in:
Hajimu UMEMOTO 2021-05-10 21:08:35 +09:00
parent de1876a17c
commit 3b2ce511df
3 changed files with 4 additions and 20 deletions

View File

@ -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}/

View File

@ -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

View File

@ -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