diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 19:23:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 19:23:32 +0000 |
commit | 4b8fc512a3ad0cfc2970e5d59d17dcdb2f71c3d3 (patch) | |
tree | f0df61db2050c501d40d72d19a3a2f01693e3492 /openwrt/package | |
parent | 36fc5b246ae88c5e482376ad8d5800d8057bc261 (diff) |
update openswan to 2.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/openswan/Makefile | 4 | ||||
-rw-r--r-- | openwrt/package/openswan/patches/scripts.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/openswan/Makefile b/openwrt/package/openswan/Makefile index 61716564c2..8214e74c6b 100644 --- a/openwrt/package/openswan/Makefile +++ b/openwrt/package/openswan/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openswan -PKG_VERSION:=2.3.1dr6 +PKG_VERSION:=2.3.1 PKG_RELEASE:=1 -PKG_MD5SUM:=x +PKG_MD5SUM:=3dcf1cd7efcbe8db3148fc288d429db1 PKG_SOURCE_URL:=http://www.openswan.org/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/openwrt/package/openswan/patches/scripts.patch b/openwrt/package/openswan/patches/scripts.patch index 45296f0333..2ac2b57c85 100644 --- a/openwrt/package/openswan/patches/scripts.patch +++ b/openwrt/package/openswan/patches/scripts.patch @@ -82,7 +82,7 @@ diff -uNr openswan-2.3.0.orig/programs/showhostkey/showhostkey.in openswan-2.3.0 fi -host="`hostname --fqdn`" -+host="`nvram get wan_hostname`" ++host="`cat /proc/sys/kernel/hostname`" awk ' BEGIN { |