libpasswdqc0-1.4.0-bp155.2.10 >  A depgI%z "gОT(gɑ^KY0-3)wN%PZd!ώm,MVXjq<ً^HV,ȓ7jzRO qQ򉽘yl|r}=WL4WRKルUѲjѩ< 1xS2Tb~}/lMx2ǖ ^cj(fVHs.lnJ0^PPC3pp]RHx0Wi~zqnTym,'ؘBР$~xRa6EIv MU~;1dϐV/Mf*n;|:&f[;NWp@ 2j>pvg ۶ܸZ (Kasu3DLH)'0p}46G O!aZ,kov7/ u ^Fgao dˎǪ# ߯f[fa9c58c380224853c73e124ea6f6eff67a08d6b98a3ff13f16e86492a9274313a80dc4e8ead41718a67249ab87a1525e577d24a3YdepgI%z YH=HF"! UU~u7$2iC1ysQd# f< ۶!pӐ߭Ue9Fߐ.~h/[@)~)#M%B;PRp?=Ó c`X>O a^YR/$ӽWzƆ8q-Cj;"@TM0CJDW^bP1?#xLlkΕz4<8iPaJz}g , xyF]vEf (Mhhr#8 k(|{,Qcn/i2{6D:zJc${fi,*znsWRܤݬIb *c 6XZcgc{WMSqBes"CCUQ1܆E& dbx#g#$}XڕMeBz%L VzwAtub>9M7[ZFYT_;(_#fjNhmh񧜅#=jF>p@T?Dd  L1:G ar     $(h   (8 9 : >q@FGHIXY\]^bcdeflu0v4wxyz@Clibpasswdqc01.4.0bp155.2.10A Simple Password Strength Checking Librarylibpasswdqc is a simple password strength checking library. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones.dep3s390zl21SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.openwall.com/passwdqc/linuxs390xdep-2c8223c8457a127908cad3471673c7c4bc7e6e0a4589a2cae247bcebe130026brootrootpam_passwdqc-1.4.0-bp155.2.10.src.rpmlibpasswdqc.so.0()(64bit)libpasswdqc0libpasswdqc0(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 support/sbin/ldconfig/sbin/ldconfigs390zl21 16843694591.4.0-bp155.2.101.4.0-bp155.2.10libpasswdqc.so.0/lib64/-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-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7addfc74321c6406782020e8638955ad9a2cb6ae, strippedPRRRRRqi/[Putf-8dce06f4132a5221d61f3b0ec8d4bcf6d8452c9ffd0741c3cce98b7ed17e9873b?7zXZ !t/ำ=I] crv9wĽU73[`uˎbsP{1˜An<5?q< JP#u" 4~UKGYS瓻dwF}uOcLo M^.#/*c֨j|ӓ" N㟖@|`vfmphK0*t?:YW|=~u;/k-wϥQt-yA0K *H$G(14 LQ[Uk68'eF O'@E ənZ=cI>UH_l 公-Ù;BF3*y-Fƍ/[_.=f7`o7PQS/ɂ\2Vz 8 /85m\ V*V a<=;BXT(Ԓj 8(&$@XBJ}`y5ܤ;G>}V,eT@,^qaAbeI\0 fD-D'$(.a=4Z$%w?<|!fT|w̠EM=T olJg Ssr!7 @ {7l]6V C@РQ- eCkKݤ,T@ۑQMD֜F)bQt1JRbU!'*oLp8oT1%ŖIz=,7~gRq2Bg3%[]8H*/@oOIՀ 5ߪۺl+LRuwjj\:KoM!V=dҙ'$qg2Ž̴u>,Q|Me!&}}:zn\0Z8X 57ߪ'8pkzƪ)ut+s/Wy=Wg7SMdvXTۙHjw@9oV:&Q5gzP*a2%psBř--JSr̤C km! ${->)}k…rd|lIϐ3JO oȬXDuaEb>]:Rz%×bte'nY,lTYiz4~ JF2xR~W%)*au]j;2Nظ,,N0ŽCl⫊R5ٹ8˗OsVr{vHeYMzY n&) %bB]<@`2qx. iOW!ym`3sz2vPĠV2pfB,GRK4/h2ރAѺq:LB)žIxSp4S3NjnbF΂wI"zEZL=K Hyc&GO!e{gcQ*"iMtWj7  Hcr!Lu+Wcd #FQGOniqU=O1? Nj1T WSFt1&+g#x}cl܅3_n$/-DkVuA7# ҋS2ÏŐ8("w2D [fa2υČ8KIN-d WA%8l|%%]j͐go{#o=r0upX=լ>=u{ B[+>]1r 7kNB}f !Yn(:eKħJiHR]Pe{ؾw9^z*xyпbOct@kl`y_J(>lmi*Qڤ6T渰eW杫s̃wʖH@&oҢs9C[25j50c*\F:b3-;ySgޙ .vݤ?dt#Z4bEx6gpͯsiԝfH4CۉJ]녅nT xt\6ɲTp%L8RCsl;=!@vr^GעI9|voX;o:c/H!vs$+ʀwx2]I純gM_`^rl}Ckߢ<Hf ϝ^h/3ɯݎja[^DZ9+k'7S=F[Jp0t~Dn 'j-ALY츆گcƂGZ |y` ;wh?QcׁML"U giҗ).CR(]IVŬO}+uɏEݝ#`xY?R(c rŭ(JSoi &0'8/J71qZ$E)k45>?]@Ĥui\UfW X,f̃dвPO \&R!wr/ϣN^N+d&nftsy9Cb؍P`fcsټLOH84ižp^{ƧAW 2?p&\tkZ]ITs3O6W% %2£I"C9TPjD eD!m0u4MH'[x!%v>*{9^@.25g00W_JfN-?dKc}*UǽPvMh<~[;wwn" [G =N ֩ZE%?Ed@2姾EXw2aF-#{k}>*FUͲQ;+ijCD[4-OjVUQr%\f^-$ϷJg[I4b5Ray(3-UMM*u-^g2۠)[V8>א.KНe( ԲOvO?) ,PǣuR% %^TZ@s@m&,^'n"W(Ex5TgW^եj,۫pGATT/kT\)rcȤ@4TS'(u/(s6G_B6)MW.,a2RsZêS8Sܰ^EM]W$ iڏ55j_apωY0:1=~fk *tx#l,[XFB ǖڃ_gRAsc>YbNO{x-3h^FH)8+#N.G #Ӄ^0>mIeږӪM6 ڳł \S3;~2N~ǭz$;~Bv~Zm6Kڐ'?mgnp ScfυC.&JA斵n:PWF,ϥ$@ps|xY/_L 2Hkyi?!*A{B!GǘaYPZeרTmp$ "TgOz}yi@qJxxܞvXkq̏ǡxObd7kp{ߕRfɊ[*Fӵ:TZkS&9p"W`K9,*AVo7B̏,J.¯y!HC\ 2lEz Fhh {0ݹLXNe3x];Qh0}*`3}nd">$/)CܶyB .̌đzWSX17|Zd Km#N{d%ZZjFwNgbCPo8!7#䤸⿉Vbꑠ2oD}DU4N%1Qv uu}9ϷBj"&%=aGb*JMUi}3*kU) "WpX#S}7 ޝef wlb\%Wf ض#a߱# vs:# ӑqbn]:w( H G9fr+s['Li@6-<8Ug>|Tȁn[uFau|CHq_X("UYCzLU\w%C}ںA H 2H'8@Ll]D,oTٺy C)IsDxBQQ &Gú霹lL1;=(Y<x~{ oTb~ɘ=b~C~͒>금s·|H#B9zqBqJBC@ޟw+3 B&VQ>t)wL5ӿcJR%C83 72@RLV oJӻEONSTc,$E5X@coTԖ&7"bv, $KD}B/nw 2 ypzN,ŎØhcv-F晪|XwpHY<+H˄GLtfC'j^}1SNCX$[GcӎN@(Pu T2L3CXOnUYBҗyj1S8NK| *ОXZ࿇>=oJH pTpбUY`p)NˆNoruE?+(9KH%I%1]-\v0^ѲD*LHumtAmORY 1-p =@F,Lqì`HwhFT]6{Ib EN>@rMn 08wBa̫[xZiS,֑jc,oXf|!{:<߄DA4 4KyO#LcrC2E;?@tj*FtJ\]-'S ;5imU 7+I!čEYD ]@٘*(8Y/e)B`aޛnYIYuH-_8_CMp-O&Fn#Mg=6rɤ E VSd.}@lo9p~-ˁ s<5 @'q [<+#G#i7nb{ʨT::鱰{٫>G2*TS'W8έgnst& P@Ay%7oe쁽ޕNDcF/z"a,L7\UW1fBұA,d9fw,3p?TZ/r&fܻh z.躀@Ң3)̘\&ݺjGٱcDG;캞AA?I)&-}A'~a|#i腋MI7!6$nqe=x@s:qOg+9cïF-f4(5Զ Vk< cVL&2{^8V4Sua²Wo4JY"6RQ#349Q=:vX@U)Tǀ+ !>+{Rօx V-GǑҟ'Gq2hr(a2o55vbEe#LJJ\࡟x×CRU*6:hY3\H7oRUFaI#ڶTBrثr6M_eUGŅYܭC%`Ag U+;78A ɱ2bYAO!K|σɾoL):14!"|-%JvtQC@r_2M`;RVぢ2-$7l޼HL\"nk2P:L_ᾤѮ[0цvg,uE.)}`CyfPLxO(U*KJC|sKS"'LVt 8.30㳋p*'Cw!N@`d- $4i SȬm/߫]@/,w?*-Ц`={eE)T-sX~;6"2I-4^_c_ˑ1J $W{WP3?9#&p''0եp$@fV-,һbo ?JhyDP?r+_jT /7zzՕ>MP/BtzHd7KBҠ;'tBr{M{t?^mܷz|{Jq=QݪC ˂ s=4u^wvxE v:5vp K77Fb#܉4g~@3ȀA1SFɊ@N]3Y[h.hc̑-tz/mn/6qi^VS"7W#uvMϷA}j! 3NMk {MsT Q.)@; Dd@l@ ydXEP"|ǯ>X%,4k G|:=?A2ȆX:e8TJsUHsUv'ɑ i[留'2!ˬg#8b"@٠i-9uEq^901Vv\դ#2 $^{NQ$ZLت1m5XO){frufcߪ|WJs7ThPEiq[VL70PfC@M36dƇ"ͥxBELLz2~M+A\6d0+Ѫ4O53zR׃`+OKI%)N܇U‘rcQrd/vBWƈVMN/Bc2nnqw) 74uK,j$f$hOC[\Ը&Z c~Au0maLU\uۚW{TɴpkwSsvtFhxKcpj5Gp#Q 1e5Vw+?MȢD٬Lj̙X!b-,LkxaYx8Ăv82:ԷW&= H4nQ +`/OFci }:$R.g.L ]ZQH|\x*YDEf &A>` rJ Iۘl1u"(&]^HbƩlغ@ g`4G [;5 },d<#Q@ $F9r-`] =*wRvRRAnx%~̥6`ħ[@T@aM1(͊Zg mSj$C_!b,ZRfQ*_e@.nL<8qe5b4HM(>DZe2NԊ9Neq>TO='/uwܻwrJ*|{ V- m@G&U"Ġ[}y3יSԩ3*[%Y?uebIƷc\dRSs8n@eA [<6i{$M57ZOLo%(%t),-t΢bA+ O0Fi1>Ro(Sq芀{h?3e2AO K3 6b<@ϼ8mbGhbѪum 728Id/Uo,NzW中Pި% m9fNص녣~DVE3UFjTUܨT"p=iXAU]xn$V5ol baH6fV\%nqCnϨ s33jm,ê8h'ecB1`AϠ"y%2ha1sXKW߬Ux&T+I+ x.Tpp{T&E'/#'1?fS\َP\0hy[I lC^N!TQQsZHflPf ݝ0RwfZ{p+N',@$T?j9t3UE&0xߥ*U}CMSuӔME %Mx`qR9.X:]vA䅧*|eyT}&o?aځm'Y03E]HU?cLțگ^T"~.y;87U]zC>6x@R`YEۢHt{'F6W[ྔlkMn 8(Bc:sdR;|j:落AJ4j*Ob(k߅!=mN2P-] bdZHXaN]<ٞ`F$f $msq|ifyp3XT>;OcOy~"{AP3ߨz ?tfKdc%ظd64[YhXqqb$HajRfz#SAˣ ?9S\DE_xaH^Jcyy7eL=;>/;l}\׍¶wxF)0&aJr%(wcb讍v.`iaXmHÝY/R;MʢG E?`yʍkGK$lBI&BʋO=QdF~Q 뵟U=y1֒ Cxծ ڽ@5U4xR +yb=Ycw lΩ'Cu djk iD(e|"`|1?DX/FGUN\) UZ|tnMW C*XUtcS0bqMg꯿ 1XFls>vhJrcI*%9+QmiG A =sQm7.Ro՝J+)gv Nu{ĦzF{,-cBnȰ"tQw 5ĜFZv$>Wݨ,n,'@`-gxL|;h Amu?\HmtͰq12kߎn:7YIbZݨ.JS^ dž,4 Iqu{O= >o"]-TxDytrg{/D&^Qt% &^<1Չ⍦irQul կ ŽDu`=l=ASv N lsfoGb^F۩WT9O]!1ml")cid*!y@h~!ћ)LiJ؄!WmKʿj[Y9ۭPVra\eRPӪtM] V7_]N)d* 2>,rp)v 0oaЄ,MᨵA!y@Bw9%g +IJhAezv7֩Qxv 3FXn9ֽnLWDӲj~¼g 8g !ϲL@P\-p&6^xé̐0˔VCkI0{s-w/ 5RW[/%V4 ?4 "#ӣ#zsie&6 ٠  wSYo^q!ý<U D+SzL}gՏHP:Yu1`b nIiD|5Q>λ!TĤLTwyO)i3($)0+fxiM:%ʙxsgVcԲq K8+(e;imn~"Sfj!,DIjQ!b\pr12;;~!M'Ǧ>4;[IJ2Qݾt>&WȯߧLr,b\aO}lnT?M)zebzIZV ͐>$ZV<,m rXdag @zuʡQ]eZ6xX‘߸7,YuZ# X#y;/D&%n}6:E)@V D5)7W_{˄)uQzGBQVaR HsGj (9Wz܄Ͷ YZ