forked from Lainports/freebsd-ports
mail/cyrus-imapd310: update to 3.10.1
Relnotes: https://www.cyrusimap.org/imap/download/release-notes/3.10/x/3.10.1.html
This commit is contained in:
parent
19dd4285f1
commit
55ff2f5835
4 changed files with 8 additions and 24 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cyrus-imapd
|
||||
DISTVERSION= 3.10.0
|
||||
DISTVERSION= 3.10.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${DISTVERSION}/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1724066645
|
||||
SHA256 (cyrus-imapd-3.10.0.tar.gz) = bef0fefa776862629c17cdde268c9b8d17ae1ae6fd087a4c5e52524c66c33a23
|
||||
SIZE (cyrus-imapd-3.10.0.tar.gz) = 14953680
|
||||
TIMESTAMP = 1737543423
|
||||
SHA256 (cyrus-imapd-3.10.1.tar.gz) = 4f2245fbc5cd869959c53e98796ad45ceb6a836058034a43db0bb1f7b82d3530
|
||||
SIZE (cyrus-imapd-3.10.1.tar.gz) = 11497536
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.in.orig 2020-06-22 03:08:46 UTC
|
||||
--- Makefile.in.orig 2025-01-22 02:01:14 UTC
|
||||
+++ Makefile.in
|
||||
@@ -2348,7 +2348,7 @@ com_err_et_libcyrus_com_err_la_CFLAGS = $(AM_CFLAGS) $
|
||||
@@ -2829,7 +2829,7 @@ LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${L
|
||||
# MD5 algorithms, without needing SSL. Currently we have no way of
|
||||
# minimally linking such code.
|
||||
LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${LIBS} \
|
||||
- ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS)
|
||||
+ ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) -lm
|
||||
- ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS)
|
||||
+ ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) -lm
|
||||
|
||||
|
||||
# UTILITY is the libraries that utility programs which use Cyrus'
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
--- sieve/interp.c.orig 2023-12-01 06:24:31 UTC
|
||||
+++ sieve/interp.c
|
||||
@@ -749,11 +749,13 @@ unsigned long long extension_isactive(sieve_interp_t *
|
||||
(config_ext & IMAP_ENUM_SIEVE_EXTENSIONS_VND_CYRUS_LOG))) capa = 0;
|
||||
break;
|
||||
|
||||
+#ifdef WITH_JMAP
|
||||
case SIEVE_CAPA_JMAPQUERY:
|
||||
if (!(interp->jmapquery &&
|
||||
(config_ext & IMAP_ENUM_SIEVE_EXTENSIONS_VND_CYRUS_JMAPQUERY)))
|
||||
capa = 0;
|
||||
break;
|
||||
+#endif
|
||||
|
||||
case SIEVE_CAPA_SNOOZE:
|
||||
if (!(interp->snooze &&
|
||||
Loading…
Add table
Reference in a new issue