Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

GeoIP-1.6.12-lp152.3.2 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: GeoIP Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 1.6.12 Vendor: openSUSE
Release: lp152.3.2 Build date: Sat May 16 08:09:02 2020
Group: Development/Libraries/C and C++ Build host: obs-power8-03
Size: 350974 Source RPM: GeoIP-1.6.12-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.maxmind.com/
Summary: Library to find the country that any IP address originates from
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.  It uses a file based database.
This database simply contains IP blocks as keys, and countries as
values. This database should be more complete and accurate than using
reverse DNS lookups.

MaxMind offers a service where you can have your database updated
automically each month.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Thu Mar 26 2020 Vítězslav Čížek <vcizek@suse.com>
  - Update README.SUSE with a description how to get the latest Geo IP
    data after the distribution changes
    (jsc#SLE-11184, bsc#1156194, jsc#ECO-1405)
  - geoip-fetch is now obsolete and just points to the README
* Wed Aug 01 2018 lnussel@suse.de
  - can't package database in /var/lib/GeoIP anymore as it breaks with
    transactional updates (boo#1093352). Ideally one would put the
    static version in /usr/share with the files in /var overriding
    that. Since GeoIP is considered deprecated in favor of
    libmaxminddb anyways, we'll just ship GeoIP-data as empty shell to
    own the files for uninstall.
* Thu Mar 15 2018 mpluskal@suse.com
  - Update to version 1.6.12:
    * Populate metro and area code when performing lookups in IPv6
      City databases. Previously this was only done when using IPv4
      City databases.
  - Modernise spec file with spec-cleaner
* Thu Nov 16 2017 jengelh@inai.de
  - Rectify RPM groups.
    Remove pointless --with-pic since there are no static libs.
* Thu Nov 16 2017 mpluskal@suse.com
  - Update to version 1.6.11:
    * Fix use of a NULL pointer when opening a corrupt database with
      GeoIP_open
    * GeoIP_database_info now returns the full version string rather
      than incorrectly truncating it.
* Thu Jun 16 2016 martin.liska@suse.com
  - Fix compilation errors seen by GCC6.
* Thu Feb 04 2016 mpluskal@suse.com
  - Update to 1.6.9
    * Fix a regression introduced in version 1.6.8, which caused
      GeoIP_database_info to erroneously return NULL.
  - Changes for 1.6.8
    * Allow compilation on older systems by relaxing the autoconf
      and automake minimum versions. Thank you, Jose Rubio!
    * Avoid potential problems in multi-threaded environments by
      consistently using pread() rather than read().
    * Fix various small issues reported by clang's static analyser.
* Mon Nov 16 2015 mrueckert@suse.de
  - Update to 1.6.7
    * Fixed a MSVC parser stack overflow when parsing regionName.c
      and timeZone.c. Fix by elliotlo. GitHub #64.
    * Updated region codes and timezones.
      When using GEOIP_MEMORY_CACHE with an invalid database file,
      the search tree traversal could attempt to read memory outside
      of the memory allocated for the memory cache, resulting in a
      segmentation fault. A check was added to ensure that the
      traversal code does not try to read beyond the end of the file,
      whether in memory, memory mapped, or on disk.
    * Previously the return values from file reads were ignored. We now
      check these values to ensure that there were no errors.
  - copy the tools from the debian package to work with the database
    files. new BR gcc-c++. Files are installed into the same path as
    on debian /usr/lib/geoip/. new binaries:
    /usr/lib/geoip/geoip-generator
    /usr/lib/geoip/geoip-generator-asn
    /usr/lib/geoip/v4-to-v6-layout.pl
* Mon Sep 28 2015 mpluskal@suse.com
  - Update to 1.6.6
    * Replaced usage of deprecated fileno, read, and lseek on Visual
      Studio 2005+ with their ISO C++ conformant replacements.
    * A warning about using a double as a float was fixed.
    * Fixed segfault when doing a lookup on an empty database.
    * Fixed a memcheck error from valgrind in the _check_mtime
      function.
    * Fixed _check_mtime to check the return value of gettimeofday
      rather than just assuming it worked.
* Thu Mar 12 2015 astieger@suse.com
  - Remove unused zlib build requirement
  - fix pubpackage arch build error, for SLE 11 SP3
* Tue Mar 10 2015 jweberhofer@weberhofer.at
  * Updated LICENSE, using the upstream version.
    * The GPL license has been removed:test-driver is licensed under the GPL but
    is not packaged, libGeoIPUpdate is no longer part of the package.
    * Changed handling of ghost files.
    * Moved data into a seperate package.
* Fri Mar 06 2015 mpluskal@suse.com
  - Update to 1.6.5
    * A segmentation fault in geoiplookup was fixed when the utility
      was passed an invalid database. (Reported in Red Hat
      bug #1180874.)
    * Additional validation was added for validation of the size used
      in the creation of the index cache. (Based on discussion in
      Red Hat bug #832913.)
    * Changed the code to only look up country codes by using
      functions which ensure that we do not try to look past the end
      of an array. (Reported by Ivan Sorokin. GitHub #53)
* Sat Feb 21 2015 mpluskal@suse.com
  - Disable checks, they fail with currently provided data file.
  - Update to 1.6.4:
    + Update Fips code
    + Several issues with the MinGW build were fixed.
    + Use a constructor in pread.c to ensure the critical section is
      always initialized.
    + Added missing include of io.h on Windows
    + Fixed configure warning that 'missing' script is too old or
      missing.
    + Previously nmake /f Makefile.vc clean would fail on Windows. This was fixed.
    + Obsolete win32 and NetWare make files were removed.
    + Numerous documentation updates.
  - Changes from 1.6.3:
    + Added a GEOIP_SILENCE flag. Include this flag when calling
      GeoIP_open to prevent any messages from being written to stderr.
    + Mitigate a possible race condition when running nuder threads
      in the GeoIP_cleanup function.
    + Added some recommendations to the docs on using this library
      in a threaded application.
    + Fixed some bugs discovered by coverity, including failure to
      check some system call return values and making sure all
      strings are null-terminated
  - Changes from 1.6.2:
    + Two files required for building on Win32 were missing from the
      1.6.1 release. These files were added. There are no changes
      affecting other platforms.
  - Changes from 1.6.1:
    + Improve Win32 support.
    + Update FIPS codes.
  - Changes from 1.6.0:
    + The GeoIP Update program was move to its own repo and source
      distribution.

Files

/usr/bin/geoiplookup
/usr/bin/geoiplookup6
/usr/lib/geoip
/usr/lib/geoip/geoip-generator
/usr/lib/geoip/geoip-generator-asn
/usr/lib/geoip/v4-to-v6-layout.pl
/usr/sbin/geoip-fetch
/usr/share/doc/packages/GeoIP
/usr/share/doc/packages/GeoIP/AUTHORS
/usr/share/doc/packages/GeoIP/ChangeLog
/usr/share/doc/packages/GeoIP/README.SUSE
/usr/share/doc/packages/GeoIP/README.md
/usr/share/licenses/GeoIP
/usr/share/licenses/GeoIP/COPYING
/usr/share/licenses/GeoIP/LICENSE
/usr/share/man/man1/geoiplookup.1.gz
/usr/share/man/man1/geoiplookup6.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024