- Update cyrus-imapd21 to 2.1.18:
- From the changelog: > Changes to the Cyrus IMAP Server since 2.1.17 > Fix single byte overflow in imapd annotate extension. > > Changes to the Cyrus IMAP Server since 2.1.16 > Fix several security issues in imapd and in mysasl_canon_user. > > Changes to the Cyrus IMAP Server since 2.1.15 > Clean up a timeout bug in fud proxy code. > Fix a number of bugs with the murder and altnamespace handling. > Detect fork() failures when launching sendmail in lmtpd > Enable telemetry logging in lmtpd/lmtpproxyd > Allow APOP to be disabled via an imap option > Fix reconstruct to handle missing cyrus.header files > Add the quotawarnkb option > Update MUPDATE to look for IANA assigned port numbers.
This commit is contained in:
parent
5a8afcf72b
commit
1d3b7fa9bb
2 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:18 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2005/05/28 17:41:54 adrianp Exp $
|
||||
|
||||
DISTNAME= cyrus-imapd-2.1.15
|
||||
PKGREVISION= 5
|
||||
DISTNAME= cyrus-imapd-2.1.18
|
||||
SVR4_PKGNAME= cimap
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
|
@ -70,7 +69,7 @@ PKG_SUPPORTED_OPTIONS= gssapi inet6 kerberos kerberos4 recommended-db
|
|||
|
||||
.if !empty(PKG_OPTIONS:Minet6)
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= ${DISTNAME}-ipv6-20030819.diff.gz
|
||||
PATCHFILES= cyrus-imapd-2.1.16-ipv6-20031121.diff.gz
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mrecommended-db)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.10 2005/05/25 12:44:19 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2005/05/28 17:41:54 adrianp Exp $
|
||||
|
||||
SHA1 (cyrus-imapd-2.1.15.tar.gz) = d15490b23a222858688bb592797a0c4f0c4205de
|
||||
RMD160 (cyrus-imapd-2.1.15.tar.gz) = cb7f4f4e87b5c868ac0a0795f31d2603a4e9802b
|
||||
Size (cyrus-imapd-2.1.15.tar.gz) = 1698648 bytes
|
||||
SHA1 (cyrus-imapd-2.1.15-ipv6-20030819.diff.gz) = 3ee03f649ae4d9791e1a56d9cf11c514eab0312b
|
||||
RMD160 (cyrus-imapd-2.1.15-ipv6-20030819.diff.gz) = 2e4a2f4a97691436608bf5f30bdaa95921e2a219
|
||||
Size (cyrus-imapd-2.1.15-ipv6-20030819.diff.gz) = 33437 bytes
|
||||
SHA1 (cyrus-imapd-2.1.18.tar.gz) = 2f587645d8589fb876bb6633ae4a7a93f451b89c
|
||||
RMD160 (cyrus-imapd-2.1.18.tar.gz) = 87e521c9fc01e42c4e54b4e2ffb1492abb9f9130
|
||||
Size (cyrus-imapd-2.1.18.tar.gz) = 1711522 bytes
|
||||
SHA1 (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = 390aeae9306fcd3bed1e96a6b2bb82775b347f66
|
||||
RMD160 (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = e32d5f4f146f83db5b2ff966ae145b54e8dea390
|
||||
Size (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = 33500 bytes
|
||||
SHA1 (patch-ab) = c1c5cfa6b43d206224fa6107be9b4eae3302bb7f
|
||||
SHA1 (patch-ac) = 44ec55f4811af1942872b4d276a0a2f57a803ef2
|
||||
SHA1 (patch-ad) = 80329b5a72cb7aa6890304cd89912096f3a66df3
|
||||
|
|
Loading…
Reference in a new issue