|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
Name: libxcrypt
|
|
Name: libxcrypt
|
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
|
-Version: 4.4.19
|
|
+Version: 4.4.24
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -55,7 +55,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
# Hash methods and API supported by libcrypt.
|
|
# Hash methods and API supported by libcrypt.
|
|
# NEVER EVER touch this, if you do NOT know what you are doing!
|
|
# NEVER EVER touch this, if you do NOT know what you are doing!
|
|
%if %{with new_api}
|
|
%if %{with new_api}
|
|
-%global hash_methods fedora,glibc,strong
|
|
+%global hash_methods all
|
|
%global obsolete_api no
|
|
%global obsolete_api no
|
|
%if %{with compat_pkg}
|
|
%if %{with compat_pkg}
|
|
%global compat_methods glibc
|
|
%global compat_methods glibc
|
|
@@ -116,6 +116,9 @@ BuildRequires: glibc-debuginfo
|
|
# We need a version of glibc, that doesn't build libcrypt anymore.
|
|
# We need a version of glibc, that doesn't build libcrypt anymore.
|
|
Requires: glibc%{?_isa} >= 2.26.9000-46
|
|
Requires: glibc%{?_isa} >= 2.26.9000-46
|
|
|
|
|
|
|
|
+# libxcrypt >= 4.4.22 is not compatible with pam < 1.5.1-2
|
|
|
|
+Conflicts: pam < 1.5.1-2
|
|
|
|
+
|
|
%if 0%{?fedora} >= 30
|
|
%if 0%{?fedora} >= 30
|
|
Recommends: mkpasswd
|
|
Recommends: mkpasswd
|
|
%endif
|
|
%endif
|
|
@@ -198,7 +201,7 @@ discouraged.
|
|
|
|
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
|
-Group: system
|
|
+Group: system,legacy
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
libxcrypt is a modern library for one-way hashing of passwords. It
|
|
libxcrypt is a modern library for one-way hashing of passwords. It
|
|
@@ -229,7 +232,7 @@ that have been provided by glibc's libcrypt.so.1.
|
|
|
|
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development files for cpmpat32-%{name}
|
|
Summary: Development files for cpmpat32-%{name}
|
|
-Group: programming
|
|
+Group: programming,legacy
|
|
|
|
|
|
Requires: %{name}-devel == %{version}-%{release}
|
|
Requires: %{name}-devel == %{version}-%{release}
|
|
Requires: compat32-glibc-devel
|
|
Requires: compat32-glibc-devel
|
|
@@ -381,6 +384,9 @@ done
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.4.24-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.4.19-1
|
|
* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.4.19-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|