[packages/openssh] Up to 10.1p1
arekm
arekm at pld-linux.org
Mon Oct 6 16:03:25 CEST 2025
commit 372f862ce69731c2923d31c590f7adf3f56285b3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Oct 6 16:03:14 2025 +0200
Up to 10.1p1
openssh-ldap.patch | 8 ++++----
openssh-sigpipe.patch | 8 ++++----
openssh.spec | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 1c2c262..97e4200 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -36,13 +36,13 @@ Summary(pt_BR.UTF-8): Implementação livre do SSH
Summary(ru.UTF-8): OpenSSH - свободная реализация протокола Secure Shell (SSH)
Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
Name: openssh
-Version: 10.0p1
-Release: 6
+Version: 10.1p1
+Release: 1
Epoch: 2
License: BSD
Group: Applications/Networking
Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
-# Source0-md5: 689148621a2eaa734497b12bed1c5202
+# Source0-md5: 80dd9bb00a86519934710d05903fdf07
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: 66943d481cc422512b537bcc2c7400d1
Source2: %{name}d.init
diff --git a/openssh-ldap.patch b/openssh-ldap.patch
index 640b7ff..d75996c 100644
--- a/openssh-ldap.patch
+++ b/openssh-ldap.patch
@@ -122,7 +122,7 @@ diff -ruN openssh-9.8p1.orig/Makefile.in openssh-9.8p1/Makefile.in
SSHD_SESSION=$(libexecdir)/sshd-session
SSHD_AUTH=$(libexecdir)/sshd-auth
SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper
-@@ -68,10 +70,11 @@
+@@ -74,10 +74,11 @@ LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDF
EXEEXT=@EXEEXT@
MANFMT=@MANFMT@
MKDIR_P=@MKDIR_P@
@@ -131,10 +131,10 @@ diff -ruN openssh-9.8p1.orig/Makefile.in openssh-9.8p1/Makefile.in
.SUFFIXES: .lo
-TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) sshd-session$(EXEEXT) sshd-auth$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT) ssh-sk-helper$(EXEEXT) $(SK_STANDALONE)
-+TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) sshd-session$(EXEEXT) sshd-auth$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT) ssh-sk-helper$(EXEEXT) $(SK_STANDALONE) ssh-ldap-helper$(EXEEXT)
++TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) sshd-session$(EXEEXT) sshd-auth$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT) ssh-sk-helper$(EXEEXT) ssh-ldap-helper$(EXEEXT) $(SK_STANDALONE)
- XMSS_OBJS=\
- ssh-xmss.o \
+ LIBOPENSSH_OBJS=\
+ ssh_api.o \
@@ -163,8 +166,8 @@
SFTP_OBJS= sftp.o sftp-usergroup.o progressmeter.o $(SFTP_CLIENT_OBJS)
diff --git a/openssh-sigpipe.patch b/openssh-sigpipe.patch
index 64d8616..8991ecc 100644
--- a/openssh-sigpipe.patch
+++ b/openssh-sigpipe.patch
@@ -11,15 +11,15 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/clientloop.c openssh-8.4p1/clientloop.c
/*
* Name of the host we are connecting to. This is the name given on the
* command line, or the Hostname specified for the user-supplied name in a
-@@ -1301,6 +1304,8 @@ client_loop(struct ssh *ssh, int have_pt
+@@ -1518,6 +1518,8 @@ client_loop(struct ssh *ssh, int have_pt
ssh_signal(SIGQUIT, signal_handler);
if (ssh_signal(SIGTERM, SIG_IGN) != SIG_IGN)
ssh_signal(SIGTERM, signal_handler);
+ if (enable_sigpipe)
-+ signal(SIGPIPE, signal_handler);
++ ssh_signal(SIGPIPE, signal_handler);
ssh_signal(SIGWINCH, window_change_handler);
-
- if (have_pty)
+ #ifdef SIGINFO
+ ssh_signal(SIGINFO, siginfo_handler);
diff -urNp -x '*.orig' openssh-8.4p1.org/ssh.0 openssh-8.4p1/ssh.0
--- openssh-8.4p1.org/ssh.0 2020-09-27 09:42:10.000000000 +0200
+++ openssh-8.4p1/ssh.0 2021-03-01 11:29:10.909905265 +0100
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/372f862ce69731c2923d31c590f7adf3f56285b3
More information about the pld-cvs-commit
mailing list