package/autossh: bump version to 1.4f
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 13 Jun 2018 16:39:06 +0000 (18:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 13 Jun 2018 20:50:42 +0000 (22:50 +0200)
Removed patch applied upstream, added all upstream and license hashes.

Removed _AUTORECONF, configure and configure.ac in the tarball match,
also removed _INSTALL_TARGET_CMDS, the upstream install target works
just fine nowadays.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/autossh/0001-honour-LDFLAGS.patch [deleted file]
package/autossh/autossh.hash
package/autossh/autossh.mk

diff --git a/package/autossh/0001-honour-LDFLAGS.patch b/package/autossh/0001-honour-LDFLAGS.patch
deleted file mode 100644 (file)
index 2e6160b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Honour LDFLAGS, especially required when static linking
-
-Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-
-diff -Nur autossh-1.4e.orig/Makefile.in autossh-1.4e/Makefile.in
---- autossh-1.4e.orig/Makefile.in      2015-02-10 05:41:58.000000000 +0100
-+++ autossh-1.4e/Makefile.in   2016-11-25 12:49:06.052122855 +0100
-@@ -31,7 +31,7 @@
- $(TARGET):    $(OFILES)
--              $(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
-+              $(CC) $(CPPFLAGS) $(LDFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
- clean:
-               - /bin/rm -f *.o *.a *.core *~
index 4f3de137a521236f6ca9eb93c1e6b8378016d206..5c6cfbc98fca4515543c037df5f27dc34c57c671 100644 (file)
@@ -1,2 +1,6 @@
-# From http://www.harding.motd.ca/autossh/autossh-1.4e.cksums
-sha256 9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156        autossh-1.4e.tgz
+# From http://www.harding.motd.ca/autossh/autossh-1.4f.cksums
+sha256 0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2  autossh-1.4f.tgz
+sha1 28189c42ab2e05448596a44adc9d62071172fe9b  autossh-1.4f.tgz
+md5 432ed721a71b8af4b5763b5c484f80df  autossh-1.4f.tgz
+# Locally computed
+sha256 b6938db718166520533b1d56b01e1eb5f0ad508624478e674938b8f507b66d98  autossh.c
index d52b4e96667b5e86bf81da01f60e91be63ee5dc0..1538a4c8bcfbda3cbc3438eff783dc9712172c3c 100644 (file)
@@ -4,19 +4,12 @@
 #
 ################################################################################
 
-AUTOSSH_VERSION = 1.4e
+AUTOSSH_VERSION = 1.4f
 AUTOSSH_SITE = http://www.harding.motd.ca/autossh
 AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
 AUTOSSH_LICENSE = Modified BSD
 AUTOSSH_LICENSE_FILES = autossh.c
 
-# Bundled ./configure is not up-to-date with what is in configure.ac
-AUTOSSH_AUTORECONF = YES
-
 AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
 
-define AUTOSSH_INSTALL_TARGET_CMDS
-       $(INSTALL) -m 755 -D $(@D)/autossh $(TARGET_DIR)/usr/bin/autossh
-endef
-
 $(eval $(autotools-package))