Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 17:59:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317227 - head
Message-ID:  <201305031759.r43Hx6vU069291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri May  3 17:59:06 2013
New Revision: 317227
URL: http://svnweb.freebsd.org/changeset/ports/317227

Log:
  Add a note about the security/libgcrypt update.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri May  3 17:42:12 2013	(r317226)
+++ head/UPDATING	Fri May  3 17:59:06 2013	(r317227)
@@ -5,6 +5,27 @@ 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.
 
+20130503:
+  AFFECTS: users of security/libgcrypt and any port that depends on it
+  AUTHOR: ehaupt@FreeBSD.org
+
+  The libgcrypt port has been updated to 1.5.2 and all shared libraries
+  versions have been bumped. So you need to rebuild all applications that
+  depend on libgcrypt. Do something like:
+
+  # portmaster -r libgcrypt
+
+  or
+  
+  # portupgrade -rf libgcrypt
+
+  Alternatively, you may install sysutils/bsdadminscripts, run pkg_libchk and
+  rebuild all detected ports:
+
+  # pkg_libchk | tee /tmp/rebuild
+  # awk -F':' '/libgcrypt.so/ {print $1}' /tmp/rebuild | sort | uniq \
+	| xargs portmaster -D
+
 20130502:
   AFFECTS: users of ports-mgmt/pkg, ports-mgmt/poudriere, ports-mgmt/tinderbox
   AUTHOR: bdrewery@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031759.r43Hx6vU069291>