diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-24 04:11:08 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-24 04:11:08 +0000 |
commit | 914dbb9ef2d1b679a0e5b05f6c71741d0e422f8c (patch) | |
tree | 7f2f3262b3952d8e7ca6ea7041bde38c2afe6d26 /openwrt/target | |
parent | e3fc6f251eb5bb45eedfc574552b17aa00dcbaf6 (diff) |
close ticket #63
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/package/openswan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index 96e086b638..730ad9babc 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=openswan -PKG_VERSION:=2.4.2 +PKG_VERSION:=2.4.4 PKG_RELEASE:=1 -PKG_MD5SUM:=38c7ad91312bdd67fa57fe987b21183e +PKG_MD5SUM:=bd1a46c64727674149de61da2a32ca63 PKG_SOURCE_URL:=http://www.openswan.org/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |