geoipupdate-legacy-4.2.2-1.8.1 4>$  Ap^ip9|IՎT͉'ǰUqjğZVgߺtlNnLa Vp0.E}< / i%< _'9CI=@(Ww9-d2=iӾWi!4vt `"k IYo,f%l6x$A_,ܯk'㷳 .Hæp>"?"d ! =pt +18< > @ D  (89:>F wG H I X Y \ ] ^ b c!d"e"f"l" u"v" w"Tx"Xy"\z"`"p"t"z"Cgeoipupdate-legacy4.2.21.8.1GeoIP Lagacy Format UpdaterScript for updating data in GeoIP Legacy format.^is390zp38SUSE Linux Enterprise 15SUSE LLC Apache-2.0 or MIThttps://www.suse.com/Productivity/Networking/Otherhttps://github.com/maxmind/geoipupdatelinuxs390x^i4d650390bb045ddb35d3d4a4a28d48df812e2c81f0428ac1daef12f136653951rootrootgeoipupdate-4.2.2-1.8.1.src.rpmgeoipupdate-legacygeoipupdate-legacy(s390-64)@    /bin/bashgeoipupdategeolite2legacyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@^|@^ku^_@^_@^^F^^F] u@] #Z }Y@Xn5@Wv[@V=@V?9@Ts@vcizek@suse.comvcizek@suse.compgajdos@suse.cominfo@paolostivanin.cominfo@paolostivanin.cominfo@paolostivanin.cominfo@paolostivanin.comwr@rosenauer.orgjweberhofer@weberhofer.atmpluskal@suse.comMathias.Homann@opensuse.orgmpluskal@suse.comtoddrme2178@gmail.commpluskal@suse.comp.drouand@gmail.commpluskal@suse.com- Fix license, it's actually Apache-2.0 or MIT (bsc#1169766)- Make /etc/GeoIP.conf readable only by root as it contains MaxMind account information now - Add README.SUSE with description how to get the latest data (jsc#SLE-11184, jsc#ECO-1405)- introduce geoipupdate-legacy script [bsc#1156194] - added sources + geoipupdate-legacy- Update to version 4.2.2: * Prepare for 4.2.2 * Use go get on 1.10 * Only use debug.ReadBuildInfo on 1.12+ * Update changelog * Set required Go version to 1.10 * Test back to Go 1.10 * Do not unnecessarily use errors.Is * Add changelog for #76 * Update for GoReleaser nfpm section change * Bump copyright year - Add disable-pandoc.patch- Update to version 4.2.2: * Prepare for 4.2.2 * Use go get on 1.10 * Only use debug.ReadBuildInfo on 1.12+ * Update changelog * Set required Go version to 1.10 * Test back to Go 1.10 * Do not unnecessarily use errors.Is * Add changelog for #76 * Update for GoReleaser nfpm section change * Bump copyright year- Update to version 4.2.2: * Prepare for 4.2.2 * Use go get on 1.10 * Only use debug.ReadBuildInfo on 1.12+ * Update changelog * Set required Go version to 1.10 * Test back to Go 1.10 * Do not unnecessarily use errors.Is * Add changelog for #76 * Update for GoReleaser nfpm section change * Bump copyright year- Update to 4.2.2 A lot of changes since last release. Please have a look at https://github.com/maxmind/geoipupdate/releases for more info- added systemd timer for weekly updates (needs to be enabled by admin)- Fixed build - Update to version 3.1.1 * This version now allows parsing of license keys longer than 12 characters. - Update to version 3.1.0 * This version restores the ability to use the `AccountID` / `UserId` 999999 along with an all-zero license key when downloading free databases. However, the use of this combination is not recommended and may break in future versions. * When printing verbose output, only the first four character of the `LicenseKey` will now be displayed. - Update to version 3.0.1 * When there were no updates available, 3.0.0 incorrectly returned an exit code of 1 instead of 0. This release reverts to the pre-3.0.0 behavior, returning an exit code of 0 in this case. - Update to version 3.0.0 * BREAKING CHANGE: When downloading the free databases without a MaxMind account, you must either not have `AccountID`, `UserId`, or `LicenseKey` set in your configuration file or they must be set to the zero values previously recommended in our documentation. Any other value will cause an authorization error. * BREAKING CHANGE: The configuration options `Protocol`, `SkipPeerVerification`, and `SkipHostnameVerification` are no longer supported. If they are present in the configuration file, they will be ignored. HTTPS with peer and hostname verification will be used on all requests. * BREAKING CHANGE: The configuration file must have the `AccountID` or the deprecated `UserId` when downloading a paid database. Previously, when downloading the GeoIP Legacy Country database, you were able to only provide the `LicenseKey`. * IMPORTANT: `geoipupdate-pureperl.pl` has been removed and will no longer be distributed with `geoipupdate`. This Perl script had known issues and did not have feature parity with the C implementation. If you were using the Perl version, we recommend that you switch to the C version. If you are not able to do this, you may continue using the Perl version distributed with 2.5.0. * This program no longer uses the following endpoints: `/app/update_getipaddr`, `/app/update`, and `/app/update_secure`. `/geoip/databases/{edition_id}/update` is now used instead. * Fixed issue in `gu_strnlen()` dereferencing a pointer before checking that it was in array bounds. Issue found by fcntl. * We now update the default GeoIP.conf during installation so that directory paths match build parameters. Previously this config always said the data directory was under /usr/local/share which was not always accurate. * Improve the error checking and display the underlying reason for the error when possible. Reported by Jonathan Kosgei. GitHub #82. * Document that the `LockFile` is not removed from the filesystem after a successful exit from the program. GitHub issue #79. * Make default configuration directory agree with default installation directory.- Update to version 2.5.0: * Document the LockFile option in the GeoIP.conf man page. * Remove unused base64 library. * Add the new configuration option PreserveFileTimes. If set, the downloaded files will get the same modification times as their original on the server. Default is 0 (unset). * Use the correct types when calling curl_easy_setopt(). * In GeoIP.conf, the UserId option was renamed to AccountID and the ProductIds option was renamed to EditionIDs. The old options will continue to work, but upgrading to the new names is recommended for forward compatibility. - Cleanup previous changelog entry - Run tests during build- Update to version 2.4.0: * geoipupdate now checks that the database directory is writable. If it is not, it reports the problem and aborts. * geoipupdate now acquires a lock when starting up to ensure only one instance may run at a time. A new option, LockFile, exists to set the file to use as a lock. By default, LockFile is the file .geoipupdate.lock in the database directory. * geoipupdate now prints out additional information from the server when a download request results in something other than HTTP status 2xx. This provides more information when the API does not respond with a database file. In conjunction with changes to the download service itself, errors such as lacking a subscription no longer show up with the message "not a valid gzip file". * ${datarootdir}/GeoIP is now created on make install.- Update to version 2.3.1: * geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or greater. * Previously, on an invalid gzip file, geoipupdate would output binary data to stderr. It now displays an appropriate error message. * Install README, ChangeLog, GeoIP.conf.default etc into docdir. * $(sysconfdir) is now created if it doesn't exist. * The sample config file is now usable.- Fix Group tag.- Update to version 2.2.2 * geoipupdate now calls fsync on the database directory after a rename to make it durable in the event of a crash.- Update to version 2.2.1 * Version bump to fix PPA issue - Changes from version 2.2.0 * geoipupdate now verifies the MD5 of the new database before deploying it. If the database MD5 does not match the expected MD5, geoipupdate will exit with an error. * The copy of base64.c and base64.h was switched to a version under GPL 2+ to prevent a license conflict. * The LICENSE file was added to the distribution. * Several issues in the documentation were fixed. - Remove gpl-2.0.txt; now included in the tarball - Perform a spec-cleaner- Initial packagings390zp38 15876366414.2.2-1.8.14.2.2-1.8.1geoipupdate-legacy/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:14823/SUSE_SLE-15_Update/90354ff3faf0624c64d5bb5a6443b415-geoipupdate.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxBourne-Again shell script, ASCII text executableRTʧ.Ϧ*utf-815e16e11553407a2ac9a8d5e66c0512be4ae09b629be8f03faf43354888a7bbf? 7zXZ !t/`] crv9uO'P~o<IK:;)Q(-FWyӂp~ Z̿ZȱXp@^L7[vFL aTۙ *j_cՅu:GU˧ `˘lũAtA2lܺ2IT?`yOV90mC @v>C|e>l_@M_~M2ƈNK+D.uE)U.[ZIQ'n6gKgpX1:?`#l4/wF$W=eB}~ꦱSB0OAܺʽ}gwFh qI^BغBrZbmn>@ wzz2*z#r( s褙r`);P [2TO4tbS1 L'mjMNzTDwewt=&Dǒt ߶o *[% +hiUR5 ^qwz?'+F&z?Kq2险}_ jZBUw3ʄ GL;mVz 9t8Ex,ݪ-AH9m-D,Р Hh YZ