pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

autossh: update to 1.4e



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Nov 26 12:29:15 2015 +0100
Changeset:	4d90bf4f033b5b30ed522cb0fd6e336804bc24cd

Modified Files:
	autossh/Makefile
	autossh/distinfo

Log Message:
autossh: update to 1.4e

Version 1.4e
- By default, changing the poll time should change the first poll
  time to match. Only have different times if AUTOSSH_FIRST_POLL
  is explicitly set. Jerry Xie forwarded on change request from
  Ubuntu bug forums.

Version 1.4d

- call daemon() before opening any sockets. Problem discovered and
  diagnosed by Frank van der Aa when trying to start autossh at
  system init.
- don't use malloc(n * size) idiom; use calloc()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d90bf4f033b5b30ed522cb0fd6e336804bc24cd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 autossh/Makefile | 3 +--
 autossh/distinfo | 7 ++++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/autossh/Makefile b/autossh/Makefile
index 9073112..1e67300 100644
--- a/autossh/Makefile
+++ b/autossh/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2013/03/30 07:06:51 shattered Exp $
-#
 
-DISTNAME=		autossh-1.4c
+DISTNAME=		autossh-1.4e
 CATEGORIES=		security
 MASTER_SITES=		http://www.harding.motd.ca/autossh/
 EXTRACT_SUFX=		.tgz
diff --git a/autossh/distinfo b/autossh/distinfo
index fdfef72..7cbae79 100644
--- a/autossh/distinfo
+++ b/autossh/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.3 2013/03/30 07:06:51 shattered Exp $
 
-SHA1 (autossh-1.4c.tgz) = d9a1d5a2987e7e5a444b00e63d6590936da1e1f2
-RMD160 (autossh-1.4c.tgz) = 894a841c9a079aaaecff5d6e6b148b6f7746dd5e
-Size (autossh-1.4c.tgz) = 65191 bytes
+SHA1 (autossh-1.4e.tgz) = 268b5f2556ecfbb18b750b26d9816e53fb9501f4
+RMD160 (autossh-1.4e.tgz) = b4b1689404cc96da50c6b0c5d0163c4399b5c2b5
+SHA512 (autossh-1.4e.tgz) = 2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb
+Size (autossh-1.4e.tgz) = 65852 bytes
 SHA1 (patch-aa) = 7021aaae589aa018834116cd13013570f55cee9e


Home | Main Index | Thread Index | Old Index