libcrypt1-4.4.15-150300.4.7.1<>,(\ex^rv}a;/ʳZ9 ٴ?ul : Q0a?b>fTgݬV֧pwuL-tD5w}<Ư5]Yjt6沉P?|m췑 f_UvO4S\:$TgaUJƷW]]tbߒY[?/wƑ-ںpY1~;p[\?>@?d   Ya w       L    L |   L d  V (w89: >+@:FIG` H I X Y \$ ]T ^bOcd|eflu vw x y z,<@FClibcrypt14.4.15150300.4.7.1Extended crypt library for DES, MD5, Blowfish and otherslibxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes, and provides the traditional Unix 'crypt' and 'crypt_r' interfaces, as well as a set of extended interfaces pioneered by Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', 'crypt_gensalt_rn', and 'crypt_gensalt_ra'.exLGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domainhttps://www.suse.com/System/Librarieshttps://github.com/besser82/libxcryptlinuxppc64le :Hf %TgסA큤A큤ex<~ex<~ex<~ex<^Uu^Uu^Uu^Uu^Uuex<^Uu^Uu7a5c9d3a17b23d0bf77eda3e03d785c08f86264d44f31c654e05a0b4ce3195196d1e45c055b6d9e9bf4e9521419eb3dee4ca42a02dd4d824beaaad476dacfdca1f225b551aacf19beedae7bf1bbeae4495fdbeec1804611a9b06e9d8623b5332c1493ff827f00ef49a994584fcbfbf0f25445ebb909845f0fa1eed3789e18fdc0a0c3a0b671ce1dba142c050b9a31eb86b5edea968f3bce0eac18977b1faf0f5dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5510b40c8b2cee6df087fa71d200371b4cc7c947db0f05e8d3fd121aed15d77470alibcrypt.so.1.1.0libcrypt.so.1README.mdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibxcrypt-4.4.15-150300.4.7.1.src.rpmlibcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.17)(64bit)libcrypt.so.1(OW_CRYPT_1.0)(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libcrypt.so.1(XCRYPT_4.3)(64bit)libcrypt.so.1(XCRYPT_4.4)(64bit)libcrypt1libcrypt1(ppc-64)libowcrypt.so.1()(64bit)libowcrypt.so.1(OW_CRYPT_1.0)(64bit)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3exK@`_N7^\@^2@^(9@]+]@] u@\k\eX@[@[j@[h8@[a[WZpgajdos@suse.comdmueller@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.demliska@suse.czschwab@suse.demliska@suse.czschwab@suse.deschwab@suse.dejengelh@inai.deschwab@suse.deschwab@suse.deschwab@suse.de- fix variable name for datamember in 'struct crypt_data' [bsc#1215496] - added patches fix https://github.com/besser82/libxcrypt/commit/b212d601549a0fc84cbbcaf21b931f903787d7e2 + libxcrypt-man-fix-variable-name.patch- add compatibility provides for Step 15 as well (bsc#1181571)- Add compatibility provides for SLE15- Update to version 4.4.15 * The compatibility symbols crypt_gensalt_r, xcrypt, xcrypt_r, xcrypt_gensalt, and xcrypt_gensalt_r are deprecated further * Speed up ka-sunmd5 by skipping most of the test phrases - Package README.md and TODO.md (bsc#1165389)- Update to version 4.4.12 * Another fix for GCC v10.x, which occurs on s390 architectures only.- Update to version 4.4.11 * Fixes for GCC v10.x * Change how the known-answer tests are parallelized - gcc10.patch: remove- gcc10.patch: fix build with gcc10 (bsc#1158192)- Update to version 4.4.10 * Fix alignment problem for GOST 34.11 (Streebog) in gost-yestcrypt. * The crypt_* functions will now all fail and set errno to ERANGE if their 'phrase' argument is longer than CRYPT_MAX_PASSPHRASE_SIZE characters (this is currently 512) * The NT hashing method no longer truncates passphrases at 128 characters; Windows does not do this. - format-overflow.patch: remove- Disable LTO due to symbol versioning (boo#1138833).- format-overflow.patch: Fix -Werror=format-overflow- Update to version 4.4.3: * Add libxcrypt.so, libxcrypt.a and xcrypt.h. * Add new man3 manual pages.- Set compatibility level to suse- Add conflicts with glibc-devel < 2.28- Fix RPM groups for Factory.- Update to libxcrypt 4.1.0 * Fix spelling of SUSE. * Lower the minimum required automake version to 1.14. * Fix build with USE_SWAPCONTEXT turned off. * Extend --enable-weak-hashes configure option to accept optional "glibc" parameter. * Fix the leak of obtained random bytes. * Check expected output strings for deterministic methods. * Fix memory leak in crypt_sha1_rn. * Fix read of random bytes out of bounds in gensalt_sha1_rn. * Make it possible to disable individual hashes at configure time. * Make salt validation pickier. * Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation. * Make crypt_gensalt for $sha1 deterministic. * Fix incorrect output-size computation in crypt_sha1_rn. * Add docs for SHA1, MD5/Sun, NTHASH. * Introduce CRYPT_GENSALT_IMPLEMENTS_* feature test macros. * Install libcrypt.pc symlink along with libxcrypt.pc. * Extend --enable-obsolete-api configure option. * Extend overall test coverage.- Update to libxcrypt 4.0.1- ABI compatible replacement for libcypt from glibc/sbin/ldconfig/sbin/ldconfignebbiolo 1702378680 4.4.15-150300.4.7.14.4.15-150300.4.7.1libcrypt.so.1libcrypt.so.1.1.0libowcrypt.so.1libcrypt1AUTHORSNEWSREADMEREADME.mdTHANKSlibcrypt1COPYING.LIBLICENSING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libcrypt1//usr/share/licenses//usr/share/licenses/libcrypt1/-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:31876/SUSE_SLE-15-SP3_Update/5561bd9c2217d679b5af5178879259ae-libxcrypt.SUSE_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e940316e43059a36af27b9aad9964103111477c, strippeddirectoryUTF-8 Unicode textASCII text PPPPPPPPPPRRR:Ase;)eԧutf-8ea8aee1c864c76c31b138b85f0e98bf2a94a21c1d77f8860e863ab85f1287904?7zXZ !t/ U]"k%adGd|0 _ɍ*WFZS"X=$aK2UճkYM/2?NՀhg݉=J&#G;d'.^dI+3Sw,mM$o2Yl JtQQ_9am֊$NnԻW=7%MZߡ8t`@mc|z Ɨ_+69wYf?t/(b!ܩ^&"T+)hڴUfrX k7-4rJȟ_Q@-.Gx]8/d3 E jWLK7H]9xzy:$4= gpFe 1OEwܓ9RMh|0Kj+H7h'hP""}M{&OհujPv"Md=$s҄YF 4l*HEWM1jjh>P~\cMp U_=Wj5iKP tb'PlX ˋ(l\r=}y8=\JԼZ.\<(Z(hyƕ? ^EBJeJfj*z.{ܨk\8eeVm)tv%>DԘUmO+^qe3TwP7Fo?R88ɳTD;2pO,$>}/M\FglAbMfN^]&2.Vk 2U߄؎>xE-Ț9!ڶeL {Kotʡ>:v,A,Z.YOkZ}眔mVy*\ijBPw0^D Gi8x8ߓb/w-9EmI",1EU8XFֶ[sH۷ʳ|6E|F;p)ꌸD. AwM96>ޓb5c8'8$L]WM_n!u2F{F.g2FIݥٰS& 3~Iu+Ro 8`^Q !QXxn挈\e篫T/) V#]G Cg? |twzI ݇@._Z ]J xF94(o֏A T~T*^qB NaNs&gbio- Gp ʓhtֱR'5Rsj.Eik 0LNK \kC?R/C[ëJBcRI pf/]ϻK?9 =Guȯ[t>˄%rq.n;&ه ᛄd)'z5'cŁڑݶ^boxO2;H[unGtW\<+ALpwZ%,S׊/= uLڹwcEܻroGȡi@xpn, R,;S%no++2qM4GAwK$8/Z e%UZ]/Pz/RKEj, B첌0fA=NL_QV5/7m֜ YZ