diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2014-07-28 06:43:09 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2014-07-28 06:43:09 +0000 |
commit | 32290f6fc67d1eadc109d06010059c89d5658d85 (patch) | |
tree | d7a5226c2585ea03a136a107b6857229758b5b28 /UPDATING | |
parent | 499299ff76ccc3fc883bcb85a9682cbb5fed9fb0 (diff) |
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=363113
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ 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. +20140728: + AFFECTS: users of security/libtasn1 and any port that depends on it + AUTHOR: novel@FreeBSD.org + + libtasn1 has been updated to 4.0 and all shared libraries versions have + been bumped. So you need to rebuild all applications that depend on + libtasn1. + + # portmaster -r libtasn1 + or + # portupgrade -fr security/libtasn1 + or + # pkg install -fR security/libtasn1 + 20140727: AFFECTS: users of ports-mgmt/pkg AUTHOR: mva@FreeBSD.org |