oath-toolkit-2.6.2-150000.3.7.1<>,=dgp9|.jW? yԜlyOR֥]7Pay$۾F[A:BM2HANsj7Rv@4)px>YţV)MmS"8% u*ѽ7~vȖӒ\W+S%eΦoe##q lxڊx 7VAQpKJT\x /0̫_Lgq_lnR 6:p7;9A`r팸ބUkAy3 />>?d " W48DHa   @  V  l        S  P l( 8 9 : t FpG H I XY\ ]D ^bOcdwe|flu vw x y4zCoath-toolkit2.6.2150000.3.7.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.gh01-ch3aSUSE 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큤gggWzXWvqWv:gWi,Wv:gg90053553e15a50d6c76ca7768dee88ca48594560826f2f393a97c0ba8530fd2ffa54671c88304d7e841fc2b08423cb4999d0ea1038f0104dc3705b713359f7641c11752eae17f8c4e32dd2e1fe08cf21b7cfb0b945be34a4325464c5bc64ca0e55797f9ca3fea2a2d4442b9a683dcb00f3ac043275aa0b26c9462e91a29e1413986735cbbcb2adac8115c215baaca913c7deddd0e2b7e8591c9795d635a087e98ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903f867d18881ceb7edd4682cccd80abd8ecc7ba5e32e0e33bff5ffa6fd6ddcb6761bcb040dcbac7f2fdc088b7f9215c4e0034470f5e12e0f471f52e76400c24cba11dbfdadcbd3a2e00fb2a39e5aef12be413760aafd6aa13ed82aab4e4ba29703rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootoath-toolkit-2.6.2-150000.3.7.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.h01-ch3a 1742980858 2.6.2-150000.3.7.12.6.2-150000.3.7.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:38054/SUSE_SLE-15_Update/6b79bc6de826ea09a1c497033094726c-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]=047d8d5717878db0bb1ca1f108e9a9119dbe7a53, 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]=9bc14dd67aca7799ae59e82cff663ba582ef1a8e, 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 RGd~vp~[futf-899f8d5dfb3375e5bf6011cea7c6ab79b83e14e92244b5f14585a98409a6b3d8b? 7zXZ !t/1#]"k%jq}r̋8ٕ7kp\p\ݠKG友Qr-B`p ~܆-ڎΥ FP8Up.S~SԄ4wQ1s{ /[E4,K0FlW4%W[F9Ɣj;. 4E瀎g̾  $yRUssM˝p(wi|"$p>ҪoS=BbQeU 葳Lg˳ieO0v|z-r[f\'Tj?|Z^T{ZrnQ}P$4B`7ek"~8pOݗyyNwFO…5bhH ԗC`Ma ?1.p"w2|#|=.=٪ks2f7)/D<5.nV}.)Xtzn!zJy.aC. |4Dq\XZ04 `;2X9T{It)\&F0m/ Ϊ4Z+:-Z ]mnX2-#3С\ygk}d/0b;buЃm52Ka ̺_@:_Z Sbl?#[x`- EjN9Tkh%e1gWt_N0@LHţxʡ\ RPyڀ|}x ݘ侴. mPU2t{).p~i#WѦ3Rr^۴sv -d/-V$U>lC.~g0*V~+u 6g83o )wjefM0!Ej?h#td%8{qzĕпsj2TUJ{*SYL\c% ܭFo&R-AXFOIi9aa9 1?Ĉ/Θo‰w\_X]4$XYR+#MerFL-r~Ac]trUq#l5)w4ѻjxE.̐)`G.#9q%%Ohr1 _~L H/:uT CDk-Qw.s'"&GS,f`kZ73+6OU/ur|P bVØp5Q}!Ho1rv.eL1(z犀tG1*͊ԭŀbp*ۡڞ㧉ˆH =k/;l$6sFҎHAǧL1aq'N%C 6a"P>XGAM3fn+tG ؋L採qXDa_G.bK8i@l.M%b{% m YYhePm;W|ժFLh[SHݝ( VUޟ xǙ NooYozwjCGq%Xd7H+X *3$!oLʓJVϗ"(c[.plhIa {w[9eb _T|[&lf# 1bwX%v.ۃTߙ?r6gخY XdU`t2xt'^#:{):*$PMH_ؕ%mƒWB RزLhm| cOrXs 3M29+>%}5z($gՖGQ] tmX{2oK~ޅ? z狺 Ghfaz0_KSH: M.eh@(q3֚ Z+7@F)+Y TvɘAݼyF-/A7A~5B߽;4 o?,3K#Exղo^1fOXs+tԁW%F*sӠMhf=0)DVo?ة.F"Q1pfǽ.Pdy#ʋ}3ߦ-\ou-ueqR|;7iUZzCULOT+n'dmV( NZ;~ڶ|:~8]٭%wo)tQ&Y .bǑS_y7:S ?버ROwU39LIlbɣ$2wK<$~I?_*OK1b0#zg(I^ CBbu΄7IVpy~`x5P XUR@+TЌ} ,er$Շf7w1>7z@ |RFAWfdf{KyӜ5d6cʏv;}ڃ+F{}'ٻenb"TӈX|I'mpGisd`hvކ{ݒjB" ,RKkǃ"]-r%m CRVyoӆ ,@,)h[w[::*8qq3eoT+ǥZV;eKe 搖op^}F%HlWᆧuza'KVh5 Zz8$ME<= ;i=7X@Tإ5r"uwb\ԛ57%`Z, mq7JsF4_B!k+Y+d?TϨ;>)))CXU9‡73ZOl=xr2,9A֨e t1#4A4{1\DՑ(eali= L{e%r5 d!lvGGd-tm&I^{݀Zxާ2+3SLA瘲ڷW pkƂԧbBhpª,W8/BXmcmoUF#IAGQSϰ~%,oL {SM}eT#M/C4y{tz '.̃&J3ǁ'XBr#\#ld2 K8!53Г.HỎ@U:"UH8|C|I+q3ؾ,pE G*u= TQX |hf`.F4&SB3-q;kh^&ׂ;AFܠEv/[ffM_Otpm6(U%Z.{*f;H8CG[6n0E^?<q;Ư.GbuN+aMט{^]l 1bIHcݩhڛp>os :lzf{HM_: Ga։eC6P4\_ N"+8GT]E̱7v`n?dҎ-nS ()g('OL:TA5=\5^ |l~#{Uxe|96MFPv<|T֟&H%X9VmJeZ3\ؤ4.'MUn%ιĴ%9 y o%`C* "0rT. mqRod]= K'(애xì-܄'u&$}=R:FJf\OsE &I|6y!CWOV}%|vsD9QtQEJFR* +7|@[kO3FUv(>%h oo`85' _jLJ=UF_{6>}mM2;7Ӫ7 8QdYQ:J]ZuFa0y$d1- p@i7Z1w}i N-9tlcΦ @T)h/`#ů}i\\1$=g&l؍_\&lD.S1\^8u/a?Mg˨d^qe@< F3K`.eP;3m@@WI`/Y7`~-%5, *o,ZWL}LO~X%V}B;n0V4pive8hkrAesyd"in69زIh8`,-L<E_ŴquL){S[{9^GO6'sdh9?Th-i;G0{o7:\ QQT 8Jʼn1bH :ODg%."pAmyYCu*us(5s0RFk>x "E &! laC7/Q$[l=V3NֽGC.w.1}󮂿{Q"@Sm~Z1-G̈ V]^w·j&uh< k\V^Oy|dO=g/,d0Ԯ+sCQ,zѶB[θ-IC'=$7>nޚ[DxtV(h1ˡxagDD.~uwQW v{Ԡٞ]LaJi3*'F WI Տ~*D4%ut|c̛PJ?k6smJfi`~Q\c˾~Y "٭_ɿy'L=7;ە3! Y~Y##A}B挿kY̏ 易ݞF%ar"{Fpc㑼O3{qKsYUU! +ok̓{ntA0XRkld2[ym .Q wJ8bm$ֶ YZ