From 47f0f478cc22ba19d11d894a4282dd2e6df471b4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 9 Apr 2005 19:23:32 +0000 Subject: [PATCH] update openswan to 2.3.1 SVN-Revision: 606 --- openwrt/package/openswan/Makefile | 4 ++-- 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 { -- 2.30.2