[libgeo-ip-perl] branch master updated (a25e43b -> 3572e79)

Axel Beckert abe at deuxchevaux.org
Sat Oct 11 01:32:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libgeo-ip-perl.

      from  a25e43b   update changelog
      adds  e814fcc   Imported Upstream version 1.45
       new  315d703   Merge tag 'upstream/1.45'
       new  18355aa   New upstream release: Remove/refresh patches
       new  c31e534   Add myself as uploader to fix lintian warning no-human-maintainers
       new  b743f31   Remove trailing blank line
       new  ed7436d   Bump Standards-Version to 3.9.6 (no changes needed)
       new  3572e79   Fix pkg-perl-specific lintian warning missing-testsuite-header

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                          | 627 ++++++++++++++++++++++-----------------
 IP.xs                            |  13 +-
 LICENSE                          | 379 +++++++++++++++++++++++
 MANIFEST                         |  52 +++-
 META.json                        |  18 +-
 META.yml                         |  19 +-
 META.json => MYMETA.json         |  20 +-
 MYMETA.yml                       |  24 ++
 Makefile.PL                      |  27 +-
 debian/changelog                 |  12 +-
 debian/control                   |   6 +-
 debian/patches/no-dns.patch      |  23 --
 debian/patches/series            |   1 -
 debian/patches/spelling.patch    |   8 +-
 example/benchmark.pl             |  56 ++--
 example/city.pl                  |  31 +-
 example/country_v6.pl            |   9 +-
 example/geolite-mirror-simple.pl |  28 +-
 example/netspeed.pl              |  24 +-
 example/netspeedcell.pl          |   5 +-
 example/org.pl                   |  11 +-
 example/region.pl                |  11 +-
 lib/Geo/IP.pm                    | 338 ++++++++++++---------
 lib/Geo/IP/Record.pm             |  15 +-
 lib/Geo/IP/Record.pod            |  14 +-
 lib/Geo/Mirror.pm                | 173 +++++------
 t/20_min_capi_version.t          |  23 --
 t/city.t                         |  26 ++
 t/country.t                      |  20 ++
 t/country_v6.t                   |  19 ++
 t/data/GeoIP.dat                 | Bin 0 -> 3315 bytes
 t/data/GeoIPASNum.dat            | Bin 0 -> 2554 bytes
 t/data/GeoIPCity.dat             | Bin 0 -> 4065 bytes
 t/data/GeoIPDomain.dat           | Bin 0 -> 2808 bytes
 t/data/GeoIPISP.dat              | Bin 0 -> 4752 bytes
 t/data/GeoIPNetSpeedCell.dat     | Bin 0 -> 3056 bytes
 t/data/GeoIPOrg.dat              | Bin 0 -> 4938 bytes
 t/data/GeoIPRegion.dat           | Bin 0 -> 184 bytes
 t/data/GeoIPv6.dat               | Bin 0 -> 1444 bytes
 t/data/GeoLiteCityIPv6.dat       | Bin 0 -> 5111 bytes
 t/domain.t                       |  15 +
 t/netspeedcell.t                 |  12 +
 t/org.t                          |  15 +
 t/region.t                       |  15 +
 {t => xt}/0_base.t               |   4 +-
 {t => xt}/1_lookup.t             |   8 +-
 xt/20_min_capi_version.t         |  27 ++
 {t => xt}/2_namelookup.t         |   8 +-
 {t => xt}/3_mirror.t             |   9 +-
 49 files changed, 1448 insertions(+), 697 deletions(-)
 create mode 100644 LICENSE
 copy META.json => MYMETA.json (54%)
 create mode 100644 MYMETA.yml
 delete mode 100644 debian/patches/no-dns.patch
 delete mode 100644 t/20_min_capi_version.t
 create mode 100644 t/city.t
 create mode 100644 t/country.t
 create mode 100644 t/country_v6.t
 create mode 100644 t/data/GeoIP.dat
 create mode 100644 t/data/GeoIPASNum.dat
 create mode 100644 t/data/GeoIPCity.dat
 create mode 100644 t/data/GeoIPDomain.dat
 create mode 100644 t/data/GeoIPISP.dat
 create mode 100644 t/data/GeoIPNetSpeedCell.dat
 create mode 100644 t/data/GeoIPOrg.dat
 create mode 100644 t/data/GeoIPRegion.dat
 create mode 100644 t/data/GeoIPv6.dat
 create mode 100644 t/data/GeoLiteCityIPv6.dat
 create mode 100644 t/domain.t
 create mode 100644 t/netspeedcell.t
 create mode 100644 t/org.t
 create mode 100644 t/region.t
 rename {t => xt}/0_base.t (73%)
 rename {t => xt}/1_lookup.t (75%)
 create mode 100644 xt/20_min_capi_version.t
 rename {t => xt}/2_namelookup.t (71%)
 rename {t => xt}/3_mirror.t (56%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-ip-perl.git



More information about the Pkg-perl-cvs-commits mailing list