Hi,

Update for Autossh to 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()

Ok?

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/autossh/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    11 Mar 2013 11:41:29 -0000      1.15
+++ Makefile    22 Oct 2014 14:37:16 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               SSH monitoring
 
-DISTNAME=              autossh-1.4c
+DISTNAME=              autossh-1.4d
 CATEGORIES=            sysutils
 
 MASTER_SITES=          ${HOMEPAGE}
@@ -18,7 +18,6 @@ WANTLIB=              c
 
 EXTRACT_SUFX=          .tgz
 
-USE_GROFF=             Yes
 NO_TEST=               Yes
 
 CONFIGURE_STYLE=       gnu dest
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/autossh/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    24 Apr 2012 12:37:44 -0000      1.10
+++ distinfo    22 Oct 2014 14:37:16 -0000
@@ -1,5 +1,2 @@
-MD5 (autossh-1.4c.tgz) = JlIO6pNPKWvgeD2r5/z9KA==
-RMD160 (autossh-1.4c.tgz) = iUqEHJoHmqrs/11uaxSLb3dG3V4=
-SHA1 (autossh-1.4c.tgz) = 2aHVoph+flpESwDmPWWQk22h4fI=
-SHA256 (autossh-1.4c.tgz) = b8q6akCaRr34MghnNruPCdJF684RAn9B05WIqV3H/R0=
-SIZE (autossh-1.4c.tgz) = 65191
+SHA256 (autossh-1.4d.tgz) = AACP5Fi95MlOmL+pbh5uGMQQeh+fyKU4VWuC6R3e3BY=
+SIZE (autossh-1.4d.tgz) = 65637

Reply via email to