diff options
author | martti <martti@pkgsrc.org> | 2002-01-04 11:10:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-04 11:10:49 +0000 |
commit | 5556935c2a012605fa2fcc7a2b1fe698d54c9961 (patch) | |
tree | 2b5c6c9dc2ac82753567183bec10e7f6af09086c | |
parent | 1093d2b7ad99150fa33b9e71360a4a22f6eb17fb (diff) | |
download | pkgsrc-5556935c2a012605fa2fcc7a2b1fe698d54c9961.tar.gz |
Upgrade to latest OpenBSD source tree.
- str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf
- strftime format fixes
- Don't hang waiting for select() with SIGTERM + no active SA
- Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP)
...
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/
-rw-r--r-- | security/isakmpd/Makefile | 4 | ||||
-rw-r--r-- | security/isakmpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 24f41cd7f5c..284ccf9fb01 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2001/10/22 05:51:25 martti Exp $ +# $NetBSD: Makefile,v 1.17 2002/01/04 11:10:49 martti Exp $ # -DISTNAME= isakmpd-20011018 +DISTNAME= isakmpd-20020104 CATEGORIES= security net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo index be9a7f1db2c..7a7e4f892ff 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2001/10/22 05:51:25 martti Exp $ +$NetBSD: distinfo,v 1.6 2002/01/04 11:10:50 martti Exp $ -SHA1 (isakmpd-20011018.tar.gz) = 2d838bffbaa875b4acc3e7d07abe6ac8807cb366 -Size (isakmpd-20011018.tar.gz) = 339344 bytes +SHA1 (isakmpd-20020104.tar.gz) = 875755747d2ce1643d8c124b7ad9f962cbab0200 +Size (isakmpd-20020104.tar.gz) = 339519 bytes SHA1 (patch-aa) = 22903f2d4ba4f92f716920a121d861550bd8bc51 SHA1 (patch-ab) = f30c790f42d72866e95092848e102e4c3728365c SHA1 (patch-ad) = 8c477b99fd3d82ccb52b01374450295cc25244c0 |