libtasn1-4.13-150000.4.8.1<>,>̉cWp9|6P޼+t\k>r},54yK-E”ф!0g>G"T=wBw%sҿŃ[=~{&UzZDЏDoC9ӛZDr 1RSs!bi?_*NHVb2Ź* •GgaVB\?Ld   39 OpN@ t            - n  ;( a8 h 9 : >?FG H0 Id XtY|\ ] ^kb cd-e2f5l7uH v|wD xx yzHClibtasn14.13150000.4.8.1ASN.1 parsing libraryThis is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.orgcWs390zp36SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND GPL-3.0-onlyhttps://www.suse.com/Productivity/Networking/Securityhttps://www.gnu.org/software/libtasn1/linuxs390x ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/libtasn1.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/libtasn1.info.gz || : fi ; fi ;IpY9(V{QVg8JCA큤A큤cWcWcWcWZ^: Tf]Tf]cWcWMcWcWcWba4c63c97be35aa2d00101d316e6539540a3b6a81671479e201cd586d506f7f7f426c962f36c8eecbaf8e8686b5506eaaf2edb14b8f0ee4ea2fe08494f2333984d5289024eeb4093fd6e06892ee4463c40accdb67b1867d2987bff2f9bfc13ad92f27ffd63ed1df6b0585ffabe3bd9c65dc7d0f2abfee26f21264ee5a29421595caa8d88fec3222bb310b8dd3a9c772c593c52b9c71e11f399bdf08413d96046525340af3765d784e3db567a29233d87f9cba5e475e398a44fe1f9d0777c7de623e1c50d4b51f3f4aa389004d1adf239d93eb6cbbf23ef3a50670e277da31ea2dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551d716bfad53866266d9c14549ca268f41d388b6609d814cf4ff13647969ad4f77745a5f5156bdd3de311011ce88e6681510fa9c836669221e4d17f1b9535c57f20db414ff3d95b3bb6f594cf02c05bf4a5b6df020bf1ad3477209d9cd169db2ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibtasn1-4.13-150000.4.8.1.src.rpmlibtasn1libtasn1(s390-64) @@@@@@    /bin/sh/bin/shinfoinfolibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libtasn1.so.6()(64bit)libtasn1.so.6(LIBTASN1_0_3)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cW\@ZZaY3@W@W UYU|@UCjU@UT8abergmann@suse.commgorse@suse.comfvogt@suse.comkbabioch@suse.comastieger@suse.comastieger@suse.commpluskal@suse.comzaitor@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.comjengelh@inai.de- Add libtasn1-CVE-2021-46848.patch: Fixed off-by-one array size check that affects asn1_encode_simple_der (CVE-2021-46848, bsc#1204690).- Add libtasn1-object-id-recursion.patch: limit recursion in _asn1_expand_object_id (boo#1105435 CVE-2018-1000654 (https://gitlab.com/gnutls/libtasn1/merge_requests/8)- Use %license (boo#1082318)- update to 4.13 * On indefinite string decoding, set a maximum level of allowed recursions (3) to protect the BER decoder from a stack exhaustion. (CVE-2018-6003 boo#1076832)- libtasn1 4.12: * Corrected so-name version - includes changes in 4.11: * Introduce the ASN1_TIME_ENCODING_ERROR error code to indicate an invalid encoding in the DER time fields. * Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag allows decoding errors in time fields even when in strict DER mode. That is introduced in order to allow toleration of invalid times in X.509 certificates (which are common) even though strict DER adherence is enforced in other fields. * Added safety check in asn1_find_node(). That prevents a crash when a very long variable name is provided by the developer. Note that this to be exploited requires controlling the ASN.1 definitions used by the developer, i.e., the 'name' parameter of asn1_write_value() or asn1_read_value(). The library is not designed to protect against malicious manipulation of the developer assigned variable names - includes changes from 4.10: * Updated gnulib * Removed -Werror from default compiler flags (drop patch 0001-configure-don-t-add-Werror-to-build-flags.patch) * Fixed undefined behavior when negating integers in _asn1_ltostr(). * Pass the correct length to _asn1_get_indefinite_length_string in asn1_get_length_ber. This addresses reading 1-byte past the end of data.- update to 4.9: * Fix OID encoding of OIDs which have elements which exceed 2^32 - Do not treat i586 warning as error, adding upstream 0001-configure-don-t-add-Werror-to-build-flags.patch - fate#322523- Update to 4.8 * Fixes to avoid reliance on C undefined behavior. * Fixes to avoid an infinite recursion when decoding without the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq. (CVE-2016-4008 / bsc#982779) * Combined all the BER octet string decoding functions to a single one based on asn1_decode_simple_ber().- Update to version 4.7: * Fixed regression introduced in the decoding of multi-byte tags fix.- libtasn1 4.6: * Allow decoding OCTET STRINGs with multi-byte tags. * Add asn1_get_object_id_der- update libtasn1 4.5: * Corrected an invalid memory access in octet string decoding. CVE-2015-3622 [boo#929414]- update to libtasn1 4.4 [bsc#924828]: * Corrected a two-byte stack overflow in asn1_der_decoding. CVE-2015-2806- Update project url - Cleanup spec-file with spec-cleaner - Add info preun and post dependencies - Update to 4.3 * Added asn1_decode_simple_ber() * Only assign a value if the previous node has one (bsc#961491).- Put C API documentation into -devel package. Use modern %make_install. Description fix./bin/sh/bin/shs390zp36 1666702312 4.13-150000.4.8.14.13-150000.4.8.1asn1Codingasn1Decodingasn1Parserlibtasn1NEWSREADMETHANKSlibtasn1.info.gzlibtasn1COPYING.LIBasn1Coding.1.gzasn1Decoding.1.gzasn1Parser.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/libtasn1//usr/share/info//usr/share/licenses//usr/share/licenses/libtasn1//usr/share/man/man1/-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:26573/SUSE_SLE-15_Update/3ccc251994011fdb9830cd6bf02f0c24-libtasn1.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=45bdb49626c689c6a1736be06e7f4c0633a40b9f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a6335e8ffc5dd709c78d8f194f793d17bc71d6cd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e1214e579643574f2352d0127c49988b1b548fe0, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRR RRR RRRRRRRR RRw<#uS\utf-85d60415025b95e313ab5c8811eca3a313d8c0e6780893790da3f9f748c6172a5?7zXZ !t/BL]"k%UEdQz"`Z[$)/5]Jkv}>\\ZԹ.8;M?FOX;]Dff%7<]I;ŒNm8Vr2+\f!O;Cwb؆~֑:6]Z'Ӎ]tD&b}Q\[\U!A”ds|݁.£Y[hPlˮdm=~Ewfjc0^%m/Tж:s7_!KBeZo%u:昏ƽ.CWLZjiՃLFmC! KMDwQ4Ro! @B_2Q)k Z>ܛu۟'왈ݣs\dҲfB !_t70.u`cK4(H\N|JA:)<Ǣ[~,|nޤ c|l +Jl*7tyZ5m/GyF !J^{fx1u*ȭ0D[Ub٣t^QKԒ*2Zߨ2ehՀl夛)]?@% E!lHPRYnD*;Fp&!8 왛`=y;KAkZOc}rS*^i.,B 'Xw#QF{v>#vql1so4iƩˡ \Ϛy[EwEZaM̏jg@ZL@@ xGĩ\ WvǤt:dgǗJh9@_tkb!ukGtP`s1) } 6钖VQ/񐾋xu3]ՇlVR3n?aa|yߓZWY )Wb8#J Qa%҂v\o-;uP l-C)JT֜ڟ9Do,;rWugO[{S? FR7xYL'Z ABHs=h$u6R}мhq]f!-4/H NyLX'(kPO/&e1 ?oBj4M%L6u}Fp9 ^d)khLY28Ӎ #ɩjK&j~k9-(rٓc HL{^W: v5z%nY^UIr$|.MbMHd s / ٔV`+miSBX,| `(r)A\g1~/uپa; qBwB`Ȋ#[oyΜR>KRӬ |Fp͚5T|̊o}T7FeuD[?O_4+{1mcD.f:ӪU ?n7Ϡ`ЕFN 1;s{@.LѲ'A@B@OpN.Qq);ΈDHc3I?)p8&mNsnDú0Xs7}c 9PS$5alOh;O;9ɰ>IEgLEqّM4}0@Ǹyb'ϸD늀&&ˡ{S aɱ(*L7Bx)8^;d0M(鞤z@7`\gČSF.+FG2xxnKwBs" [?BtM*]XϙhWEC{&. #b b%mK9k.T'e)$,횋ۼQ@/pY;NϟYHk(sL+Y)0B8Ge\kȳèƥ׌oDM7<[EGih/#*FI!I}\OBWHsuB^^|wCHMwp_f4J$O=)PY9AMòn2ꗡi_<'@Dm:s|t6}yἸ"eH|GY"s 8&BANWIXA-Dx>:#@D?%}^EYNN:NCL`nuɜ ;dߑarB[)BP:wIȐ,F]j?|R@5ɰ|R[ Қbៅ yE` ZV $j;>IH+n:3:x2lQ0Ƹָ{mIsUúfkDF{,☋]V;qք\ ݱ=mߺNc WeFe)? Ckm}wYcy30R-i*O|*'K,R5P (7}#rHDBKkա:_7!"$(I^ XnKnNrX3B]xG2\BIЩ󊰳 WɃ+>(oݹ?nX "@ -6g4 ){7|'G4r䛜p\YLڡ~ȩK:#_ΉyQۿB(3ORϡu*uf8ʭjȁKYF`}{&7ԘXlmr۔/uR/cGinŲO} nnQVNuPE^cDZاΞxdfKՉN}$r+>DSLɭEՖFڭ"Ǎ6f}+qKPt-#0j ){ Lg4_hؔ嶕[Q`m)Z JqM>7uB JY-K 0[</VUB' l&ƔR2&":Y]+VAhLigQ@@7LN߂T '`5LScػJe4X|d%JU">q 7C{ZIʟWbAmgn))xLz{IϢ%C*vVƣH}ʽXb |G(R'ِt>q{y`X%r dG8;KyBPUoҏg,e̤Ć ?.ǁ1rm]؞Nd'/ }=8F)=k ?玽`LHGyHkXQ7dzlcY!SCsd?:Y 4L^(3)d<-J }EFWI O0\F6ge5I1TS/ 3ϕ4D4ڵ8fRx54_$v/:j+%4N(hS˿btbߓ¢r:74|(k2@&g]ѠW og3@dXSbV(>@DXBŒPxxl;ᓮۭK3a> gӒzqsǰopsl~i@<,qq-Zg3㲭z,14,ʳWG@cȭFqd{,Wl ͧֈu$j#LvԂO+^}~ `c%C¥L?5[(ف2m0M 6:62hɨ(N}p3j{M"yAJV"˓d#n0 GPڨquuoxY:tɏ@!"JMq%#p_f;zx3Sfc忧#"oqӌte5KIS4(GSRӟCy6LuT?KNGpd)`4E9łzHyʻϲa +ڹǐ[{vӶiwg( {2׀<0b]"~=}%hZ mw1t|,Z)oaVE~ZT~x]\th)C3/ԘB2W'q/s<1Dol R 5SBLq9"A j(26bl)^YXqNRZZj0OY( y{U@|b6B5.*<8d:vUw\L ƭDqwZRGPX!]Q HOIH2iNS4ց / {0ʭ嘥#bWt[x\ȏEFijݚnO\aETEu;s=5uKT-k`wyyS<th(>4+,69)d8OC H/?|GGg_(*Ӌa01s5HFZr8!t~>3mH6/SuPi/xRwaۉl#o' ë>]xM2Lۦ1Ɩs`FC]Z#(HC<`Xh `LMX@`#BB>]cܸ0B( ?]嚾Q܎9k?Q趨yj|%(BIMT9]z؈+w7X!O*k&0i6lC燐=1}`NY#[u36}љM%6ISduR{aL''4eÙՃŘms~l qy]U?M3BHX3zY1ٔ+VC*EۖΚğ%0ZỤ[.qởAsO%9\uw>4SEi[O@}*0{e.:fqvҏF҈8̈́m YZ