diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /net-proxy | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.33-r1.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.33.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.34.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/ziproxy/ziproxy-3.3.2.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild b/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild index ed51ebcb3544..c7271be14a3d 100644 --- a/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ inherit autotools systemd toolchain-funcs HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" -SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" IUSE="+acl brotli client-tags compression editor extended-host-patterns extended-statistics external-filters +fast-redirects +force fuzz diff --git a/net-proxy/privoxy/privoxy-3.0.33.ebuild b/net-proxy/privoxy/privoxy-3.0.33.ebuild index 23a37714dda1..7bb2a6c39864 100644 --- a/net-proxy/privoxy/privoxy-3.0.33.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ inherit autotools systemd toolchain-funcs HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" -SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" IUSE="+acl brotli client-tags compression editor extended-host-patterns extended-statistics external-filters +fast-redirects +force fuzz diff --git a/net-proxy/privoxy/privoxy-3.0.34.ebuild b/net-proxy/privoxy/privoxy-3.0.34.ebuild index 072cc5a8a45c..caa72d8f71b5 100644 --- a/net-proxy/privoxy/privoxy-3.0.34.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.34.ebuild @@ -11,7 +11,7 @@ inherit autotools systemd toolchain-funcs DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" -SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild b/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild index 9835be1b173e..156aa2461d31 100644 --- a/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild +++ b/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Transparent SOCKS v4 proxying library" HOMEPAGE="http://tsocks.sourceforge.net/" -SRC_URI="mirror://sourceforge/tsocks/${PN}-${PV/_}.tar.gz +SRC_URI="https://downloads.sourceforge.net/tsocks/${PN}-${PV/_}.tar.gz tordns? ( https://dev.gentoo.org/~bircoph/patches/${PN}-${PV/_beta/b}-tordns1-gentoo-r4.patch.xz )" LICENSE="GPL-2" diff --git a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild index 150e819fed4e..26af1e0a52ea 100644 --- a/net-proxy/ziproxy/ziproxy-3.3.2.ebuild +++ b/net-proxy/ziproxy/ziproxy-3.3.2.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic DESCRIPTION="A forwarding, non-caching, compressing web proxy server" HOMEPAGE="http://ziproxy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |