libtcnative-1-0-1.2.38-150200.6.2.1<>,h4e/Mp9|Um7+U\wT|#HCnAM6ID.7aAC>Тʰ5J,})]jƨ~l'[[?5r{ _Cm֪͐f!׊8VYdR8FtS/1qpsHul&4Q}NHnԑU]6.p (2! */YAGUՐ,\ cJuh*1[ԻY?+=8ih [CCFDׇxO>@ ? |d & [\`lp #)0H T ` x > t h(8 9  : >@$F3GHH`IxXY\]^Ibc@defluvwxyz  , 0 6 xClibtcnative-1-01.2.38150200.6.2.1Tomcat 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 Socketse/Ms390zl39SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttps://tomcat.apache.org/native-1.2-doc/index.htmllinuxs390xY(Cp A큤e/Le/Le/Me/MdjdR66300c2af1654713499b9915bbfd47724190d10ffb27e1616eb4b6c153c7703925f2e8214a979076cd2963511f1504da2221c19e644b3a28fa03246bc24bfd054a9f2af6540b434fd6f9e5a7691b391ffefa477fe43f3a3030bfbfc043f67a0flibtcnative-1.so.0.2.38libtcnative-1.so.0.2.38rootrootrootrootrootrootrootrootrootrootrootrootlibtcnative-1-0-1.2.38-150200.6.2.1.src.rpmlibtcnative-1-0libtcnative-1-0(s390-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.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(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/ldconfigs390zl39 17101740291.2.38-150200.6.2.11.2.38-150200.6.2.11.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:32931/SUSE_SLE-15-SP2_Update/1abd0da4d1ba973d32712f2230c7371f-libtcnative-1-0.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=664951a1263d9b094e045d9c44b3d0769339d7f2, strippeddirectoryISO-8859 textASCII textPR RRRRRR R R RRR RR-j +"|-utf-803fe4e211046362b6b6c22928b04e6cf4d8d90eb31688d5cd3e08d006a53dd51?7zXZ !t/[LC=]"k%+ƒ+9pR{ǥN y}GWX2}*Y.7 n/eTά&|G]gP łZujǠ`ibw|z"v.F+EVN};)e=RAgܵ^pKү 8Nl",=JGS,jєOec!w??]<3_&)5%bQ\i9GEIIvUߪD%4C8ۄx3#)`h3|;jV7HeSRlHPjlVkˮ¬sa2-5g>h#G4ɑ]+v4t~9r 7-=3${*_DDG`BYAa(nd僬SGNh`,Pul4pl-M99 ȬTR5H8 _v bi%>}\&^k?x8,%0퉃^IA j&\ B2V̳Xdjs z@Y%2y{(TDQyu6Z0QtNZ1^|O7vex(k`mꂘ=0^N8la['!8_[΅F;ڒd^MM Eu&k\mN"3@ٖ*LvL0􄣼|C_#g#"rAh*jSkm"z/ղb՞e!0tf5x! +lABaV=hZ'|ІN|zFC&\OWG Ц C6H5t$婳A4ya,=q 4F B7^ ­Wy$ȸ tJDj:2Yt>u-mOkk<7RUM;a ZQg5Ը*izʓ!NbvR*nd =q?w$6x]Xo:\Pj:`u" )lp&٨ Pi^R9 FpK'™[D]jzCNF%εfF?)ƻա ;P$?SdN0molTLq">޸ʀYɛi,:BVfmq{I,u`SIMgvFJQ/}e/ Hw.^|6 [w*{e 3FKQ H9EmM" oK )-8(Vcƅ;bY) VK8sClTMhS+M䔦fuly|` sJjѭ~-}v*.+J9\+EC\`*Bf N}a&)гp evF]ZA{f4~dV!}3 (ÆϑcRbo]EǵS7d"n-iX+U5 c{L ?n n#713XQD 20M9-"oJ"Š/NJs'V/q#y^.C&l5( ^HHmcI6s@|GB?[,ZX_-]xݔF, n*BAIUvTl7q.AADQ-bD;ѦZ4e(rֵ#W닶tT(QǭT;f_^aTx;yYlzs<_ ޙO/Ks֭l =L 9@YR;tc;ѱ3lw"[e)J qN&?^sVi>O:iA80#WVhDhef%X^LDIV %<.ncA*7;Q<5<;m8^LznYѬEee]*G,B W <^SH@%XM]j4bx4+M9cX,/vX256j ЁD908SFPxݜ]Z|<.$@R}*ԈOK*ĩg"93X5/j|H~@7Au=9u\N*EQ[=5Ny/ެ1uv}ћΙE 8]"G!sپ[`&Lf77S Dg=0Ca .ÿ hIin!m5EU'm<"^61#TQ!<+]p& R\ΌD;DVOL9HbF : ,z}Z33ddSeҺ ϼ՟G4G[TV5y9VsjSA [ hq37N>ᯋؙX+@NmJ0Pq7`<ښ|θesMEl]aQ$Roo5 ({TahXA8z&1y}}c;U|=)@[.NoğtH.g iƘ-x7ŕx_[6H=kKrA9 ~;'1lE^3:#noXY^ N0/v( 9HbjL.w!*V+Tü+Gq K٧J:;'[2%dSgңqb5^ %!dGuD!_NFV]ytb(FCofX#@Z*<ݐĔV `'$YG5(%ۺ2Ι%sQ]T][{u?lG)Dž l6(XXE7M%R{MJI`As b1XG rMtWK~q8c 2X=,EĘ8|㜆G? X>ȁ>NVO91R[=:ƨg|d/ dZС)(x#cbMȣ,&ҍg zZBR?vB@,G u}!abdT`y??@=\p)r$EpR.'ik7PdG4w\N=W7}WxECt<[H'5d "'haRl]kbJS"< eRvP8*"7JF/zx) GD݆ͬ #T4ߖk+o>4|e!T2d' XPΞ5 Bx~ ܔ8]ӲCݕ87 ^@J#HKm0oߺkzes%vcJ7Y 1lUG1(v9Fu.aM38p"VC%Bۨ,g@R~FЏN$+x0(~68 7!G5HjSj34u#Qszi)].ɎI4utv.K8:`_YCz3?A1!M0{A-(?7BNUc,I6,Jˉ{Bʊ@O ^Ao]V&1*:*^+maYcT8{ A *Ds?Dk.RK6k׏PnsO DH+m}ߴܢA:If\zkO{V|H~>92\Wak!? MR?UT̈-1K$֛NyxDxȓpOB^1r#s3rTfp2`eO@I?DM7OY bl  tT_KKUSf}"4 M X`/ S|mO Aw_f*^͒4.  C8;Y}+x;,} Z8Gk?rSƆP- HdLk| IB GrH^-s@[bF oXd{^F$P!܈=$]D44aΌ}Mk :!N=g@$n)\ap)ZS'ɿO U%vbi Iھmlr ߵـ=g`f ~A0k#smmLmn(֠J5@/z]䙒 t脭~i9E'q$+WS jS*ueUS|e ̎'SHSW L'.Wh4c֑eew{_[gɽDSu0B} Fs%*pK(~7\,b/RΩ>7̿իB3ڄRJ$ y a_.:۴=eyLw.chPZ=Ba3kig`Y&(9);/ǝD$qPԸ=P譀bY6 wW,B"F~`QkAb?!0@j}ck* F!̚b@f)Hk&g͢RcEkFqpm?Z" UHQ@)U+!lOb(c#FO4xQn` r[U[RB|JoGw=2)m'wc|J'(|n;ju,4(kZ{u &7hD9}G#16 ]^9ψcud4ٔ7#2:ڍ̯o.Vw\ SY2`3ѵ;6Lɡ:fzc^l|+n9}C6D#ߩgL9:*vjϺtYJۧt~*q~~!h,MہR Ǧ}/5.zyK^ļP <db{_Gl M"*Wu<<#I. }@ԋywRe U/ 6#\w k7OKfCE29]󄱕Z6m;-en\*Is_khdXF wySqNoѥ1=$bQRB`45sثBJĻx |fnҊzzFؾز[)/fo'841t*c ]DKZ BL86a g'y0JculUPBYCm\Urnݐ FBj<&r`u:0~zA0\>~tJ@Yl5dEwT"h ;>Hd&<_׷ɶ1Q ]sPIC^ڀFu_!9t"0H YDUݺj)Ow#İd>? &$@p{_$1G@?hJ8W{_SwC9]ƈN8Wia+C! W %O龋z O(5%kFy>G8)MTkZeY9>A-faDDwߍq}5}\ g fI3Ru@s&ݏv NDV‘ OgId1DD$DU.;09vkWwf; X;x.nojr+hKQ *+FQ˂D#f_y:/+}Ǜ<_٧zXf8eextq@S/8!"*҇!ܨú䀐v"펮lNByWKIPzObWHCXm?96+ |(3#bkUw-^cD4xwDs'/@EjFo* b86^UjA:&C# KbbF;ST~g@~*KY\_Q& S@4p(f'?3v/K5$MmC)kS-uق]8həs*0փ.u vbWdSFJ; QGPxekSuʐqqs>BkO qiW=h(P_=a'H-MKt(L(­b,$@O^5Oo@_dIkǓFD]eNx̼ҥ'G1yt 4a.6ݱeB@KejKYaG*.PNsU4&)A_&ا?d./>]cgG42YgD(=Q ?pN_?q%LaÀɕqR# m$ƹq>Aݵ0 "PZ;!4[B+P0g`- -6E/\_yˤ`~cjBK4e]&cԞ,Kq`5Jqa,*f6dt֬vb/Ky٬-RRn:v% T2_|+A}k 9sSFE,HsC3 P%)5RD`=lVfu΢u7:qX0^ !ݡ!z#y=圧FyϿs+Dd1yJGz/ǧ-lr0Ւ7B߁a 62Rrf1Cw hvXOyNpG!lXJ|^( ץ*/ fDvխ$N)CsI?wYQG}ɖw"`J 3U1x 48w=+̢ BI)-c˥tv-a+T3^N0oEfUɻ'=5a2a r&KEZU~/FE>m^0~^U\[@pשAiCE|cQPJ 户%3:fbr6?bOBƞJ-,[!'8lxgL^$x+\SF 'd> xC&*ZA8k~K^yN@89 Pȷ'M踥t:JXWI) 8>_"E޴3TPƓT_'0WwXc5SCDܨWc=k*UM8wThq ?"'z9TxCIدR>qQ<R ,6b-g ʍ\\}|Q`oIȷ[J+\NQQUHNJ9sr܆'=ȡz\[PD^i#Hvoʏg.()"w.Λ73F(2槄f8%uRSYu&GMxЅTqx2QGӟ>i} dKajU'v/ MG)y$]kF1 9\} 1rX(c•\r.Wק5g' b;[`r[ՠ]r~$qKi1%mNg:#+r$3m%|p ̙K{SHŢA RfO7'䢉w.Zd92GXE56 ~ƶ12c%ݨ'Q FІwx%zysF4iN#㡔Yѿ|˛LoI`h_g_gpMћv,(ODW36+%ZcOc^b;>~d߰O\ķFB0 Z ^>r҉ xqڋ'};;6., og: *r,F;sh)Ml;׿42L%uEˀ]J{Ų`nV[,"|2O %M؎K$ؓ(LnJ?Ȇ&Mnl7䄰GCBPo(*ltHO$kLh<+´O6.d z90l41ЗA6a_}<$^"\-p ƚ^sWueF)薭~T*j֜hcYshԒ~bDգ++8I *U6zfZVPNpT5!%YRMХ5/GM:OX" |A٠unqDe]wU^glPgG0- "lz7z*%"![&رA/s1ASJX[`)^v R];S jS}OssdNO_GؾӁŘ~HKoX葉WãaZljN ȽyŲ] =FOT8&v=:]\TToD_:I3AGWDYIdxk\Ήׁ{^18 b2_CL/+2}ՒTbO 0ze ߋDl⺵tAڈ4vN w,$;IDapqz Ğctp7` aT6"J删޷ lE_.#>CL>]u5Zs﫰&7`5/+FLk q3 $5"}F|}/T%>4(oj|J7|7 t̞d!2n|FSEbJ^9iր`XzSTb4p R *_5K%xf:`݆̅5+8#uƸYw k/ i/aM.vOk#L (2 24^n auM=Q9cynEQxX4瞘([7%[ Lҧ`}.mzAVJjrѳ6% ,p'TOd ǽD@DjX  /!IL C|EV,ޤBNōyv7Ơ)rʟ?5. s pE3ZCq*;q$;W+ |9z Vp~-] +]sKĨ,ȠW /Ch^"xDh7t92w?#qu?`OPRَ[GW` l==S xtQ͂mUd d(mY?O9aogؙ`U42Ui|,Ru<S|!(Ym䊨dNA94a(f>a"$3\'/6:@Ij<B $L0* |WʈuOV6u#,uPr^y9d΄ aT1rJZ$2 DnPqiދyX%%i joxbC΂qdM-lWT5T k?v3n?x' q i€Ѱbx䮅J،$,G({_WV1;9fl&eU'l6'u)llthH]ZqMw+!*d8 UC@Z8|,,Df~fމббY͢F9v;r<83ӺVu_)-*L6iЫTD<N-s!xU~&n/-!@xd6̈>veL|Q{8P-gH՞N;sd駀ij?wUFK3FNgv; HA8ܭcF(t*Uu2Rݳ/+0Y@ZxLNa"ƣ$G $`S[z'bY(\ckWҴH&UqLe~ut 5* 㻽IC"sr_cطl3pՄf`0}:Q6gNnVG,.ĥAzS/8 RULhnʈ,Dj&̱@$կ$QKDhlo ߎ5v ?5_|ÝrvPئK Db"T4m9R%s?e't'eyYlҹjaPd~m}:8dmˤVxsjrhdM (qF 9}ΔPL=s >;պ=hEAqx6nݿAVL7 S/#?yM &P9=%ԛ\B.E~Q.C1^ UnȠD+lDL 睁p+M,FLc^3=a4~2iPJU oD3 P@''7sQkIM^q[c)TbL&]z`'fBAQAtD.Ͱ}CTL( qꐴepߜ4A>b$p$_jFX $ v77\z[]n';Q/ L$o1cnwi`Qm{i݈ȦL O V]Db/fG"w9qjfb2 BYh!a39{n,K'4hY\La)Bkj