libtcnative-1-0-1.2.38-150100.3.9.2<>,| eip9|b_F p8zi. ,хHsv1XϦ(M u}ÖC/cV7軴?m2]U`k6|Wv8>])Jz Qg|(N%p iLۉ0a@ ? d & [\`pt '-8P \ h  F |p,(S8\ 9 : ? >@FGHIXY\L]d^bcdJeOfRlTuhvwHx`yx zClibtcnative-1-01.2.38150100.3.9.2Tomcat resources for performance, compatibility, etcThe Apache Tomcat Native Library is an optional component for use with Apache Tomcat that allows Tomcat to use certain native resources for performance, compatibility, etc. Specifically, the Apache Tomcat Native Library gives Tomcat access to the Apache Portable Runtime (APR) library's network connection (socket) implementation and random-number generator. See the Apache Tomcat documentation for more information on how to configure Tomcat to use the APR connector. Features of the APR connector: * Non-blocking I/O for Keep-Alive requests (between requests) * Uses OpenSSL for TLS/SSL capabilities (if supported by linked APR library) * FIPS 140-2 support for TLS/SSL (if supported by linked OpenSSL library) * Support for IPv4, IPv6 and Unix Domain Socketseiibs-power9-11iWSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttps://tomcat.apache.org/native-1.2-doc/index.htmllinuxppc64leCp A큤eieieieidjdRead541391d921f9ec5e57a7a902f2df361ae9da9d31e6ea8054ccd94955bcaa825f2e8214a979076cd2963511f1504da2221c19e644b3a28fa03246bc24bfd054a9f2af6540b434fd6f9e5a7691b391ffefa477fe43f3a3030bfbfc043f67a0flibtcnative-1.so.0.2.38libtcnative-1.so.0.2.38rootrootrootrootrootrootrootrootrootrootrootrootlibtcnative-1-0-1.2.38-150100.3.9.2.src.rpmlibtcnative-1-0libtcnative-1-0(ppc-64)libtcnative-1.so.0()(64bit)tcnativetomcat-native@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibapr-1.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1eSa@b]@]QT\@Z@VT@T@S\@michele.bussolotto@suse.compgajdos@suse.commalbu@suse.commalbu@suse.commalbu@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comp.drouand@gmail.comcrrodriguez@opensuse.org- Version update to version 1.2.38: * Align default pass phrase prompt with HTTPd. * #66669: Fix memory leak in SNI processing. * Update the recommended minimum version of OpenSSL to 1.1.1v. * Update the recommended minimum version of APR to 1.7.4. * Document the TLS rengotiation behaviour. * Add HOWTO-RELEASE.txt that describes the release process. * Refactor library initialization so it is compatible with Tomcat 10.1.x onwards where a number of Java classes have been removed. * Map the OpenSSL 3.x FIPS behaviour to the OpenSSL 1.x API to allow clients to determine if the FIPS provider is being used when Tomcat Native is compiled against OpenSSL 3.x. * #66035: Fix crash when attempting to read TLS session ID after a handshake failure. * Enable download_deps.sh to be called from any directory. * Fix release script so it works with the current git layout. * #65441: Correct previous fix that enabled building to continue with OpenSSL 3.x. * #65659: Remove remaining reference to pkg-config which is no longer included in the Tomcat Native distribution. * #65181: Additional changes required to provided support for using OpenSSL Engines that use proprietary key formats. * #65329: Correct handling of WINVER in make file to use correct constant for Windows 7. Add constants for Windows 8, Windows 8.1 and Windows 10. Rename WINNT to WIN2k as it is used for Windows 2000 upwards, not Windows NT upwards. * Add a patch for APR that fixes an issue where some Windows systems in some configurations would only listen on IPv6 addresses on dual stack systems even though configured to listen on both IPv6 and IPv4 addresses. * Correct a regression in the fix for 65181 that prevented an error message from being displayed if an invalid key file was provided and no OpenSSL Engine was configured. * #65181: Improve support for using OpenSSL Engines that use proprietary key formats. * Enable building to continue against OpenSSL 3.x and 1.1.1. * Incomplete name mangling fix for C++ compilers in tcn_api.h. * Improve OS-specific header include for native thread id. * Disable keylog callback support for LibreSSL. * Add support for SSLContext.addChainCertificateRaw() with LibreSSL 2.9.1 and up. * Add support for HP-UX's _lwp_self() in our ssl_thread_id(void). * Remove default option passed for rpath to linker on HP-UX. * Add an option to allow the OCSP responder check to be bypassed. Note that if OCSP is enabled, a missing responder is now treated as an error. * #64429: Fix compilation with LibreSSL. * #63671: libtcnative does not compile with OpenSSL < 1.1.0 and APR w/o threading support. * Correct configure message for OpenSSL libdir. * #64260: Clean up install target. * #64315: configure output for OpenSSL wrong/incomplete sometimes. * Drop obsolete build time workarounds for HP-UX. * Add support for FreeBSD's pthread_getthreadid_np() in our ssl_thread_id(void). * #64316: Introduce tcn_get_thread_id(void) to reduce code duplication. * Fix linking against OpenSSL in non-standard locations on FreeBSD. - Removed patch: * libtcnative-1-0-bsc1199170.patch + fix integrated- Fix for SG#63251, bsc#1199170 (thanks to ohollmann@suse.com) - added patches fix https://github.com/apache/tomcat-native/commit/5ac1175a0cf24aae2a285b3f3fb877ff83aef0c0 + libtcnative-1-0-bsc1199170.patch- Add GPG keyring.- Version update to version 1.2.23: * See changelog.html for in-depth upstream changes- Version update to version 1.2.21: * See changelog.html for in-depth upstream changes * Fix incompatibility with Tomcat (bsc#1130843)- Version update to version 1.2.16: * See changelog.html for in-depth upstream changes * Fixes build breakage with newer version of openssl- Version update to version 1.2.4: * See changelog.html for in-depth upstream changes * This connector to properly work requires openssl 1.0.2 or newer so do not backport to other codestreams.- Remove keyring file as there is new keyring and I didn't find it on the web- Update to version 1.1.32 * Fix: 53952: Add support for TLSv1.2 and TLSv1.1. * Fix: 56844: Use OpenSSL 1.0.1j with Windows binaries. * Update: Use APR 1.5.1 with Windows binaries - Remove tomcat-native-nosslv2.patch; merged on upstream release - Remove %gpg_verify tag and gpg-offline require; let OBS handles gpg verification- version 1.1.30 * Fixed double-free in ssl_ocsp_request. Patch provided by Aristotelis. * Other minor bugfixes. - openSUSE: Fix build when openssl does not have SSLv2 support. (tomcat-native-nosslv2.patch)/sbin/ldconfig/sbin/ldconfigibs-power9-11 17014236421.2.38-150100.3.9.21.2.38-150100.3.9.21.2.381.2.38libtcnative-1.solibtcnative-1.so.0libtcnative-1.so.0.2.38libtcnative-1-0CHANGELOG.txtREADME.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtcnative-1-0/-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:31678/SUSE_SLE-15-SP1_Update/8ad44f9553955b4434904991e479c4ac-libtcnative-1-0.SUSE_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9eb5a86bac80a02e5c6b25faddbede90f6962179, strippeddirectoryISO-8859 textASCII text PRRR RR RRRR%KqSutf-82905d47c31783ec9a51802cd72347933f30e13145a596ba87a5181e09f4d4baf?7zXZ !t/#W]"k%dy>)^P6iғZ`n= cGkwVH3Wgn$AlVo-l(~QZzhybpfɔ740CԊ- goF o1_<H"!\:!"Iyݗ rs6o Xv-%|XY]'AfOpa*;XL"8R.^UfH9&V`Q3I(/(BzV*&p16pY6M,bjj*:gmzZx"v'g-x.QzRj;y 5yQzW`8gQ#GXJݪ*Z9ݽ`|A[ng\?h9@POzCa z#_'[*'<gu3tlS]*|tI ]KHSi+nt N@7WWL;,<M_)rҿG_1_SyӬ.=#qB?ۧ l&3W$.Jc29Yy"b-{ w251Z`r1 G 8+ g<"{1%?ov߱%Zbz:U#MQ8ʕ.co.dJ'LL'vѨ?+ U.kЗӻXoW{ @(VC.㱄^!j5}uK`b<( Է/@2_ Y[t {4wCr8ӮRw\@N!dnȿ4[sdqhQH&w5۾ ^T\X”$H&,< DMƨsw_v-<#o}" HGiI wЯM cE\o˩S:$5BIUgiٍZPAlxW%.%vKeu3^ï$ZɥD24=!e1L꩗b3@T.C"esk(7#Oɗa;[8 "~.OZY篳Kgqw jzSΞII"zX nO\;H)n% F`{`\=r9:]]Cu,Wg,LEG$Q{}z1CϾ@̎XK̝g+sm ayHVإAp ְ_NC| 8N%MtGzz+ {~$΢warK-M\܎ɺsʅwLZAۗpݳ&#>V2<:}L]]>ː$V -_KPhC19IM0cp:07.|m/sl\ O/rw3e8|'ړ Wa_LSlo1ko]Ī]WxAĶJ@sa_{Y*aD.ZPĕ«Xs'πŗ=2s1,m]s)W$2c-!-QmMFhȵDvfӵfzNm1͸[_<{:xb3fd{9mcɝ5Pއh~o9y7b"D&۳)dž}LZ\bɎ6Ht_O:>6^ޟ9vz7ۥ8a;~^ ;2B YG jP.Q51KW+-V;1=>IUNW6dq;o`􁁔+1jQ"t/p]n;1W,35+j'1 _i[Z"IO|y>$v']ᦤ`X߻ROI) "."gf Z1"nȁGN|OEpvIbS eYO2q}j@`E*CS,~өQTY~Ufv8Zckdyn ?*(Mrqwx˪Bf7Y(&`G8@zM_~0*hJ#$%jt3ǣ8|^FDŽOi˖kee\SO! 2Ÿ7M{QM9ɍc}k{,$ڠͬp|,js_9B2IܩWŸRPilx6vHDM>-,fS%pZ$35RD -Vg0^ʽAj.ͱCpki~)Ns|wk Kq攨D n\5(c) 8+9%xt@':ޏ$4ia[DYM~aa{i9' TkRTHB]Bj .}D=[ ui?; sd儳gcGEj!򼴤8^3RbNف}`٘I8aSݾcZ{g9m' ]zeoCaqK 4<I]@M5,k 1[fO+N~WrZ'Aذ?hMveGi!>}+7?H!11-.M",.U@OpaRbA҃;Sy3yu.X1Gr (%E^6PnqDq1~ahluw((^bR뮆x5δ/I0A N\n)XnWxxURHS҉R*Ϋ I 7 ͦ0HQr4suۑDɯ0wV1KIy|mߺcPjInmk73H+BLn8_K!LQ\~+]? ^:q/}l\݋ | yOK~K$"w?QH 7v"x߁&ʉUVZڴhd ,n\EYPQt*D[B]ck]q% #+:'{L,^W2-)d{2dțaeg$W @ԍ_-\xNb]AD1[G>cN7q%4.r)d2Gr vy%[^/~_%qonĦ7.Bq$DHEf#wQ}$Ϧ4"?:wGٞAιh/MCX!>_7QdUW/.}pYyfS "=+ ,H6w od[^inLrgU H P6@V 'ޫvG>C!uUɼy=)mW#h {}hz̧n$HzkRJk=֞<1Xnl[sW}a/MP993她udJucױqM1`XYd\R=q<7+G; g;b ,3; 1Q6űe(v=\'FS{cn?/mFwW۳0H@תx9v%R#5zؚei26.K g㏉XRBMOccG}&^յ-MY/#59;<6߳$8)-Q t #\\F{qr mF#ޗo/1aWЕR´tbqMb&RYCya{B7h_x6ˏzΆ_8L+Eޅ\" ~<ҊPPӵѳ<+C%7ߏQc8Q+xCI8x=C\e@B:w|eN؄8 YxhE ^i 9pzuU͗GAxV~̺ h{l.!}QKD>E6_֢/$Ge$4UebC߈]XY!zr,;Sp[Bˮq5CGn $nVbb8%e*-롕\.h\5+#Qݰ4p5&X#,3F%Y&I yI఑Aen"D[ᑮVʓFֶ>k.~o\+p9S_#~̛ˬK X[ͽ>%L^Ĭ߲#Tp8N_i| :&p;A_?ҪWLWiH~PCB>= 1&9s r4^)s9ΓJKr-v :G[%=پbhF6i@mGfVn^= oecd?oH(dah᪹fLOA [ÿYx|7.vf{:6;rLzT.N;IВ͆IGЋ~>\ 5j&X)N%냁+?6A2nQOUQ,"kk?"L9U@ ރ27՗=04J)-d^ۅO"语-J`_|s`Jۤd{ +=6#fׇ ݋󅧨%=CBtWqc=fۇB"墕J Ah+EXYm{ hydFr fQupZ+Qp3 6:qm-j\wШg-R"J3u'4!"i. : @3_ۖM.Il)<؆Fyp/ZR/Lrl҇HU$4;aLKJV)Nߍb(["eH00OpIVs6LTipFg bטͪ: tD!,Pж :?y n첅D9oNn6}Îhi!R;>}O6 e^8u3h AT1+%wDY@̡ \M,0άB6r5#Dt"6>Av>jTٸHJDzw5ϓƻ b r@Fl)ﶙl(1k)'bIsi }@ρèHz"`xģ6xO PVХD 31DJ?j[\8Ὥ`| 6nu ;b-/q)h٫MJNL%hu'BV. ]M/e@R2qOj<`8A (|ȊT蠴 `Rc(w xVִX(o$oQ ~#7FkM(k3Y5e(r(̒WTʊ vLc 1a8NUШKE"W{Gܴ!eS,2/"b"TQnδ>LGDTƊba-0_188 \jt$ oMm!0N1 ML{ c"2Ȍh }}a,ͤ֓jȠQ˵ bouHd?ސ03Bbo+&7ەw lNVuU4u&7vX:L{oQL5ꍋҍ ?됴>n 9^c.fe0ާm8' 2$[%HVh_Gaw wjJ +:Vm1QθnkAæl LY%o TqW_Fu^|L4[CK RV=J% SPGZM)3s5Yܫ}~JJg`L9,@w1Tpo)Q{"OO* {Q/ gaF0UҠwfnK/6oI/ |}[&1ω=<~W<8E4%!@Է&]; #r$s,Hlv&FTS/E$&n*-[X< ~?R2ۡ^@ +pKI|b~Ƶ h#!. |`{r6;?AIxAGwOz5;H/<=:ĸI G,Z ٚypNE6#>|f^l|h7)\VKae8R `K/ g&p G(Y'Ӽj> =!>Q:1(ITr!R,F"s^q;qO6)yUU/gZ.]qاI-wZT]5 q;jzr@GcD xBPmq \!Ϳ(P:k-~fv˪-R\'(/G T$. ~(]s=C:J>igCnJ1HC/{k(=&&9FcR+s_d>zf&P7Ѫ~s-0L Pk-wrxĐtEnCg | 54N_gɄ _u:6DG'RǯcNL/[b6`'#jath{5=z%˃6Kˡ5Fx N7ekz0,S6 =? #\ ao&#ʔYgU9EVRQUIqzXy^X {Ѥ\bngd&[ن_2R○= BQwÀ}K cw,YR%+ 0zzqCn 9JQ4)?B!zkm}[MF~mIJ) OQB4^&o:wQ+HPe %?UT״q8#]B1H{؛z)YV2/ k(y Z;@iYϹ˂ .e[K,w%QDG% kg!q +LNmلֽzWW i\,bJ`˵*7R)Y.Z`-簧`Z `@<Op݋{̄T, qɳh;';JwNC {保 hdie.-3.OL/!uNPPP ;ҍ4t>p\je*[J6%[{ s^$,]- ?s@3<T xM5j}kQb;|yٓ {BO˫ih7@PrRw86<=^Y(ᮣș]1. "/ ߄m׎C\W Mj1ZG\ 誡VyBR2oc؈`K]22@6By^ 4Wڹ<-CHtoH;:څ}A~eMjO]WW p|È"0/n'2*k_/7ns(K'u)j;`,.`0][}ډUJa*>9 D0FKl=3Y0u0^lP;܅]9Mɬ D8gam[&Ԑ''ba`%Hk(dHZ`Dh#7 K47%B ZHr(e\oԿLOxK;\ѕhb?P.vp} {:QE|p%pj)j:̪/UC !izPo`nJ2: !xpϗ z:Gzܧi+ƚD\Ȩb~w$!#Ҥ>G]u,t}67@Ks~-eކm\Wt%("ͭuk@Ye$>vfQ"GS8v(3?% :(rm?4^7G+Iu.kʂ`3|5@5hK:׀,Y*Go>vYt`$J"$+.|n,SGNtoP!*{)}KNy ;S6 lF L|֦Jl6"lx3+]kV YklDK&TaͶNz{>EOB {*%HuQ[R c T4^f ߐĐӒ/",JZ =YAsL_wu,u%փeI˻C/?D߰V՟Q}ک7T }QqSzgM?99j;h o$&2.tONXƋ":ܗfd_3G?\N؅o3Ns%Ue TO<lL0e C<$aLs5ʎ5tWS>^/dzC/gڀ6w!Ch8vE@ds@r!,:kj kv-)f՘NX_Tf"a}ӈbFp2P>譖-XS7gV>.M|b!ւ=e`fO6tN͇FCϘd?qmrm{5k.&9X?\p!dۓ fzŚs2C%fvEV|Ic!]ko$h y njotC[$=bC%O Oȕ'D,c8X`NwMq>.5hrjI,se\vw8OntldLx!vYQ[y0KEN%JmQɌ{GoucjKPMy\ޱLv~<N`lFjr*P;$e=B*=nvU*v>8ekKVVo#c閁>$Kal_f@c^ y6wZ`GA?sW UalsGK~f)p%8g(*qH-iLq!jbi.ox״ VQ5% e5D+p5ވW)npkp!kN"sz?Lq~^C)2{VҧŢϮwSfB/; @;αluG{þ %wqwFn&!)K5;Z朐h1IKx`7d<=P#6L3fZXZZݯ8M+re!=C6bt*旒GE1~,l6@naZ`1LՂEBg:S5XUѯ-  bjFU!l (4S3v]';^ O>GAW~#俘ЫTu*1w`rˏ fb_~Έ/H_xfQM,9Wxn*ZILӍ>[IK#n@Ž%Z'UĔjح8{#kk3@ ;=lƝCx;x*znJ~æ\6 $4-S.\uڍW q Av7x?~?뫹3..>ggZÚPK߁sP%jj!Q^VP{Gŭ[Ayҡpsbx$ҫ uR}mmFzQ ѳ": Q+WCb}jrY]{isPv>\0 Y xj[{К'iQp0)Cd'5t}?e0)$'\* ,ߍH~83!tJ>F~k![RE(@pQ&"&kwXaI5O-{NI.Ƕ/THF2MUy<#ӿqƩFaJEWCJ|pDSP* xHfr_\vH%.Mup{o| (}0ut]^K`]GJaVC7+iЯg?1N`M?^rϜAd{+XPn*̙&Y?arnV݂ua|Jߞao-81{z8kլφ x&@K4dyŃWH7 38:2?YtiaN_ƝQs70M;R]J*2NH^X[Fd>q H XJyMT%DuljOiSAyt`?{^v7׺[Fy*PWiLl(jOtcQ[ho4Ĩ)ru|0|HoG;H ^g,8>Y &;pRi^_gVsv1/b5NC&51jq=HYtr8M:یu*F?YL9St`bտ/.wSi3"#:]_LV|>_+}DLMij5<&?=^̥))yC\i}O-s].^x5>g3>9c'y#T/$*h iv{'س}%G)V7) S98sbK[{$=EX@X)RR0'\ |MW$#d(Y |8q{IWWD?KV|= 7ͩ˗>38кBe]T= } d;G/BڣT-Ŋc*ae;[_yq߼N_cP+/?_3鐤Wv2H%X-q ax\9Y؟fHO|?R@CscE F*_#a ʷcF?mHl[}amE-V/?٪cMڟZ1?|9D ]S'Q.XP[&mO!JGXLBz >?]|Rs,:d7C'8(6f;I3ꙧDOYy{%VIꇘ jDʼFD0Fq *mykxiR\lUzo ^Lru"r'%z߹zE2cJ>?Qzh-Ѡ&W ./ p~ 0sIǂ#EOI%];S`!n4(_`3YmAC*ǜ_fE7QfE\N󴘑d}|j'Ʋw e:8[Ҧp uO: iq ᙣhcm/ !U?$%|f4v2'' sNn)O.MULc}y@​ K>ۡAXFZӾ X}Ax:)v>9oҭטc%l #hh19}QC7e"77%xb?݃? _`]}`5'ҥ!AQ)m+@kRYPm9j=.ٚ}\傍 5,M68DJ=gJC>K'ǃh^vУTJVn.;+RBFkxMrRFn"F i_VI tVtɂ `Hy)XePѴ*\mԮ+j]gXp9!Cr SrXp7YsY$az7\;oi)E%eAX|ν ީ)Ix#MJOo/PCV~+MoΟ4-h]1pJ.hM$ ဓE6>D ferAp}-NEY \3spq|Pk4jwT  Q:M ՈH 6zH u玈ߋKEFUL62UTL8rvjfag]OhW1E yQ^$n7`ro.\񶳗E cKt\x!sXcyȒ< ?OZF\⛾ZRxpc"FNl8 >)"gpCgV#.%5v{W@JFex?Bi^ '`u^r'"{L]9ky^Կ)``+*JV2*ǔRYV2 Wf9.GzE_,Xy F4UyRO)8M vjnл|Zo}Yۋ.Օߚ @d7*x LV(X~_k. `* 5^'P8+-@f1ŴF.(Oc[(,&*xŬIjl {PX+eXq!?~r{@͆@=5zGML#ٿX :(\qdh. :LW0}UP!V(=u=씼@DXtӒHcr^'JMt ֟ᡪzi|G69 5P)YfR$9 k#˰~r+AvG?zdєxh(V6wӭ@?M tM1O3dYy/\4n}Mn EJ *]ai>R?5Q ~'zq$i;O^xH(WEpbhΡqUȜ4x9-c˿g tιj6i.7VwvJ:YD'1>kA(E -˩{ӉR+t}$D >S/d4rhYE0R#U)fB#Nն^5eC>W_\u+{FB|Z9vpʚŜ,HUpr˒PXd)[ jc1l=Ⱥ~C~JZn|mmr ɓdaujQybċ.oB.Ø;";'6jNrStümolo`8s#]+8a ?^2trpU[lKFb& s^#<b(()rOEvSCY!DpCހB4Ei(c1lN;Po 3,.lJ X,'l1pf|6@{ڛe]٭gѬٓM@SӉ\e":07 ~@VKVB5qYyPQtA8xCIB$"h0qlS9_06ƙ=ލt;?y$t9~=O`݋#.pz1" ѽ-[M#A~`OqZ70nu uR}ښ~*mE@܎X+I-x/Ⱦ'ef$g]NPxLIy{]LĸVS*C*.g|~HJ_7\ NۯIY YZ