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