aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2019-01-15 00:28:50 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2019-01-15 00:28:50 +0000
commitef2e5e19c60ef4e896790afa90bef1ae1bcee648 (patch)
treecf3eb08b4758ef6044be2afe32cacdf359863f87
parentc284eafd7be0aa8726024517bb1c304d38948e5e (diff)
downloadports-ef2e5e19c60ef4e896790afa90bef1ae1bcee648.tar.gz
ports-ef2e5e19c60ef4e896790afa90bef1ae1bcee648.zip
Notes
-rw-r--r--dns/gdnsd2/Makefile3
-rw-r--r--dns/gdnsd2/distinfo6
-rw-r--r--dns/gdnsd2/files/patch-libgdmaps_gdgeoip2.c16
3 files changed, 4 insertions, 21 deletions
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile
index 2fbe2bda099f..430467c5da02 100644
--- a/dns/gdnsd2/Makefile
+++ b/dns/gdnsd2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gdnsd
-PORTVERSION= 2.4.0
-PORTREVISION= 2
+PORTVERSION= 2.4.1
CATEGORIES= dns
MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
ZI \
diff --git a/dns/gdnsd2/distinfo b/dns/gdnsd2/distinfo
index ec2c6c68922d..14da2e606669 100644
--- a/dns/gdnsd2/distinfo
+++ b/dns/gdnsd2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544042714
-SHA256 (gdnsd-2.4.0.tar.xz) = 3d56ccbb27054dc155839d94df136d760ac361abe868aa6a8c3dbfc9e464bb99
-SIZE (gdnsd-2.4.0.tar.xz) = 641820
+TIMESTAMP = 1547511962
+SHA256 (gdnsd-2.4.1.tar.xz) = 843c9c6f8a935eff66620eb38ceadda93cae1f42877315e64ba58b199c4643b5
+SIZE (gdnsd-2.4.1.tar.xz) = 639656
diff --git a/dns/gdnsd2/files/patch-libgdmaps_gdgeoip2.c b/dns/gdnsd2/files/patch-libgdmaps_gdgeoip2.c
deleted file mode 100644
index 470eeb335f8a..000000000000
--- a/dns/gdnsd2/files/patch-libgdmaps_gdgeoip2.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- libgdmaps/gdgeoip2.c.orig 2019-01-15 00:17:32 UTC
-+++ libgdmaps/gdgeoip2.c
-@@ -172,12 +172,7 @@ static geoip2_t* geoip2_new(const char*
- db->is_city = !!strstr(meta->database_type, "City");
-
- if(db->is_city) {
-- // 1546300799 == 2018-12-31T23:59:59
-- if(city_auto_mode && strstr(meta->database_type, "GeoLite2") && meta->build_epoch > (uint64_t)1546300799LLU) {
-- dmn_log_err("plugin_geoip: map '%s': GeoIP2 DB '%s' appears to be a post-2018 GeoLite2-City database, which will not work with auto_dc_coords as configured because these databases lack the latitude and longitude data present in the commercial version. See the auto_dc_coords section of the gdnsd-plugin-geoip documentation for more details.", map_name, pathname);
-- geoip2_destroy(db);
-- return NULL;
-- }
-+ // noop
- } else {
- if(city_auto_mode) {
- dmn_log_err("plugin_geoip: map '%s': GeoIP2 DB '%s' is not a City-level"