update to 1.2; fixes syslog format string vulnerability. this is not

exploitable on openbsd because the binary is not installed suid root.

http://marc.theaimsgroup.com/?l=full-disclosure&m=105547870521258
This commit is contained in:
jolan 2003-06-13 08:59:54 +00:00
parent 853229c2d2
commit 321fca4ba0
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2003/06/09 06:44:11 jolan Exp $
# $OpenBSD: Makefile,v 1.3 2003/06/13 08:59:54 jolan Exp $
COMMENT= "VPN scanner and identifier"
DISTNAME= ike-scan-1.1
DISTNAME= ike-scan-1.2
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}download/ \
http://berlin.ccc.de/~cryx/ike-scan/

View File

@ -1,3 +1,3 @@
MD5 (ike-scan-1.1.tar.gz) = b87fe14043c43c2897cf309c364574b7
RMD160 (ike-scan-1.1.tar.gz) = 1c1125849eb175dd831c51c77305e0abe4d58687
SHA1 (ike-scan-1.1.tar.gz) = d20c42d97dddb661038026cf5c53ad648c273c5c
MD5 (ike-scan-1.2.tar.gz) = 25777051bb09306cb0b86e0cf1c48caa
RMD160 (ike-scan-1.2.tar.gz) = ce04e552875dea335ed530681ea2eb93c951ef1e
SHA1 (ike-scan-1.2.tar.gz) = 5ce811ba6fc910e78d34003424da201fe313ed8e

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/06/06 22:09:52 jolan Exp $
--- configure.orig Fri Jan 17 08:28:26 2003
+++ configure Mon Jun 2 12:21:33 2003
@@ -36,7 +36,7 @@ x_libraries=NONE
$OpenBSD: patch-configure,v 1.2 2003/06/13 08:59:54 jolan Exp $
--- configure.orig Sat May 10 12:17:03 2003
+++ configure Fri Jun 13 03:39:02 2003
@@ -327,7 +327,7 @@ x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'