passwdqc-1.4.0-bp155.2.10 >  A depgI%z ?gHWge"^52USDgpcIOnPw|Pf$mV7TۥVc QxJEr3 j}ega]#KC!#Ӈt!xqփ(T)c^nN}RnH&KQlgmr1hYL(C!'YLv?F``ɰ#p|ebT}>(M%T%Yleo}&>3;ND#1 @?pGMό Um^4iqht7uݱB P; ]>/ <6bwq^x1)aqVO[íUdϥhgn=R[\ni&'2:g  zCg,XWhJ/r$]^nŞx[8XV JZjBE3Ff<bˢx(dxa>E̪ސ|Kڬ77L3fe3932412844b53a8aebc53e94a0abab924870acbe770cbdbba94ee24133911abf46e928ad69a5792160d00f058ffe7230af1f56fdepgI%z :L^׏w-9P_=e!ɭSy8g6V-״G 0g#:|d h43 <^Z:s;sr4LR6Ӕ(r]UؠͷCumXS7Sc߱~)BK5My$}{dWQ-X|)1Y?p*8gKX vڦlۿ.z#| S\_Nk&=B~/V\ STb6~465\Ί%_X \/Q`.⵹98,ٲ>9AcA>E3{.d_K!;BD Kع{KҦz]CVz{Bu!IaፇZ~ JL#Gߠǵu2,ٱt6aG3 z`:^!r\Q }qQ@p"x#5*~xCrֈ럭8H>p>?d   G"/ Il              Rx    (8 90 : FG H I$ X0Y<\p ] ^bc)deflu vw x y,zL\`fCpasswdqc1.4.0bp155.2.10Tools for Password Checking and GenerationThe pwqcheck program checks passphrase quality using the libpasswdqc library. The pwqgen program generates a random passphrase using the libpasswdqc library.dep3s390zl21SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.openwall.com/passwdqc/linuxs390xc7'y6 AA큤dep+dep-dep-dep2Jϴ4Qw=]]]dep+dep+dep+9cedfaa4428bb5c9ac4bf0d0a45b4fa6388aea1e3d6d86c5ddbd8efc4b5a5bc174712370cd2f4b97b9ef3f56be342014cf5b1590064ec6f682afb38c0e038eb94826255792047378995aa83eefef26503ab352835ce151f3949d5b5dfe987fdfbb8d3e0333b6caf7e7ad830c95e56624481e64863fcb050027708402abef1dbc309ac40737ef1e673eea19a934dc5f56cdb50c630c33cf2638fd95ba676c8480b1960d025036428f840992a8c9f5429fd9233614fa1d83562f6b0a7dfad4304d281d73bfa941ef898ffa586a7393e62b538c4589732ce7516b7b48c81c6ef8532de631c8234085daa34946d83e38ce4a4ad855fc8c4cf4ab9f7ebe542309b0647c81cf4f52a7926647336ae0afc3616b87caf4f0774b6550970d2d3621e3e93966a86972b2f25ceae186f2c4c9500e610d7aa9f18fcd024b5c7ac2949b4e05d8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpam_passwdqc-1.4.0-bp155.2.10.src.rpmconfig(passwdqc)passwdqcpasswdqc(s390-64)@@@@    config(passwdqc)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpasswdqc.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.0-bp155.2.103.0.4-14.6.0-14.0-15.2-14.14.3aZ^O@[.T9OC@KsKKf@JB@G@Josef Möllers Martin Hauke sean@suspend.netp.drouand@gmail.commc@suse.dero@suse.demc@suse.dejengelh@medozas.desbrabec@suse.czro@suse.de- Use the %_pam_moduledir macro in pam_passwdqc.spec in order to have the package follow UsrMerge. [bsc#1190956, pam_passwdqc.spec]- Verify source signature - Update to version 1.4.0 Changes since 1.3.2 to 1.4.0: * Implemented i18n support in pam_passwdqc (off by default) * Implemented audit support in pam_passwdqc (off by default) Changes since 1.3.1 to 1.3.2: * Compatibility for building with newer versions of glibc, where we now have to define _DEFAULT_SOURCE for our use of crypt(3). * Clarified in the man pages that /etc/passwdqc.conf is not read unless this suggested file location is specified with the config= option.- Update to passwdqc 1.3.1 * The rarely used "non-unix" option to pam_passwdqc was broken (uninitialized pointer): when that option was enabled, pam_passwdqc would either segfault or potentially wrongly conclude that a password is based on the user's information (false positive detection of weak password).- Update to version 1.3.0 * Detection of common character sequences has been improved. This has reduced the number of passing passwords for RockYou top 100k from 35 to 18, and for RockYou top 1M from 2333 to 2273 (all of these are with passwdqc's default policy). I also tested on lists of cracked and not cracked passwords and reviewed the results manually to ensure there's no significant increase in false positives. * Generation of random passphrases with non-default settings has been improved: case toggling has been made optional, possible use of trailing single characters has been added, words are now separated with dashes when different separator characters are not in use, and the range of possible bit sizes of generated passphrases has been expanded (now it is 24 to 85 bits for the programs, and 24 to 136 bits for the API). The code has been made more robust: possible NULL pointer returns from crypt(3) are handled correctly, all pre-initialized arrays and structs are declared as "const", greater use of cpp macros for integer constants and some source code comments were added (mostly in passwdqc_random.c). * Darwin (Mac OS X) support has been added to the Makefile * pwqcheck.php, a PHP wrapper function around the pwqcheck program, has been added. - Use download Url as source - Remove redundant %clean section- update to version 1.2.2 - When matching against the reversed new password, always pass the original non-reversed new password (possibly with a substring removed) into is_simple(), but remove or check the correct substring in is_based() considering that the matching is possibly being done against the reversed password. - New command-line options for pwqcheck: -1 and -2 for reading just 1 and just 2 lines from stdin, respectively (instead of reading 3 lines, which is the default), --multi for checking multiple passphrases at once (until EOF). - With randomly-generated passphrases, encode more entropy per separator character (by increasing the number of different separators from 8 to 16) and per word (by altering the case of the first letter of each word), which increases the default generated passphrase size from 42 to 47 bits. - Substring matching has been enhanced to partially discount rather than fully remove weak substrings, support leetspeak, and detect some common sequences of characters (sequential digits, letters in alphabetical order, adjacent keys on a QWERTY keyboard). - Detect and allow passphrases with non-ASCII characters in the words. - A number of optimizations have been made resulting in significant speedup of passwdqc_check() on real-world passwords.- fix baselibs.conf (package is called libpasswdqc0)- update to version 1.1.4 * new library for password checking * tools for password checking and password generation- package baselibs.conf- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).- added baselibs.conf file to build xxbit packages for multilib supports390zl21 1684369459 1.4.0-bp155.2.101.4.0-bp155.2.101.4.0-bp155.2.10passwdqc.confpwqcheckpwqgenpasswdqcINTERNALSLICENSEPLATFORMSREADMEpwqcheck.1.gzpwqgen.1.gzpasswdqc.conf.5.gz/etc//usr/bin//usr/share/licenses//usr/share/licenses/passwdqc//usr/share/man/man1//usr/share/man/man5/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/79d8ae19939565a72120e21420424897-pam_passwdqccpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e79b23c09cc304b2260e823da77522a1e9a02ded, 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]=556f114217464939256140cf37b3a9557cf58f18, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRqi/[Putf-8c448bfcf410330d324631f6e780cb2be4d6649a563b3bc450141715c6a921eef? 7zXZ !t/GD] crv(vX0-ٓ SD`[ňrc\FP0@_U-J/TkH]p~ݽ@pI`Fh& Ne[$ij<5ipe#x`ܞy0^(H?^̶{S1Hӽ׵tDR|S]i zV ?*R;"-)Dp?"e6PSFiHպGW> UVجwP!e@Sk)`GSf:Lm!M]OJ3R7o'1B5eBuUMXiǺ&!0p ,׼uN8\!FKo[wc:uPBe(otJ` ϑD] vܳըw,},VP(3]#/Fd)-R`[6f; ZF7#ğWlS2J0u ݴ8)zͤ-;>< XӤbͲ –Zؘ[Tn_ %p t-nr&4\'(n:h`Ddo4qtV% #ڄ1>@a_qMGJnD?Ng1U@ ha+) 益9y"pVlIaMc:jhS;mŴC?t2jK1{b%x6{qK `&F]R)[+&H,c$f^|n @=o7CΔoR}Q@_0;9 "z;`dm0\}6T]/Q/e_vg~&7jOj=u(3`ZLܥHj6ḥp~Kd#)*%4KT*{oFdubA4LqX=,@'D_Vִ2ٷR0qsSZ.SAyeP"M3_SuLC$Ϣ^RQZ%sj^3Xtr'bGe0M:pNೊq1Gr4V ?s7~EAĐktx5!ÄK+ˏAPKaŜd}MA{4CT!\E/ C> }_ 3 HBHL+0Co$L؜mmiءSD,rG}̲Ǔ |.9 *C}I)<.; D EGy@ Cmiv`0(PA@SFRN`ǖc,6+:И!$1΋mS bi'd㠲%򨫿ڣz||C!|~mW=e .,ok_DRY3)sڽc;ՠiA=,D<@NʴZwEc}@ոJ õly֚ $#XFQ´ UIF.~ĝ'fb`IU*i 0gjRg!M!sQ쨟nlU,-/W]nhp鳉6|'pV#sZ~[Xc[|qr]QIy'0.g,չ0bd`җfq=M ߀ DTtdc>2=viVI,n8SrzJr|CG| %ț {"$H{-)+TmU;@N`?ah8/7|ՄVBIaHZ]g)Q,nP$$4覎PImȆz<|^b/tw>4=-8Y[`+w^Ĭz=9xK}w)#/7,7v-0_$ڑ:}\*Q|_DڴS$ߧsoND2`=I788))9I9'jƗeBsU.W}b΋\5#Wۚ _)+0xx]SiDbR<2tԝh폅#nD|%(a4k?D^/AE C.Z-#L!QTDۃk'_20S|Q|+w-OLw( }D6*n)ʀE~=?y|z̬4d F%#.F& l9m~cYax *,ߥ4{>$u[OnS{͎^Sb$vx%k]}{f6._Jg{6NDMxh 0Mt"X6TG;l,p{DlcQzTWdGcQ{ } y©=WM:|nA)>j C+<"5dhN|D--&|D0)foٳ:G ' V-NN={9741$K/Dأ?M?nB~JH2N7JJic^#EY;Rd6 pC,Ƌ!6re:aLqq ayѰ?i߆eJ|*[YVgeN’'D8nC8qfOIҹmP؛M=p@bA W(!!k[`Pʲ|AhrwIAv,ۃm9`ٴzv#zC9--It=DHuHP/I+VΟ]@#|Q"Y Uq2*S&(bߍ${Ӻ=?V3Tdx90=%.A^tKoڎ\7K߇f#0I/}䮢3RKIQ;7 H,r6DQu xNݿ*J,obsOO̼iwO=b) ؓ2-fI^!jΑOz2160\B={k yPGQ=pjJ-դv*Bt,TygiQTSPtN~B ~r^'Cxо"X]!) zjҽ-9^ȟBy&d,²|]W 3%*[ūo;jyXfqT9j4x&<.nfnaS{VO$i8$Ͽ>ؖ ‹^#6ϲ{F[r3vJ47: Q=(~i.$Âf7ځw$L+%K',XucfmY359SDj`{3}щ׿O_ b f(^c"hpUЩzgcMI+LD*P-dRH.Є8B;]}'ʚ (Xk*Ēc 6@I7)bg Nx`x јx2ڲ//c_ކG?c>U_L#;c<cn}J !ANɛ$ļzD*Ga%]Eg(GX؄}"JW̞|U7V$@ϟ_ P&:c~,' C[v5y3 V6qECPy5^An9`+7џud: 5 Be@8$f|~SCO2g{MV`*o1MsK,hN-Lg_{"NTb%5sWCIw)Fw1gMz%{G02uˎ*QB"]vm[g7cEC~'A1@GaSKR(1xC9wŮ*J:~`M$AĥUR5Ռ| q7EtY-ӻƃ⸧^^ڪUMHA#ݼ\~z:HJz-Wþ}eq֖d%Jpԟ-d=.gK̐,`7]UtFA {4٪gMV B$L55%dJTcyYd|Q^A+hYl5svWK]&f#""@/mh畠ydT0!٠ AX(٪i' ;FB,#VhxL]#L Ka\?1^b{ `%G9S`KGUW,Vn׿bSIYa0zE*PʹMh_=wa ׻[8[tel]d~F$u^'l]1{ j:ݱF:s`(Q}ȒܨGQ{|5(9E4-yȮd}&R6b8#En1;9K`B oGINn61fۘlc^ia=(o)tN5S| |P޺I %N 10n6E1;JfD\1!e|>sD+z5ڷ{lX|c 9[Vyf$s K ʤ?+OGϫ$mhObEgGt8E4&V㬅%<ǛLK|EtϦmWlO|XC,#H Xj] ߒS%oGmB!%"Q3G)Ay^˓_Z`";c"֬y-z?ie o_S% V.=MIA[MXt4jD#'*RV$Vzat|5d37P<{p{j7YKt#7GK|cmnc[%oNT >> AX~ӳ gJ)wGv޿W_2յ Tx[z};'n_[dUnۘ[A*"ǑT ͊퐁jQo6*F*j@@1"]Nai{`yd =lMJA[Ed~%Ɋ!͙?gop_IwT+ATꎭ(yc|(qoDi\ m2Wv{O/LG{I5=W+5c "}pDCc!ZY#؅xcreu[7%zx`=-]3C4L &mASY[ͤ [[GC͍9yw4r9,^p ߥQ ^#+/SG zg˕j wQd#j4)BBKC@oyvPAZHZؿC3QW! bDΒXtq~.~f$j۬Kb\)//5:o$C%f_'f]x\[NQv.ʕK7bܮteBqNl 7ZćsR㳼sQMQ}xwa䴌]L Zӥh X7I-!F 86ךf0ՖHJA|hmY!,@-:049NB>ӌ2[ }5)4$*H1Y iliY: tȘ>HQ#є-\?Gu_W/93?];#EVI Y2iB^S,dA5D_[~.їK rZa?yଫ?9tN2$vtK*ƻǨh.ދ$$ۦ9g@Wo}^*~\G͝| IwA^(lN˽_qdjS), 1£􌵩Q L~moDv.+/>?)Z{ "Fz }+^4j;t`s`C1hhL`g qkTMeQ nnZGX};2,oco8zc$:sXQ.zY _#p(2:%[!*97z;е df#A`HrVUjd L7Pp+])q:ݼ>ɦ;U2fnv(6A);X.׫byoR^>;ܼ.Vx9'2r/2,TБd/iKO @*U*+Gև[&~D9}>C!4N맔-觼5uAm]*"iE~vk,"^vb4;ȶ\cIԷCxzs* "Cv7{{Fz!Y Z#XY~RAg7*s2Q!Rl`uCCn 7*ˍR` 6 늴HdYhX [i#=N8("!TVb&-V#1ɈE$p&#\" q*Ս`J3IOx%iJ>t]U``)EmfУIKP̯4|0\rؽQ=-~mC`cø rڑx51 /|-mv;pu~y SCIaZ\r~,5 pjLGy6>Cwɩ'RcUB0_ ـonDLXm1YpkR6-~.|tվ q@GY$gg๯w!L:VĮGt}1d\Dl%"3V l!?\9/^uB|x~2s"+!$=w:"2ўX0T@'bJvCSإB"*ZXӋdZWMo I gIgI:2 C1K3Ӈ!8Ő UO1WydGM/SE26YQX ":kw Rr ~Zzt #Ӣ+3n-{i9"8c nPJ'{bOC5?aÇW*V[BE ~Njg[`1?4$㟍d7$3w\3y6St#{ᴆ3"W;ڎX < ̸gTð  @g*]~)t9MAhL;Pd\?5%d;iƯ 6pwk@,D(+ k !V D >Q&-px 098ns ^}f=/'{^Ad yw 'K6KcC4L8!gަCh@)46uUM6lڛx]"\4{3J1^;*mtl-c.fy/m@I4w"nTaU.)t |xgL>8]=;oROv:q&\t 䚴Fe˞/ :"nDh-Hwr$"L8:rƗ|ugX64hz%<"<2~.̴:Ů_,r/g,k^b, u#떄ރ @4iùBB C*wLbӁ,O$>X}Una:|>y㢄wa8wD(;C #x5t I]DQUR_Xh8,KԏԮ.إ䁤/bx (PcT}FR !%\ȚWqU(HK}Vt~S *U3O?ɏ#R+ `1udu? 7 &XX х~Xy^< meiZGn1GPp3vaےnZǏ;P?;Fz`tw?,G["CLԟ7=C3.(铠,!HnKLH| \UH H7tc$]B,I8qџɽ e^N#X+ 5y4c*y?_Y>{Kc׷h^}ϕ c q) Srl@7e'lڠ MQ%xM10i`0`jcd8KX+PlO|K__4v45ϲO7+IS_>?]'z Z0 FY^9 Z;4^nmxAˣՂ7\]rRP۽~g+iLm|VI$<>(:./ NZב ψ.8.!5 sb[gSOE(pT!d5J^s6혥p:Iȯ|-/ `nz6&Ӫ.[lj~!:s4ފu%C&I%NyݬT׍%V5dnFc>E"@XF|! Pl>i6%w=QT(;CX?B&<XhhYxe5Yam̩q7 f痕Y#N|Rqc6uq\)u\x@zEof¢1*<ZsCӋ$\5YU)m9m *SJJw$ћP%Q8fH߿jJk(p~a7J?A={)I_0jjPrz[]wx̽(E$Y%7oD)vB;&Aǚ 7>2Ab̃^Q;HrC>6=qgkLLkgch'g"&|cDpg; %]|FΙ;4DCBmYqʄuNt";=TESC.Z_" .<:uO |h!n.8ZH*wPKQx6lt4L_p9h-=UP=s]wo'uHH""XUIЕCoϚ}CI#ʔ]_zAI$|Wzcv٥"bkEӐPpD"2]mfZq Adۗ0BP5Q:i+C>c? 5(ctFâs9hS1;Hdd# pT\dC52&NÌ38'M}k_G:a[nëC(*IGY2%᫚ jT#o.@[GT;zA&> !b*$1VqpG$`VYljg$uMNIOMJqQMWrVMZStsq#-̀3|٣af/[mqo*f-n@^<bY.W6`Xi}-! 7CV^STS0@QZ 9N"JJ5 =@ǯH,Co/LDp:Rƥȯ.U>/k3V~I[׊s\Qyܦ"t JuhA}7y6\L޷ BmVCEr/̈Nm2 bpT(Wqݐ'3^FG|SA%+nM"MB0LzI!kbB:ɫ輁O&#r p.xf6yT{X[8җ S޴K!k)>E@kr8^!Bf Mstp̳\)GgJ.@ ,т526VB?u;i=ˏҺV 6lsYzAr@A{PTNhۑ; bsqt,|P1bp~wӿJbU{o?ɷEY4M2T%Mh[<͑ߙ]e o7vTN.}E/>5ɬk;6'?fQ 2_ օ '3 ey{$sR^ R.M;§a˞uzC?MB~ R`wh(0t/appuZ( f?@@o>HMn܍&Q)5񕷔b+yD_l׽sR $ı*Q`aSkD-ӌb-k~QR}ȥ}b<GCQ'CQhNZ0D>VI2l'X=ڡʿaCNu#%o{ĔK ^JSdl oo:Dk O5eW;Q/j֑۲lԖ~Et xMssQ?KsI͙>pq$~2S|4UdVFD5.WJCɀd)j] VFsZEDAc95)iV돊;6*)]80š浃(6JYGϒ3||X+qGSq_ x ):߹WM67Nn-*w[r^F}/sL=0:6طɖx8'MBB'@mZ,71A!e Y_h H6r {U!KHk6%6a;fA?ʀ=HrڭͬG&O3Hk1l? [ ~,]&,VN{"\_pZSIoN osq.rl`E`qLkgc(ܤWD=0s/]H>A,.VT'#e[⾰x2LJ NjyP%5d NxVbak4 Pr[J8O68$hEz{Յƀ]`p[{{e...9P _8^0^׃Z(  {rCY#> ƐF꿙տ!@xQO 7Z4oJtf?Kl3uS@űҠtX}#OSZN06޸I=r1y̵rlڸ>#/#B3M\Ń`"d菅I`\K] V):j }t4w,rH͍9R#cqh^ͬ# 7)ŦQ+@G^#8?]&Jb]qJ- 4 $Tk>zˋ ..CѼmVhJ+Ucܼ8EmiC[G4K[eݻg7){hGoʊ"Ec3V|_Pu"J&G~*,ƯjuE<;JJie(Kӥ.cY^sM~rA>l҉siRX4r',l;r%YOoY( }so'K;fWɇB 0ߤ3l3g~Qg!)LuvoUf;?{1Q=2c2$V &e,.o,'<w#f|G Po5&{a61ox}DqMǬ >3&|v<+M/qIxΔHk,m h9tu 0:l/^oOT˒$!@\fHd޻`yTyj"b(ituY^5?cw煖u+)hRtjֱ*]_A01Ky3Y-3F)7m{{3XV \} YLx9^>Ct뮹G-%(0ؽn:m:UHu,IZE(HCZACƧxUx̯G` 7LYK1+[~詳| ǎ/,=ЩdL3} YZ