Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: CURRENT,
Version: 1.3.5,
Package name: couriertcpd-1.3.5,
Maintainer: pkgsrc-usersThis package contains couriertcpd(1), used to daemonize the Courier
services.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2006/06/09 22:11:03 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
couriersslcache="@COURIER_STATEDIR@/couriersslcache"
if ${TEST} -f "$couriersslcache"; then
# Unconditionally remove the SSL cache file.
${ECHO} "Removing Courier SSL cache file:"
${ECHO} " $couriersslcache"
${RM} -f $couriersslcache
fi
;;
esac
Required to run:[
devel/pcre]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 7715.859 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-02-12) Updated to version: couriertcpd-1.3.5
- (2019-09-26) Updated to version: couriertcpd-0.68.1nb9
- (2019-07-21) Updated to version: couriertcpd-0.68.1nb8
- (2018-04-18) Updated to version: couriertcpd-0.68.1nb7
CVS history: (Expand)
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
2024-02-12 22:06:44 by Hans Rosenfeld | Files touched by this commit (20) |  |
Log message:
Update Courier-MTA to 1.3.5
This updates the following packages that are all built from the same
source:
mail/courier-mta
mail/courier-maildir
net/couriertcpd
Changes since 0.68.1: Too many to list here (0.68.1 was released in 2012).
The full changelog can be found here:
https://sourceforge.net/p/courier/courier.git/ci/713d051033c8d94b594b6bc61f0652b0951af752/tree/courier/ChangeLog
Note that the Maildir unicode format has changed in the 1.0 release. See
mail/courier-maildir/MESSAGE.UTF8 for details.
|
| 2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
| 2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
| 2020-05-21 21:21:17 by Roland Illig | Files touched by this commit (2) |
Log message:
net/couriertcpd: remove ipv6 option
The configure script does not know --with-ipv6 anymore.
|
| 2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
| 2019-09-26 13:36:55 by Thomas Klausner | Files touched by this commit (4) |
Log message:
couriertcpd: remove couriertls
The code does not compile against current version of neither openssl
nor gnutls.
Bump PKGREVISION.
|
| 2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message:
*: recursive bump for nettle 3.5.1
|