All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ebtables: migrated to netfilter.org
@ 2015-09-01 11:57 Baruch Siach
  2015-09-01 20:03 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-09-01 11:57 UTC (permalink / raw)
  To: buildroot

ebtables moved out of sf.net. Update website link, download location, and
hashes reference.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ebtables/Config.in     | 2 +-
 package/ebtables/ebtables.hash | 5 ++---
 package/ebtables/ebtables.mk   | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in
index 18fff2450dd7..3f7566a60729 100644
--- a/package/ebtables/Config.in
+++ b/package/ebtables/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_EBTABLES
 	help
 	  Ethernet bridge frame table administration
 
-	  http://ebtables.sourceforge.net
+	  http://ebtables.netfilter.org/
diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
index 75ab7dbc1a4d..45262765c27f 100644
--- a/package/ebtables/ebtables.hash
+++ b/package/ebtables/ebtables.hash
@@ -1,3 +1,2 @@
-# From http://sourceforge.net/projects/ebtables/files/ebtables/ebtables-2-0-10-4/
-sha1	907d3b82329e8fbb7aaaa98049732bd8dab022f9	ebtables-v2.0.10-4.tar.gz
-md5	506742a3d44b9925955425a659c1a8d0		ebtables-v2.0.10-4.tar.gz
+# Locally computed
+sha256	dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d	ebtables-v2.0.10-4.tar.gz
diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index 99f936359edd..e6cdd269d244 100644
--- a/package/ebtables/ebtables.mk
+++ b/package/ebtables/ebtables.mk
@@ -6,7 +6,7 @@
 
 EBTABLES_VERSION = 2.0.10-4
 EBTABLES_SOURCE = ebtables-v$(EBTABLES_VERSION).tar.gz
-EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION))
+EBTABLES_SITE = http://ftp.netfilter.org/pub/ebtables/
 EBTABLES_LICENSE = GPLv2+
 EBTABLES_LICENSE_FILES = COPYING
 EBTABLES_STATIC = $(if $(BR2_STATIC_LIBS),static)
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] ebtables: migrated to netfilter.org
  2015-09-01 11:57 [Buildroot] [PATCH] ebtables: migrated to netfilter.org Baruch Siach
@ 2015-09-01 20:03 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-09-01 20:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > ebtables moved out of sf.net. Update website link, download location, and
 > hashes reference.

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-01 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 11:57 [Buildroot] [PATCH] ebtables: migrated to netfilter.org Baruch Siach
2015-09-01 20:03 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.