update openswan to 2.3.1
SVN-Revision: 606
This commit is contained in:
parent
7188ae4305
commit
d5135243d1
2 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openswan
|
PKG_NAME:=openswan
|
||||||
PKG_VERSION:=2.3.1dr6
|
PKG_VERSION:=2.3.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=x
|
PKG_MD5SUM:=3dcf1cd7efcbe8db3148fc288d429db1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.openswan.org/download
|
PKG_SOURCE_URL:=http://www.openswan.org/download
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
|
@ -82,7 +82,7 @@ diff -uNr openswan-2.3.0.orig/programs/showhostkey/showhostkey.in openswan-2.3.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
-host="`hostname --fqdn`"
|
-host="`hostname --fqdn`"
|
||||||
+host="`nvram get wan_hostname`"
|
+host="`cat /proc/sys/kernel/hostname`"
|
||||||
|
|
||||||
awk ' BEGIN {
|
awk ' BEGIN {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue