Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ebtables/
Date: Tue, 29 Dec 2020 17:02:29
Message-Id: 1609261330.a5c55eb4b86f51367dd03d28523b8aa76afc2898.floppym@gentoo
1 commit: a5c55eb4b86f51367dd03d28523b8aa76afc2898
2 Author: Brian Mego <brianmego <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 29 02:54:22 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 17:02:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c55eb4
7
8 net-firewall/ebtables: Update SRC_URI from ftp to http
9
10 Closes: https://bugs.gentoo.org/761990
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Brian Mego <brianmego <AT> gmail.com>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/18844
15
16 net-firewall/ebtables/ebtables-2.0.11-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
20 index 722542153e9..b4d908e63cc 100644
21 --- a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
22 +++ b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
23 @@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}"
24
25 DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and brouting"
26 HOMEPAGE="http://ebtables.sourceforge.net/"
27 -SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
28 +SRC_URI="http://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
29 S="${WORKDIR}/${MY_P}"
30
31 LICENSE="GPL-2"