oath-toolkit-2.6.2-150000.3.7.1<>,:gyp9|F8>,J:3L½ڇ>:7my 9$mM8yS`9]\~|ٹvu\ywU JFO K3 "3zc,T`9( vN9V9Z[:ob8X}(dhpZwne2-1Q+ˢ ڧs/ϰ!uX.$00pu OqIbKiBTp?$2ILa24>>? d " W48DHa   @  V  l        S   8  (8 9 : FG H I XY$\L ]x ^bc,deflu vw( xT y zCoath-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.gynebbioloHxSUSE 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큤gvgvgwWzXWvqWv:gwWi,Wv:gtgu56dd16b658dd432edbb85bbb1cc02a17a85a328c32556d1e10f1e487427e6afdd4165153f9bf69255fbe2fd49de6c4ebb2092acdc74dc461733308d656eaecfa1c11752eae17f8c4e32dd2e1fe08cf21b7cfb0b945be34a4325464c5bc64ca0e55797f9ca3fea2a2d4442b9a683dcb00f3ac043275aa0b26c9462e91a29e1413986735cbbcb2adac8115c215baaca913c7deddd0e2b7e8591c9795d635a087e98ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903f867d18881ceb7edd4682cccd80abd8ecc7ba5e32e0e33bff5ffa6fd6ddcb6761bcb040dcbac7f2fdc088b7f9215c4e0034470f5e12e0f471f52e76400c24cba11dbfdadcbd3a2e00fb2a39e5aef12be413760aafd6aa13ed82aab4e4ba29703rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootoath-toolkit-2.6.2-150000.3.7.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.nebbiolo 1742980985 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_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]=490f588421c63b46e3095e07fcfe9f4c03adc5b4, 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]=1be3e08bce0483e387c3446c0c24b28f8a2286c5, for GNU/Linux 3.10.0, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRR 7jdg^Osiutf-8902c5970716b9afeb05446c7f93a6bc615f7fdecae5f5f251209205764bb0243? 7zXZ !t/-{]"k%jq}r̋8ٕ7kp\p]R#(:5ݼF1 7zRt>'NNh-ۗGsZ*z,@*)y+)[eM$pxB^u>^7C pYeDc(ڱ heފ Kܡ 9lJJHFG 'A]_X)U؋\uv)Qے-8nAQNHאB~<,+Ƀ}2ە" }GDˆџAs 8JH6.8FzaWj(p>O|PL|9Ĕ q=%=49aH'}򔜡h½A-\G37!X}th8EIg1Iv:j_(Dwa"jE:y2f!4J{e o \x X-LP^G##\AV| ueӻ ХD c{pD~ʘ`0=z;_*>5VKƭ$qooG zg,-S 4r΄H$=Wd aaU¯U;8 '&<Kegg`doEߡRjADŽuO!q0Osi2D(U%/ݣ}(B*OrҠೖCUz)ޓ2Y>~i6sA+7}ʖ]Iab j-$qw MAA5o,>R Xg;5cG G'Пu2Xclpj+x[ f&&Y Fӹfք"DB#\i|<R&l)I]>5-UѤY@!$Dj~dnc11ҍ"fJՌLwͶ|vjSPṖIy,7g maocdҀ@ ?ϥg Xw.RFc n[ZXdVto FwF?sv]B|S!e`e$; B߿T3O`I֡.TmR!Y1ߡrj Nw$fس9%<0Rʻe*W VUsFLxtǬ3Nc2@L*dG7^ @'l-DD)n]d ~N*DNٗʲ^ݎeoҎ2V̅q)6<14Ypǻ|gԂP)]Y!c5nnT1e|[K'2aejo={b._\4= .zkD. ASM8=T &x5MyD!ꍟY>FD5'1PJS96δ[N؀ʀ\+0xƣnŇڑP^L4SqBFA sgSnYOأ%LU8EQ,o8J%AHP>3diY?k*I+?mMSV%ȗr6Wŧ9=8L1 cfO hBT=%~eQzuLv21E#HVSb!mwHL=?>W!3_NEaBlU=LurAj؂rtP(){iL =-t=3b̆QΤo#}u"?9s?hGEs;}" %U(>fΧ`/1Âb_ё(NTJXRqIOZZC?eFWbו"A(}cVvg'5)Ϫfa g(^JtO ŢNs'2㇕xR cT3ttyH-<7_W,KJ.KK쥞?-J a΋nE=LZ59-XVQ%k`O:!J^xj]ڀb"F<-(6s%SPȄVjօ7ԬȚ}t]/ՙ<2zTѼSL`Уc)8^ɲqj ̍hЖD)*KrW렖Q̺O~|bMW\m=M"DiETafS:&$_8Jf2gFUcph&4cAs+ (;p||P^/Ά9E*|Z?!ʌ#'y7%|o)Պ'Xo!/&U:ɧ3 5D UG ]c#TԑDщ]$@茓zqXAۂ]$ct>vVJG tnB'=5gnEpfmݪ^`!OO_u" LlkCq_@{IV%Q٬@wǂ+2[ AEW,[XtqBAC1T?/Q.YqߥijP֟'[ ʼ]N00ug-b`l;:pjB!?ʖm̬&? E}A팺*lK2HXRE>ZDҨݛ|Hju gBym2-40HXI:у"R\'0m U'H{ ]0n-1k$a2,F>h]fۭE$Y#Vx7S~h{gss*ӡSDO4!@/HWbLԃ2e:3YJg3A3PJ78ʌ- Ge+cF58?fSRPv%ߓgtRv/M& } ԥzx5G<=۲~b6FcJNU$~mLScy4"m5 څ*l-ѥ5gEwdM_Pƻݾ\F7_Hp Ze2rե,KkY#ƯW9S֦pM\QHTV`mN.=eB+}//V4γN/՞QPC EUͱOFHPn/)qp)ȤCѪْIPUwn^H'ؗޗr*g6IwDGFE|aoVnO9# cH /oC#7Hϝ/_ 8;!pNmC{o ܶďḻk߭RWbs{6("UPVU}H&bL;U3JExt8cd4΁n<و^6 "(.%VV@7Iʸ)(%C @IblpڮX{y)@H۩@y1'߯\ž =s,CVڄW \$3bǚa/'ʑ:8+_/8&M3a,oK֫VQ]2P5&Dɠ~OYΤ*뛓<A jXL'zIv]{=G / gxQx}&uT^Mź=wkKFCl;TFD rQ~1aeI-[çBdzΞѾjԽ6ݪ /1y~o//;O31M$u@v̐jWlt Ok3JEbNzNr%|Qڶ>3Kf8< @Oс~A"z~@,c6i PJLHOb]5}usu0iY8'x}h EjHCfA¡)*4wH|n fẊ4m=.Аf> i {ɍ2qµes18aSEDfgv<\^N1,@;1' +]`фI 5ۗ7v#{`uVPC0#3'R)oqLfVz"ee4#9a޻ST6߭Pa|v("Lwzj%aקЎˠrIq!aO^I5"׶*ymPHܐъa.'T깡C%λX.d3č\! M!Gv1gKcX3:}/k* Q#,#%L3Zp  YZ