|
@@ -23,7 +23,7 @@ print(string.sub(hash, 0, 16))
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
|
Name: openssl
|
|
|
-Version: 3.1.4
|
|
|
+Version: 3.1.6
|
|
|
Release: 1%{_dist_release}
|
|
|
Group: system,security
|
|
|
Vendor: Project Vine
|
|
@@ -32,9 +32,6 @@ Packager: daisuke, iwamoto
|
|
|
|
|
|
License: BSDish
|
|
|
URL: https://www.openssl.org/
|
|
|
-# We have to remove certain patented algorithms from the openssl source
|
|
|
-# tarball with the hobble-openssl script which is included below.
|
|
|
-# The original openssl upstream tarball cannot be shipped in the .src.rpm.
|
|
|
Source: https://www.openssl.org/source/openssl-%{version}.tar.gz
|
|
|
Source2: Makefile.certificate
|
|
|
Source6: make-dummy-cert
|
|
@@ -157,7 +154,7 @@ Patch114: 0114-FIPS-enforce-EMS-support.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: perl, sed
|
|
|
-BuildRequires: zlib-devel, krb5-devel
|
|
|
+BuildRequires: pkgconfig(zlib), krb5-devel
|
|
|
BuildRequires: lksctp-tools-devel
|
|
|
|
|
|
Requires: mktemp
|
|
@@ -251,8 +248,7 @@ supported by OpenSSL.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -q -n %{name}-%{version}
|
|
|
-%autopatch -p1
|
|
|
+%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -505,6 +501,12 @@ install -m644 %{SOURCE9} \
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.6-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Wed Jan 31 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Oct 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.4-1
|
|
|
- new upstream release.
|
|
|
|