aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 15:26:32 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 15:26:32 +0000
commit07fb5e0167618bc0b069026c1eb9725881a5a623 (patch)
tree6e5dcfd3a21929bf6403f86729ded33f6aa50c0a /UPDATING
parent8907713f3bb01822f3cac410d383c8bf6837a192 (diff)
Update GeoIP to 1.6.0.
With this update, GeoIP no longer ships with the GeoIP data files, so you MUST fetch them yourself, by running the geoipupdate.sh script.
Notes
Notes: svn path=/head/; revision=363178
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fa3e357eea7b..3c1e99c8a53a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,13 @@ 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 net/GeoIP
+ AUTHOR: adamw@FreeBSD.org
+
+ GeoIP no longer ships with the GeoIP database. To continue using GeoIP,
+ you MUST fetch it first by running geoipupdate.sh.
+
+20140728:
AFFECTS: users of security/libtasn1 and any port that depends on it
AUTHOR: novel@FreeBSD.org