automatic version update by autodist [release 8.5p1-1mamba;Mon Mar 22 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:15:57 +01:00
parent 322b51a0d2
commit 4480b59115

View File

@ -6,14 +6,14 @@
%define with_selinux 0 %define with_selinux 0
Name: openssh Name: openssh
Version: 8.4p1 Version: 8.5p1
Release: 2mamba Release: 1mamba
Summary: OpenSSH free Secure Shell (SSH) implementation Summary: OpenSSH free Secure Shell (SSH) implementation
Group: Network/Security Group: Network/Security
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.openssh.com/ URL: https://www.openssh.com/
Source0: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz Source0: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
Source1: openssh-pamdconf Source1: openssh-pamdconf
Source2: openssh-sshd-makecerts Source2: openssh-sshd-makecerts
@ -53,7 +53,6 @@ BuildRequires: coreutils
BuildRequires: libwrap-devel BuildRequires: libwrap-devel
BuildRequires: libopenssl >= 1.0.1c BuildRequires: libopenssl >= 1.0.1c
BuildRequires: glibc-devel >= 2.31 BuildRequires: glibc-devel >= 2.31
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# NOTE: # NOTE:
# see http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html # see http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
@ -84,10 +83,10 @@ To make this package useful, you should also install openssh-clients, openssh-se
Summary: OpenSSH Secure Shell protocol clients Summary: OpenSSH Secure Shell protocol clients
Group: Network/Security Group: Network/Security
Provides: openssh-client Provides: openssh-client
Obsoletes: openssh-client Obsoletes: openssh-client < 8.5p1
Requires: openssh-common = %{?epoch:%epoch:}%{version}-%{release} Requires: openssh-common = %{?epoch:%epoch:}%{version}-%{release}
Provides: openssh Provides: openssh
Obsoletes: openssh Obsoletes: openssh < 8.5p1
%description clients %description clients
SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine.
@ -130,7 +129,7 @@ A Gtk2 SSH passphrase requester.
%ifarch arm %ifarch arm
%patch1 -p1 %patch1 -p1
%endif %endif
%patch2 -p1 #%patch2 -p1
%build %build
# note: --with-rand-helper unneeded for Linux # note: --with-rand-helper unneeded for Linux
@ -302,6 +301,9 @@ exit 0
%{_libexecdir}/openssh/ssh-askpass %{_libexecdir}/openssh/ssh-askpass
%changelog %changelog
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 8.5p1-1mamba
- automatic version update by autodist
* Sat Feb 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.4p1-2mamba * Sat Feb 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.4p1-2mamba
- added seccomp-sandbox patch to fix crash seen on x86 (see https://bugzilla.redhat.com/show_bug.cgi?id=1897712 ) - added seccomp-sandbox patch to fix crash seen on x86 (see https://bugzilla.redhat.com/show_bug.cgi?id=1897712 )