From: Lee <ler762@users.sourceforge.net>
Date: Mon, 2 Jan 2023 20:01:27 +0000 (-0500)
Subject: update ftp.pcre.org references to the new sourceforge address
X-Git-Tag: v_3_0_34~43
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/@default-cgi@toggle?a=commitdiff_plain;h=c0c890868d8fdf56c8380084f08458bc587ad4e2;p=privoxy.git

update ftp.pcre.org references to the new sourceforge address

The original PCRE library is unmaintained and ftp.pcre.org is no more.

https://github.com/PCRE2Project/pcre2
   As well as downloading from the GitHub site, you can download ...
   the older, unmaintained PCRE1 library from an unofficial mirror at
   https://sourceforge.net/projects/pcre/files/pcre/
---

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index e8b472f1..c31e9eba 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2602,7 +2602,7 @@ make tarball-dist
         Check that you have the current versions of the
         <ulink url="https://sourceforge.net/projects/nsis/files/NSIS%203/">
                     NSIS installer</ulink>,
-        <ulink url="https://ftp.pcre.org/pub/pcre/">PCRE library</ulink>,
+        <ulink url="https://sourceforge.net/projects/pcre/files/pcre/">PCRE library</ulink>,
         <ulink url="https://tls.mbed.org/download">MBED TLS library</ulink>,
         <ulink url="https://github.com/google/brotli/releases">
                     Brotli library</ulink>,
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 651a5662..0ca60705 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -409,8 +409,8 @@ MAKENSIS = /&lt;root-dir>/nsis/makensis.exe
 
       <para>
         Get the latest 8.x PCRE code from
-        <ulink url="https://ftp.pcre.org/pub/pcre/">PCRE
-                    https://ftp.pcre.org/pub/pcre/</ulink>
+        <ulink url="https://sourceforge.net/projects/pcre/files/pcre/">PCRE
+                    https://sourceforge.net/projects/pcre/files/pcre/</ulink>
         and build the static PCRE libraries with
 
         <screen>
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 5acc59da..0091b78a 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -127,7 +127,8 @@ CFLAGS="${CFLAGS} -Wshadow"
 
 # why does the mingw library _not_ include .a files for libpcre?
 # *sigh* build my own pcre so I can do static linking
-# Get the 8.x PCRE library from  https://ftp.pcre.org/pub/pcre/
+# Get the 8.x PCRE library from
+#   https://sourceforge.net/projects/pcre/files/pcre/
 inc="/source/pcre-8.45/"
 lib="/source/pcre-8.45/.libs"
 CPPFLAGS="${CPPFLAGS} -I${inc}"