File libbtbb-remove-old-links.patch of Package libbtbb
From 3df27c660c21b6e6b6616ac9f6b4457b4b91595a Mon Sep 17 00:00:00 2001
From: Michael Ossmann <mike@ossmann.com>
Date: Mon, 21 Jun 2021 10:09:43 -0600
Subject: [PATCH] doc: remove old links to Freenode and SourceForge
---
python/pcaptools/setup.py | 2 +-
python/pcaptools/setup.py.in | 2 +-
web/index.html | 14 ++++----------
3 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/python/pcaptools/setup.py b/python/pcaptools/setup.py
index b519d45..c80015b 100755
--- a/python/pcaptools/setup.py
+++ b/python/pcaptools/setup.py
@@ -17,7 +17,7 @@
version = "0.8",
description = "A reader and dump utility for Pcap files",
author = "Joshua Wright",
- url = "https://sourceforge.net/projects/libbtbb/",
+ url = "https://github.com/greatscottgadgets/libbtbb",
license = "GPL",
packages = ['pcapdump'],
classifiers=[
diff --git a/python/pcaptools/setup.py.in b/python/pcaptools/setup.py.in
index d00a28f..f04cb42 100755
--- a/python/pcaptools/setup.py.in
+++ b/python/pcaptools/setup.py.in
@@ -16,7 +16,7 @@ setup(
name = "pcapdump",
description = "A reader and dump utility for Pcap files",
author = "Joshua Wright",
- url = "https://sourceforge.net/projects/libbtbb/",
+ url = "https://github.com/greatscottgadgets/libbtbb",
license = "GPL",
version = '${PACKAGE_VERSION}',
package_dir = { '': '${CMAKE_CURRENT_SOURCE_DIR}' },
diff --git a/web/index.html b/web/index.html
index 37e8af6..78aed80 100644
--- a/web/index.html
+++ b/web/index.html
@@ -16,7 +16,7 @@ <h3>Getting libbtbb</h3>
code from our <a href="https://www.github.com/greatscottgadgets/libbtbb">git repository</a>.
To get started, do either of the following:</p>
<ul>
-<li><a href="http://sourceforge.net/projects/libbtbb/files/latest/download?source=files">
+<li><a href="https://github.com/greatscottgadgets/libbtbb/releases/latest">
Download the latest release</a></li>
<li>or clone the git repository using the following command:
<pre>git clone https://github.com/greatscottgadgets/libbtbb.git</pre></li>
@@ -26,15 +26,9 @@ <h3>Getting libbtbb</h3>
</ul>
<h3>Support</h3>
-<p>Support for libbtbb is provided by
-<a href="http://ubertooth.sourceforge.net/">project Ubertooth</a>, either using
-the <a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
-mailing list</a> or via IRC in #ubertooth on
-<a href="http://freenode.net/irc_servers.shtml">chat.freenode.net</a></p>
+<p>Support for libbtbb is provided via
+<a href="https://github.com/greatscottgadgets/ubertooth">project Ubertooth</a>.</p>
<p>Bugs may be reported and tracked in the
-<a href="https://github.com/greatscottgadgets/libbtbb/issues">ticketing system</a>.
-Although it often helps to mention the bug report on the
-<a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">
-Ubertooth mailing list</a> to be sure that it has been seen.</p>
+<a href="https://github.com/greatscottgadgets/libbtbb/issues">ticketing system</a>.</p>
</body>
</html>