Path to this page:
./
mail/cyrus-imapd23,
Cyrus IMAP server
Branch: pkgsrc-2011Q3,
Version: 2.3.18,
Package name: cyrus-imapd-2.3.18,
Maintainer: obacheIMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
IMAPDCONF=@IMAPDCONF@
case ${STAGE} in
DEINSTALL)
if [ -f ${IMAPDCONF} ]; then
IMAPDIRS=`
${AWK} '/configdirectory:/ { print $2 }; \
/partition-.*:/ { print $2 }; \
/sievedir:/ { print $2 }' \
${IMAPDCONF} | ${SORT} -ur`
_IMAPDIRS=
for dir in ${IMAPDIRS}; do
${RMDIR} -p ${dir} 2>/dev/null || ${TRUE}
if [ -d ${dir} ]; then
_IMAPDIRS="${_IMAPDIRS} ${dir}"
fi
done
if [ -n "${_IMAPDIRS}" ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove
the following directories:
EOF
for dir in ${_IMAPDIRS}; do
if [ -d "${dir}" ]; then
${ECHO} " ${dir}"
fi
done
${CAT} << EOF
===========================================================================
EOF
fi
fi
;;
esac
Required to run:[
lang/perl5] [
databases/db4] [
security/cyrus-sasl]
Required to build:[
lang/perl5] [
security/p5-Digest-SHA1]
Package options: bdb
Master sites: (Expand)
SHA1: 5051f315ffd84c9a623c6da209528d5aff39ed72
RMD160: b9d351b5c73c4e87019fb8aa0efd0a8a29ac6a40
Filesize: 2257.102 KB
Version history: (Expand)
- (2011-10-05) Updated to version: cyrus-imapd-2.3.18
- (2011-10-04) Package added to pkgsrc.se, version cyrus-imapd-2.3.17 (created)
CVS history: (Expand)
2011-10-05 11:15:59 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3528 - requested by obache
mail/cyrus-imapd23: security update
Revisions pulled up:
- mail/cyrus-imapd23/Makefile 1.14
- mail/cyrus-imapd23/distinfo 1.6
---
Module Name: pkgsrc
Committed By: obache
Date: Wed Oct 5 01:18:34 UTC 2011
Modified Files:
pkgsrc/mail/cyrus-imapd23: Makefile distinfo
Log message:
Update cyrus-imapd23 to 2.3.18.
Changes to the Cyrus IMAP Server since 2.3.17
* Fix for incomplete authentication checks in nntpd, reported by
Secunia as SA46093 - thanks Stefan Cornelius, Secunia Research
|