xstream-parent-1.4.20-150200.3.25.1 >  A dp9|& iU-C@{[Qs6'7W;|V.]F8})3sM&)NeIY"Fb$By1n7ܐ GGg ._-3%^< '9j|O(Kl=@ if}nfv[ 1I,ENht$aZG,3t0˼p5cccd7ca3918847f50dc04b6d01c5be7f430d1dda8f117981a4cb3bd6adc86a65276fc71eb019d99a631841e15c89d7f98f53fd0cBldp9|ypd1ls)>쒧rhBJt$vPهE9HOo3h&G!7&<mi}?  Uϡq=59ߌ`~8ǫ#NۉNF(fR9,mX/<3sNDrD_`|c ݜzpN]n!@4SHDHZW؈ N-;:`-?Ϗ Ss#iFA֕sN-l,JySdu >p>'?'d & =X\dh    $ 0  Xx:(n8x9:F$nG$H$I$X$Y$\$]$^%b%Wc&d&e&f&l&u&v&w&x'y'z' '0'4':'|Cxstream-parent1.4.20150200.3.25.1Parent POM for xstreamParent POM for xstream.dsheep27.SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Javahttps://x-stream.github.io/linuxnoarch?A큤ddd8e6f797ac0c9b1e75049e69b8c87b12ddd22a19dc947eae3e89311d21670a8c753b97d2aa8f933b037d5b48577d67c7069c18cc76388877fb2e862c7fcbd428erootrootrootrootrootrootxstream-1.4.20-150200.3.25.1.src.rpmmvn(com.thoughtworks.xstream:xstream-parent:pom:)xstream-parent@@@    java-headlessjavapackages-filesystemmvn(org.codehaus.mojo:build-helper-maven-plugin)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xstream3.0.4-14.6.0-14.0-15.2-11.4.20-150200.3.25.14.14.1dV@bDF@b4t@a@aS``x*`Gc@\~d\Yz\Z!D@Z@WVn@VA@fstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjrenner@suse.comfkobzik@suse.commichele.bologna@suse.commoio@suse.commc@suse.comjgonzalez@suse.commoio@suse.commoio@suse.commoio@suse.com- Upgrade to 1.4.20 * Security fixes + This maintenance release addresses the security vulnerabilities CVE-2022-40151 (bsc#1203520) and CVE-2022-41966 (bsc#1206729), causing a Denial of Service by raising a stack overflow. It also provides new converters for Optional and Atomic types. * Major changes + #308: Add converter for AtomicBoolean, AtomicInteger, AtomicLong, and AtomicReference of package java.util.concurrent.atomic. + #293: Add converter for Optional, OptionalDouble, OptionalInt, and OptionalLong of package java.util. * Minor changes + #287: Close stream opened from provided URL. + #284: Fix disabling check against hash code attack with XStream.setCollectionUpdateLimit(0). * Stream compatibility + The atomic types with new converters of package java.util.concurrent.atomic, that have been written with previous versions of XStream, can still be deserialized. + The Optional types with new converters of package java.util, that have been written with previous versions of XStream, can still be deserialized. + The WildcardTypePermission allows by default no longer anonymous class types. * API changes + Added c.t.x.converters.extended.AtomicBooleanConverter. + Added c.t.x.converters.extended.AtomicIntegerConverter. + Added c.t.x.converters.extended.AtomicLongConverter. + Added c.t.x.converters.extended.AtomicReferenceConverter. + Added c.t.x.converters.extended.OptionalConverter. + Added c.t.x.converters.extended.OptionalDoubleConverter. + Added c.t.x.converters.extended.OptionalIntConverter. + Added c.t.x.converters.extended.OptionalLongConverter. + Added c.t.x.security.WildcardTypePermission .WildcardTypePermission(boolean,String[]).- Build against the standalone JavaEE modules unconditionally- Build against standalone activation-api and jaxb-api on systems where the JavaEE modules are not part of JDK- Upgrade to 1.4.19 * Security fixes + This maintenance release addresses the security vulnerability CVE-2021-43859, bsc#1195458, when unmarshalling highly recursive collections or maps causing a Denial of Service. * API changes + Added c.t.x.XStream.COLLECTION_UPDATE_LIMIT and c.t.x.XStream.COLLECTION_UPDATE_SECONDS. + Added c.t.x.XStream.setCollectionUpdateLimit(int). + Added c.t.x.core.SecurityUtils. + Added c.t.x.security.AbstractSecurityException and c.t.x.security.InputManipulationException. + c.t.x.security.InputManipulationException derives now from c.t.x.security.AbstractSecurityException.- Upgrade to 1.4.18 * Security fixes + This maintenance release addresses following security vulnerabilities, when unmarshalling with an XStream instance using the default blacklist of an uninitialized security framework. XStream is therefore now using a whitelist by default. (CVE-2021-39139, CVE-2021-39140, CVE-2021-39141, CVE-2021-39144, CVE-2021-39145, CVE-2021-39146, CVE-2021-39147, CVE-2021-39148, CVE-2021-39149, CVE-2021-39150, CVE-2021-39151, CVE-2021-39152, CVE-2021-39153, CVE-2021-39154, bsc#1189798) * Minor changes + Support serializable types with non-serializable parent with PureJavaReflectionConverter. * Stream compatibility + Starting with version 1.14.12 nine years ago, XStream contains a Security Framework to implement a black- or whitelist for the allowed types at deserialization time. Until version 1.4.17, XStream kept a default blacklist in order to deny all types of the Java runtime, which are used for all kinds of security attacks, in order to guarantee optimal runtime compatibility for existing users. However, this approach has failed. The last months have shown, that the Java runtime alone contains dozens of types that can be used for an attack, not even looking at the 3rd party libraries on a classpath. The new version of XStream uses therefore now by default a whitelist, which is recommended since nine years. It also has been complaining on the console for a long time about an uninitialized security framework the first time it was run. Anyone who has followed the advice and initialized the security framework for their own scenario can easily update to the new version without any problem. Everyone else will have to do a proper initialization now, otherwise the new version will fail with certainty at deserialization time. - Modified patch: * Revert-MXParser-changes.patch + rediff to changed context- Upgrade to 1.4.17 * Security fix: * bsc#1186651, CVE-2021-29505: potential code execution when unmarshalling with XStream instances using an uninitialized security framework- Upgrade to 1.4.16 * Security fixes: + bsc#1184796, CVE-2021-21351: remote attacker to load and execute arbitrary code + bsc#1184797, CVE-2021-21349: SSRF can lead to a remote attacker to request data from internal resources + bsc#1184380, CVE-2021-21350: arbitrary code execution + bsc#1184374, CVE-2021-21348: remote attacker could cause denial of service by consuming maximum CPU time + bsc#1184378, CVE-2021-21347: remote attacker to load and execute arbitrary code from a remote host + bsc#1184375, CVE-2021-21344: remote attacker could load and execute arbitrary code from a remote host + bsc#1184379, CVE-2021-21342: server-side forgery + bsc#1184377, CVE-2021-21341: remote attacker could cause a denial of service by allocating 100% CPU time + bsc#1184373, CVE-2021-21346: remote attacker could load and execute arbitrary code + bsc#1184372, CVE-2021-21345: remote attacker with sufficient rights could execute commands + bsc#1184376, CVE-2021-21343: replace or inject objects, that result in the deletion of files on the local host - Add patch: * Revert-MXParser-changes.patch + revert changes that would force us to add new dependency- Upgrade to 1.4.15 * fixes bsc#1180146, CVE-2020-26258 and bsc#1180145, CVE-2020-26259 - Upgrade to 1.4.14 * fixes bsc#1180994, CVE-2020-26217 - Update xstream to 1.4.15~susemanager Removed: * xstream_1_4_10-jdk11.patch * xstream_1_4_10-buildsh-sle12.patch * build.sh- Update xstream to 1.4.10 Added: * xstream_1_4_10-jdk11.patch * xstream_1_4_10-buildsh-sle12.patch * xstream-XSTREAM_1_4_10.tar.gz Removed: * 0001-Prevent-deserialization-of-void.patch * xstream-XSTREAM_1_4_9.tar.gz * xstream-XSTREAM_1_4_9-jdk11.patch - Major changes: - New XStream artifact with -java7 appended as version suffix for a library explicitly without the Java 8 stuff (lambda expression support, converters for java.time.* package). - Fix PrimitiveTypePermission to reject type void to prevent CVE-2017-7957 with an initialized security framework. - Improve performance by minimizing call stack of mapper chain. - XSTR-774: Add converters for types of java.time, java.time.chrono, and java.time.temporal packages (converters for LocalDate, LocalDateTime, LocalTime, OffsetDateTime, and ZonedDateTime by Matej Cimbora). - JavaBeanConverter does not respect ignored unknown elements. - Add XStream.setupDefaultSecurity to initialize security framework with defaults of XStream 1.5.x. - Emit error warning if security framework has not been initialized and the XStream instance is vulnerable to known exploits.- Feat: modify patch to be compatible with JDK 11 building Added: * xstream-XSTREAM_1_4_9-jdk11.patch Removed: * xstream-XSTREAM_1_4_9-jdk9.patch- fixes for SLE 15 compatibility- fix possible Denial of Service when unmarshalling void. (CVE-2017-7957, bsc#1070731) Added: * 0001-Prevent-deserialization-of-void.patch- Fix build for JDK9 - Disable javadoc generation (broken for SLE15 and Tumbleweed) - Add: * xstream-XSTREAM_1_4_9-jdk9.patch - Changed: * build.sh- Require building on Java 8, otherwise the LambdaMapper class is skipped (issue 30)- Upgrade to version 1.4.9, which fixes CVE-2016-3674 (bsc#972950)- Initial versionsheep27 16793015321.4.201.4.20-150200.3.25.1xstream-xstream-parent.xmlxstreamxstream-parent.pom/usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/xstream/-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:28299/SUSE_SLE-15-SP2_Update/d005eaebf3850fd413a04fc4ee710da3-xstream.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxXML 1.0 document, ASCII textdirectoryexported SGML document, ASCII textPRRRZ.˃ Dsutf-8a01cfd4dcbec524ab80c52c712c0d248c4b61a7580f9a030618ce15dfe0e3209? 7zXZ !t/] crv(vX0G/<2 ưKi~TPu4\D㬁9kaL~2t0B'K4&s;TM$,S@V]bձ~(7ϙj~kc-r4dÁ\͑~B4h,&>).3sR4 IbcqgpǺZ7Q̼g -(vIkSSYEe:UܨyOǘӔ\R6heiqc@ a#zJohOv &zC(_lv";N}=Z=uNB֔^;m>wJ7{ĨyYc,l3[7iD^Xnyz(tIw\{hg>@w}NʣAGг9akE?0aB0 4t[P/ݣIN.K9#̆5|dvh^^Zꄲۥwi/ZC{b"qF{4ҿz$X%ǒ`eÁi r8tRGY 9Ʊd;Q?Ӑ|D'2ޘ<-$aAJͥSbVeB7~'+7=rpIqsgO}X>ijVXL \!86Wc5n}%ltSI̡tX Xm@g=mxI=}Ox3W5 ٽIQb?x1yB7S?VNw\Gỡֳ*ƑPs#t,b?O7#aCbh'a6Ur tvrdDFa \O*1lIIvqYa(*|HhD9qq{V( )}M21:q֪vA..,X$Qrn GQL[{-]O&~4Z n_DGIАX7Xn21 *EHx\/z"(fԲ>Gs)[嬚mv /7ps@/꜎x,fHXXADeX#O wpK 29"ddOnzieu4ĺ1/jr48=aB*} |OZ` x+3N2{|t< J[+KO'yCCj TKV,DT]&A* ]rGPICK{Q% Aor_ 5P|VayNqN~gMgPh۴XYODSd%ClQFSSGB3n 4#6~-}2甙ewO yA+Py-sy9 '/OlGT#4Φ~`T(3}ٔ%$E04Q_4 o4?谾QAn)UKH԰QͲe-!~WjȆNYa!db#ꀒrH5q=H%?{;\F6DCп-nWRH{o@ľ_F7%G\Ob/gPѐbf 0x:9jj^#g"c-Ą,͛2HЅ-ȩ|\0"˳g x{#'hdn>IɉoCe4!y5䗀$&Qv1s)*p%@dQ ®to'Tӌw)I>vrdc4!(ZT"G $l>yrgꎷg|y1F4K!XHak{Cpy*gGqg$4U_2V)ocpQWL¡M~T;IԬ;3Kχٖ4bƸƒěDEdxgɣ|L҄r+;5 '|DcLXa}XnG6D3U-Qh[NS5!)Ҵ8`Á|Vm5? q(eyӝe4uj}*ٜo4s3,V#l45+J“67@J2V[J#~e3,z4'HJUE)u_Ӛ+A J߄R-0Of"3 :@;YltaԷdyL>*s6I82]+zdb0t!Ns><2UkjqrӘ/9͞q GnWgd2hеnK &f,:xMp..3#5:dn Ox ]KaUCp3|"FzEMP@<6w 荓`@ik2 \c@j%1 n}PdؼAD{~2oKDWV)N=M5%fcP 9sv>rߖ1aQl˚^o糰';z-h]Q 6Zw];:TnU[ }WM .@ۍڒ5 Vrnߜh62DT!5'WÒ<5bEkbgaFBhWs>VE$rda 5>B@!( bhKelHjlhbO]$yدϟU#V Nr&22}Z`wہsHI=Bcf|gJ @Ya=G ^RY5ֳ.pb9;`so.@Od8x#f65HzKt.\Ⴟv}JT9,vJlz@˲~i` “]Gv%,. #$#|L8.A;zћ򭂕yZ ]9wgZ;Vn4鋬@̀Ŏ.T.ضR]!Lnp6hY`B~Q^  Г Ggdg.Unt,u|0h=,Jx̞\eڠWB98m:O ZWx#KF߶jԅ{١4Tu*L3EZZ\0JזX>:nlX5obRXH\ݚzRUYm'X2g;3Ub'6\AY,Vw c+=团AeIBu1? 4YjEC*MKM;-?0")D.}!!f"a?|OGv;Z2m`}mJ1/䛢jBYT{mܮP ucgвPQB B \x%ۙXVbIڃ!{P6PO" E븥ֆ W%P<@L8m9]5̬-]nWW;ŎYIC0_R.O]aQ#ɈidDEHD'-~dN^hc8rZFM7m8/ߏa rmnd͒vzQlyKm*~.xBrG16Z["? nمt+)/*5QB\An- @f=?C*G8l{O+iHu7m8 q0om~f3 1+]%BX/3 =Yvm}[5, bTklnIB)g䗪WnQ-/*F?h3"1ӄ0Y@~]^t^d T*Zv*9yjkD~HIX4W2~Fqam[ 'Dnϝ624`&ƾU~ZjQ~q\}){>^xl'.30O)]0.Ho]ywh\9V3* 4 B^3z͕}2^JX[R2o2yheЌa#)o D3`unEdfk}c@Ś_8.ɲk>(u+zCN'= kh@Ji"SZ)+1j8G:RgUML ObH3/Оp%D<ӼLz -m- YZ