Accepting request 641962 from home:seanlew:branches:security
Update autossh to 1.4f OBS-URL: https://build.opensuse.org/request/show/641962 OBS-URL: https://build.opensuse.org/package/show/security/autossh?expand=0&rev=27
This commit is contained in:
parent
579e4fdeb7
commit
b2a22f46a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156
|
||||
size 65852
|
3
autossh-1.4f.tgz
Normal file
3
autossh-1.4f.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2
|
||||
size 67128
|
@ -1,4 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 02:59:43 UTC 2018 - sean@suspend.net
|
||||
|
||||
- Update to version 1.4f
|
||||
+ Change behavior when ssh exits on signal.
|
||||
+ Fix order of arguments to kill().
|
||||
+ Ignore SIGPIPE.
|
||||
+ Should accept the default -1 with AUTOSSH_MAXSTART
|
||||
+ memset() sigaction structure before use
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:44:07 UTC 2017 - rbrown@suse.com
|
||||
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package autossh
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ License: BSD-3-Clause
|
||||
Group: Productivity/Networking/SSH
|
||||
|
||||
Name: autossh
|
||||
Version: 1.4e
|
||||
Version: 1.4f
|
||||
Release: 0
|
||||
Url: http://www.harding.motd.ca/autossh/
|
||||
Source: http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
|
||||
@ -41,7 +41,6 @@ Source2: autossh.conf
|
||||
Source3: autossh.service
|
||||
Source4: my.conf
|
||||
Source5: README.SUSE.md
|
||||
Patch0: autossh-makefile-destdir.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
# configure checks is the ssh client exists
|
||||
@ -65,7 +64,6 @@ such as connection refused.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
cp %{S:4} .
|
||||
cp %{S:5} .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user