mail/cyrus-imapd38: update to 3.8.5

Relnotes:	https://www.cyrusimap.org/imap/download/release-notes/3.8/x/3.8.5.html
This commit is contained in:
Hajimu UMEMOTO 2025-01-22 21:00:02 +09:00
parent 55ff2f5835
commit 1c6a78f3b8
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= cyrus-imapd PORTNAME= cyrus-imapd
PORTVERSION= 3.8.4 PORTVERSION= 3.8.5
PORTREVISION= 0 PORTREVISION= 0
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${DISTVERSION}/ MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${DISTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722248471 TIMESTAMP = 1737545991
SHA256 (cyrus-imapd-3.8.4.tar.gz) = e67d3e9dd99d9c7055b01254939f5f08c955a935a64c0e1c083c0b43ebe21ef2 SHA256 (cyrus-imapd-3.8.5.tar.gz) = eac66af459197a92393aa92e407b6bffda825bcff77f18ad1e94e4626c34a600
SIZE (cyrus-imapd-3.8.4.tar.gz) = 14488926 SIZE (cyrus-imapd-3.8.5.tar.gz) = 11205848

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig 2020-06-22 03:08:46 UTC --- Makefile.in.orig 2025-01-22 00:27:51 UTC
+++ Makefile.in +++ Makefile.in
@@ -2348,7 +2348,7 @@ com_err_et_libcyrus_com_err_la_CFLAGS = $(AM_CFLAGS) $ @@ -2807,7 +2807,7 @@ LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${L
# MD5 algorithms, without needing SSL. Currently we have no way of # MD5 algorithms, without needing SSL. Currently we have no way of
# minimally linking such code. # minimally linking such code.
LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${LIBS} \ LD_BASIC_ADD = lib/libcyrus.la lib/libcyrus_min.la ${LIBS} \
- ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) - ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS)
+ ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) -lm + ${LIB_SASL} $(SSL_LIBS) $(GCOV_LIBS) -lm
# UTILITY is the libraries that utility programs which use Cyrus' # UTILITY is the libraries that utility programs which use Cyrus'