oath-toolkit-2.6.2-150000.3.5.1<>,=deDp9|4k=_^g\4ViF0*"ռCcfDD#%]eC."]whK%(&IR2kqo95Fe(.j?ZZD)vU -m|[2bnXHO$#.榟c% >nOjq.>["o+5hL6l**~sȂ i-y^z+g`xte>s9QQ'>>?d " W48DHa   @  V  l        S  P l( 8 9 : t FpG H I XY\ ]D ^bOcdwe|flu vw x y4zCoath-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.eDh03-ch2aSUSE 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/linuxx86_64-(lHIAK qA큤A큤eDeDeDWzXWvqWv:eDWi,Wv:eDeD80c36dcdd2ae8fc521e07d760a7a6b7e5c88df38d7544704783570e2095ff31ee261bf257c1a4894ff9f9c7d30aa2c370744798dfd9e3f568d9ef8f6df5a6e201c11752eae17f8c4e32dd2e1fe08cf21b7cfb0b945be34a4325464c5bc64ca0e55797f9ca3fea2a2d4442b9a683dcb00f3ac043275aa0b26c9462e91a29e1413986735cbbcb2adac8115c215baaca913c7deddd0e2b7e8591c9795d635a087e98ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903f867d18881ceb7edd4682cccd80abd8ecc7ba5e32e0e33bff5ffa6fd6ddcb6761bcb040dcbac7f2fdc088b7f9215c4e0034470f5e12e0f471f52e76400c24cba11dbfdadcbd3a2e00fb2a39e5aef12be413760aafd6aa13ed82aab4e4ba29703rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootoath-toolkit-2.6.2-150000.3.5.1.src.rpmoath-toolkitoath-toolkit(x86-64)@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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.h03-ch2a 1699008984 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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c78696633abdaf17136bb531bc283283d00367fc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=efec4330c26960d78260ed5a55f5b4fc607359ee, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R R R RRRRRRRRRRRRRRRR Rz'O]utf-885e10bd878436ae50f2f9039a2e984caa66ae09b52e01e1f4c03458e228eb5de? 7zXZ !t/3a$]"k%jq}r̋8ٕ7kp\p\ݠKG友Qr-5%]kɳkܓ@dU`My5Jy@܎ɼ卮iwX8jpkp4s4n,E6p`84)q^趾rL[j t1}5a# ꔏ_d y@J ͳtYc*1ix/ȹg~011.w><g=ݡBH#z[D~IQ&FsKVoq| ySV1\֠rŏO١lWQU{S=%W#{*‚ʵjbhL 2-?@=T)* ߬u[;$M S.֚bI|38484"x/0FdycHfXw]gxeMH,^WG67KPP /hl2Gٞ%ь>ָ9͋$L10& mH}ɌNEG??y|YxE>3\dcEN'Jb+s 8'ѕؒ&v-܁BXy j'3Zt/OLAw>>[lyJD>xc3KddCKE('l@7a3\skl*eo~[,܇Bnz7ݕ8+«4P;tUMh;1ʫ-9D' \T_}xyξ,R43 Il!l?`NDB;ZM%9(xxrpFYe/˺"Ʀ'R=e\OH1d8pMF2s̥lQ!+SW^[e,ҥPD ɸlxQ-o\ h!tՙo 7e,I9? 8,zxD)=j^]h;i0цEЋR *ͬ^zGv ,П?6-45}fa5j2?iItcHp-p$G0 gV-qƂ?bJV>Kkf.ٽ ǽG|9ԏ'9#6nAwդ7/.| ms=91Pm(?_|/C_j'aFCĔ:&IzX1vliv^O YpNރd rE[TyENi8.GgsBӰwbafɵ>KuBowaqc9iZ(_q='a6taHaf{~ˍ ˣ[m'Pkw"X ĜC䏆nyiz Y'vG~C륅(AfNum<̇$DЦ\V0U5yZKM5Xߊhr"&%N&OV+ͨ%D`)`-Vk=O(ʛݎ.2BԊ_hʨH|&\vۂ{>taB5cX YGі!Ӛ$47(:]QPsٰi ,ga<;[}6$[3Ps_6 &C8>R3sbSQp/i>V Lf[ uS76sյ|Nj.\]m|pÀp]n d.*R8k(A|ϽkE s.µus\Ãj_Bnc'{?y<_߬E oRdUB ]fWٿZ%*2*8:-WJ_ S4-#r`'[cw#+KbVZM^ qھj ).Ѕ?Oи-iRW n/u3qds.! ܻy (bD0ݦp4lgDƜlPdC N<Y{Zia}iAA V 9a:O6wg@oU@'#Ԇς𩛊 z i%̻}nʝ+*]G˨Ly3Ѫ+ |xFA:j(40޶j1b.Xwn$韈: (y>ԊAH' or{NVcIO,?*qdT,`qԝp;W $F  VƝGCHV8L9Ej,1_ϩk\h4 /Fykpܵ Ql->~Pg|Q"Vnc,En1w 4H7SvV_e=5X,m`y@;{ ppf_T{R(*o̊gF8{Q|#gO Mk#{d`٧d,[UCI.q)n/%G~.WH,=vpDwoI"Zhsf88x캉(d:@cԱ̓l{bwN$+iH. WS2s|zA0{%+ JSC͒+W9U/N.uhud ?֧I?樅]$Kkr"_1O.0@z;;~07by&<ՃELz6*}-Z% tE#K4?oHՇG>rRsɘ z[\ WG\" 2O0 o s$P0j#c'VS]sTHFcaWzk4.Qsqaپр('g',&tryo@>q)^B"׀ȇ Q?ҼI$HbA)~{~yڕ%uD3jk?x:aP[@1ֳ6Y*7t b=,;ЖY,!rӦ~uN@w(x^J* t9/,-VQ(?͇0sxx>CG(l_x895H;wKZI p8 4 z)jPd}hm{DT!er sòNk*Pbk\buLPDu_H '`xAc>;XػsR72Ŝ?*slUO2X\W=`OckI\ExT>M=fR\g$518M˓ S;*㪵/ldj _*RAWa#/&?M@͗ 26p1t M_A^uGMBC CJGSc)a9+4bYyRS[U#ɑBWE< [0NKn`Ӷc}Щ!&sWE @A1ʯKA z"ϦM(9MWŠfG7i=pG"]"@6jVZn:b!Y470h?7R[6QM8&@v&"΍' @*$܉vljD)s$4VsgB Z,{H BUh7!rR[IP/< t| w?N~9xd {KA\eۙO& \Kk<)ӻƱꪽ[/妸ZatC HUvz6Yje+wAM#(}i }1M؞2.wã8v}K%8[jooA Cn:dҹQW6^*ex6D4b l} x| 4tSV5wmh*o2S?2 , 탬:<+s*^n-m?C O^!ڙtpdМ{%ĺF"mޅ.o!+ ^o} ڪ-HWH>m0]}gE2o}N ,?Ҧ>_=9-HMR{ױP*e‗bx$1xq:O1;_yHPp*TR O;2)yWN;6@S0b+V-8p}Iovyx%@z9;MXӧN=N[K4 l*ӻ)R7sk;v!٫p+4B2"t>-s ?|<5qǶngg?sFbw t~Jh}L0""ePmRRxk=+/?ȸ1(3z+nT{z=쬠T0ER\) %d 萍н)b=b#ǫ]4\Ҕ@KA(ggF%ٮxD=KYي]\p ;+a","*ެO_r̰ D?d6+qZfZ:_R7T% gՎI\q1N)[G`,T6Zei)A8fE YZ