autossh: Update from 1.4e to 1.4f

This commit is contained in:
Fredrik Fornwall 2018-04-12 00:47:33 +02:00
parent f56dfd8d78
commit 6b849967ea
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
diff -u -r ../autossh-1.4e/Makefile.in ./Makefile.in
--- ../autossh-1.4e/Makefile.in 2015-02-09 23:41:58.000000000 -0500
+++ ./Makefile.in 2016-04-16 19:45:42.679382001 -0400
@@ -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 *~

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://www.harding.motd.ca/autossh/
TERMUX_PKG_DESCRIPTION="Automatically restart SSH sessions and tunnels"
TERMUX_PKG_VERSION=1.4e
TERMUX_PKG_SHA256=4425cb42deb03dfb97790d3c301d1703b3cd781ea00808ed20fc663bcc06e57f
TERMUX_PKG_VERSION=1.4f
TERMUX_PKG_SHA256=f47fe281a840e00a141204ad9cc54a9ebfb5af8235a45a3f25b14184934f05af
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/autossh-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_BUILD_IN_SRC="yes"
TERMUX_PKG_DEPENDS="openssh"