oath-toolkit-2.6.2-150000.3.5.1<>,9eDRp9|e\XW.xtT{Ґw/ӆ((x͵=à&Z ͨ5{Xj%gWIv2]P}h7x҇eD@Jvw IGe^σ N[Ճ 5': lOY=W U R3XHad֕{Ɲ\?B> lVPQn]&':O` >YR^k0֬,~ɿ~t7qpoQ>>(?d " W48HLe  D  Z  p        W   <  (8 9 : FG H I X(Y0\X ] ^bc8deflu vw4 x` y zCoath-toolkit2.6.2150000.3.5.1Toolkit for one-time password authentication systemsThe OATH Toolkit makes it easy to build one-time password authentication systems. It contains shared libraries, command line tools and a PAM module. Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). OATH stands for Open AuTHentication, which is the organization that specify the algorithms. For managing secret key files, the Portable Symmetric Key Container (PSKC) format described in RFC6030 is supported.eDRibs-power9-13HxSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Networking/Securityhttp://www.nongnu.org/oath-toolkit/linuxppc64le  XIAK qA큤A큤eDOeDOeDQWzXWvqWv:eDQWi,Wv:eDMeDNed9f13e577140e4626455f81a5b12351930596a0e073a0ea41b2402c3bed3d09a56b0685be93c65483e523c8f1e9d89b9e14289465085f818d79fb8f07d1c3151c11752eae17f8c4e32dd2e1fe08cf21b7cfb0b945be34a4325464c5bc64ca0e55797f9ca3fea2a2d4442b9a683dcb00f3ac043275aa0b26c9462e91a29e1413986735cbbcb2adac8115c215baaca913c7deddd0e2b7e8591c9795d635a087e98ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903f867d18881ceb7edd4682cccd80abd8ecc7ba5e32e0e33bff5ffa6fd6ddcb6761bcb040dcbac7f2fdc088b7f9215c4e0034470f5e12e0f471f52e76400c24cba11dbfdadcbd3a2e00fb2a39e5aef12be413760aafd6aa13ed82aab4e4ba29703rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootoath-toolkit-2.6.2-150000.3.5.1.src.rpmoath-toolkitoath-toolkit(ppc-64)@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)liboath.so.0()(64bit)liboath.so.0(LIBOATH_1.12.0)(64bit)liboath.so.0(LIBOATH_1.2.0)(64bit)liboath.so.0(LIBOATH_1.8.0)(64bit)liboath.so.0(LIBOATH_2.6.0)(64bit)libpskc.so.0()(64bit)libpskc.so.0(LIBPSKC_2.0.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1bV@ZЛZZZ]@W#U@TÉ@SRg@pgajdos@suse.commpluskal@suse.comncutler@suse.comncutler@suse.comdmarcoux@posteo.demardnh@gmx.det.gruner@katodev.demardnh@gmx.dedarin@darins.netvuntz@opensuse.org- fix [bsc#1197790] -- FTBFS: oath-toolkit won't compile on SP4 - added patches part of https://gitlab.com/oath-toolkit/oath-toolkit/-/commit/9b54ca84f92f4747751449aa645f07737b7bc7ea + 0003-update_gnulibs_files-fseeko.c.patch- Run spe-cleaner - Drop useless conditions- bring License line into closer accordance with actual licenses mentioned in the tarball - split off xml/pskc/ directory/files from liboath0 into a separate "oath-toolkit-xml" subpackage to prevent conflicts if two versions of the liboath library were ever installed at the same time- use %license instead of %doc to package license-related files- Add patch (last commit which changed source, not released in 2.6.2): - 0002-update_gnulibs_files.patch- Update to Version 2.6.2 - no changes in upstream code - Fix RPM groups for -devel packages - build with libpskc on supported suse-versions - Add patch: - 0001-Fix-no-return-in-nonvoid-function-errors-reported-by.patch- Update to Version 2.6.1 (released 2015-07-31) - liboath: Fix 'make check' on 32-bit systems. - Version 2.6.0 (released 2015-05-19) - liboath: Support TOTP with HMAC-SHA256 and HMAC-SHA512. This adds new APIs oath_totp_generate2, oath_totp_validate4 and oath_totp_validate4_callback. - oathtool: The --totp parameter now take an optional argument to specify MAC. For example use --totp=sha256 to use HMAC-SHA256. When --totp is used the default HMAC-SHA1 is used, as before. - pam_oath: Mention in README that you shouldn't use insecure keys. - pam_oath: Check return value from strdup. - The files 'gdoc' and 'expect.oath' are now included in the tarball.- Update to version 2.4.1: + liboath: Fix usersfile bug that caused it to update the wrong line. When an usersfile contain multiple lines for the same user but with an unparseable token type (e.g., HOTP vs TOTP), the code would update the wrong line of the file. Since the then updated line could be a commented out line, this can lead to the same OTP being accepted multiple times which is a security vulnerability. Reported by Bas van Schaik and patch provided by Ilkka Virta . CVE-2013-7322- Ran through spec-cleaner- Update to version 2.4.0: + liboath: Add new API methods for validating TOTP OTPs - Changes from version 2.2.0: + libpskc: Add functions for setting PSKC data. + liboath: Permit different passwords for different tokens for the same user. + liboath: Make header file usable from C++ (extern "C" guard). + build: Improve building from git with most recent automake and gengetopt. + build: Valgrind is not enabled by default. - Fix license: libraries are LGPL-2.1+ and everything else is GPL-3.0+. Also properly package the COPYING files. - Prepare build libpskc, hidden under a %{build_pskc} define: + Add libxml2-devel and pkgconfig(xmlsec1) BuildRequires. + Create libpskc0 and libpskc-devel subpackages. + Define %{build_pskc} to 0 since we don't have libxmlsec1 yet. - Rework summaries and descriptions.ibs-power9-13 1699009106 2.6.2-150000.3.5.12.6.2-150000.3.5.1oathtoolpskctooloath-toolkitChangeLogNEWSREADMEoath-toolkitCOPYINGCOPYING.summaryoathtool.1.gzpskctool.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/oath-toolkit//usr/share/licenses//usr/share/licenses/oath-toolkit//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:31395/SUSE_SLE-15_Update/ee965e3a846678141af0f342d82bdf02-oath-toolkit.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a360ff85f29c7574ef382d8c65c273a0145f1981, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=42e626a2afffe58bdd2f19ff1a868101f860db2f, for GNU/Linux 3.10.0, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRҀGBg7n4Jutf-8ad6c0a69b1963f18ed0b9f85618fb73682b6bf4fc5320860332d9be54d714be6? 7zXZ !t//z]"k%jq}r̋8ٕ7kp\p]R#(:5ݼF14:ӊ4%uzӹ9TMN].{܉:Sir};˕)$EgYsxL-}PWx[H1tݻYMFcf4$̮{0cNL0 ` -͎M52DP>cE(G}9 Ôk(>[`pg>6\4MW3vhD/K&pwRtQ*y%_cs{Ԭ E8x^HD?{X$/6*@d/sBѧ~iBE8*3o\*v(ӧp/@5шJ/t*_H_r4 FF!ؼI-Gd;؝FB&EH`Ja "_#qLl(A;n#98g?߅*pĚK3G;)s!F)kS"QX*b0 +}WV"O. oh|ͪA <$'"mpVsBH*/xYud/j;'{>ԡh M4:w9'E~E B]:O%*P5+ Fi-r>/B{Erq /g7ev϶9wgT:3\p, j;/&r6OQ%\aH,v'W-AHN1j KzӃ%p-~fY>N}ztc῞:h{G]TÜ[g8\-lț&rdT.&֓;;QTEk Udkf glV=!cHw* `'U/zv {fpe]T1M]dqkc4RC? /q/ޕrug5ˠnR EovcĒ:Eyywwuc;쀯52 ZvqQyM.Oe|11t& dkYF5,qioc 5ld)Bh/,/n.fa*o/ƭYs#DpY)lA]VNr$TP.fvvQNW=QsC'7Dq i 3Z[6c FU-5%Z}hs@2rZ%֫-ouCnqVfR-ΒVr8k k]OV;/[<{@< M/&t*qӳo5diH0g"j{Cxe]4h dwHWXn6ϦNv鼈^# ^KR廗*{S.ׄ[Jr=؝@+܍;[掊Sh.8`n8:@P[fHPL ytOIRy"Q[KBאj-h P7>QQ꿗WoWk]R7arlʣr2"qGIJFk!_ N]9MQҳZ={sxW7j?`rh$}Lx| Me]F anGvoS,/C A|ǒ[?5"[ռN"&[_"$Z_|2H.4 vy*G;#8O~#-&[ÆxBv=&JRu?iV"E4nF"^F"bAW"}*CdX 닃) LjΣ6.BrLZ(*1\ɲxK/qE5 # RMvAVML<ᄑ8/KVBpdWQrϡ06^7uP<p0HNG~KAe8} /tjT󍸫L|}*w~r|;JfVG7/ 5Ӫ|Ny-G&1 6Ν;wxʸk^3O#2c4:Ց~@`f&&rSZN4u eǦ>'ٜ߯6BčIsD`uSE6ɔ{l_vʚxR%sn[j=,H@2sWu7vf/A6eP'LНI7l[VfRODn5[GJq9-E. sJGHBW:zNJ똭a/:c!`ޖ 6vN˱#q|hkA3h]c/L1evaY:K-]79_e6 8!ud`TN:DO&~W'Jc-dC8f˓LPZ Y~KgK>GsJtmѐ`(=3NAC;B+ ҎaB$S9_Yѧ6y)Ҍ}Ynȁ~g9˞(1(tLNJ}Ñ}?!5@n!u.Y< ɃN=zsNztTs϶.#{U$5.OVKGs_%h<.֍袏 G%AHce܊-&t-R='{- ‚FAma,y ͷhY\w* ]d@./CTZfB]X10vL sы\XdųZ.[j{n e9g}oV[H2t*"d_Q l9 yؾ62Yc&@O77FJS祙 hO7Dn$Ppl/~ 4 _FCN,մ7/Z~9෬oq@`eOVnvrI2⇉̪oJW|e& h>2׾^XXnwN=Y|&JʉW(Y^"5%Y~akڿzzk J&vCkӷ4gĻ=0x 76G/EebM*DmɃj Q팢& S#Pd,`Y/$aS6U~mhk>oVm%fQO H?әĝZtDI74h / 'KW͸Smڛ# Cl~o)[(^AF/MRF($k 4Rś\"Vu]iQoZ^6cDO楻/Ly$O;JxXPi" F`Ҿ&45?Wɛ?4UzmWj PmKmt0v|p4R&۰XN~*40- ">(.^w%CGbs{9Aor߷W'4ܾH'ޔ ++s?oK!b{k3[i^RSK?]]7Ow|Do5rϠtwWvڱ^A(%)fudVJ{x -ߺ%]ŽX8ɑNVNG(pO52ԭ*!tQ&*rFC%ueEfOP̤ϒ&1tQ6_ ^ 8#mWa,!NHZѪҺ֣LtȆP̟ bC| kU%<ʇs;@7i]f{c~mWXu܄!KJi)+55[B,m ~h(IFIHL17;fAc /j a; zGZ>qqc|9h (8K u%+oژ { ~~OWN{gTisgѥ9 aRC`Q:@1_2@!Ž5VN&[!YriX׮Pvrx4ti,efxP3BXT(AߴW[,7lOrj_T'jAf[r#l)ɱlF(hĂ 41:m/% c?1.X-)/TkBVwΊ8[ڄ%ҫ9sLvC=#LjY ^7J鰞GH 8w_ťkHn;Y=[Xrrys `ڴ