diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-12-15 16:56:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-12-15 16:56:08 +0000 |
commit | 8645031ea00f7c2bb702b3fb88b73643ca8240cb (patch) | |
tree | 192b034e629bdddea03b7f2b443441def9864d59 /package/openswan/Makefile | |
parent | c2a34bbef87ce1ada2849839b914d7a85d1aaead (diff) | |
download | upstream-8645031ea00f7c2bb702b3fb88b73643ca8240cb.tar.gz upstream-8645031ea00f7c2bb702b3fb88b73643ca8240cb.tar.bz2 upstream-8645031ea00f7c2bb702b3fb88b73643ca8240cb.zip |
update openswan to 2.4.7, fix 2.6.19 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r-- | package/openswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile index a644b20db0..4bfda30634 100644 --- a/package/openswan/Makefile +++ b/package/openswan/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=openswan -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.4.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openswan.org/download -PKG_MD5SUM:=b34d71ca49dedad017879b0e912d40dd +PKG_MD5SUM:=70f22e8adc39e07a165f75eccb7cd079 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |