libadns-devel-1.6.0-150400.1.7 >  A bv|p9|Fc1 !;wm9W]~\ XIJ{8 83geTeB~ ڼ'ȄFb@KwGbر#QBYt9s W$Լzp`\a|áG,1/5UAEϿP*wc:7*H[%)|71(oC7uFtuaƔA_ǻ"Ҡ(ڴҶ$B6A2dace122cbfafce83db4493e388901c781576f73c780fc242b7172425f8bf6cf87dc10c963466e4669ba9a9e683b1bf59f5dd222aU(bv|p9|nSS !*隆dL}%O!fXoeWts z.&\J=k?H%99\r=tU.;FC) 3|3ut8uDua6t1bX]gK=!P Y5!CoB[P]t L4rI'F-bxۢǰk>B5=Ky;֑mZU\εPLutxt4f=JhB^8h>ݑ@1 (IJ=>p;?d ! e' =]       @Hp(#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.bvjs390zl38SUSE 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/linuxs390x bvibvib003fd6d28f2b6277774e2e4fce4095cf2cef190267f2ed777bc835e2dae8ca5libadns.so.1rootrootrootrootadns-1.6.0-150400.1.7.src.rpmlibadns-devellibadns-devel(s390-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)s390zl38 16519596581.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-adnscpioxz5s390x-suse-linuxC source, ASCII textR=iL供Putf-897b821bd79c796c0ff074487a1666529fd038cddd00737001b8694c6a2cca6ac?P7zXZ !t/૛7,] crv(vX0&v>1૟RKyg 5Uf2<>QC-CGKA1h9.#ҡp2mF iw@2Ԗ` ĽӉV5hC6;]lje[D&y~w=a0^I(A+4ح<]rxvo}C7&2#oh09x `Ca46{32, Inl~:a 1;pd[{GW&P9Je/aa{P\Nٟۛle3M幘R9QoS!݆ m \8 Ǝ`tQmq+zA59X wPQ.I.[i(Sf1>vtGu J |&,i\J%,1ʓXGdjY^vu^!B:)QosjY i\d(w 'aYwN*B1s@1w]Pԭ6X\H7S|gnN8?^K~^ۘZ~jr !.$M0TlJ\1+lsg%>d+bDxk^C+;%eA>!.6'%ӿqF1>.+9=-<,:`кH?/܈&*1oZAD;~c+59W*B8 |x;l\Bb0?Qtֵ TqM?M%fM 9>C̴s^-;1L# db %}{D8 $^wi/a9g{P볠a So?4{2mfo|IisXӸwVjPĔFOI'Pщ$0ݴTj4˾/04]ǎny9&is{Fi}5-C,:dP.?jh0DN4aݪ=O '#İ0b }?uRbζxvr b_/ 1Y?Uh2H?eԆo.6ܭ)s߾,%czJ-8^LɪzdSJUoV_b-2}RBY/4 xyG_mzm0Dta髨OjM3KBMm*֐K9zQe2a{ُn`C7-q^** ` `d u"EvkoWoDȾr! M- &F%竅6N2O/$1?W;Z0:+OD8/c\duQ1s&ΐ@HHWHiʯoGʠĴS+w 'Iq^dvz/|OfOzeYH2+x[lN[,-tƂ߿n=doC=Og?gZJk ;@JQtdbE3oyp\<}]Jd|~ =+4D@WJQ [ZDzNu]~(#ިOBgOc7Q>}`'l2(^#*<[Kfej0`nRh+> ]_MwxڕtG`ϲ7 _W4QYZD:h7$p>i+ H7'UtlLTCp?&Cgןhj'GƷuF~h.<\B*Mivt?h [,=@ᮁ9gRmv5=a!yK oQٌ\~4$~UG 3VlÓsӼʧd=ůϼNyOI^ >\~qA<^ bpX= Kz!n ߻|]Mm?]A! 㵗l=P2-lK)I\Jw&Q ӑ|m :5Mp/K{;G*ogO`{!>UZ;,I!XщH ߱éHqE]Y?o('@}ժń#W2O4kWqbb|ozN=jV0s98U \`!C;Tt}C̎N4z嵡PDhd;9'XruoWL.Vbgskm_n:.9ąN;w@[z8Ui`rP1R؀ \| aGʩ Pg-Y,n[,ә°cR}z'ˑ/`L*,'`ǧnPv% &]8%\ ȡQ$WyfʀXfe$Ƭ3]=f4}B'dg`}Y"8N֬eSpQA97g!?W)~/IW>eEzn~UN,#z!DyvhAi~аN6Qm\+GͲ~3&׹n658V쿱q nMˆ>zl Lz.B; DC-BwF@Ryo9AGuuR2ORy袐dt5 Ko+dX%+{Gn0Dӊ~{%~K$s930(9b<q!T.]/s`oȀq>Sk+i.fD؅ÆlATF<A#;fK˜/wAgk\K;k7բ6IuTIH{j%Npj򴰘Y@V)2iN7>K^wpqw[ψ@W\s! @ 6@Kޛ)Ai_RIF08 9: rh6]%G4+(őY.ÓBw]’zI谔)ʃq69zzDY^[ɇk{]rG|q#?Y- V(79크1bShsRT+!SŸ6T P_{)C/ҘQ Vvi[s3^<*@ϸ"sPDS"ףsx8Oa 27Bǐ,ދFױϔJjӝ `s#?r!qq?941ޭ.2#m2;,7cyvCz\|*!Wi};Lx^]5 ?i3wo]_Y[Z'( yպ\CD!V+W:%Uwȑ^xXS냥lLbI΍}Jm,Nw[[I4.2؋r.S0 c9X$Ci.oPDLR,n)kP,L'b"lg{; )W6]W˛0@EMBȴKJW*F$g P- plFy V!yqK1 n{" sG \DYsacJdVɟF*GobU[39^΁o9k x3cf*AdA#u\A8$$t3^P ˹5k]-Y q nl ۻmW"$GwIH!! ʚiqqwO[8n!-F$7i_kv97T)|R`e&V/Xڣq w}}ߏur􀦂K`<+ZxD߈jGb qӁa#T2e8F"S K3 YRLm.n)H)jGb* <Ч"& Uf52eV׻C}[ucsiG_T:ͨҏnEa JLNiUsAtQt @InYzietޛzގX;Ax6g> 5ֿ~$W.v A/.qf?e=DxdWLwr+AKiX3S.c6de+@i®qeu4uGfGm+ ;тt*Y|WܪM sՙd]NDN9W8!Hd dOǗ8_ b󉛦ky-!T7{2A򖩓->ՉXn/e~qOܭT({hMTR!4%& *b;yRQuXaF8II~3Y*$ey"! ՐXΜŮ.r/T<.r=|}Tb7!bD$dJgMx2Za6EVk`ɠЃ_RX{nM(ES+aRf/ G^{Նaq Ea:mz'(O3xo5zwe@N,QX~f?|3®q}9qh|hX4K_Qցs,oPѰm4%P{ͻ-_^Q=ZLV0 =r~F73|*Z)709ԙ%jp\BKLK">G8 h^n'V&{1N]Jٿ/zPVAM1pZ1r|N*41Т #A'S.J|Odmu+GLsdZ?/ d.dM{=DG\7Uh'ؠ%&>+ r=Q w΁brP"_OA~d C䋴 Ex>wB+)ae< d\IE̻pVI-߆Bq ᜀ]j vݒ5Ia iE cY,Y&(>zGV nԆa_߉:J.{V&MA!lR<żrPI@n_P;]QTSXO{Ђܿ ]\p2CI!ʺ}#W!ٮ}MGJ-p23A}#Z'>qIXg%uvH8*Žulj1;+PZz9@h*w35EA5\-ۦY* gԙC,ls!nnhݝԶ317 I9rvdqǩ=(iwտbِ}H80[ j͜ȯ4]mi՗š[xDp)B6 31jR7A8v!2Bj]RkB}qq4 Z >]eTPlxҕ0Gt!e6+֑/^" Li̬{ײ_OiTlbKm~֫,y;8 ie{[DmjO0N 5uU9b\}FVک 3>rnNTNj ui3s"?ߜ.[s.(%`Y/!Ųw:r8Q^i MebxKWaMj> E CHDfVe (XLjpLG) G">lkZȽsj$0Ѹ4򍶃㮖=]w\10 qX~9i*1Yov i. {Mh|` QG$Pc4?-϶HuM>慜wu2Y#G۽1f@#٤T$?A!2H8v!,:/ )2Gô("8Qo&i;|簶qטlƻee3_^P1{TP1Imi{ӛ8D؅ iEîV *>}pN{ʠ>e ;PÔAV_JS^[ְ}-{ ?ګx?/snL<2"&7dZ*=/Jkj OJ4pTZ\3Ùǫq>ޡjz4.{”/޴]X#3Lww3n,WN "6nUz!Htq-:^1l}3HxPoFCY!I L/feQas#E|E'2AXB6&c#Tʆ1'iS,%2'RgoL\쐺nLAA,8Ó<ƶ !bpY4P9r0TK0J`&ݒʃsHxO㹄=Z~xH!\R_-q2R7 nR0X=UY,@XO): ôF4i-%%3} 6@g%,O;ejLvH*2T }Fhb ` Freyw!elET@1'jp~ Rv3 Lb JX4V} +Ox1#Hy^ǸE[Ɩ)^Yȱ &Y6td3L13V6cb6{ɞd. !ߞi8 ˶k;:^MD`~X󻌶Xʲm< 瘫z|q\F>/9"~Ή6#pjA9e'KHw2/6لDa?qA9L=4N ֎Zo iݰc%D0g]^{fӭIJ !ڄS+(DDq4($E>@'3M.&gjͯ-C|$d;bw!Ԯ4MҸɃŃR+gm6*)][te)}-nH{P #[߉$S~Xwo4Mg)PڥAS_[l%&8k )ssm &]cH+=F!fōek!R) 똹-I- d|۷,Ȏ'ƹ^(F@:b߶K)ft?zo:IcثgxCWp_tވx =j] 'KK6V} 3]NTDy*7Ͻ݆ۋADkS$IR1;0~ߥi#|D.PĀNkojGfRDonLy ñ;灓NI"s}XÌ{QoZ"Fr!WqﵿT8 XG7z01,GD "s)9[ьY-/xةց!c7C51nyl?|}9tլu]%r^@KpUoǦ1ADO[؅R4b.9\캆xE`S?9ZO8)i}c FF&('Oq>U&"T|8cn{W9&$0(TyU" I\4ň aY)ř ޴ H 7Ag3Yd@|w7nx8VI #K I6ybzW^ HUn ?G9r"'m+eXq-s8X,'?Z aF2r @VĉNZKDD,^ɀ|L&o̩lK*pD8a ?L8Htt-LsKi/H^I)M --$LjS[lZzYWٱ5pwVJ`Zv:IX4}@J IΥw%.]`O0w dT7C}*lK[{r$F迿yӜpL: (3DJp\H:CY6tc4&6>,O`\h_b3Q)'_ ݽ0/t}IN Ys^<S E豬YjQ +ߢtÇ $7V- C"=RDoXH4O H&;dͻzmJœq\r71c'x*l37Iv"0K,zRQ|!bDR4؃G[<ޓ @xo';)T9P (qㄱ/e,zo%]'Z y9ﮡ!Sv=U^-(xm8 >eX]Xl'mq+`i<(NP1 px-nMY4.&jѱ"ؽήYmdȻ-{9ȌxpfYwERJy Uo2QB:y/ 2{q:|c;gtyt0W+\.J%JϐHUΗJ*c$f%sBp"PD1 cWb5C3k_ԡUAˀ qX]ICQsJDHv8ʱ:~q0Jåi9Ako^?KB@,7JȔo;&0R%wqB&:88k6Yx?`/>#Mber/U p@%-)onXu YZ