Tomohiro "Tomo-p" KATO hace 3 años
padre
commit
c2793213ff
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      n/nsd/nsd-vl.spec

+ 9 - 1
n/nsd/nsd-vl.spec

@@ -4,7 +4,7 @@ Summary: Fast and lean authoritative DNS Name Server
 Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
 Name: nsd
 Version: 4.3.7
-Release: 1%{?_dist_release}%{?with_systemd:.systemd}
+Release: 2%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -18,6 +18,10 @@ Source10: nsd.service
 Source11: nsd-keygen.service
 Source12: tmpfiles-nsd.conf
 
+# for OpenSSL 3.0.x
+# https://github.com/NLnetLabs/nsd/commit/d55d8681a54e4d716dc0fa40bb51c370d65509ac
+Patch1: nsd-ossl3.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: flex, libevent-devel, openssl-devel
 Requires(pre): shadow-utils
@@ -48,6 +52,7 @@ NSD に関する詳しい情報は REQUIREMENTS ドキュメントを参照し
 
 %prep
 %setup -q
+%autopatch -p1
 autoreconf -vif
 
 
@@ -185,6 +190,9 @@ fi
 
 
 %changelog
+* Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.7-2
+- rebuilt with openssl-3.0.0.
+
 * Fri Jul 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.7-1
 - new upstream release.