From 207f7903140f280a6e32ebb1d92c01194ef606cb Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Tue, 21 Sep 2021 21:46:40 -0400 Subject: [PATCH 1/3] Fix FTBFS on hurd-i386: run_tests.sh duplicates build path. --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index eb1d3c4..d64ea6a 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -18,7 +18,7 @@ # this program; if not, see . -SCRIPTS_DIR=$(pwd)/$(dirname $0) +SCRIPTS_DIR=$(cd $(dirname $0) && pwd) BASEDIR=$SCRIPTS_DIR/../.. TESTS_DIR=$SCRIPTS_DIR/.. TESTENV_DIR=$TESTS_DIR/env From f0c291e1daa78ac6dbc9c27bff75f09d46153b51 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 22 Sep 2021 12:07:33 +0000 Subject: [PATCH 2/3] README.md: freenode is dead, long live libera since freenode.net doesn't even serve a website anymore, it's safe to finally announce the switch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bba85dc..83eb99b 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,4 @@ and create a [pull request](https://github.com/tinyproxy/tinyproxy/pulls). You can meet developers and users to discuss development, patches and deployment issues in the `#tinyproxy` IRC channel on -Freenode (`irc.freenode.net`). +libera (`irc.libera.chat`). From d3d8943fe45e53a39864070b74fdfa95dd93f1f0 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 22 Sep 2021 12:14:58 +0000 Subject: [PATCH 3/3] update website footer re: freenode --- docs/web/tp.html.foot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/tp.html.foot b/docs/web/tp.html.foot index d080bac..90654f9 100644 --- a/docs/web/tp.html.foot +++ b/docs/web/tp.html.foot @@ -3,7 +3,7 @@
  • Feel free to report a new bug or suggest features via github issues.
  • -
  • Tinyproxy developers hang out in #tinyproxy on irc.freenode.net.
  • +
  • Tinyproxy developers hang out in #tinyproxy on irc.libera.chat.