From: Florian Fainelli Date: Tue, 28 Oct 2008 10:59:46 +0000 (+0000) Subject: Fix project URLs and copyright on patches X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1611ed63840b3678f7169b0e3b043324afa0fc3f;ds=sidebyside Fix project URLs and copyright on patches SVN-Revision: 13054 --- diff --git a/ipv6/send/Makefile b/ipv6/send/Makefile index 2409abf472..c6ea267136 100644 --- a/ipv6/send/Makefile +++ b/ipv6/send/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=0.2-4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)d_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://rfc.1924.fr/debian-mobisend/pool/main/s/sendd/ +PKG_SOURCE_URL:=http://mobisend.org/debian-mobisend/pool/main/s/sendd/ PKG_MD5SUM:=57907178cad20fe3a21e2e449de1dc13 PKG_BUILD_DIR:=$(BUILD_DIR)/sendd-0.2 @@ -23,7 +23,7 @@ define Package/send SECTION:=ipv6 CATEGORY:=IPv6 TITLE:=Secure Neighbor Discovery implementation - URL:=http://rfc.1924.fr/debian-mobisend.html + URL:=http://mobisend.org/debian-mobisend.html DEPENDS:=+kmod-ipv6 +ip6tables +libnetfilter-queue +libopenssl +libreadline +libncurses endef diff --git a/ipv6/send/patches/001-libnetfilter_queue_update.patch b/ipv6/send/patches/001-libnetfilter_queue_update.patch index a06c6ae704..8a2c80856b 100644 --- a/ipv6/send/patches/001-libnetfilter_queue_update.patch +++ b/ipv6/send/patches/001-libnetfilter_queue_update.patch @@ -1,3 +1,9 @@ +# Update sendd to: +# +# - use $DESTDIR for prefix (Debian interest) +# - use libnetfilter_queue instead of deprecated libipq +# +# Under GPLv2 - Copyright (C) 2008 - EADS - Arnaud Ebalard Index: sendd-0.2/Makefile.config =================================================================== --- sendd-0.2.orig/Makefile.config 2008-05-27 16:53:49.238160776 +0200