geoipupdate-cron-2.5.0-1.el7>t  DH`p]_$ƨ)WJoَ! /FBwfqœք(_AA0 H6, kwbz\mWreowV"j58htpt1g"3p}B|#( +qt`Qr1_xhO=f{}߄1} +| 6ӂgX^Fʇ"!_zP7 os?Lp_R_s __@@)CF@8yWA";*Nr(nC=nH/0•,(r%TlKOGOa)Efh` g5XOj+ :c >1uyWN~$k+4 1Gk F>x7ߗYgdR[hFֵn )4a \1`c-3Z!K]M16Rvua:01687093e45b27b97996808f0179918ace2b71b6(]_$ƨx5~S6;u+ @0Gxۃ0t  w#xJ}P .)Zj?3O rc4"m|"`&dl*჻ !"nL{6"`{t& d2!RGFEw?q/(.&t3t8H=[{ t lzuMT݌ <zs;=A/rJ9TeuLPnB_7bذ{Da6RB&F|@t^>v3(&,{(G걉dvˎwD28$n=@:[LKeBx;ۀ"p$Aci˟lά#}.-qs^P:ci~O)yE+ڐh^ĥH5-S_j.ح*ܢ+ j {mY)CRs|>;X?Hd  P #)04 6 8 < }  (89$:{BrGHIXYZ[\]^bdefltuv w8x<y@DCgeoipupdate-cron2.5.01.el7Cron job to do weekly updates of GeoIP databasesCron job for weekly updates to GeoIP Legacy database from MaxMind.]Qʂx86-01.bsys.centos.orgqCentOSGPLv2CentOS BuildSystem Unspecifiedhttp://dev.maxmind.com/geoip/geoipupdate/linuxnoarchq]Qʁ93aa3214da34798e7413d1453209c14342cb1590bbd316a05b0c4e3a75d3b66frootrootgeoipupdate-2.5.0-1.el7.src.rpmGeoIP-updateconfig(geoipupdate-cron)geoipupdate-cron@    /bin/shconfig(geoipupdate-cron)crontabsgeoipupdaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.5.0-1.el72.5.0-1.el73.0.4-14.6.0-14.0-15.2-14.11.3\]o@YeYYx@Y(X@Xn5@VVUa@U+TTTԬT@T,@Michal Ruprich - 2.5.0-1Paul Howarth - 2.5.0-1Fedora Release Engineering - 2.4.0-3Fedora Release Engineering - 2.4.0-2Paul Howarth - 2.4.0-1Fedora Release Engineering - 2.3.1-2Paul Howarth - 2.3.1-1Fedora Release Engineering - 2.2.2-2Paul Howarth - 2.2.2-1Fedora Release Engineering - 2.2.1-3Paul Howarth - 2.2.1-2Philip A. Prindeville - 2.2.1-1Paul Howarth - 2.1.0-4Paul Howarth - 2.1.0-3Philip A. Prindeville - 2.1.0-2Philip A. Prindeville - 2.1.0-1- Resolves: #1643470 - Add geoipupdate package - Initial commit- Update to 2.5.0 - Replace use of strnlen() due to lack of universal availability (GH#71) - Document the 'LockFile' option in the 'GeoIP.conf' man page (GH#64) - Remove unused base64 library (GH#68) - 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') (GH#63) - Use the correct types when calling 'curl_easy_setopt()'; this fixes warnings generated by libcurl's 'typecheck-gcc.h' (GH#61) - 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- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Update to 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 ('.geoipupdate.lock' in the database directory by default) - 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 - ${datarootdir}/GeoIP is now created on 'make install' (GH#29) - Previously, a variable named 'ERROR' was used, which caused issues building on Windows (GH#36) - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section - noarch subpackages always available now - libcurl-devel always available now- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Update to 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 (GH#33) - $(sysconfdir) is now created if it doesn't exist (GH#33) - The sample config file is now usable (GH#33)- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Update to 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 autotools patch- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Split patch for upstream issue #26 into separate patches for upstream changes and effect of running autotools- Update to 2.2.1 - 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 GPLv2+ to prevent a license conflict - The 'LICENSE' file was added to the distribution - Several issues in the documentation were fixed - Use interim fix for upstream issue #26 until it's accepted: https://github.com/maxmind/geoipupdate/issues/26 - Add buildroot and clean, BR: curl-devel rather than libcurl-devel for EL-5 compatibility- New geoipupdate6 cron script written in Perl that doesn't download the data if it hasn't changed- Add cron6 subpackage, equivalent to old GeoIP-update6 package - Revise obsoletes/provides- Remove architecture-specific dependency in noarch subpackage- Initial review package (generated by rpmdev-newspec)GeoIP-update1.6.02.5.0-1.el72.5.0-1.el71.6.0geoipupdate/etc/cron.weekly/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tablescpioxz2i686-redhat-linux-gnuPOSIX shell script, ASCII text executableR?P7zXZ !#,{] b2u y-iSqt[.c?}Ajޜ/7Iv$Z^sud+~%=;x93b׌;(H1i|TWwRvh7; qj#7l4oB~&BNb_)t ;ŒRTd3l_J+]uVJ YZ