pghmcfc pushed to GeoIP (f20). "Update to 1.6.5 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 07:21:57 UTC 2015


>From 0fc74a85407c886df35d13943d6214e1c943c234 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Mon, 2 Mar 2015 11:18:22 +0000
Subject: Update to 1.6.5

- New upstream release 1.6.5
  - Fixed a segmentation fault in geoiplookup when the utility was passed an
    invalid database (#1180874)
  - Additional validation was added for the size used in the creation of the
    index cache (#832913)
  - Changed the code to only look up country codes by using functions that
    ensure that we do not try to look past the end of an array (GitHub #53)

diff --git a/.gitignore b/.gitignore
index 466552b..07d9e22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,7 @@
+/Geo*.dat.gz
 /GeoIP-1.4.6.tar.gz
 /GeoIP-1.4.8.tar.gz
 /GeoIP-1.5.0.tar.gz
 /GeoIP-1.5.1.tar.gz
 /GeoIP-1.6.4.tar.gz
-/GeoIP.dat.gz
-/GeoIPASNum.dat.gz
-/GeoIPASNumv6.dat.gz
-/GeoIPv6.dat.gz
-/GeoLiteCity.dat.gz
-/GeoLiteCityv6.dat.gz
+/GeoIP-1.6.5.tar.gz
diff --git a/GeoIP.spec b/GeoIP.spec
index 9e2ac81..74dd269 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -5,8 +5,8 @@
 %global noarch_subpkgs 0%{?fedora} > 9 || 0%{?rhel} > 5
 
 Name:		GeoIP
-Version:	1.6.4
-Release:	4%{?dist}
+Version:	1.6.5
+Release:	1%{?dist}
 Summary:	Library for country/city/organization to IP address or hostname mapping
 Group:		Development/Libraries
 License:	LGPLv2+
@@ -97,6 +97,15 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/geoip.pc
 
 %changelog
+* Mon Mar  2 2015 Paul Howarth <paul at city-fan.org> - 1.6.5-1
+- Update to 1.6.5
+  - Fixed a segmentation fault in geoiplookup when the utility was passed an
+    invalid database (#1180874)
+  - Additional validation was added for the size used in the creation of the
+    index cache (#832913)
+  - Changed the code to only look up country codes by using functions that
+    ensure that we do not try to look past the end of an array (GitHub #53)
+
 * Fri Feb 20 2015 Paul Howarth <paul at city-fan.org> - 1.6.4-4
 - Databases now unbundled to the GeoIP-GeoLite-data package
 - Drop long-unused perl helper scripts
diff --git a/sources b/sources
index 7923adc..049b40d 100644
--- a/sources
+++ b/sources
@@ -1,7 +1 @@
-c9f4f97fcf310b40faa0f900fac14630  GeoIP-1.6.4.tar.gz
-f8ed8b468ecee0f7a98cb05c33af7b14  GeoIPASNum.dat.gz
-621a358853e0cb550a27e8c25d948d6d  GeoIPASNumv6.dat.gz
-508e3c10da15f2722774cf4014863976  GeoIP.dat.gz
-3dde07e1b2f5d21c2362ee92b9f103c1  GeoIPv6.dat.gz
-2ec4a73cd879adddf916df479f3581c7  GeoLiteCity.dat.gz
-ca64d35383892b3e7f52888d9e73ee50  GeoLiteCityv6.dat.gz
+be57b27082d81543611fcfab2f7d9c7a  GeoIP-1.6.5.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/GeoIP.git/commit/?h=f20&id=0fc74a85407c886df35d13943d6214e1c943c234


More information about the scm-commits mailing list