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 sthen@
This commit is contained in:
gonzalo 2014-10-22 15:31:46 +00:00
parent d76234dccf
commit d27d868173
2 changed files with 4 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:29 espie Exp $
# $OpenBSD: Makefile,v 1.16 2014/10/22 15:31:46 gonzalo Exp $
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

View File

@ -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