aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-07-30 11:57:23 +0800
committerpi <pi@FreeBSD.org>2014-07-30 11:57:23 +0800
commit69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5 (patch)
tree15807f23c2499ac331641e73da0725c3432fea04 /UPDATING
parent8980b9837d1762a8c18a15bbffd2452514869780 (diff)
downloadfreebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.tar.gz
freebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.tar.zst
freebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.zip
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3c1e99c8a53a..785b48d95a0a 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.
+20140730:
+ AFFECTS: users of security/libgcrypt
+ AUTHOR: pi@FreeBSD.org
+
+ libgcrypt has been updated to 1.6.1 and all shared libraries versions have
+ been bumped. So you need to rebuild all applications that depend on
+ libgcrypt.
+
+ # portmaster -r libgcrypt
+ or
+ # portupgrade -fr security/libgcrypt
+ or
+ # pkg install -fR security/libgcrypt
+
20140728:
AFFECTS: users of net/GeoIP
AUTHOR: adamw@FreeBSD.org