File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33This file gives a brief overview of the major changes between each ike-scan
44release. For more details please read the ChangeLog file.
55
6- ike-scan v1.8.6 :
6+ ike-scan v1.9 :
77
88* ike-scan wiki at http://www.nta-monitor.com/wiki/
99 This will contain ike-scan documentation and associated IPsec information.
Original file line number Diff line number Diff line change 11dnl $Id$
22dnl Process this file with autoconf to produce a configure script.
33
4- AC_INIT ( [ ike-scan] ,[ 1.8.8 ] ,[ ike-scan@nta-monitor.com] )
4+ AC_INIT ( [ ike-scan] ,[ 1.9 ] ,[ ike-scan@nta-monitor.com] )
55AC_PREREQ ( 2.59 )
66AC_REVISION ( $Revision$ )
77AC_CONFIG_SRCDIR ( [ ike-scan.c] )
Original file line number Diff line number Diff line change 44# make-win32-zipfile.sh -- Create Win32 distribution zip file
55#
66# This shell script creates the ike-scan Win32 binary zip file
7- # ike-scan-win32-<ver>.zip. I use it to create the ike-scan windows binary
7+ # ike-scan-win32-<ver>.zip. It is used it to create the ike-scan windows binary
88# package for each new version. Most users won't need to use this script, and
99# it can be omitted from binary packages without any loss of functionallity.
1010#
1111# It must be run under Cygwin after ike-scan has been configured, built and
12- # tested. It will not work on Unix or Linux systems.
12+ # tested. It will not work on Unix or Linux systems.
1313#
1414# The resulting zipfile can be used on any Win32 system.
1515#
1616FILES=" udp-backoff-fingerprinting-paper.txt AUTHORS ChangeLog COPYING ike-backoff-patterns ike-scan.exe ike-vendor-ids NEWS psk-crack.exe psk-crack-dictionary README README-WIN32 TODO /cygdrive/c/cygwin/bin/cygwin1.dll"
1717
18- ZIPFILE=" ike-scan-win32-1.7. 9.zip"
18+ ZIPFILE=" ike-scan-win32-1.9.zip"
1919OPTS=" -j -9"
2020#
2121zip $OPTS $ZIPFILE $FILES
You can’t perform that action at this time.
0 commit comments