pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/GeoIP



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 24 10:17:23 UTC 2009

Modified Files:
        pkgsrc/net/GeoIP: Makefile distinfo
        pkgsrc/net/GeoIP/patches: patch-aa patch-ad
Removed Files:
        pkgsrc/net/GeoIP/patches: patch-ab patch-ac

Log Message:
Changes 1.4.6:
* Fix geoipupdate's my_printf function
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with
  PerlIO::gzip
* Update region codes in libGeoIP/regionName.c
* Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct
* Update fips codes 20090201
* Fix unicode builds on WIN32 and eliminate some warnings
* Fix sign error in _iso_8859_1__utf8 for PPC64
* Change WIN32 to _WIN32, since _WIN32 is defined by default
* Remove the WSAStartup call from GeoIP_open
* Silence various warnings
* Add more timezone region's for Australia
* Fix possible segfault in apps/geoiplookup with null pointers in non gnu
  printf implementations for example solaris
* Add README.OSX to build fat binaries easy
* Silence vasprintf warning via AC_GNU_SOURCE
* Add several Makefiles to build a static GeoIP.lib for w32
* Silence signedness warnings
* Remove --with-city configure option
* Remove configure's --with-dbdir option. Use the similar --datadir instead
* Various autotools improvements and cleanups. Including parallel build fix.
* Fix libGeoIP/timeZone.c
* Fix timezone/generate_timeZone.pl
* Sync FIPS codes again Jan 14th, 2009
* Fix CA,NL regioncode
* Change logic in generate_regionName.pl and GeoIP_region_name_by_code
* Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008
* Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64
* Add proper WIN32/64 support
* Escape - in all manpages
* Add manpage for geoiplookup6
* Fix -d command line option
* GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf
* avoid pre/postincrement and assignment on the same variable


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/GeoIP/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/GeoIP/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/GeoIP/patches/patch-aa
cvs rdiff -u -r1.2 -r0 pkgsrc/net/GeoIP/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/net/GeoIP/patches/patch-ac
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/GeoIP/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index