Browse Source

openssh-8.8p1-3

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
25968ecbb4
1 changed files with 7 additions and 1 deletions
  1. 7 1
      o/openssh/openssh-vl.spec

+ 7 - 1
o/openssh/openssh-vl.spec

@@ -57,7 +57,7 @@ Summary: The OpenSSH implementation of SSH.
 Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
 Name: openssh
 Version: 8.8p1
-Release: 2%{_dist_release}%{?with_systemd:.systemd}
+Release: 3%{_dist_release}%{?with_systemd:.systemd}
 Group: network
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -287,6 +287,9 @@ export CFLAGS
 export LDFLAGS
 %endif
 
+# for glibc-2.34 on older kenel
+export ac_cv_func_closefrom=no
+
 %configure \
 	--sysconfdir=%{_sysconfdir}/ssh \
 	--libexecdir=%{_libexecdir}/openssh \
@@ -549,6 +552,9 @@ fi
 
 
 %changelog
+* Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.8p1-3
+- built with workaround for glibc-2.34 on older kernel.
+
 * Sat Oct 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.8p1-2
 - rebuilt with openssl-3.0.0.