From b7b728b3462c422a11061df67e1430ca0d2ee9aa Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 15 Oct 2023 14:18:38 +0200 Subject: [PATCH] - updated to 9.5p1 --- openssh-sigpipe.patch | 14 +++++++------- openssh.spec | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/openssh-sigpipe.patch b/openssh-sigpipe.patch index c4378f4..64d8616 100644 --- a/openssh-sigpipe.patch +++ b/openssh-sigpipe.patch @@ -73,17 +73,17 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ssh.c openssh-8.4p1/ssh.c usage(void) { fprintf(stderr, --"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]\n" -+"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYyZ] [-B bind_interface]\n" - " [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]\n" - " [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]\n" - " [-i identity_file] [-J [user@]host[:port]] [-L address]\n" +-"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address]\n" ++"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYyZ] [-B bind_interface] [-b bind_address]\n" + " [-c cipher_spec] [-D [bind_address:]port] [-E log_file]\n" + " [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]\n" + " [-J destination] [-L address] [-l login_name] [-m mac_spec]\n" @@ -699,7 +699,7 @@ main(int ac, char **av) again: while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx" -- "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) { /* HUZdhjruz */ -+ "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYyZ")) != -1) { /* HUZdhjruz */ +- "AB:CD:E:F:GI:J:KL:MNO:P:Q:R:S:TVw:W:XYy")) != -1) { /* HUZdhjruz */ ++ "AB:CD:E:F:GI:J:KL:MNO:P:Q:R:S:TVw:W:XYyZ")) != -1) { /* HUZdhjruz */ switch (opt) { case '1': fatal("SSH protocol v.1 is no longer supported"); diff --git a/openssh.spec b/openssh.spec index 576278c..c0d2198 100644 --- a/openssh.spec +++ b/openssh.spec @@ -32,13 +32,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: 9.2p1 +Version: 9.5p1 Release: 1 Epoch: 2 License: BSD Group: Applications/Networking Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz -# Source0-md5: f78b2acac4bb299629a8c58ddc3fac63 +# Source0-md5: 3d29a7394816deeb57186899d7f7662c 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 -- 2.52.0