libtcnative-1-0-devel-1.2.38-150100.3.9.2 >  A ei>p9|6(/.y4E(8-o_9qn|EoQ2 Vw&?8*'!7bRs1(:\VþXe[ 0gZ7hξկF˞S)Vi6i%o~L76Ї,<:d ߍmw+hFr[QGI9ɜNn(yDܡ e&/Qm,=Ě A=a7{p=4d07cc0ce466c92ab19ff7f047530b7a386d5da32f917f467143a0d96913024a442cc21e22600f9e0ad2ed51ea0b8a8712c1cad4Mei>p9|ˍ!ۇĴ X= +?2oK#_4LmNf sgwyARiztyJusI5%|b nM˪K#^iAE$ w]qMtR^<3)TZF /*ك*PrE p, =# ь &]YVˏ6()3*izLsJA{ɯF?39hzC}{~;s΋=vxuX>p;p?`d , adhtx '-4P ^ l   4Wz(8 9 : F%G<HXItX|Y\]^bgcdefluvz\Clibtcnative-1-0-devel1.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 Socketsei.h03-ch2bSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/C and C++https://tomcat.apache.org/native-1.2-doc/index.htmllinuxx86_649' ,]A큤ei-ei-ei-ei-ei.dRdRd2cdc8f5b0aff1faf29448bda0276c0bff80d34bd1bde1c2ea19514d2b0b74bcdea84eaf26dca8a01603d830ea15cf75c7aa82044c4a2846e12b604984a7094a9bb7d54ca05cb63eea63140e7caa4af90d11930fb65053a454d85c16f32582e78f1ab4526479e15f36e7237b067609d69edcdc7c4f3d66c5b4f87a5fb0caf76dc71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab410b9f8226ea78ec0abaacef64929452e4c52cd4d7784ea7b1e038f3026bb130brootrootrootrootrootrootrootrootrootrootrootrootrootrootlibtcnative-1-0-1.2.38-150100.3.9.2.src.rpmlibtcnative-1-0-devellibtcnative-1-0-devel(x86-64)    glibc-devellibapr1-devellibopenssl-devellibtcnative-1-0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.38-150100.3.9.23.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)h03-ch2b 17014236621.2.38-150100.3.9.21.2.38-150100.3.9.2ssl_private.htcn.htcn_api.htcn_version.hlibtcnative-1-0-develLICENSENOTICE/usr/include//usr/share/licenses//usr/share/licenses/libtcnative-1-0-devel/-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_Updatecpioxz5x86_64-suse-linuxC source, ASCII textdirectoryASCII text44 ͠qJutf-8f6b33b963ada6e01f08bb254be9cfbff124d9117d6c0a7e1689ca18631743ddd?P7zXZ !t/ट*] crv(vX0w@p)u&<Թ(m0?7q5{tT>``~HdTwձR9 xO?1]c!o( h`C7m968wD Keu5xA/RrKQa%#>"靠N<>P&b:*$zqG:sPiy( >@Նd*3>_\xxiE%@N4k \B7g4nF^ ݁4ǼmD=5pp#g7g)FoEVTtG#4r6e#6r;IVW'fVlWO_/I)]޶MF ܳu:/bhy ̘1Gr+hr/ɅD'ۖySC7U v$m@y^fè&y"xZK#ֆaZO v$Oi* 3:4Ė #Dq9e 7}VV\3`3 Q?Hzfu9EŒ D1?FJ+̹![JGl$W>xؒ D#D'E!N(ʭƱjx>3S nzg/טcߊ&(?"|jɸS,G CiЪZF&T#h.M;y GQgPnE2{\\lRK|dF]ufR7i~TGe([hoHW} _u̗#164 !3^;rٸ({3u{cy>\,.h,>x6>vrh)ɌTZ(>ޟAnC]WSFfJ|TtDIWwIO{]"K},@jDS1>l$[^j=zZv]+ISJ]sL?0$4q Qp4 ,+pX]764Scf67N@0*J L~[#DTFzEd>+PiDyW槦ߙYrh)~×MYZE@պ]Z{F 0]?ۺh gL1~\"Nmg7)%1щ`' kAN{sjTUHx/z?"*<=]qb.b0m*cGym5只{N9]Ie81s4ZLrtOQEZpOuӀSf7Ȯ|a|UCa}oE!ڔ9d;ΉlS9ժ>4jvKȓ6>;U|>&=Lې骑y]aL2vP=uPn_cΔwܨ%lhy wHỳE?3kl>h[zưޣ涅41u ]{ 1-^q5}NYiJNG7,1k߭`_%\y Ė3 fO\*Ш\8hO,)p\H# EO?C{i&ipSDvc{e~LI/4)|,r/Q΃i]O\tFN3pn`ʮW \:H:rZ"Ґٵ`XU:={kÞ!'bGU[uHG0w ݥ%?H*!,mtS|J}/>-6ѡpy%FFc&w&L?R9)T' 8\zTȷR׹1 C,buM=v\lgW^SLXeBkrLceE<>c3h^f: P}qh<-Űq ARyf,U`7ó8q8I:fY>&.˻GG۾:Hvh]o*ڦI6D-?W@qRȕw~BbNYC&#Q* {!{'f滵)rv(3"Wat%Yun"'^)CB-iH"QUƐ.ÇoY%v7!f~xƫŒwcX4oiskЫRN EplR웲;o2tfP)zai!srQ!m\XGC)/dlCNx}$'?n& 浮%/ Niۋtm}rv^jWޜ,|tQMǠ hN!?%7ΘRBDd!B8m2Q!p^1,C'Ho9O(ݦ$ dsNujMu+b>]eX_fYxv[yM|崸j…Ez['hM7/g@ K9[S*.Ͻ#HSdB;Rn7KDj ;.C BST*K}oZ>.fb:khKN HϾŀTy:- 9-k$wܷ|PR? ($[$Y7NgOJRM F]ߔ` M!hk'57 z贜CÇB BW}#|h|N.D O$>Mc{B-lx͚=Sj$ 7N n FK鱆P&"_@q)GVAl]lQMb>I1**2l.=Q9u 0["dlnWx ./h\ge=Рչ+ m؎l4L2B!]t=ۻ[x-^ KȱAc\:վ_m ѥCf[Z@m7y 7dN( ;ߗ?0D &j[Ś,F 0A 1"rM1E:HsU#1!7#9r$:Λkt 6ೣ8z;GX 2Z@',AuHv9JdTϯ||.Jv SUVʰGI }ྻJek.;uـay2JK$1c{ԏ4+XyD=_:zl)< 2)7JOx/p)+NVEqJcHґأP)Q7/k$nݛ܃BAif},&'G 2/&xLBQ8\?q44s6TΊk8 @єaGV=Spwr*wVoVXƺ"kv&º(8o#<} ޠ$tN7,wSq l&GޗEe0JS$ *mE1̛yڵ{Ȅ%rWR#m"8:o&W z *ykV5:1ޞ{Q9G7TZ9T8Z\Zp jw:P:l:MOz~.sE(nN>51N$y* Y4D=SF1c! wNv~]s*C:!0" >^|1oJ /:<쪂/9daAXN8ϱ(ݫcA+wyҐΛ 5|X>F 0|=&T )c3u[Ϟ&c D~R8z+jz /geLTLh5QAødS₺R8Y]oͿTŴiHO˦Ԣ[4fOwP؈)JOuЩf1RϐFy)M6Wi}<l@ ar>ݠ!p -0:ڷ/Yk_Upi})zcG딳Nٚ+=R^ysK1%Ye :B&na*VNq3Igkㆥ A KXv.&bƵUBcaѱm!ًOX85 xQ; HsB NU"ȋ܆ ٕӰtY8OHpS( :*5K՝ P<J/s3{4p 4lč'm8eLr5떀j' 5/|oE!n8 ߸w6+*nZB_Fb ~\%sVyf,W@Xa1sR{G`@w*ucš}UVN2}DL5$Sģ;OyclIO_4}>e&B{wӱ1:\ Q_S$o(MS Lx[I($R,1Ua;N;QWFjU0c9BՇg" qS,7Voyo|ʁ)$UvȦqȩ?۴ugubg 6]3}!:B^Mx)Dө+~G{S8IJXGHHE 9T P^wJ=?ے5?D1p>8iZmfXcWDbtQ 2ҦTM;KIȀyMDǀ4zp'FkT퇪t[2MW^U2fg=D,K]Ll鐎?NTt rBhx Ap=xnSŒQU+Mnpc W?˿a힪2vp都Y*.TV 1J`jŁv]dɉI*jF™ U GVdSWS7\KǼ6%$BҝHw#X aߟKNYAMkgB;U5MG%7>'QD&cCB z "f4a#,%Ӵӛ Cʔf;eBFiO:V:jyoC/Mf 2u';7sYQtlMu = 0iZR׃`--&[U 8kJWR ʽ6Ų7ڒyXo0 f:,Dej>1`0' TUTCSVĎ ]e}k}mr3G^[xW_|,~cR,8L :6't &'$lYQJjlN0`NAzg}m2)UtUe-Sni!:*nDzY-+K`{Vq9w|O6k ;ren  s؜鯎DI-$]- ])1m"Aש: ]%.ñjr}3l A+ٚDT" N>܄AO)ZQ1^õu$~xg\ּ￱B݉~pL>%ϓw*G8waA9]ч24Fg JI0ߵTBl%pXT.#W.lQcƀS'A@)B)$^MzS>زȧ3WDi| -`QcsQL,L9Up)yY}YGq,OWv@=fgNfl*GiAV 6#n70X$5*[> Uo{~_^֐~ a0ca1덟znh!%MVHX|y ()A#sI Z7#KNsR05^bvDt8b9dQYFQbEUVw1͞~ؼ~疠'OS&{6~_ 0TɻpKa/1K5@T nfщ敿2x.T0¾:>>a\zRRfjY @I=I7ۜ0vA PG?eYuٶi63>1?itC b-SZz{Qy{q`Wi!' ѲaބYԯoOI#hv~sf PaGx[csД`d˹FMRUt{OC49WY~=|̗WJT/,lÛ?BAt-BO^2tl*!k΀p`0w|"h%Z=Rv7(iE 2c=mw_Zw*֦Rx}Fj Ȏ^*]%,(JxǤ%W13~#z1^y>5+ h샋;) nx5;nfyKAKtg3NKCsgꙌ/'Y-MT!>!lNX*ٕ/cJ \z`4ƉnPxjv"NGP, r/FޱW, YtsIsRI@GfqRMFrcڝ=mn{Z*kS7\"tЀE,;-^9&c |jeq >5MM=_6Y(M`X=te&;f](j)8L^kzOm7AR=7Lpp]=/`8Җ+y3N&zy0<֬&hQIo [E]xKڪt|avK혢f U`1p]]io_Yr€qǕ{wи7R [иSu5s5kPO9 yEg8?q,U"'Q^+ˠ.x >1_14 ILEp%ޥSngUwLw#7^MCRچi%/{ʾ]`r3:xe [ƣY+xL 5*t1T]b1W7 BhJҾD]V8 #e'{-*˵%%䦳=ֲk\X|Jl$gmڀGF R\JM]ˤ.glmו􌒱6a&Biz@` nxc(6]~kR Eh'oͩJ}\`v,%LyOBWYQB,)t0B('Q,ZxJhr*5]~(ṶEa Z~CZjɳM6(V+%@T[t 7]FU"lh޶ YZ