diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-01-31 09:11:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-01-31 09:11:38 +0000 |
commit | f8e10eeed7f2db1396457ff6a196e021929f6aee (patch) | |
tree | 04ea1aeb92da454461f69375c110cc67e55c9685 /UPDATING | |
parent | c2f55c02b30f6b3385dde21ad66d48879045dbe6 (diff) | |
download | ports-f8e10eeed7f2db1396457ff6a196e021929f6aee.tar.gz ports-f8e10eeed7f2db1396457ff6a196e021929f6aee.zip |
Catch up with stunnel's tools/Makefile to make the port's "make cert"
target actually work again.
Follow the upstream author's idea of keeping all stunnel-related
configuration files into ${PREFIX}/etc/stunnel/ - now "make cert" also
installs the certificate there instead of ${PREFIX}/etc/.
Bump PORTREVISION and add a note to UPDATING for the certificate
location change.
PR: 91991
Reported by: Jiri Pridal <jiri.pridal@firebrno.cz>
Notes
Notes:
svn path=/head/; revision=154873
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060131: + AFFECTS: users of security/stunnel + AUTHOR: roam@FreeBSD.org + + Since stunnel-4.14_1, the stunnel.pem certificate generated by + "make cert" is installed into /usr/local/etc/stunnel/ instead of + /usr/local/etc/. + 20060130: AFFECTS: users of sysutils/portsnap AUTHOR: cperciva@FreeBSD.org |