aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-10 10:46:50 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-10 19:30:50 +0000
commitcac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch)
tree7c96252e392c297c813265f031ecf637bde7f623 /debian
parent7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff)
Change a lot of http:// URLs to https://.
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/patches/05_note-README-when-running-as-root.patch2
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index d4548497c9..fd1b585b9c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -66,10 +66,10 @@ II. Installing SNMP MIBs
from RFC authors [5].
- [1] http://wiki.wireshark.org/Development/PrivilegeSeparation
- [2] http://wiki.wireshark.org/CaptureSetup/CapturePrivileges
+ [1] https://wiki.wireshark.org/Development/PrivilegeSeparation
+ [2] https://wiki.wireshark.org/CaptureSetup/CapturePrivileges
[3] https://blog.wireshark.org/2010/02/running-wireshark-as-you
- [4] http://wiki.wireshark.org/SNMP
- [5] http://wiki.debian.org/NonFreeIETFDocuments
- [6] http://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free
- [7] http://www.debian.org/doc/debian-policy/ch-archive.html#s-main
+ [4] https://wiki.wireshark.org/SNMP
+ [5] https://wiki.debian.org/NonFreeIETFDocuments
+ [6] https://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free
+ [7] https://www.debian.org/doc/debian-policy/ch-archive.html#s-main
diff --git a/debian/patches/05_note-README-when-running-as-root.patch b/debian/patches/05_note-README-when-running-as-root.patch
index 7c3c63f97b..68872b317f 100644
--- a/debian/patches/05_note-README-when-running-as-root.patch
+++ b/debian/patches/05_note-README-when-running-as-root.patch
@@ -8,7 +8,7 @@ Author: Balint Reczey <balint@balintreczey.hu>
"This could be dangerous.\n\n"
"If you're running Wireshark this way in order to perform live capture, "
"you may want to be aware that there is a better way documented at\n"
-- "http://wiki.wireshark.org/CaptureSetup/CapturePrivileges", cur_user, cur_group);
+- "https://wiki.wireshark.org/CaptureSetup/CapturePrivileges", cur_user, cur_group);
+ "/usr/share/doc/wireshark-common/README.Debian", cur_user, cur_group);
g_free(cur_user);
g_free(cur_group);