aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2014-07-28 06:43:09 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2014-07-28 06:43:09 +0000
commit32290f6fc67d1eadc109d06010059c89d5658d85 (patch)
treed7a5226c2585ea03a136a107b6857229758b5b28 /UPDATING
parent499299ff76ccc3fc883bcb85a9682cbb5fed9fb0 (diff)
downloadports-32290f6fc67d1eadc109d06010059c89d5658d85.tar.gz
ports-32290f6fc67d1eadc109d06010059c89d5658d85.zip
- 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--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4c532a613183..030287291afa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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