diff options
author | ashish <ashish@FreeBSD.org> | 2015-02-08 03:04:15 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-02-08 03:04:15 +0800 |
commit | 77c6613ea428919606608678e5960e48f53fe5e5 (patch) | |
tree | b4bc5efd37bccb4ad6f2b8cc653b362de871a4e4 /UPDATING | |
parent | 4833075ffa44e1206831b350b478fd9231104e7f (diff) | |
download | freebsd-ports-gnome-77c6613ea428919606608678e5960e48f53fe5e5.tar.gz freebsd-ports-gnome-77c6613ea428919606608678e5960e48f53fe5e5.tar.zst freebsd-ports-gnome-77c6613ea428919606608678e5960e48f53fe5e5.zip |
OpenSMTPD port updates
mail/opensmtpd:
- Update to 5.4.4p1
- Add LIBASRDEVEL option to depend on dns/libasr-devel
- Use OpenSSL from ports, should help with migration to LibreSSL
- Explicitly provide path to OpenSSL[1]
mail/opensmtpd-devel:
- Update to 201502012312
- Add LIBASR option to depend on dns/libasr
- Remove MYSQL, PGSQL, LDAP, and REDIS options as they're removed
upstream
- Add a note for above to UPDATING
- Explicitly provide path to OpenSSL[1]
- Add a diff to fix build failure on FreeBSD[2]
Reported by: TJ <tj at mrsk.me> (via private email)
Submitted by: Herbert J. Skuhra <herbert at oslo.ath.cx> (via list)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150207: + AFFECTS: users of mail/opensmtpd-devel + AUTHOR: ashish@FreeBSD.org + + MYSQL, PGSQL, LDAP, and REDIS options are removed from port, as + they're moved upstream to a separate project, which is yet to + release snapshots. If you need those options, then please install + "mail/opensmtpd" port instead. To do that: + + If using portupgrade: + # portupgrade -o mail/opensmtpd mail/opensmtpd-devel + + If using portmaster: + # portmaster -o mail/opensmtpd mail/opensmtpd-devel + 20150206: AFFECTS: users of net/serviio AUTHOR: netchild@FreeBSD.org |