diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:37:55 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:42 -0400 |
commit | b46468f51bc24487192ae35404cd80aa76f08fc8 (patch) | |
tree | d0e114e7c56ef5d175894a4f8becfa88ac925747 /net-analyzer | |
parent | net-analyzer/dhcp_probe: use HTTPS (diff) | |
download | gentoo-b46468f51bc24487192ae35404cd80aa76f08fc8.tar.gz gentoo-b46468f51bc24487192ae35404cd80aa76f08fc8.tar.bz2 gentoo-b46468f51bc24487192ae35404cd80aa76f08fc8.zip |
net-analyzer/dsniff: use HTTPS
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild index 1e7008746a5f..e8040b8990e6 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild @@ -5,9 +5,9 @@ EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="A collection of tools for network auditing and penetration testing" -HOMEPAGE="http://monkey.org/~dugsong/dsniff/" +HOMEPAGE="https://monkey.org/~dugsong/dsniff/" SRC_URI=" - http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz + https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz " LICENSE="BSD" diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild index 281fd38c9f93..ec4c46684776 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="A collection of tools for network auditing and penetration testing" -HOMEPAGE="http://monkey.org/~dugsong/dsniff/" -SRC_URI="http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz +HOMEPAGE="https://monkey.org/~dugsong/dsniff/" +SRC_URI="https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-18.diff.gz" LICENSE="BSD" diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild index 076b0aa2199e..2a0d40b9f9b4 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="A collection of tools for network auditing and penetration testing" -HOMEPAGE="http://monkey.org/~dugsong/dsniff/" +HOMEPAGE="https://monkey.org/~dugsong/dsniff/" SRC_URI=" - http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz + https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz " LICENSE="BSD" diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild index a248b3cc0676..cb6eecff826a 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="A collection of tools for network auditing and penetration testing" -HOMEPAGE="http://monkey.org/~dugsong/dsniff/" +HOMEPAGE="https://monkey.org/~dugsong/dsniff/" SRC_URI=" - http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz + https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz " LICENSE="BSD" |