Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: CURRENT,
Version: 0.68.1nb9,
Package name: couriertcpd-0.68.1nb9,
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: 6859.604 KB
Version history: (Expand)
- (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
- (2016-09-19) Updated to version: couriertcpd-0.68.1nb6
- (2016-03-05) Updated to version: couriertcpd-0.68.1nb5
- (2015-08-24) Updated to version: couriertcpd-0.68.1nb4
CVS history: (Expand)
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
|
2018-04-18 00:29:53 by Thomas Klausner | Files touched by this commit (286) |
Log message:
Add p11-kit to gnutls/bl3.mk and bump dependencies.
|
2016-09-19 15:04:29 by Thomas Klausner | Files touched by this commit (147) |
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
|