diff --git a/libxcrypt-4.4.17.tar.gz b/libxcrypt-4.4.17.tar.gz deleted file mode 100644 index a19abe4..0000000 --- a/libxcrypt-4.4.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7665168d0409574a03f7b484682e68334764c29c21ca5df438955a381384ca07 -size 519096 diff --git a/libxcrypt-4.4.18.tar.gz b/libxcrypt-4.4.18.tar.gz new file mode 100644 index 0000000..e1f01a2 --- /dev/null +++ b/libxcrypt-4.4.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3801f0263a8596b15ec466343fc1fdc4ad4ec7416c51e038a3528fd47f3be01a +size 529383 diff --git a/libxcrypt.changes b/libxcrypt.changes index 34202d4..08a947c 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 22 10:41:24 UTC 2021 - Andreas Schwab + +- Update to version 4.4.18 + * Fix conversion error in lib/alg-gost3411-core.c + ------------------------------------------------------------------- Tue Sep 1 14:47:37 UTC 2020 - Andreas Schwab diff --git a/libxcrypt.spec b/libxcrypt.spec index f946dac..a24c95d 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,7 +1,7 @@ # # spec file for package libxcrypt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: libxcrypt -Version: 4.4.17 +Version: 4.4.18 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 +License: BSD-2-Clause AND GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain Group: Development/Libraries/C and C++ URL: https://github.com/besser82/%{name} Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -40,7 +40,7 @@ Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', %package -n libcrypt1 Summary: Extended crypt library for DES, MD5, Blowfish and others -License: LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain +License: BSD-2-Clause AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain Group: System/Libraries # Compatibility provides to help the transition from libowcrypt.so.1 # to libcrypt.so.1, which provides all symbols of the former @@ -63,7 +63,7 @@ Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', %package devel Summary: Development files for %{name} -License: LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain +License: BSD-2-Clause AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain Group: Development/Languages/C and C++ Requires: libcrypt1 = %{version} Requires: pkgconfig @@ -76,7 +76,7 @@ developing applications that use %{name}. %package devel-static Summary: Static library for -static linking with %{name} -License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain +License: BSD-2-Clause AND GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} Requires: glibc-devel-static @@ -88,7 +88,6 @@ This package contains the libxcrypt static libraries for -static linking. You don't need this, unless you link statically, which is highly discouraged. - %prep %autosetup -p 1