libmaxminddb0-1.4.3-1.6.1 >  A _18p9|m(o~i{$‹I 'qe=m .ٔ^;"pR<0w諢*$!=FBh13Q;9ltjX 7*71ߨZd`bt~R! WG/!$Jܮ.O,?Ai\䎁򷀻Bťă)ϐ 2%נ%r"$mW`…eҀwg0`88d3c872f8913e19f5cd8cd3aa7146328e28f372a25836ba88af86b64fd0fe7ca115be1fda6523076ab380fde13145715a5c7b7fb_18p9|ݙ,\^;P}b^"!v#Z]|Oʭu w䚭=94EN+.nxA"ATq՜8,xs_tVbs/y(/A8nXU*,GJPu.f?𜗹wS]:bs-L _yˈ#~ikU3gB5ԐUʕ {av<ŅbxazIR9ړ?/0\.ƔK7^>p@,?,d  Ehlx|    ( 8  4D   (8 9 : >(@(F)G)H)(I)8X)<Y)H\)d])t^)b)c*d+e+#f+&l+(u+<v+Lw+x,y,z,(,8,<,B,Clibmaxminddb01.4.31.6.1C library for the MaxMind DB file formatThe libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address._1s390zp31SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttps://dev.maxmind.com/linuxs390xXx,^A큤_1_1_1\JQd587b2de7d2b096f13c3f6293db0f85035a92a4f1fee8a89accdfdaca2342136cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30libmaxminddb.so.0.0.7rootrootrootrootrootrootrootrootlibmaxminddb-1.4.3-1.6.1.src.rpmlibmaxminddb.so.0()(64bit)libmaxminddb0libmaxminddb0(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_-B@]*]@ZnW @VLh@UTT@andreas.stieger@gmx.dedimstar@opensuse.organdreas.stieger@gmx.dejweberhofer@weberhofer.atp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.com- update to 1.4.3: * Use of uninitialized memory in dump_entry_data_list() could have cause a heap buffer flow in mmdblookup [bsc#1175006]- Add baselibs.conf: build libmaxminddb0-32bit, which is required by libdns1310-32bit (new dependency gained).- update to 1.4.2: * negative array index for MMDB_*get_value specifies the last element * Fix a memory leak when using custom databases without languages defined in the metadata * mmdblookup now displays the prefix length for the record when using the verbose flag- Run tests - Packaged LICENSE - Update to version 1.3.2 * Allocate memory for MMDB_entry_data_list_s structs in separate chunks rather than one large chunk. This simplifies accessing memory in MMDB_get_entry_data_list() and increases performance. It builds on the changes in 1.3.0 and 1.3.1. * We no longer export data_pool_* symbols. These are internal functions but we were previously exporting them. Pull request by Faidon Liambotis. gh#maxmind/libmaxminddb#162. * Build with POSIX.1-2008 by default if the system supports it. This allows use of open() with O_CLOEXEC. We retain support for systems that provide only POSIX.1-2001. Open the database with the O_CLOEXEC flag if the system provides it. * This avoids cases where we could leak fds when called in multi-threaded programs that fork() and exec(). Original report and PR by Brandon L Black. * Added a test to ensure we export only intended symbols (e.g. MMDB_*). - Update to version 1.3.1 * Fix build problems related to rpl_malloc(). Pull request by Rainer Gerhards. gh#maxmind/libmaxminddb * Fix a race to set and read data in a field on the MMDB_s struct (ipv4_start_node). gh#maxmind/libmaxminddb#153. * Fix cases of invalid memory access when using MMDB_get_entry_data_list(). This was introduced in 1.3.0 and occurred when performing large lookups. gh#maxmind/libmaxminddb#153. - Update to version 1.3.0 * Perform fewer memory allocations in MMDB_get_entry_data_list(). This significantly improves its performance. gh#maxmind/libmaxminddb#147. * Fix mmdblookup's build epoch reporting on some systems. Big endian systems with a 32-bit time_t no longer show a database build date of 1970-01-01 00:00:00. Pull request by Rainer Jung. gh#maxmind/libmaxminddb#143. - Update to version 1.2.1 * Use autoconf to check the system's endianness rather than trying to do this with compiler-defined macros like __BYTE_ORDER__. Apparently this didn't work properly on a Sparc system. gh#maxmind/libmaxminddb#120. * Several compiler warnings on Visual C++ were fixed. Pull request by Marcel Raad. gh#maxmind/libmaxminddb#130. * Fix segmentation faults found in MMDB_open() using afl-fuzz. This occurred on corrupt databases that had a data pointer large enough to cause an integer overflow when doing bound checking. Reported by Ryan Whitworth. gh#maxmind/libmaxminddb#140. * Add --disable-tests option to configure. Pull request by Fabrice Fontaine. gh#maxmind/libmaxminddb#136.- Update to version 1.2.0 * Four additional fields were added to the end of the MMDB_search_node_s struct returned by MMDB_read_node. These fields allow the user to iterate through the search tree without making undocumented assumptions about how this library works internally and without knowing the specific details of the database format. GitHub #110 (https://github.com/maxmind/libmaxminddb/issues/110) - Changes from version 1.1.5 * Previously, reading a database with a pointer in the metadata would cause an MMDB_INVALID_METADATA_ERROR to be returned. This was due to an invalid offset being used when calculating the pointer. The data_section and metadata_section fields now both point to the beginning of the data section. Previously, data_section pointed to the beginning of the data separator. This will not affect anyone using only documented fields from MMDB_s. * MMDB_lookup_sockaddr will set mmdb_error to MMDB_IPV6_LOOKUP_IN_IPV4_DATABASE_ERROR if an IPv6 sockaddr is looked up in an IPv4-only database. Previously only MMDB_lookup_string would set this error code. * When resolving an address, this library now relies on getaddrinfo to determine the address family rather than trying to guess it itself. - Changes from version 1.1.4 * Packaging fixes. The 1.1.3 tarball release contained a lot of extra junk in the t/ directory. - Changes from version 1.1.3 * Added several additional checks to make sure that we don't attempt to read past the end of the databases's data section. GitHub #103 (https://github.com/maxmind/libmaxminddb/pull/103). * When searching for the database metadata, there was a bug that caused the code to think it had found valid metadata when none existed. In addition, this could lead to an attempt to read past the end of the database entirely. Finally, if there are multiple metadata markers in the database, we treat the final one as the start of the metdata, instead of the first. GitHub #102 (https://github.com/maxmind/libmaxminddb/pull/102) * Don't attempt to mmap a file that is too large to be mmapped on the system. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101). * Added a missing out of memory check when reading a file's metadata. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101). * Added several additional checks to make sure that we never attempt to malloc more than SIZE_MAX memory, which would lead to integer overflow. This could only happen with pathological databases. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101).- Update to version 1.1.2 * IMPORTANT: This release includes a number of important security fixes. Among these fixes is improved validation of the database metadata. Unfortunately, MaxMind GeoIP2 and GeoLite2 databases created earlier than January 28, 2014, had an invalid data type for the record_size in the metadata. Previously these databases worked on little endian machines with libmaxminddb but did not work on big endian machines. Due to increased safety checks when reading the file, these databases will no longer work on any platform. If you are using one of these databases, we recommend that you upgrade to the latest GeoLite2 or GeoIP2 database * Added pkg-config support. * Several segmentation faults found with afl-fuzz were fixed. These were caused by missing bounds checking and missing verification of data type. MMDB_get_entry_data_list will now fail on data structures with a depth greater than 512 and data structures that are cyclic. This should not affect any known MaxMind DB in production. All databases produced by MaxMind have a depth of less than five. - Add a build dependency to pkg-config- Update to version 1.1.1 * Added `maxminddb-compat-util.h` as a source file to dist. - Changes from version 1.1.0 * Previously, when there was an error in `MMDB_open()`, `errno` would generally be overwritten during cleanup, preventing a useful value from being returned to the caller. This was changed so that the `errno` value from the function call that caused the error is restored before returning to the caller. In particular, this is important for `MMDB_IO_ERROR` errors as checking `errno` is often the only way to determine what actually failed. * If `mmap()` fails due to running out of memory space, an `MMDB_OUT_OF_MEMORY_ERROR` is now returned from `MMDB_open` rather than an `MMDB_IO_ERROR`. * On Windows, the `CreateFileMappingA()` handle was not properly closed if opening the database succeeded. Fixed by Bly Hostetler. GitHub #75 & #76. * On Windows, we were not checking the return value of `CreateFileMappingA()` properly for errors. Fixed by Bly Hotetler. GitHub #78. * Several warnings from Clang's scan-build were fixed. GitHub #86. * All headers are now installed in `$(includedir)`. GitHub #89. * We no longer install `maxminddb-compat-util.h`. This header was intended for internal use only.- Update to version 1.0.4 * If you used a non-integer string as an array index when doing a lookup with MMDB_get_value, MMDB_vget_value, or MMDB_aget_value, the first element of the array would be returned rather than an error. A MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR error will now be returned. GitHub #61. * If a number larger than LONG_MAX was used in the same functions, LONG_MAX would have been used in the lookup. Now a MMDB_INVALID_LOOKUP_PATH_ERROR error will be returned. * Visual Studio build files were added for unit tests and some compatibility issues with the tests were fixed. * Visual Studio project was updated to use property pages. GitHub #69. * A test failure in t/compile_c++_t.pl on new installs was fixed.- Initial release (version 1.0.3)/sbin/ldconfig/sbin/ldconfigs390zp31 15970478051.4.3-1.6.11.4.3-1.6.1libmaxminddb.so.0libmaxminddb.so.0.0.7libmaxminddb0LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libmaxminddb0/-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:16046/SUSE_SLE-15_Update/d508c1ffd84b5dec40f9cf0aefb05185-libmaxminddb.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=194f0fde9c70ec54280b9ba24951e0822f8e717e, strippeddirectoryASCII textPRRRR *prjESSxutf-8a3ef45af1957534365198fe0d60c2a001daebbb9d9dbadb0e10791d9a9c609e6?7zXZ !t/0] cr$x#K帼kymsbd!ge̢|(B3aHRQ l-:g.yA7csO1R8AmׅRQfds.94!+o>ǐ{,8tyOoiNOc缴B%<$tQ8?5B|)[sK3!16Ey _ qKVfj}>˹ g2ʳYy  2.(D}9u&Z~#ـ=ǞaTJٔ1&~a8Þaz󎪸݉svh͡.AC=gNJ+XշS)Xg!E>b7'Ztޮ=~ugDeȴ8AOs ‚dh/`#pR DtFMu_9L dXkYOe[rnF&2= j 4Fd0 "o; uA"s/r]\ŝI!e۲Q(dPaDdFŀ,FcE'ǸyVQ,rwekH ajhҐuE5::?)Q7zz C2 ^xڄ qn4T8~L=~~(ux'c9;Am_jr}vwCJϾ9"k4HK3]YFnVoDڥFI{F eh)~^㒌~}er,XC`QJe 5R(@2 f ,,s1<$HkAW3̙cGZUJOV3UCa?kG>[yEnʈLkyd;Q}fIS-66 5g^y`M 5x [Bs V07zc32 RyQTHV{+Y+>08ZUl3c8>NXnvGmp,O wrFS.XoֲpuܬzijuW[KBrjTA.XV1TJ^+(9Ob i/Ɲ9HLiѼw7U+]֯q i+)Ķe NC= :@T2~.Mr~UzFyz԰KhuI6ҏĦyhIX#PgYBM>B.u%p΋o2dOd/.&?p{zbn5<7 Ns0zcsN"L&OUw[*H (GH8D{1I$tqnܨ\ں.``sFV ,-1j/'7^BzR'n3}J%3k6%::0A+t x+Y`Fa+CϩY58]#1x/:J8klwQr(H;*ZmF߆:v$T^w6.ͦ+5MkNDrgۢV1ֱNyR"I9܋ {:'ID Z;Mi`Qq{q']Bb[6aUk6'@q98O.ko܆pi(_})uK{@%5ř+vҲ~Qo✘ߒl$B 1ժ r(0JAƔJ<&ēpa c/O.YucY(N˾43,5~LrGrE %kn IzL^Mvxv_iꂆd[d')Xx w!10O,RMvNT1ة$C[?Tʼ|lFKy9v>[UY"DnC$Iܫ0F=5Xǐ: Rv%-D1T*.Dn|zWG>lR.r* bRܪ\-nL}igt;S,VL*ڠoA 3f8M&~Qd@=:?%7GjL]co zLYѬTL=+4?Ow9![e\U YcvЂ{Q*TȎ\0qy(yqqS5;|P]^~)d( ԂE{ۗFi7@CL5`pU{ }rqPvfJC5e sQ<0F> -w$=p P !pogv<h#t_ @6) }mkvH&{*5Ulube" _J렐Ii&| k$݅#ZB% xҷ[?V.xT_ƺNs,|A!oճWCa9 8>S DŽ Rdv=WdnD3h-nurR) ql{Rc'jc" Kk''vpq-đ1!ɾLi`׭$RC 5w2Գ꓍-d OE^an0+(j" Y(`9_jxct;wѾ~2dzFj%+YKY8MG'ΣFyhHP:죷j267'R{w6߾,rs$"@?Ungz JVhK%h<\K`K0@-Zv,s(*;[tN?)Jɍjj">VYl]!G|waB-rMс\dsÚN0廔+(\&O)wSTm(7z !KcJvj~Kz\=D)Qj%ܽ|-DVf(֩vߊ0O4NG5m9eO$!XŨv:F&|dד~{}*y&n뭆z?2ĿRƴ{ Z CZ[Q 45Vx"%; )ڌHv<}J)s4m[TkVpW3M>-;Þs=UѶhII?&,P_lؗ "z2NG~tadӢ_GPE;+AҨ(}x~vpf7! ӜeBX8@s0;t0BLAҭ l>ښ[Azzs U#@yR1#8f_c;n|uĠ}'B!WˑKsDJ]tzY\x_Ҹky7XxdZsBȻz@{m+K{+' Mc1px*w;!iv}öq'kC[=(d;dַl\n.a)`:6:,8{8mZdb%u0&~TaRKlC `lQ֡G*%{@頳8Hṵ [ gLu5)`bYaQR+ª3$09 b"6ܶ% ysqTHw*N/<ξQ s)Qq'T z~f]=^C6yrY$(OxQA$_Z:O@=k9`G 2*} ϊII3F54R!gQy8& )o骩9/Bs7 H]3DcK4&6WƥwD{3ڭ{@d#ئZ}Sǿ&yIӰcqq.!X>=ShF/\7rBŸg7%OVQB )4aժR1^wk':YRe.97V#I `JiwNLBlx#6*(JSZJzfԙhEG'ț*IDۘXU NJA'6X#VW#r÷-s W뭰>|ֵP c5zҶӂN1Ğ"c00Κ2_]U*ڃn@~O6i_i\$r 2=5D5n.2Dcdp㟐B_4بyǍȩԏL59EULLߕ8+`|/b5lFXklQRsIU~t+̋%RUɡ?4̆5O+[Geyp@LFB2Uejʋ5?Hi*r&N"XgS)OW h<\oEA|]QSgڦ#;u T?I6moSsd^P&dbL#S8̪pt1vf7>: a z[3&qНӄl98xdH 5^It0v04)·GQ5rӢxVe572zp 49% s,jf&Oyϥ,'kB2&+]{)+=Extf:3Dj3xTn|>}$n kbuy*Ga\_!McG+Wڻ}-rϘLJ*3ˮ0gmeu֕]gYEU?)O\EҾyߗ1:>ШaU #!@_r{5 6aحD%P<i8g|gE䦣Ê"Xk7j-0TM]RAuCD$\* w ; k|񧢠NG%;W)ҘyKLx,o~< fNneb%:vcǰk$/z68cbmc-pc;#+S}PF}P ɣ0gTxoc=XLc܀?F!Z]̤$])pHp+}Tɞ3;l"/0^aX3Q4,P-agB#ZZH)nr%6M-@r^DVoe X %P{<ע l'K*<!⁳.uR^jX{K![17>U4:i `*L 0k7S8qlznkd91YnMUڄް(U6vZvR3 `U"LV{!K$:ŌGJ6×t#|͓f(*@l"I^G8RkE,p Hd*=7/Wz\>KM-zNY A{k?!(~y0*YT$.z,[OQz`Ycjq 'mp '5"3՝W١eK$ 컂wpH|Sd;C̾9j=IbDGt9p6L<.Տd\X ΢, sfnEgd ei \P~R}蟮6)$I.<|ymJ`H;X8C0J|UY,kK2vDZ=jU(2UE_XܙN \ʳ Z8ƍ̳O,,Q i)+((/W3 RhDś-KO#uYs0˚p YM."<#SW_lr: 'k6"<;kn{_ H[o?؟i ~fBuIEwWX[B\ڥJ nd>}`B Z `2gtTS[F)PCfSJvA/!be޹w>ZgS1tǒEsa8 H삶Mzj2"=b'<~|K@;=PIIqq Ԧ[RZ3<*f4O2;CK'c<^w?c-թ~Pfwtk0ks׿t΅?zOG*U.T}Z&~-O4Dg1`N nH-vhRdC$6ټ7 ,@PL9fPth> ⌣#4.-mƍcS! .ato&&鐯Y`&>Pz)y@ap '!3T!<(5zo rPD[B6%BvR .Rs?*Mj9k"0XZ{bh};SwIĵY[SPILje}T}S$ NAQŌUJWM߮"H*GjrCⰋ Ed*O1f#4xQaeA|k4Y #!QSH#`AyXjA4גKscT']cj}.v&KQfDNt^YPx [V(O#EH I!$#N2Pq#lL\U>E/Y ;·7KP@Æ@’wf"MĐZOTS2FQjv:rT@;[_?x͜u7m8ݧ|O@_7sJs_NHM25$1VbnhxgkmRҁ )~Ät-"`͂o"r: |A2 L{ԓGAlA^ CrNyQuRyZjn|)t0}OB!S>y,y62`ELwt gNW^*FġQ=ZAվB017|Zg?1gV#A\Y[l`c2E-&|SKs3Qt0jJ.R.$Iʱ|t].{ej D^ՕĨ<5f/DxW!Qm>g\|X^OT۪|^zi, :q&ӟ l$ee/i\O-4O9dnbJ|XO2ٿ^jW B)ݪ'u0`p_]NSW:`鮝L|EI ͩd\E,Le*5yD:fI9;vs(ljgyN<z:ӿ E%6NRalP)+<& l̈́t$A>Q:Qe<U?'- ROzE{)c|D:Uc1cU0,fW-B?sRz\/;ʸ3}[ٯKZ0%S"i6r$[>r/9(o \}כ \n,`;8QxI&i%7/; /AuրqGOLoaząnhudIG%=m[hiиt߷+~7@ľ6kH{]F6Ǻ*[< i|j3&eduCD, , B rgY3y$ Hy3f :Bz{SDZ!lݍEV#DU`qm$0{Fw!60ovQqbˠ$Q+izu=Hy _Ov.Y;~4s:sWk_&:B. j Ik+{+5HuK}a(D!Evjmkvpnؕp`MgmZw/܁MMG('y^MץWfn3tfc (Pޓ4bfbֲ7rlj/-Gw v\@ 4=u`y!'HbJ@G'HXNK1"oؤV=:րbqx%gA0 :>a>= B$:Vg܂)TnT{nov0zb s~c 1!^s[ldҹ×)D8o(9]yƒ.'zj;qz΀]HGXpT'u\5&X*=0qvOF4mܛ+0ob HtwnFZͱJb÷Eޙ6J_!iߍLa 4 DEٓ;N1)N%|"c;tqDxTdrC  *B&hvTAz__6RS5 's +|ߎAbBѓ52;4,Rtl _jÀ 5(`~6l%QRADZECwSGhX$K/jax/+׀HlA:FS)}^1@uS؂~v_S"|S96{apN`Ъs]j6ra(Yc/;?Y. X/욤ֲ74-#vn(O0qO"j'hyCWt樆tx:6 Q&\P#?Ah=(ĔV4R tX<=ؐc<mnIta[+ e_9WQQʣ}}t,s8=ݲ(L~ۚ_*f4R+iWg>0.d5; 3H"*% nbT2L 2LDa^!`S>)d.PF$qoVCsf;4.tgǑ 0x@KV_-N^ߩkJh:&TcA83_tn@~e WbK?WEM͝­ihGe$/?&P(կGEDboD)m!5[C˂.K8=tm%k)Vyx0x pZ-$Ӂ7|ˢ79}BN=0ex!s5͢@ȡD $@Poޑ8=L_yrڸb:ayynVn9 O7oԟi1.mס0u7La&T#?od]-M/ޝ\ߏU*RB"!Y^ ȝjynđӷn[/{Fs>xhV9\>]4AW;)@RjED~Q~bAno9ڒ^^W_avwb|!hIH3P;k hZ/j؍`^bp&2L?qTb