apache2-mod_jk-1.2.49-150100.6.9.1<>,nep9|%$iSO)t^5c \*=fbfSۦߟ5a ](<&yWl$nCMQ 6.o7~OfoD5&f PntK_ese}`˦J^ nM/]wpuqW/c'ӽ-X' 21|̍=u9@8Hp_ؑ/xWE)'IJINu!g{ BVD5yQ>>A*?*d % \ $04Mny   $ @   <(88@9:<B&F&G&,H&HI&dX&lY&Z&[&\&]&^'Kb'c(d) e)f)l)u)(v)Dw)x*y*$z*@*P*T*Z*Capache2-mod_jk1.2.49150100.6.9.1Connectors between Apache and Tomcat Servlet ContainerThis package provides modules for Apache to invisibly integrate Tomcat capabilities into an existing Apache installation. To load the module into Apache, run the command "a2enmod jk" as root.es390zl36SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Frontendshttps://tomcat.apache.org/connectors-doc/linuxs390xXWK5A큤A큤eeeedäedäd061374cc67aa5adda3f970fa9ae8c0b552af4131d9be8b81004927bb126235adf8629cc1f7954d2fb154385bc777f7e4b0d5cdaac38e61dd09111b9b6d742572601427db26122e874ac1ad7585cb3e5faf81601cbe4c83e4dd398bbb6f12ba17381d84f5261432c18d9cc82a74ddf8e42bbcdeea4e8300cb1bc4d1fad302b905d8dd29a8e6c02bf72a091443d5ce89bfc4e35becbbdf8cc98598ac4ea67c7d1rootrootrootrootrootrootrootrootrootrootrootrootrootrootapache2-mod_jk-1.2.49-150100.6.9.1.src.rpmapache2-mod_jkapache2-mod_jk(s390-64)mod_jkmod_jk-ap20tomcat-mod@@@@@@@    apache2apache_mmn_20120211libc.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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)suse_maintenance_mmn_03.0.4-14.6.0-14.0-15.2-14.14.1e(e.w@^x^>@^>@^?@[0[:@Z`@Z@Zs@Y /VvU@UUp=Up=U hU@TsTWn@david.anes@suse.comdavid.anes@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compgajdos@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.comtchvatal@suse.compgajdos@suse.comtchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.com- Add apache2-fix-symbol-export-typo.patch to fix a typo to restrict the symbols to export by the module. Fixes bsc#1206261- Update to version 1.2.49: Apache * Retrieve default request id from mod_unique_id. It can also be taken from an arbitrary environment variable by configuring "JkRequestIdIndicator". * Don't delegate the generatation of the response body to httpd when the status code represents an error if the request used the HEAD method. * Only export the main module symbol. Visibility of module internal symbols led to crashes when conflicting with library symbols. Based on a patch provided by Josef Čejka. (wrong fix was applied for bsc#1206261) * Remove support for implicit mapping of requests to workers. All mappings must now be explicit. IIS * Set default request id as a GUID. It can also be taken from an arbitrary request header by configuring "request_id_header". * Fix non-empty check for the Translate header. Common * Fix compiler warning when initializing and copying fixed length strings. * Add a request id to mod_jk log lines. * Enable configure to find the correct sizes for pid_t and pthread_t when building on MacOS. * Fix Clang 15/16 compatability. Pull request #6 provided by Sam James. * Improve XSS hardening in status worker. * Add additional bounds and error checking when reading AJP messages. Docs * Remove support for the Netscape / Sun ONE / Oracle iPlanet Web Server as the product has been retired. * Remove links to the old JK2 documentation. The JK2 documentation is still available, it is just no longer linked from the current JK documentation. * Restructure subsections in changelog starting with version 1.2.45.- Update jk.conf: [bsc#1167896] * Specify the location of JkShmFile. * Update tomcat-webapps paths.- Fix Aliases to be compatible with the tomcat example URLs [bsc#1167896]- Changes for 1.2.47 and 1.2.48 updates: * Add: Apache: Extend trace level logging of method entry/exit to aid debugging of request mapping issues. * Fix: Apache: Fix a bug in the normalization checks that prevented file based requests, such as SSI file includes, from being processed. * Fix: Apache: When using JkAutoAlias, ensure that files that include spaces in their name are accessible. * Update: Common: Update the documentation to reflect that the source code for the Apache Tomcat Connectors has moved from Subversion to Git. * Fix: Common: When using set_session_cookie, ensure that an updated session cookie is issued if the load-balancer has to failover to a different worker. * Update: Common: Update config.guess and config.sub from https://git.savannah.gnu.org/git/config.git. * Update: Common: Update release script for migration to git.- remove useless %check section- Update to version 1.2.46 Fixes: * Apache: Fix regression in 1.2.44 which resulted in socket_connect_timeout to be interpreted in units of seconds instead of milliseconds on platforms that provide poll(). (rjung) * Security: CVE-2018-11759 Connector path traversal [bsc#1114612] - Update to version 1.2.45 Fixes: * Correct regression in 1.2.44 that broke request handling for OPTIONS * requests. (rjung) * Improve path parameter parsing so that the session ID specified by the session_path worker property for load-balanced workers can be extracted from a path parameter in any segment of the URI, rather than only from the final segment. (markt) * Apache: Improve path parameter handling so that JkStripSession can remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt) * IIS: Improve path parameter handling so that strip_session can remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt) Updates: * Apache: Update the documentation to note additional limitations of the JkAutoAlias directive. (markt) Code: * Common: Optimize path parameter handling. (rjung) - Cleaned with spec-cleaner- Update to version 1.2.44 Updates: * Remove the Novell Netware make files and Netware specific source code since there has not been a supported version of Netware available for over five years. (markt) * Apache: Update the documentation to use httpd 2.4.x style access control directives. (markt) * Update PCRE bundled with the ISAPI redirector to 8.42. (rjung) * Update config.guess and config.sub from https://git.savannah.gnu.org/git/config.git. (rjung) Fixes: * Common: Use Local, rather than Global, mutexs on Windows to better support multi-user environments. (markt) * Apache: Use poll rather than select to avoid the limitations of select triggering an httpd crash. Patch provided by Koen Wilde. (markt) * ISAPI: Remove the check that rejects requests that contain path segments that match WEB-INF or META-INF as it duplicates a check that Tomcat performs and, because ISAPI does not have visibility of the current context path, it is impossible to implement this check without valid requests being rejected. (markt) * Refactor normalisation of request URIs to a common location and align the normalisation implementation for mod_jk with that implemented by Tomcat. (markt) Add: * Clarify the behvaiour of lb workers when all ajp13 workers fail with particular reference to the role of the retries attribute. (markt) * Add the new load-balancer worker property lb_retries to improve the control over the number of retries. Based on a patch provided by Frederik Nosi. (markt) * Add a note to the documentation that the CollapseSlashes options are now effectively hard-coded to CollpaseSlashesAll due to the changes made to align normalization with that implemented in Tomcat. (markt)- Update to version 1.2.43 [bsc#1085220, CVE-2018-1323] * LB: Propagate load factor changes applied by the status worker to a load balancer sub worker correctly to all processes. * ISAPI: Align the make files for 32-bit and 64-bit builds. * Update config.guess and config.sub * Update PCRE bundled with the ISAPI redirector to 8.41. * Update the ISAPI redirector installation documentation to reflect the currently supported versions of Windows. * Align the normalization performed by the ISAPI redirector with that implemented by Tomcat.- Disable tests for now as the default profile is not working properly to load up and upstream should update the sample- Version update to 1.2.42: * Many small fixes * Optimalization for new gccs * Minor code cleanups- Just depend on java-devel- Version update to 1.2.41: * remove merged patch apache2-mod_jk-CVE-2014-8111.patch * many small bugfixes all around: + http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html- test package with %apache_test_module_load- Requries: %{apache_suse_maintenance_mmn} This will pull this module to the update (in released distribution) when apache maintainer thinks it is good (due api/abi changes).- Apply patch to fix bnc#927845 CVE-2014-8111 VUL-1: apache2-mod_jk: Tomcat mod_jk information leak due to incorrect JkMount/JkUnmount directives processing: * apache2-mod_jk-CVE-2014-8111.patch- access configuration conditional in jk.conf example- Drop the asc again to make dimstar happy- Add asc signature file. - Fix URL for homepage- fix tomcat paths in jk.conf [bnc#742618]- use apache rpm macrosmod_jk-ap20tomcat-mods390zl36 17041764141.2.49-150100.6.9.11.2.49-150100.6.9.11.2.491.2.491.2.491.2.491.2.49mod_jk.soapache2-mod_jkREADME.SUSEjk.confworkers.propertiesapache2-mod_jkLICENSE/usr/lib64/apache2//usr/share/doc/packages//usr/share/doc/packages/apache2-mod_jk//usr/share/licenses//usr/share/licenses/apache2-mod_jk/-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:31986/SUSE_SLE-15-SP1_Update/cd087b5d254035efe00e56dab2547348-apache2-mod_jk.SUSE_SLE-15-SP1_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=21d197f15d5ec7a31f79a3ebe581cbc9ad4871ba, strippeddirectoryASCII textRRRRRRRJِ8Bi ;utf-82b9e12d3e2ffff622e94b82630efab983100b656b20b976da161da40873b7487?7zXZ !t/Qr?]"k%"5okw@_Aʕ^*z"j^P%=}9wbٮe9Id!޷B2@\&S-&?lm2 pAG,ZGX9Hi(sRuvGB I׏'GXd:bGP&]c] *o4zl?Dt/)gah-gg# *ܠsY Q¹ i+d%x !]Y"͚>1m0x<R] PQӽ&MBU8BJx# Z`ʋH,XILWβ'YydjW#PV!A 9է9}fx X*)h=^b-ݣ!wHjfB(&H[/NJG]l{4vRY_WA2P v0xRƾ nzC̩N hl*cF'|+Ts"fV%*iRP|rʍKS-g/xGիiAڔ ؍Ladje30͵//Ó~6/ O3&^cؠP9uK@+˟n|UR')*F9ARr_^Q=mCTo{*p=y;'f;io,5Nq${-Lq tsvju]ӎBk!ĀXr=)2݊7~5@ h*F)MAP2 Vi᱅]"~K(%{=j%-aR2lQ/{g5vWa:Kd2?IsE^R]DL0rx3E,u3;Ev+NA:N{6ByL k5)(Hܮ로n̠[lZ; SKla;E]V`$t&"Tsw#CSLRψ}~ .<*,%fw̤aRmQ7-Fi 摐6qajwr֎o\(U@Ma&=Z} bH\< Pd kbGAH,O3ݗ.a24T9?e%Nu!ik/ ~-:NM(>-B r|ԑtvAyyoVSZ[_V&Gq(PFBTLY۩5[ʓh;@7L FA(HOΉV:TBCrz$~j ֖?—ٽ2dyU^vcΤR=Bޮq'Wt|^ɊMc@ڥLW7LʽgGtT.m>N,L6NM_e;ֳ1=p$45j,05gWQfkU=}Q?@P BM)B_^8W&wS5HOPXY*36BKGx,ں5Gb$M|c3mS]AO6Wp (t`R]ұ^ U3>16vxW(#cT5PΠ-,'1L^tfBfd%CH,3r18yB]#ly֋w6WCKƞ QWt߽`|Lj ?A XɸJUɫXf67%fiP9- - ڭGƘ =ӠlwE\KaQb"R0Ё5)~}MZ#$p//ceev>e^Ku[̦*xhɐo_C?eu}%yM @R~]֡k*2/Р8OлK;2Q|e4?c2RF0'n[k܂/$p%Xd@/{Z !uTHc 8f3A$I1)0J9-eW^8z>jIOM,.=† W[VSy)+jRFM0ohƄ]8#)|8"ջZ(9L*cR`lz%̽lLx"ղYl_"~C#M'1{{mf[plQ<ї]n9I]?<Z C\}8{=`lh9t+WcSx]S#ޒk q~%HjlK:qe=/.E _z j5?B } DP&nh>^.R1c MH%ܿ[R;uZʦy|PYJY_@{'Zyn}$˟w| e'M|\Z4G-q yd`%#hX.+4kdv]]V8׽ &ݏEppjiaib82 l߻ e O?[ť -sq6dGIsitH]u4X@V BTiHHobgba#-m7Xٰ(d3bҴpG[)jUm}`ئGvcPa@u!r'VZd0~x6 _T P1 z/ 7JRj>4gU\2a\Ge%cv3(p`كL1`(!T#׳-W_CD%]eYU>FnvgVPcښ])m_"H.'i4d&m!h1f >Bѻ}[悃 X;%u{"̀lD2F|u^\sۉ- ~[{gſ0ߑ\ɝ=P!ՈdeJ[M ['*'5ƟWa*<0ܵ.(GiϺmZc*ZEǘ"*V?=8a1}]5bay"&vGX~,Lľ烩߻{_I{#ZX5,*Ҷ'أT/՗J8j'/^ >4ױgLT?ngICJ!҅HJ3|lu>(>33㇂>MC?(So hWll|rؠKTaݪFRKĸm{gCƖ]3"$KWgEm{xv9c<〾H:zQe/l;CC=lMr)$;]Ӫ0'ECXj,*_4._ή' ;9&ЄS yܡQX>EG b~ZV7фw<;}FDDWpF=P:ohC.%2\rϷ@1c6OM rPUc9,&㗴4Gƞd~ϙ"7]0XTҼi+SWy牒PpBKaom[7&)]u3GnXA졓:I"Vo-#!>N+Y^S]`_ w MJ7u^/%|4􆎔>t2zF;%YR8|w0Hg\9 D* Su2Gȶ֟` D#2{sP)WƠJOQy~hY%]7ZhVh>3< p" dO~/ǭ{c%l~Y~7ĹES]*RBy.~8~.QO)|&=d'|D\=D?V*{}L$wD\pt4!d|g<af˻*?-:=Ƨ y%>q9g+(Ωp{d:v?kͻ2\[~*\\WV<Ļ&Zd=7&MDjO))CZ6gk!qhfa++?ge=[(erÔ6n oikB=wVXOZ+&s ¿}BJYrP>~hA`57}zN=6l$W AiOV";z)P6҂7/~dk 8$/,4tYDWjz"i=S^Ĭ[A]IJOEz$*$ڌ*:5"ֿMXv}sNYiHbi5 N//{>tgVV< IY M]*LLMht7Tz4`ހr +-Q \FǛ;YxULJu~C)=F*Mqg 6J܃Hjr9`)3[iw 5I4; &$T̈L Rδ `,ed_Ae/%2nT0\MA93x;#,O KL H _An⬛hs6"B;?emhOe\DߵI$DͷB &(__+V\,6_V۬OYdX7ΐ} Ăju ); G1HG8D,TwLspG;޻sS8wbY Lzw[Uʩu䜺 F,V4R wά_ħZ Α^㘖X2٭3`Aغޡ[1h  L{4 CeL2!% Hn9%4tDF Hhګb R@q<K,2"gyK>qT()ۤ?c$`,hcLDeه0t6iX&I3%Q E\TQK]mLI#t tn=, on##p@4 -f.@Fħuڛ+ p&.IWmۏ@Ʌo~ʛ߀,Hb˰cFM[ G~A&A/_~9ö^o*~sCRa[ |E#9{?`ť3<{]%_ۯBiYUpn"Ew!]:jjbYju^BhH[8~&Kj2l|ǻx[f=;s)0m{"nEY3rDžC^n׈K2+fD䲿z};$U劊|cȺ]v7eS)HD  ΠQ YeAZ,qjRq N{Æ9ݣ#/ kcMgYǬbux_Ib~;a($Va0E CG?QC۵EÆ_fyi )wؘ:wq#n-J.3UޱT$5^H{&XkWGEacz k  ֗kM-!4>Lu../a=pFkz fq%E6kū5ڢht#!%nPX>TmBkLGY(lJ;pU4zJ]Qug*iQ:;?#]OF2z0 `hFtj_3LmpnxzM贜 LpzGݛa_^d?=YF,/as:`'D' n"]3FqƆW`DgC{2FUOudoOI?᯲gñt$DHʨ‡#~n/GMd@(p%|ROԠ*yPiMeY<9 Uj ,DwW =4 Ɔ/82d-P2Tap] 1( D |/a;͹ݰ4K/ݮ'HLJʉ?v"V' OKНVu E1Z]Ql:x qƸSeZա(-JX&I49Pe3\ e5L7]FԟJo򈢿7vses{Nd!4t%Uw "#*޷Z" 5{ڬ$(C}vckWܾ&;E\T\BrE ~;7shıpQN̉)]?*Q6oJR0 )(`p5Om`ahKPOt[N4C$n2OMN(TJ#}HECbHd5 i*dT25LXI\n+ ͔\E Z;jp5VRFwrL 8Qw/iis8Ux1%֙+ĄG'cgU,_F ;)ឰ]V7DA a8M:;m~yvmj]Y(M֒#RJJN5jeʸN! !Ë́dR\/IV44& miC݀MʭJ3Y/v^nG:¿t.:z 3ݡDN].jz (:w$Gxζ={=ȢmgPQAvR'tC7IBmT@[N;6$cQt2X.M},;^9O'&?~BKUa3:Twq0{`DYpd7 G%[[V٫Yk2?1fҷ{ϛ?j7dՍ1+œ OhZ=P[ecIp"b<*IdKk^8G}PbTBmʿV<=gX P۪D$+-%位 -C88YΣ Q|ߴ=\s|zAF0,^ȸE(@Ɏy8H(g!oσ~I˳^B&Gbv) W*2 "ZxV -.:xp7H+ʾEO I#@OL"js2>\b??$~M/[\_ ]-Gy=ٌV>5OPif$}r=@O것)e\oĥ!^F_+GҟRi1&6bˣDyuqv[x['q(AW=D5, r>x 6=x!XK_7Fх2o7^/'X/T(Gr4G 췾ey 8Vj7"3sH-aR`bO6#qZt촊 %{j/ɮ5 F\/3cP`Z]ud{jЎ S0J5tT; Oveд$K2fUqe௾Lޚ1;1eИGmB@vwV~ϓ,a^exa[QvmG"|aCptYK4NbtD4WA@T#G Gٖ,Yj<&R^DNГ2S1a)g{͙eGvAFlZ|-2GQ'}oMV ga(-l#KſGAMYY@G5Yׂ z8l[;ktdo>p+p*9{[]}lFOWꚴzWf5 vn&j'̮rap:U.<σ724bʍJSt=6Hm=L$ؖEkD@kV=tݚ&C`pGs]@ F0wתּ%Ԣi\?G2w5dxͲOn.PQvQ) <"+q+ GhlDSe质KdmBF>A~VV$2%KN?PimajyHS4hjs)'~0u LpBh+$YwV'};+ve U`q+~e,!ˡ|alLD򌘢1Ԍ3$?Y1)|VŠٰ"phkJfe"L{m׃\)}Hhڡb1CggO",_e1e X){~d zt$YGlդ.Q $uw|W:Cf( )tP}1+CLӳ95Y?dy׌zA ۈMYg  i,泖3pA`H?^ً\2өg-p*eQ~ZC( q7=lXz@gZCtnz~Ik-!QwsIpylPO .wjׄm#TUH:?h&PhMktaDA8*."RwYXHbOu >swyYY0M%(3\Ʃ\?,%ui~r0uuNӻP`HpgoptƒvǢB? iګh;m>7懠z= N (?੤<[j&%w5Ӑd &HzWnny5m|>:XIJUWDjMH2;"b]#Uk5X~e9})]̵Oä_guh>ĐP+]YP.vZ@l %ȤOsAwObzѨʆI }*TjЂ G!n:zkە`J.S_3厠J-{qOOeSSNxw' j̠)xz>\:/zYHEC- eL^E^RIGX$x7<7𠶪lkr+Ikp:I;ʒOaD%dL(H8lj3# GG7WgsGmZQ闢#@[e* rtakp e_guk햳ޢLCIЖ t0 m'//b(US>tId3/F$c&,Xa4nG82A#F7 ~ʻEK #k[xU|׬?y{%d%up7\0dPnov0I ρº`:#s7 e_Ӓ-ZO;Y1#E4I$+mYO4+B cZUL3}Il42զN'G7?tS0q kA>zͩnE!)n9S\OC/NmZ$ ӌU\ 4h{/[S*A":^P\%ݘlhg-,KvnN0aq>^7 б(Em`^#ZuQOJ17] }?RH nWw qU_ Av[} 3@xRϥMYb_d G;.ݥ.>H X5b4 +9=E@SO6[i_p#^,>ݫ7:U I0zP&7}q%€a$zȄ$Pj" E'8c88riIWZ.[*:%(ҙY} qMq|z,U-IYw4hJRh(*zP%= 9Pф.VEUN#!pnQlKj`sƠGw9<SyWxqBn2 (YuF\z-mGR)+SE>NjUX].Ff,4Tk7atk,+mF5k)sK-E~2 DHa~`G|&X)1ISSx瀆qB@aEYr{Ε8kgE!-?qYLu Xq6D)g ymj8'ѵNLG} bUWy,,<Ҋ? 8 65,w- y- F)'Vnd-r଄&<(4q#,1fJQNX3qՕ?̹j"_9Pgn3RCw\vH~UKhL*nln1 >Qipz v&'i}+pVB4Xy7#O7ϸ.1)KA\M-,F+(I@?j[<$.?ϧ T`um"WB"dL@0m7?&?ro,}bw7+*>NᴒUFےt,)\os~p({\:m3J!Q.4xVy6IoVaQ{$"ͷ5W'nJ{g= &u!T6iX]yZ |rxNݐ!&s 10KnjΞRvE} pU`kjʪ?j2)΂ܪ|.d\[EoTKj1ჯ7QH‘᭎kṟGyGXk3; _n$܋vy9}=l>.ۧE',mIH&ARXnӠ#͎ x؏ڹCROOe?Yf K?Znj'!l5f82@8O-t4CV,P J+唤VWz"sA YZ