summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-07-27 14:49:49 +0800
committerMike Frysinger <vapier@gentoo.org>2016-07-27 14:59:24 +0800
commitb4480f333aed7f7f3bc75446a1a5010ba8df738c (patch)
tree8d584b66351519849aa4ebe26bbc91eed8b2ee96 /net-analyzer
parentnet-dns/libidn: Remove incorrect sub-SLOT. (diff)
downloadgentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz
gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.bz2
gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.zip
sourceforge: switch to https:// URIs
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/aimsniff/aimsniff-0.9d.ebuild2
-rw-r--r--net-analyzer/barnyard/barnyard-0.2.0-r3.ebuild2
-rw-r--r--net-analyzer/chaosreader/files/chaosreader-0.94-chunkcheck.patch2
-rw-r--r--net-analyzer/chaosreader/files/chaosreader-0.94-divisionbyzero.patch2
-rw-r--r--net-analyzer/ipcad/ipcad-3.7.3.ebuild2
-rw-r--r--net-analyzer/mbrowse/mbrowse-0.4.3.ebuild2
-rw-r--r--net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild2
-rw-r--r--net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.8.ebuild2
-rw-r--r--net-analyzer/nast/nast-0.2.0-r1.ebuild2
-rw-r--r--net-analyzer/ndsad/ndsad-1.33-r1.ebuild2
-rw-r--r--net-analyzer/portsentry/portsentry-1.2-r1.ebuild2
-rw-r--r--net-analyzer/raddump/raddump-0.3.1.ebuild2
12 files changed, 12 insertions, 12 deletions
diff --git a/net-analyzer/aimsniff/aimsniff-0.9d.ebuild b/net-analyzer/aimsniff/aimsniff-0.9d.ebuild
index 201fa4b00416..0f6a8a23e1bf 100644
--- a/net-analyzer/aimsniff/aimsniff-0.9d.ebuild
+++ b/net-analyzer/aimsniff/aimsniff-0.9d.ebuild
@@ -9,7 +9,7 @@ inherit eutils webapp eutils depend.apache
WAS_VER="0.1.2b"
DESCRIPTION="Utility for monitoring and archiving AOL Instant Messenger messages across a network"
-HOMEPAGE="http://sourceforge.net/projects/aimsniff/"
+HOMEPAGE="https://sourceforge.net/projects/aimsniff/"
SRC_URI="
mirror://sourceforge/${PN}/${P}.tar.gz
http? ( mirror://sourceforge/${PN}/was-${WAS_VER}.tar.gz )
diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r3.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r3.ebuild
index 922d8fe65e74..c1b68ec4b28c 100644
--- a/net-analyzer/barnyard/barnyard-0.2.0-r3.ebuild
+++ b/net-analyzer/barnyard/barnyard-0.2.0-r3.ebuild
@@ -7,7 +7,7 @@ EAPI=2
inherit eutils autotools
DESCRIPTION="Fast output system for Snort"
-HOMEPAGE="http://sourceforge.net/projects/barnyard"
+HOMEPAGE="https://sourceforge.net/projects/barnyard"
SRC_URI="
mirror://sourceforge/barnyard/barnyard-${PV/_/-}.tar.gz
mirror://gentoo/${P}-patches.tar.bz2"
diff --git a/net-analyzer/chaosreader/files/chaosreader-0.94-chunkcheck.patch b/net-analyzer/chaosreader/files/chaosreader-0.94-chunkcheck.patch
index 547af04db5b7..4d38eb17a2e6 100644
--- a/net-analyzer/chaosreader/files/chaosreader-0.94-chunkcheck.patch
+++ b/net-analyzer/chaosreader/files/chaosreader-0.94-chunkcheck.patch
@@ -5,7 +5,7 @@
$partnum++;
$parttext = sprintf("%02d",$partnum);
+
-+ ## from http://sourceforge.net/tracker/?func=detail&aid=2019799&group_id=107384&atid=647491
++ ## from https://sourceforge.net/tracker/?func=detail&aid=2019799&group_id=107384&atid=647491
+ ### Chunk Check
+ if ( $http_header =~ /Transfer-Encoding: chunked/ ) {
+ my $new_http_data="";
diff --git a/net-analyzer/chaosreader/files/chaosreader-0.94-divisionbyzero.patch b/net-analyzer/chaosreader/files/chaosreader-0.94-divisionbyzero.patch
index 7f3ec2804dd4..db9d3c6fd158 100644
--- a/net-analyzer/chaosreader/files/chaosreader-0.94-divisionbyzero.patch
+++ b/net-analyzer/chaosreader/files/chaosreader-0.94-divisionbyzero.patch
@@ -6,7 +6,7 @@
}
- $speed = sprintf("%.2f",$bytes / (1024 * $duration));
+ # avoid division by zero
-+ # from http://sourceforge.net/tracker/?func=detail&aid=2210488&group_id=107384&atid=647489
++ # from https://sourceforge.net/tracker/?func=detail&aid=2210488&group_id=107384&atid=647489
+ if ( $duration > 0 ) {
+ $speed = sprintf("%.2f",$bytes / (1024 * $duration));
+ }
diff --git a/net-analyzer/ipcad/ipcad-3.7.3.ebuild b/net-analyzer/ipcad/ipcad-3.7.3.ebuild
index 3ac9d9af617a..9305c2ff2bae 100644
--- a/net-analyzer/ipcad/ipcad-3.7.3.ebuild
+++ b/net-analyzer/ipcad/ipcad-3.7.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils
DESCRIPTION="IP Cisco Accounting Daemon"
-HOMEPAGE="http://sourceforge.net/projects/ipcad/ http://lionet.info/ipcad/"
+HOMEPAGE="https://sourceforge.net/projects/ipcad/ http://lionet.info/ipcad/"
SRC_URI="mirror://sourceforge/ipcad/${P}.tar.gz"
LICENSE="BSD-2 GPL-2"
diff --git a/net-analyzer/mbrowse/mbrowse-0.4.3.ebuild b/net-analyzer/mbrowse/mbrowse-0.4.3.ebuild
index 1d76051897aa..979e2073368a 100644
--- a/net-analyzer/mbrowse/mbrowse-0.4.3.ebuild
+++ b/net-analyzer/mbrowse/mbrowse-0.4.3.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit autotools
DESCRIPTION="MBrowse is a graphical MIB browser"
-HOMEPAGE="http://sourceforge.net/projects/mbrowse/"
+HOMEPAGE="https://sourceforge.net/projects/mbrowse/"
SRC_URI="mirror://sourceforge/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild
index 2f5e3e04e64d..b333a82e53b3 100644
--- a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild
+++ b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild
@@ -8,7 +8,7 @@ MY_P="sap-ccms-plugin-${PV}"
DESCRIPTION="Nagios plugin that provides an interface to SAP CCMS
Infrastructure"
-HOMEPAGE="http://sourceforge.net/projects/nagios-sap-ccms/"
+HOMEPAGE="https://sourceforge.net/projects/nagios-sap-ccms/"
SRC_URI="mirror://sourceforge/nagios-sap-ccms/${MY_P}.tar.gz"
LICENSE="GPL-2"
diff --git a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.8.ebuild b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.8.ebuild
index 58be514310b5..0535a365781b 100644
--- a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.8.ebuild
+++ b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.8.ebuild
@@ -10,7 +10,7 @@ MY_P="sap-ccms-plugin-${PV}"
DESCRIPTION="Nagios plugin that provides an interface to SAP CCMS
Infrastructure"
-HOMEPAGE="http://sourceforge.net/projects/nagios-sap-ccms/"
+HOMEPAGE="https://sourceforge.net/projects/nagios-sap-ccms/"
SRC_URI="mirror://sourceforge/nagios-sap-ccms/${MY_P}.tar.bz2"
LICENSE="GPL-2"
diff --git a/net-analyzer/nast/nast-0.2.0-r1.ebuild b/net-analyzer/nast/nast-0.2.0-r1.ebuild
index ba31068ac59b..772d9a57c2f8 100644
--- a/net-analyzer/nast/nast-0.2.0-r1.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils
DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
-HOMEPAGE="http://sourceforge.net/projects/nast.berlios/"
+HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild b/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
index 3b8e21aeb43c..af4ca22a8b0b 100644
--- a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
+++ b/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils
DESCRIPTION="Cisco netflow probe from libpcap, ULOG, tee/divert sources"
-HOMEPAGE="http://sourceforge.net/projects/ndsad"
+HOMEPAGE="https://sourceforge.net/projects/ndsad"
SRC_URI="mirror://sourceforge/ndsad/ndsad-${PV}.tgz"
LICENSE="GPL-2"
diff --git a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild b/net-analyzer/portsentry/portsentry-1.2-r1.ebuild
index 88715f8eba6f..031b5cab60b0 100644
--- a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild
+++ b/net-analyzer/portsentry/portsentry-1.2-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils toolchain-funcs
DESCRIPTION="Automated port scan detector and response tool"
# Seems like CISCO took the site down?
-HOMEPAGE="http://sourceforge.net/projects/sentrytools/"
+HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
SRC_URI="mirror://sourceforge/sentrytools/${P}.tar.gz"
SLOT="0"
diff --git a/net-analyzer/raddump/raddump-0.3.1.ebuild b/net-analyzer/raddump/raddump-0.3.1.ebuild
index 3d73ae53128f..dffa756eaf04 100644
--- a/net-analyzer/raddump/raddump-0.3.1.ebuild
+++ b/net-analyzer/raddump/raddump-0.3.1.ebuild
@@ -5,7 +5,7 @@
inherit autotools
DESCRIPTION="RADIUS packet interpreter"
-HOMEPAGE="http://sourceforge.net/projects/raddump/"
+HOMEPAGE="https://sourceforge.net/projects/raddump/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"