ebtables: migrated to netfilter.org
authorBaruch Siach <baruch@tkos.co.il>
Tue, 1 Sep 2015 11:57:59 +0000 (14:57 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Sep 2015 20:02:39 +0000 (22:02 +0200)
ebtables moved out of sf.net. Update website link, download location, and
hashes reference.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ebtables/Config.in
package/ebtables/ebtables.hash
package/ebtables/ebtables.mk

index 18fff2450dd7405b0f3563e66638332a7c1a1a0e..3f7566a6072934432f01317e16af3706c857a586 100644 (file)
@@ -4,4 +4,4 @@ config BR2_PACKAGE_EBTABLES
        help
          Ethernet bridge frame table administration
 
-         http://ebtables.sourceforge.net
+         http://ebtables.netfilter.org/
index 75ab7dbc1a4dd651f6f1dd01eaa64786c4a24fe1..45262765c27fca36e81a9e52dbfbbf4c3ba6c292 100644 (file)
@@ -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
index 99f936359eddb5259ebb46dbfc2a6e3abbd976c4..e6cdd269d244ff29d0f0d0d364604daf0c619f83 100644 (file)
@@ -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)