From a6fe9a836acec7d50235f5602f1b068c86daa004 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 23 Aug 2009 13:43:35 +0000 Subject: [PATCH] [package] update openswan to 2.6.22 (#5711) SVN-Revision: 17357 --- net/openswan/Makefile | 6 +++--- net/openswan/patches/120-no_manpages.patch | 24 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 net/openswan/patches/120-no_manpages.patch diff --git a/net/openswan/Makefile b/net/openswan/Makefile index 72dfd77653..12788a1b40 100644 --- a/net/openswan/Makefile +++ b/net/openswan/Makefile @@ -9,19 +9,19 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=openswan -PKG_VERSION:=2.6.18 +PKG_VERSION:=2.6.22 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openswan.org/download -PKG_MD5SUM:=b485b38b1074155bc337f80557c24c0d +PKG_MD5SUM:= include $(INCLUDE_DIR)/package.mk define Package/openswan/Default TITLE:=Openswan URL:=http://www.openswan.org/ - DEPENDS:=@LINUX_2_6 @!LINUX_2_6_30 + DEPENDS:=@LINUX_2_6 endef define Package/openswan/Default/description diff --git a/net/openswan/patches/120-no_manpages.patch b/net/openswan/patches/120-no_manpages.patch new file mode 100644 index 0000000000..32a938a91f --- /dev/null +++ b/net/openswan/patches/120-no_manpages.patch @@ -0,0 +1,24 @@ +diff -urN openswan-2.6.22/programs/Makefile.program openswan-2.6.22.new/programs/Makefile.program +--- openswan-2.6.22/programs/Makefile.program 2009-06-23 04:53:08.000000000 +0200 ++++ openswan-2.6.22.new/programs/Makefile.program 2009-08-23 15:35:32.000000000 +0200 +@@ -92,7 +92,7 @@ + all: ${PROGRAM} + programs: all + clean: cleanall +-install: doinstall ++install: + + endif + +diff -urN openswan-2.6.22/programs/pluto/Makefile openswan-2.6.22.new/programs/pluto/Makefile +--- openswan-2.6.22/programs/pluto/Makefile 2009-06-23 04:53:08.000000000 +0200 ++++ openswan-2.6.22.new/programs/pluto/Makefile 2009-08-23 15:40:30.000000000 +0200 +@@ -171,7 +171,7 @@ + all: $(BINNAMEPLUTO) $(BINNAMEADNSIFNEEDED) $(BINNAMEWHACK) #$(BINNAMEWHACKINIT) + programs: $(BINNAMEPLUTO) $(BINNAMEADNSIFNEEDED) $(BINNAMEWHACK) #$(BINNAMEWHACKINIT) + clean: cleanall +-install: doinstall ++install: + endif + + doinstall: all -- 2.30.2