From 33fea6aedab211fc80a05582dea76b9295c7a733874b97643ee95bde487b8c48 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 2 Mar 2020 10:35:29 +0000 Subject: [PATCH] Accepting request 780881 from home:Andreas_Schwab:Factory - 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) OBS-URL: https://build.opensuse.org/request/show/780881 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=23 --- libxcrypt-4.4.12.tar.gz | 3 --- libxcrypt-4.4.15.tar.gz | 3 +++ libxcrypt.changes | 9 +++++++++ libxcrypt.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 libxcrypt-4.4.12.tar.gz create mode 100644 libxcrypt-4.4.15.tar.gz diff --git a/libxcrypt-4.4.12.tar.gz b/libxcrypt-4.4.12.tar.gz deleted file mode 100644 index 5d23c98..0000000 --- a/libxcrypt-4.4.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9c03ed4d4b5b3db427b579e10fc32d186ac9823f2a219ff1f14bd653f004e2 -size 493620 diff --git a/libxcrypt-4.4.15.tar.gz b/libxcrypt-4.4.15.tar.gz new file mode 100644 index 0000000..087f93e --- /dev/null +++ b/libxcrypt-4.4.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcdef03bc65f9dbda742e56820435b6f13eea59fb903765141c6467f4655e5a +size 480586 diff --git a/libxcrypt.changes b/libxcrypt.changes index e8c7580..32e6e9d 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 2 09:50:17 UTC 2020 - Andreas Schwab + +- 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) + ------------------------------------------------------------------- Thu Jan 30 13:34:00 UTC 2020 - Andreas Schwab diff --git a/libxcrypt.spec b/libxcrypt.spec index d3c49b2..690bbd9 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -17,7 +17,7 @@ Name: libxcrypt -Version: 4.4.12 +Version: 4.4.15 Release: 0 Summary: Extended crypt library for DES, MD5, Blowfish and others License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain @@ -116,12 +116,12 @@ find %{buildroot}%{_libdir} -name '*.la' -print -delete %files -n libcrypt1 %license COPYING.LIB LICENSING -%doc AUTHORS NEWS README THANKS +%doc AUTHORS NEWS README README.md THANKS %{_libdir}/libcrypt.so.* %{_libdir}/libowcrypt.so.* %files devel -%doc TODO +%doc TODO TODO.md %{_libdir}/libcrypt.so %{_libdir}/libxcrypt.so %{_libdir}/libowcrypt.so