From 1d104a990cdcb4e341df7300e0ebe0042594710e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 13 Jul 2008 20:45:28 +0000 Subject: [PATCH] Update nufw to 2.2.15 (#3642) SVN-Revision: 11808 --- net/nufw/Makefile | 4 +-- net/nufw/patches/001-no_doc_tests.patch | 28 +++++++++---------- net/nufw/patches/003-nuauth_install_dir.patch | 12 -------- 3 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 net/nufw/patches/003-nuauth_install_dir.patch diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 599277bfd..29f428a89 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -11,11 +11,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nufw -PKG_VERSION:=2.2.11 +PKG_VERSION:=2.2.15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.nufw.org/download/nufw/ -PKG_MD5SUM:=ad7804254875fece7354b8749128df51 +PKG_MD5SUM:=ef9d335c2db263d85541379db7871f65 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install diff --git a/net/nufw/patches/001-no_doc_tests.patch b/net/nufw/patches/001-no_doc_tests.patch index 9f1f3681d..627446e35 100644 --- a/net/nufw/patches/001-no_doc_tests.patch +++ b/net/nufw/patches/001-no_doc_tests.patch @@ -1,21 +1,21 @@ -diff -urN nufw-2.2.11/Makefile.am nufw-2.2.11.new/Makefile.am ---- nufw-2.2.11/Makefile.am 2007-12-08 12:08:50.000000000 +0100 -+++ nufw-2.2.11.new/Makefile.am 2008-02-05 12:10:08.000000000 +0100 +diff -urN nufw-2.2.15/Makefile.am nufw-2.2.15.new/Makefile.am +--- nufw-2.2.15/Makefile.am 2008-04-15 14:12:18.000000000 +0200 ++++ nufw-2.2.15.new/Makefile.am 2008-07-13 22:39:22.000000000 +0200 @@ -1,4 +1,4 @@ --SUBDIRS = src scripts doc tests -+SUBDIRS = src scripts +-SUBDIRS = src scripts doc tests conf python ++SUBDIRS = src scripts conf python - EXTRA_DIST = conf doc patches python debian autogen.sh - -diff -urN nufw-2.2.11/Makefile.in nufw-2.2.11.new/Makefile.in ---- nufw-2.2.11/Makefile.in 2008-01-08 22:35:41.000000000 +0100 -+++ nufw-2.2.11.new/Makefile.in 2008-02-05 12:09:47.000000000 +0100 + PATCH_FILES = patches/dump-connection-mark.diff + EXTRA_DIST = autogen.sh $(PATCH_FILES) +diff -urN nufw-2.2.15/Makefile.in nufw-2.2.15.new/Makefile.in +--- nufw-2.2.15/Makefile.in 2008-04-15 14:12:41.000000000 +0200 ++++ nufw-2.2.15.new/Makefile.in 2008-07-13 22:39:40.000000000 +0200 @@ -234,7 +234,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --SUBDIRS = src scripts doc tests -+SUBDIRS = src scripts - EXTRA_DIST = conf doc patches python debian autogen.sh +-SUBDIRS = src scripts doc tests conf python ++SUBDIRS = src scripts conf python + PATCH_FILES = patches/dump-connection-mark.diff + EXTRA_DIST = autogen.sh $(PATCH_FILES) all: all-recursive - diff --git a/net/nufw/patches/003-nuauth_install_dir.patch b/net/nufw/patches/003-nuauth_install_dir.patch deleted file mode 100644 index 40eec1087..000000000 --- a/net/nufw/patches/003-nuauth_install_dir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN nufw-2.2.11/src/nuauth/Makefile.am nufw-2.2.11.new/src/nuauth/Makefile.am ---- nufw-2.2.11/src/nuauth/Makefile.am 2007-12-18 14:11:10.000000000 +0100 -+++ nufw-2.2.11.new/src/nuauth/Makefile.am 2008-02-05 16:41:29.000000000 +0100 -@@ -27,7 +27,7 @@ - nuauth_LDADD = $(GLIB_LIBS) -lm -lgnutls -lsasl2 -lnufw -L$(top_builddir)/src/include/ - - install-exec-local: -- install -d $(localstatedir)/run/nuauth/ -+ install -d $(DESTDIR)/$(localstatedir)/run/nuauth/ - - nuauth$(EXEEXT): $(nuauth_OBJECTS) $(nuauth_DEPENDENCIES) - @rm -f nuauth$(EXEEXT) -- 2.30.2