diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-23 08:35:46 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-23 08:45:51 +0200 |
commit | 0531e4104da4e4cc5feff80536d0e4b25cd4bdc1 (patch) | |
tree | 97fece08a1125fe1f028d51f5196da59e7771ff8 /net-analyzer/tcpflow | |
parent | net-analyzer/fping: Use HTTPS. (diff) | |
download | gentoo-0531e4104da4e4cc5feff80536d0e4b25cd4bdc1.tar.gz gentoo-0531e4104da4e4cc5feff80536d0e4b25cd4bdc1.tar.bz2 gentoo-0531e4104da4e4cc5feff80536d0e4b25cd4bdc1.zip |
net-analyzer/tcpflow: Use HTTPS.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.4.5_p4-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild index 46df802fcbef..ce8b561465f6 100644 --- a/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild +++ b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow http://packages.qa.debian.org/t/tcpflow.html" +HOMEPAGE="https://github.com/simsong/tcpflow https://packages.qa.debian.org/t/tcpflow.html" SRC_URI=" mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1.orig.tar.gz mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1-${PV/*_p}.debian.tar.xz diff --git a/net-analyzer/tcpflow/tcpflow-1.4.5_p4-r1.ebuild b/net-analyzer/tcpflow/tcpflow-1.4.5_p4-r1.ebuild index bcbf7c3eeacd..e29648afaeb5 100644 --- a/net-analyzer/tcpflow/tcpflow-1.4.5_p4-r1.ebuild +++ b/net-analyzer/tcpflow/tcpflow-1.4.5_p4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow http://packages.qa.debian.org/t/tcpflow.html" +HOMEPAGE="https://github.com/simsong/tcpflow https://packages.qa.debian.org/t/tcpflow.html" SRC_URI=" mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1.orig.tar.gz mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}+repack1-${PV/*_p}.debian.tar.xz |