libadns-devel-1.6.0-150400.1.7 >  A bv=p9|h>pS9mĚ!oR4zhͳYZEyg%EgyyFfPz$Y]AAEd.ʈYYS$<q3!Xğֺ,+[_KjPܧBu9+da&7IuyW0yX"G|q=Ji:KD-t聈q3{xt>i<aWOSfROvGɡ9h03b81860472da5eca7a4ab464ea69e0878a3e7ac1e6c234bad1ae9f4029002ff416d5a7caf517bd026d949e3f2c9a003b9a89af4U(bv=p9|Mc/ObƯugË"1 ^펥 _EF7Mw R_ضLlu:`M\i/Y)nf,}mn$xK.߮,Q cG^g˧ȵj #> ;|i,Zy+3UL2DMQxhp2ߩ Aj83tS1P +]`0P*V} q@s!YE[S8%c`KFL?i>p;?d ! e' =]     $DLp(#8, 9T : FGHIXY\] ^b8cd7e<f?lAuTv\zrClibadns-devel1.6.0150400.1.7Libraries and header files to develop programs with libadns supportLibadns-devel includes the header file and static library to develop programs with libads support.bv sangioveseSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Development/Languages/C and C++https://www.chiark.greenend.org.uk/~ian/adns/ftp/linuxppc64le bv bv b003fd6d28f2b6277774e2e4fce4095cf2cef190267f2ed777bc835e2dae8ca5libadns.so.1rootrootrootrootadns-1.6.0-150400.1.7.src.rpmlibadns-devellibadns-devel(ppc-64)    glibc-devellibadns1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.6.03.0.4-14.6.0-14.0-15.2-14.14.3^b^?@YXӸTPQ@QQINxNˎkstreitova@suse.comkstreitova@suse.comaavindraa@gmail.comkstreitova@suse.commpluskal@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmmeister@suse.comcoolo@suse.comjengelh@medozas.de- Update to 1.6.0 - Changes in 1.6.0: * Bugfixes * adnshost: Support --reverse in -f mode input stream * timeout robustness against clock skew: track query start time and duration. Clock instability may now only cause spurious timeouts rather than indefinite hangs or even assertion failures. * New features: * adnshost: Offer ability to set adns checkc flags * adnslogres: Honour --checkc-freq (if it comes first) * adnsresfilter: Honour --checkc-freq and --checkc-entex * time handling: Support use of CLOCK_MONOTONIC via an init flag. * adns_str* etc.: Improve robustness; more allowable inputs values. * Internal changes: * adnshost: adh-opts.c: Whitespace adjustments to option table * Build system and tests improvements - Changes in 1.5.2 * Important security fixes: CVE-2017-9103 CVE-2017-9104 CVE-2017-9105 CVE-2017-9109: Vulnerable applications: all adns callers. Exploitable by: the local recursive resolver. Likely worst case: Remote code execution. CVE-2017-9106: Vulnerable applications: those that make SOA queries. Exploitable by: upstream DNS data sources. Likely worst case: DoS (crash of the adns-using application) CVE-2017-9107: Vulnerable applications: those that use adns_qf_quoteok_query. Exploitable by: sources of query domain names. Likely worst case: DoS (crash of the adns-using application) CVE-2017-9108: Vulnerable applications: adnshost. Exploitable by: code responsible for framing the input. Likely worst case: DoS (adnshost crashes at EOF). * Bugfixes: * Do not include spurious external symbol `data' (fixes GCC10 build). * If server sends TC flag over TCP, bail rather than retrying. * Do not crash on certain strange resolv.conf contents. * Fix various crashes if a global system failure occurs, or adns_finish is called with outstanding queries. * Correct a parsing error message very slightly. * DNS packet parsing: Slight fix when packet is truncated. * Fix ABI compatibility in string conversion of certain RR types. * internal.h: Use `unsigned' for nextid; fixes theoretical C UB. * Portability fix: * common.make.in: add -Wno-unused-value. Fixes build with GCC9. * Internal changes: * Additional comments describing some internal code restrions. * Robustness assert() against malfunctioning write() system call. - It fixes the following CVEs [bsc#1172265] CVE-2017-9103, CVE-2017-9104, CVE-2017-9105, CVE-2017-9106, CVE-2017-9107, CVE-2017-9108, CVE-2017-9109 - refresh adns-visibility.patch - drop adns-1.5.1-gcc10.patch that is no longer needed- add adns-1.5.1-gcc10.patch to fix build with GCC10 - run spec-cleaner- Update to 1.5.1 * Fix addr queries (including subqueries, ie including deferencing MX lookups etc.) not to crash when one of the address queries returns tempfail. Also, do not return a spurious pointer to the application when one of the address queries returns a permanent error (although, the application almost certainly won't use this pointer because the associated count is zero). * Portability fix for systems where socklen_t is bigger than int. * Fix for malicious optimisation of memcpy in test suite, which causes failure with gcc-4.1.9 -O3. * Fix TCP async connect handling. The bug is hidden on Linux and on most systems where the nameserver is on localhost. If it is not hidden, adns's TCP support is broken unless adns_if_noautosys is used. * adnsresfilter: Fix addrtextbuf buffer size. This is not actually a problem in real compiled code but should be corrected. * Properly include harness.h in adnstest.c in regress/. Suppresses a couple of compiler warnings (implicit declaration of Texit, etc.) - cleanup with spec-cleaner- cleanup with spec-cleaner - get rid of %{name} macro in the patch name - restart patch numbering- Remove obsolete patches * adns-ocloexec.patch * adns-1.4-ipv6.patch - Add gpg signature - Cleanup spec-file with spec-cleaner - Remove already disabled %check section, tests require working network setup - Update to 1.5.0 * This release provides full IPv6 support. Applications can request AAAA records (containing IPv6 addresses) as well as, or instead of, A records (containing IPv4 addresses). adns 1.5 can speak to nameservers over IPv6. * converting between addresses and address literals. These carry less baggage than getaddrinfo and getnameinfo. * bugfixes and other minor changes (see changelog for details)- remove debug statement in the spec file, leftover from previous change.- Build with large file support in 32 bit archs, autoconf stuff is fine, but C files included config.h after C library headers, therefore no prototypes for *64 functions found.- Added download url as source. Please see http://en.opensuse.org/SourceUrls- add autoconf as buildrequire to avoid implicit dependency- Remove redundant/unwanted tags/section (cf. specfile guidelines)sangiovese 16519580251.6.0-150400.1.71.6.0-150400.1.7adns.hlibadns.so/usr/include//usr/lib64/-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:SLE-15-SP4:GA/standard/93ba96e92a6b8b79462776c2e92c4c14-adnscpioxz5ppc64le-suse-linuxC source, ASCII textw"5ph*Sutf-82a0484bcd0e68e07a169638912864d7df81b6c9d2f8b928e52ac855514bf2f94?P7zXZ !t/૛7+] crv(vX0&wKg|Io&uL&x'K3FyH1-,{.v&`ji/v"A)4/L#ȍ {cX yxeU4Bp0&klB'XN1|>KήL]&*2]iO>gHt@v ʨRwn^UErWrՍbfS"ZIze Xÿf؞c<ŮA(k2_4ɉڹ,ʜڥqɦ@ :7sCZƙ1c4TOcDҟ+4S2|&+eT0\+'Z!Ͻj\tT@$FWV1K-Jؖ/}LWOcl 4qwS/ ԃNʟhg^Tf& ThӉrQPԖ4AeÄB L":ey-KTdqn7kݑ^s߶71?1wO1аIQ47ejXJ~ѭ׌M8e&C7Y*M&h) RLFm3l|lK>>t]H{o\F{wQ[>T%.hUWi9# cub76}uQ$tmյbcB33by(wc8ݛ? `m  הy OU!m 6 fUz;[W(مB_4Lys=cCkj8{$ ^MK ҰIST_8ĖS|Yrp/'SfduS]|-c ͧҒi0k^x#{/X1s;f oL<",ur;:@);#d>q*K7D_la8/Zm Wqg K| BT\G%鷍l?"1~T58%0J*A}~c=,C'M/`uy׬)k!L7QUry2  T:b࿓a,鲐'$Q1էnil69:c|gm~>_8P&G[8i ֱHZzc]n U[i'|i9N}DV,XP\ߑmVafa_SlXtrv<*U]|]CD؛fE{ci)'=M,S[0ΔpdU][xR39WJaE=> W;z!c ?Et=NNy,(f;rů'bz{>3$Cpi  (݊O?+$0EU.cgT6Hyo fs: i@ ;}+|Ed$\d! 촥V??b.AJ- Z23x >DysEixOt{.h=p;̴bs)5QPkOH o(f:8ݧYD~F'`WDy )puL\n#}Z%;օ} @O@ʒ'YGZBOߘdHUO} :65\^CyQ!6`Hq2鏎x-RX HF(pO~7[5V77|,=zv&9ʔyĚ]fYj `7᭏APfDaSH*kR漰-sph6W>5QjM:aZ'X!HhB:0;rkg3; z׵yҤ mE_c'vY*yOI=Wq6{5, O'҈X&[ D# BX<4ы0dpͱ^kThfX;",XțorXV`N)DY0oѥ*D9$!fN?82ChޕX' XKLQ̨0:HϚ < )X[zK} bݚKnΖk)_;V'ÞֲxB1G+zSϢFk'-bz? pI`GuoUi|!*Z|>^Hh(*/Ulj<^3\=}ƋEg0L}dt.~^ٷāj[ގx~ȹꨳx#oq'W]4kU!ժsZƐ4;ۊۣP4񷏃YBMs>[BL׀0*$aaۄ t{L*#4d],Xo%"8"iWf%[kHf+a wMQDEWN&gr('X_{jh1b'<~S4 /Dsd=Gʈd?׽<>`tm S{^m: r;ɭD$rRqxtsvhh^?(̍Q“AKWeUNh-(P*"` #އU'ܑ<~INsHMB5 :\ $RЈ0\տ7mݏoPrT_,MGmD]Oۨ%hIOKh*%w4Ӡ<*!u*Ptz BE`SG@X :NaqAO֡=SC=1nSrf]!!4Jx=#Az"ꆠ_UEƳMooSp6.b@6Q/yG}'!, p@nmB\Q;>F0TKu?3gJU@Yjl]mSH-m(0>ypJ=d3zvtC-hxЊh5K[~;~uQ7Ԅ[zavX}-y}脕ld{0h%)0h8*Eds[hB4~I u%J?b]9C_a藟I&©Xח0h'R`!f e'Lul1[EyJ:2MΥt53RZKxHT_sfp$t(D'捑Cgơ+MwњSt^ߜߺd9|@|˅!;S֊h`΋2sx~$$x'/l T=[L+C (\A~GYBbF29h)REY =az|KZN]@dO$;OX1x fkAMu+Yl\s |W5kCNAUsy H^bq]1J݃cB)#Ns2vczγy,%YN_1%dF/4Rj4>;4p.3qK^fEX4.}`m{MRhIk 3LT:hhw{oǸh|]R ^oUKTrU쫜*Gi@'k87U#cIT0]ƥ:@F )F0SÚ2 !m#&D?v毇g褎9~pmPml`T{mY~`v*@=SL^83a2ed!G~03-vU9E-ۣ)7b)'EIbG9gF~_37^d웭Y2lHAU)LF@+ Oܚ﫿G( K#Rb,O7Γ׊rׇR0 FzǥvXGm􇂾,g1Q쐧'J,_hY<ұ߫:PC9bsn'dqYXtA#4-\ANO >lRdR>8oR^ȯy"+ywv2CX>@wq꼳j@3/$@'3"7ZY2_ ]>ħo^}ߵ~=>SB =S4anRfSvH x տ;y|Kp\.W;,wťAQo$DxTV%UN]~uhּ|;Ƀ82L)θj($Lcg*Y%|&@ bqN"&DӶ˘5?Ɛ l} _1r}'Pk A4oC^G[G>jL1fB#Z)o;+N(YaL,jӠ<2%xVXE7\>c{*9!^cjLìrn؎gpjr 1 c9~rfĄ!o>i~x1X@2IK8/92-\t۝H_ X`q(Dın%P"+fyI-FhZ{4!Z lעȡLu7Qwͻ VNtAKƾsRJ{-k7tMX(Ր t[-j/1UnL[%ppɊeAt-ڸoh Ņ!(eaQ\}ӂ4Fyg *tGQA^Aam< ft"eɁ'fP\cӵ{kSI;<` -l(.Re:㓘 s@@`WL=Ypϛ= t:`7/ll*ᬇ(Iv<.υӝFC.̾b܊童 ?@c ]fI6!_u 6vYz@ϢT5;vn|G1g \ד=Z!cuఠ/;GuQӚ~sMw YyCh!(CAP%gh`nȃN-3G,@ɏ^}0n4Q'[p"Wx6![l""Ƅ܋$BP_`yRG8vE2 '9󂇟_3c=̋up|Xpⶠ6Qz%0!hqX)K+n?ncF٩Hҭt0`?k̈́5׉(ow;davɔlEs&n<3~,뺨T;h k>_q]]+ _K!*!V@$l 7` ěTd]5x'.rO#G$7)wHnm `}>oyAUJ|cTc\5JI*3{Ͱ-ȕR90oI D ܇-#!w+.A `cx@QQK>4a  9F)H%M8L?yo "nSZEد5,t (-Vh,\i5_*ݶ~>>TLP>)m^;A0x : P:|9O97@doZL}@rڣEK֤wR97jd$^6ȭwWU^a64 g5+˹@?9XC/$J\R {e2}Ji^m!@"ѵ0i+?d9oƬoղˍkLX$F(^B5j*(4pqkyQl5IXۅmj݅:1l~H8c).#,, JD;c^zo>U.ū܋ka.<+_)ab$KI܉^g2檥j F'vc[M+0D+S\flA:'.ݼ B0i>%B/gF+>'ĽK[qcP53B&fCu YkWA*SdGjE8EMU$z`P_n 掝Ϧf60zLf!>T JU$N1!~ܤImtAf=W|L4c.3z5c/3jL훵Q*tph"cA.7ҽ"8^Q쮌c@mҳ#, NM2E)6XU!7gzbZ& vȱT@F*^ɣ\UkmOD޺Y(5 #5n9.0xNF<940|d'k)!AHQY@?3oHyKl!#p9]DX+>}Aݧ]\9m] Bcvs6*%8CR{vi*Q`ߥYgՄ@~q7TiK<uk'7O- ~];.( ˅.uBfs`/$ ٫0u ?X|ϯ(z%^-a\K5r"Q b:FYfџdB^K9eʥ-?sPۈ%&=uܙ [rBG; rc!^_tc1p+~VͮzIyQs_)\F1gRd7Jd50z*tSxoSYw$)רV?jKG-BnWԯl$A:u1цipk3Dmi8 J$&rn[d*% gP7ڱ~م ÝD mŰώTp7xԡxt,p`o/ U9$F*꧵Z)[O\;׺iٶY^j)yD;~nWIFhĀS2TmxDٗAB8d?x ~a|rd2:IJ U<G㩋mKۘ!cq?r[K}E=٭qd`25'"UԱKD"􏤞i GS#3)и_$!1UNo?*եnc]92ﰫ~ !Pq:=Rʴ8X) ̂7AϾ$Hb6cjb흖)' )H,a>_@a8*^N JFh1Z%̂ BDu;"$JG=ٝHL?;"w5x!2wA&Bj0˲BOq\]Uia.y ) 3|=b0NjX5vN qeA 6 εaZ6eZj"S+qXk>ykV;\ro>?M 7E\G! 2JJͯ#\ن!BԫPA`?L]Q 'vХߋ#S"GѮJ^]su1U;-/o: V)2, X>Es/T=7FMPG7!ǻ%mʻ59 e^ }fMTsDa_xyɘsv[/6;Ki4:&# (22' V-xeaWKy$ƢE:8ݼR`N}Dd5Et /654K7<3!!8Hn%yQF*ҝi88y)v口i E_23cFaֹA[;~& ja]l tBa~pӑzm.w5 W}t&Efm[=G=aƍ)^ƈT!NugEi{>l}6* 3ތa'v?O3=8HB9L wl.߈Ul俊Im*FXqX 6Zt&2"Ha^OJ$s^{V{H7~G)S]39 bOPjV|4l]A5xPQ-/G[M7s 5#dU%dy363rU r39 'U*vueFz5clSēNrx澨~r= SF(NJi0>7Ii4EVV FWۄs2g6I6˾\(FlXk=wW#+ "^Ġ(,cZD2HW(#+"~+5鯞Xu\F0H4zE՘:բxz ) !32 ȸخq~aHںip/MpWRʋVFЇA:zQ9yh=D0eKR=|iMO`z $iX9:5ToW[ ɠJ8t*RWߺd@U.̟HsEpL6-Cw˅c {&#1bA'sWOtO߻iN4s0Z2A12/dhyeZu jmK zRR" ]xWi [l(%a@`ծH6-0,צsUF[TD&/H~ap Vuuq,[^R9EQ'JlXPs.Q҅ K"w{cԸc1,^(U+$=.PZ9݈f p}bE|(%zEiYcP>dwe]'y sThIakWQoV#~9£\L|f-bH)XDi3o K{Β*z\i,InVVK1"gEa{Aؕ`[ޟu_ɯ5N-%7,!ɧ'%x<]y"DNlF8A8T#,>taUu@%l6Қ"t\B8ΗKs2 @n&ǭQ5r:g_L{ YѺ}SꚀOMW(KLb.'.QqET{3'8[ϿR_-O+_Me孽~`"XaH{|V{KF:N)Vާ7d FV|V4^Җ@3ԕ[YX2\L:~XdCYK%.AG*.ǭ{.XA4)Oyjؤ;9??fz\D(;{2*Y(VFEnŘЎ_H#c57ت=NE,zjR0D#o+[Gfߥ|Dr+V=l/=eK(C1 ԛsn"CTKDC/̣CHOGde'e;H^_H-ez]ܛd[S_Gll2iմ%lUS`\&o|Asd|n}&Ty+4mٍ+h"G 7LDUXq5gJM887Ó5@:q} ()iMV٢>?@aūkC6 >cn YK YZ