Przeglądaj źródła

openssh-8.8p1-1

Tomohiro "Tomo-p" KATO 2 lat temu
rodzic
commit
97b8e76b9f
1 zmienionych plików z 7 dodań i 5 usunięć
  1. 7 5
      o/openssh/openssh-vl.spec

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

@@ -56,7 +56,7 @@
 Summary: The OpenSSH implementation of SSH.
 Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
 Name: openssh
-Version: 8.7p1
+Version: 8.8p1
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: network
 Vendor: Project Vine
@@ -274,10 +274,7 @@ autoreconf
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
-%if %{rescue}
-CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
-%endif
+CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden"; export CFLAGS
 %if %{pie}
 %ifarch s390 s390x sparc sparc64
 CFLAGS="$CFLAGS -fPIC"
@@ -297,6 +294,8 @@ export LDFLAGS
 	--with-default-path=/usr/local/bin:/bin:/usr/bin \
 	--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 	--with-privsep-path=%{_var}/empty/sshd \
 	--disable-strip \
+	--without-zlib-version-check \
+	--with-ssl-engine \
 	--with-ipaddr-display \
 	--with-pie=no \
 	--enable-vendor-patchlevel="VL-%{version}-%{release}" \
@@ -550,6 +549,9 @@ fi
 
 
 %changelog
+* Fri Oct 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.8p1-1
+- new upstream release.
+
 * Fri Aug 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.7p1-1
 - new upstream release.
 - updated Patch0.