plexus-archiver-4.9.2-150200.3.10.1<>,Zfp9|clrcӦpN߻;Pj"̂6RmFL%]*^_]0@ottR)G5 9c]#DʷiVe39 ˡ82bu& jus22("WXB.ZXj1.jəAو.Rk㮭X5#|Gojt\!߷A Lf ^0nw͸oW!6}|XbyVny雧.x8ɟWɉ5ҾQ$ш/>> ? d & @ HNXt     Lh(89:DFRGhHIXY\]^Dbcd*e/f2l4uHvdw x (y D z t    Cplexus-archiver4.9.2150200.3.10.1Plexus Archiver ComponentPlexus contains end-to-end developer tools for writing applications. At the core is the container, which can be embedded or for an application server. There are many reusable components for hibernate, form processing, jndi, i18n, velocity, etc. Plexus also includes an application server which is like a J2EE application server.fh01-ch3djSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://codehaus-plexus.github.io/plexus-archiverlinuxnoarch",,^CA큤A큤A큤fffeypfffae62d76677c8c5bdad297e4494b0d56acb3ce4929e9565614b4835ed554e04bccfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30458d52095fea8d3cd8adec9e958a7d9b617830f0aa8bcd2dd14c525a290abfcf2acb9ce6fdf376e58b622402b6165a5d84a31b6f927f5a83de77903e1dc42b89rootrootrootrootrootrootrootrootrootrootrootrootrootrootplexus-archiver-4.9.2-150200.3.10.1.src.rpmmvn(org.codehaus.plexus:plexus-archiver)mvn(org.codehaus.plexus:plexus-archiver:pom:)plexus-archiver@@@@@@@@@@    java-headlessjavapackages-filesystemmvn(commons-codec:commons-codec)mvn(commons-io:commons-io)mvn(javax.inject:javax.inject)mvn(org.apache.commons:commons-compress)mvn(org.codehaus.plexus:plexus-io)mvn(org.codehaus.plexus:plexus-utils)mvn(org.slf4j:slf4j-api)mvn(org.tukaani:xz)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1fj@eԔ@di`q]p\@\Y@fstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjengelh@inai.defstrba@suse.com- Upgrade to upstream version 4.9.2 * New features and improvements + Allow copy all files without timestamp checking by DirectoryArchiver + Provide fluent setter for usingDefaultExcludes flag in AbstractFileSet + Upgrade many dependencies - Modified patches: * 0001-Remove-support-for-snappy.patch * plexus-archiver-4.8.0-no_zstd.patch -> 0002-Remove-support-for-zstd.patch + rediff to changed context- Use %patch -P N instead of deprecated %patchN.- Update to upstream version 4.8.0 - Changes of 4.8.0 * Security fix + Avoid override target symlink by standard file in AbstractUnArchiver (bsc#1215973, CVE-2023-37460) * New features and improvements + Add tzst alias for tar.zst archiver/unarchived (#274) * Bug Fixes + detect permissions for addFile (#293) * Maintenance + Remove public modifier from JUnit 5 tests (#294) + Use https in scm/url (#291) + Remove junit-jupiter-engine from project dependencies (#292) + Remove parent and reports menu from site (#282) + Cleanup after "veryLargeJar" test (#281) + Override project.url (#279) - Changes of 4.7.1 * Bug Fixes + don't apply umask on unknown perms (Win) (#273) - Changes of 4.7.0 * New features and improvements + add umask support and use 022 in RB mode (#271) + Use NIO Files for creating temporary files (#270) + Deprecate the JAR Index feature (JDK-8302819) (#268) + Add Archiver aliases for tar.* (#266) * Maintenance + Use JUnit TempDir to manage temporary files in tests (#269) + Override uId and gId for Tar in test (#264) + Bump maven-resources-plugin from 2.7 to 3.3.1 (#223) - Changes of 4.6.3 * New features and improvements + Fix path traversal vulnerability (#261) The vulnerability affects only directories whose name begins with the same prefix as the destination directory. For example malicious archive may extract file in /opt/directory instead of /opt/dir. - Changes of 4.6.2 * Bug Fixes + Fix regression in handling symbolic links. See codehaus-plexus/plexus-io#89 - Changes of 4.6.1 * Bug Fixes + Normalize file separators before warning about equal archive entries (#249) - Changes of 4.6.0 * New features and improvements + keep file/directory permissions in Reproducible Builds mode (#241) - Changes of 4.5.0 * New features and improvements + Add zstd (un)archiver support (#226) * Bug Fixes + Fix UnArchiver#isOverwrite not working as expected (#229) Existing files were overridden only if UnArchiver#isOverwrite was set and the existing files were older than the archive entry. Now it works as documented: older files are always overridden; when UnArchiver#isOverwrite is true, existing files are always overridden regardless if they are older or not. - Changes of 4.4.0 * New features and improvements + Drop legacy plexus API and use only JSR330 components (#220) - Changes of 4.3.0 * New features and improvements + Require Java 8 (#206) + Refactor to use FileTime API (#199) + Rename setTime method to setZipEntryTime (#209) + Convert InputStreamSupplier to lambdas (#212) * Bug Fix + Reproducible Builds not working when using modular jar (#205) - Changes of 4.2.7 * New features and improvements + Respect order of META-INF/ and META-INF/MANIFEST.MF entries in a JAR file (#189) - Changes of 4.2.6 * New features and improvements + FileInputStream, FileOutputStream, FileReader and FileWriter are no longer used (#183) + Code cleanup (#172) - Changes of 4.2.5 * New features and improvements + Speed improvements (#157) * Bug Fixes + Fix use of a mismatching Unicode path extra field in zip unarchiving (#167) In some cases zip archiver may update the file path but not the Unicode path extra field. This would result in Plexus Archiver extracting the file using wrong (obsolete) path. Now Plexus Archiver follows the specification and in this case will ignore the extra filed and extract the file in the correct location. - Changes of 4.2.4 * Bug Fixes + Fix unjustified warning about casing for directory entries (#155) - Changes of 4.2.2 * Bug Fixes + DirectoryArchiver fails for symlinks if a parent directory doesn't exist (#131) - Modified patch: * 0001-Remove-support-for-snappy.patch + rediff to changed context - Removed patch: * logger-level.patch + not needed any more with this version - Added patch: * plexus-archiver-4.8.0-no_zstd.patch + Remove support for ZStd compression to reduce the dependency graph- Do not compile the test build against the legacy guava20 any more- Upgrade to version 4.2.1 - Modified patch: * 0001-Remove-support-for-snappy.patch + rediff to changed context- Describe package, not the project vision.- Initial packaging of plexus-archiver 3.6.0 - Generate and customize ant build file - Make running of tests optional - Added patches: * 0001-Remove-support-for-snappy.patch + When built without snappy support and trying to use Snappy, throw UnsupportedOperationException * logger-level.patch + Cast the result of getContainer() call, because the getLoggerManager() method is not a method of the PlexusContainer interface, but of the DefaultPlexusContainer implementationh01-ch3d 17210280464.9.24.9.24.9.2-150200.3.10.1plexusarchiver.jarplexus-archiverLICENSEplexus-archiver.xmlplexusarchiver.pom/usr/share/java//usr/share/java/plexus//usr/share/licenses//usr/share/licenses/plexus-archiver//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/plexus/-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:34778/SUSE_SLE-15-SP2_Update/02b0572b7729937f124db478a169d3fb-plexus-archiver.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxdirectorygzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))ASCII textXML 1.0 document text PPRR RRRRRRRR "Z{+hutf-8781975d773aaea2f6ec97a6f7923b8ee1d7ff94747fc5d9a902b61161b199cb0? 7zXZ !t/D5]"k%S="Dd:nd@1+Gz'uB.aA@MS)|+QO>]_(-m[L9Bb $@Ѹm-`*f!W7F,@*!lѮB"NpwV@& :U8j9ԫfQrԅgM|ǰxQ7?UT~[>' מ<&PYY볩N )'/2ИjMT_7FKg~[!Ԛ I5*kF^ҹsrMo;Y+P QQn]vBqZHr#+K{c|9%9LC+xa:Al2!A~%Mfk{_@ K)r U'qh }uNӒٌu\ 2RDmr`A?!~aLw%W{ z&yl4< ~xmӅIEW$i e=qtzY,z m6R|?仚"u̢uj]{,{@=T %#\{ov<|)2,cRD  cY`u@k}ɃѪTom=k_y plj̡> g f- ,P]P^ in,YpvW|oã#p?AbBlzW5 VE^8ϱs!L;A\>ʺ yrع4R !,E;;I/x.3Yu.ՆAVT|kB]4!A|ur'TkJaѼ-o އT@QS*]t-M3ߙ1u <~$E,~Sh K/͌uJ«N=]S7A}3@hTU%7'Nvʶtڸm`!}JZSVpkB6.ޓ&ĂP]Y2S2D>{Ȼ0xSwwoi/ydk>֡L&Cd|Vm٤iзJN V ^gFgC 1KSY]_7Js_~78}.x*Rm?y8@[WnOd l8)G8L"21D{:[971AsL5i*RxHw]&f;j?RXؚu45qsttunwQQxT*2)Xap?[`\ SX%H;J 9Z2k=8+` @6y/;sѴدз?4İF-5&i]]AOQZ{j yEuIB]ʈm.\*Sy,h5Xg.0&<嵏 NpقAA!VX1CU$*gl%ӥBʕYp=־.% eڬ䐢?h-_WCPeE~U\qvnCy 8· f@ R̓t}^K1-c_7|,+R F]f%@&VƯ2ω/ͼg8mK\&wG /eSW<4W/*1mhUMH-ň(`|E=FSuPCc>d Qa]ͰmpN$#+ |nf;!ǺO_ʣx]HH+OBɏ1.4d2/Ӹҁ8K+'"{ Df5ZQdj԰+0uù9M`]KyVsઇ괣 pP$eoXT̉ڋdipJ /I:B\ =gg?Y0H:0FDh ⛌7YV.pq< .b>cTv,2A~"y1`OLf%:rMVmBeF]?R7!m U(",0,|YNp$h؆1Ӫ쒠'giu7N/qfmh8+^c^D;l2.XPu J]JݵP>n2 ٢P/dnOq#+A VS rHC^y + ?o3hKd4PRbt(/H2&5$JW tDD}:7|ʚkdo sl ċme0|"G0Ի4m_p*XfLt/z5,0^0(Κvـ4]e] 4ﱶ d%]f*򗦆9"@YEN\1W @v2O8W0HOM{Gk!!_ TCopU-ೕ)ל87 ΍d9Ŏ]c&GP"m$}ТA:qzs<"\)g>zι]γ@ilLB1 պ]׮EO2ff\NS_ +(0n"'B֨u~x,bsn㼁ocOLF8~+B \uM,  <kӹErR*F‹{?{q ;:2nxK%c<;;dH*Z󍂲;p:N16뿞1_CHyk?ힰ*?E&?W|1gRY@-Ur zͲWvX!]}{el+dl> -;7`I 1c/״Z:!ٲ?],h'}KĶ[D܅Ae1Ҵ}3I$C(.X^ߺ3ȉhCMN˟ R30 BC.Eܩˈ iBflXkźlNUdʾKխ^%,%nnr=. 'j^I hU5hqطԴHܑQ@!BBv8ץbcI9Xm?fmam2Mtkک_UlXp3|-`:nu_>|QÌMaYdkz-{*GcMdi*'#>=Œju\1Ka$7ol#V$)/ jR*qip_uDb;vopef%]  ocx2UX Q6kBpmH`fɝ83r63_T7Q{9ՓGV#OސJ7%ߊo52NzVaF2'24Cj$DMU`t30KFBpag[s.[9?rok4$TEt:ppYHl%אrpQ;qrSL|bQo*%!Tq>g3ep@-`:̞}f%$πt°DC?oA4rK$Tj_%%V_cpW?8/(_}MKБ0^2`%=?q UJt j(lp !{'_x\ Wl3~skB>#$K̾,]4ܚT חce?@ Q2N=j S0kӱ]$ƴ,DŽ=~zt Tz8%Q 2>@R]dӲ E-Sl;=">87h3u49JpE[=V׷Q&qK|F+ޙ5xQ;8}[p-̥ i5<I=G`dZA_|1p[6hL.rbvɈeY$A.| Cfo!miHsh\[P[@(rvEG/rĶ?_gB#Rm헀48"U{60RŎxgΔ>*8o"F6R܀ _~5Wb r:$K$AkUCs:>,߰b7nxYg掔]e詠!3I:8RƒD3.E 鳥%B9ݍ{nCܼ;&5)]J)K-)Iw>򘪵!M[u5 J}&8JnGTKa}>P[;5_As|g+;c-L?aI#Ww*VNE q'->E"UTW@zkw!,u:訴 V1ܜi~] WA "u(E+{V/V)b֑CČ,yo#Ҳ M$7i4="%M}04HX]| vћ.5RBJcF5Y` GtXmf3?gRƷ >YkyH-܎z|6o/dڏ^H. @AyGfJo6R~@{O1L'3yW,F;/9!$A\C4G@0f]#(Eɠh-˾նޭZR.8IF$~3g Sb3A 8e 2o1dbƱ5;U&O|~*RuwM>8uA~JV-.}m"2Su-Hi\m||եx}z6It NyyWkL$*gOj~| ϔ!~n_u1"p*Omm-U4⒙;Bxl9 Z~򰓀X6_ms@j&Y+ٕyp@($_6+OU5oz[Fƞ[+R2Yc'|1#; 3>R`A)XO@7OC$W%xz<( H8t:2wu♫],| mxֈZRbť)BXY0//KCqBOGzqkf=q)u=ɎA=G$g;M"~T;Y] M63 ZINb;_EtZUN*AxC򤋛4Jff x L@X?qvT{_xX$L:oxR6,wPW'wNdcAE#$w MI{hc_h&-t`B=4^cCaNHl'|?ox CZ;w;+q;صCl= !O[`ȞȈfyGۚ(Rc=Dݳ4}d/V ->ZO٦xsϚD8<7=d \~2V㶦7=@]6 vb"xw:PDxqU3I9F-ZF~n{fZzPV}ؾ!f6ڧҶ=`HX@ըMwR0JpXc% /{t icqxEJ! `j e BuS< 4A֜HҰPws-Hv/ZoZyM~D/\U-2tlw$&U? F"8O, 7 _r!dU; 4ﶩ,M#[ W5pX&a@^bYY@ `K`.Hk $~WmveL^^}&vVt|~_Op_,z38>٧$ XfLirS <60Elx̘m(<={uS:x% S+k@55g9=בnc8әȪh!Ftf#YX{0uV sKK6 ,_-KZ0`x&]:+ٟ(Q.~ETLX|: ~OnܺV~"ti@~8U*DO`03&@OI,&{=js{߫ cہ-} -a-!Hu{fnI*qYG-Jyf841@~R4 ;u8u#(@k0>}JmJ'!gmqK0cy*X'0ל7H>^S p+"},r%wkxgp ጅ(qc;}gUPc~M5 :'*}_~:1[>`frŋ#|eQej>RHYد{K0#;[y\i ׆p/gr%[n}mp&7B{ݲ[d`ԅw]E RJs58`6'n1v7i<$d/BVRSG:!v@!PsO AnS )t̀)xC,DB csъ42,)0`񑠅7FΥ`ѕiA MyB^:%S^ox<%a ֩:J0"WHfWKab,R3$/ ]Acι"b/qHI3DvnԃdzLI wWma;}p*-+- Вi.j+㱍8˱B P_v=zwәVsxWM=h?pT67XalΩDYTxdqe4W5VxQ^H# Q/.!/ljw OX5J6u-ntA` JBi^{MC{8-s`5*+}UWd5uF@C 2XGD#f# qD:G/N& &YmL8?&+aoyt |Kx$* N[^f=( }<ўĮ`ƮT4oZb7 #Mpe|NH"_G0Lɇi/|,w}Gd/8>bR[BA |Dn VuظJ׋GVޙߐwES)M?9PjM$\7m^0wUfP}ȴB+T1zU]AԠz^O Xn_kS@^ e!Mݮu۹W#9C- J"39 $ ,TMBOHHL;F/1h]hdkr))([_Wt%N[ ?3ɄtPö;Wyq9s%TA&/o٨tn:hō.L8$Z2>]R>}ʮ_HvΟTakBxd`S<×.kɣfP y8@OG񷆱oI&:lllLF4T 3#6]R on/}yJ] R("4 UWUϭf_N$2kӐ_ӱʴ(+nE$O5 5//\%x̹Ѩ/wǸ*TXVɫ1}ӶZi}F6g o /qA{!N ^+yzҵ^'9\/_=/і$T>}/_tUF),ƙ?303n|Α}y- VqQ0{C εI-N0-ד_UKn^ːC`$\؝>]mhXZ @JG6YO:5{ϊT?W`!`єѴW[92g;`6N,ZutmШH5If+|\ѭ4lBqfu,ܾ#(5 Up|?);k%LůI6GE*d8x=SQ"bU0+?%E]qh: #CֈW, j>]TD5i`d\vyHq{(߸dÁ IٮW7ۑ݌Vct8K>o ʸP&p$@*V2Ko<0[4,˽Hj%tDV0]56`]˜E,rR.veuE,T( _61R%ۦShONXV[jyŒY wF2+%jm\k%_Kd`R&/adqSG$fĈΚȳ#Pl~QAI, ,:um(g{T-eS g|<S 94]2{˴Ɲm/IfML|:$&O]\ ǟこ*je]IX1I^Ah/7L4*YJ@AQx9ZJTLlht8n=/PGP&|6Uث9[FHDEQͱfUWqOBNXJ[/Ql}o8V-݆Xz!Dry@>0 ˈ,P &0kC;%lEdg]:h6~!@R䀐ø HG4|f;B~k!h \"9M ^Z_҅!U=  сUg%twИ_G+ y;X}hG*=Y_yIiMfiGWAMm&{S`c 4a`-@}1jԌ86y/%"CbnI' wy*ހF4ufn" k)B2#{9W]dxz .S|ˏpJD /`5)Մ$R @8eWZ|n"\V`Fb"d?[VX_JnHvslaoo:Iݭ,-0.^5ҖUSڿjsSŢto`)TJ89V-bosKHը XE- q z0#%iY(3Zm; xmN(mNt)VR>,9G1Q*Fa?P ٟQ˭Ps> UioaS݃ ~F åǢ͒"7S`md'Ɇ̥B'Y$fl'PnKdJb]-zLa}`QChcӷU.or/BcC!QXrަH5X<-절ꀼ @`fsO[ W/iT‘긫6w Z4ɹ/\24]Ә9'WL7JlmoRH)قnVMր'/ ,G=Fbґ8E;Fafy YZKx4w?L6StΏ0qضwso`j%M4|YxЁ":أ\0/&m^xo*%AFpYF&BhDn *1j=ZN_ h⪠,Zwoyd'jZVyҖڲU; sA f%9\子*3lLz.؟dc]n* Y#w5w0PW"X&2\f3W$UV·y>\GܦrG'4(lD:nڴuϾY[n