aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-07-06 16:43:48 +0800
committerohauer <ohauer@FreeBSD.org>2013-07-06 16:43:48 +0800
commit2248b02eaeb0e3695d2c60776d853af6b017862a (patch)
tree5fc7d6c9531544baa8b3b000b68b5d4ef82818d0 /UPDATING
parent67143bc225b1347386be1f87d132b887602226d3 (diff)
downloadfreebsd-ports-gnome-2248b02eaeb0e3695d2c60776d853af6b017862a.tar.gz
freebsd-ports-gnome-2248b02eaeb0e3695d2c60776d853af6b017862a.tar.zst
freebsd-ports-gnome-2248b02eaeb0e3695d2c60776d853af6b017862a.zip
- update devel/apr1
apr-1.4.6 -> apr-1.4.8 apr-util-1.4.1 -> apr-util-1.5.2 - add support for NSS crypto driver (apr-util) Changes URL's: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup Thanks to tijl@ for sending patches to the apache@ list. http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html with hat apache@
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 48dffb572346..2d5b9f9af86a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20130706:
+ AFFECTS: users of devel/apr1
+ AUTHOR: ohauer@FreeBSD.org
+
+ APR was updated to 1.4.8 and APR-util was updated to 1.5.2.
+
+ Please rebuild all ports which are using functions from
+ APR/APR-util such as apache, subversion ...
+
+ # portmaster -r apr
+ or
+ # portupgrade -r devel/apr1
+ or
+ # pkg install -fR devel/apr1
+
20130705:
AFFECTS: users of x11/kdelibs4
AUTHOR: kde@FreeBSD.org