update ftp.pcre.org references to the new sourceforge address
authorLee <ler762@users.sourceforge.net>
Mon, 2 Jan 2023 20:01:27 +0000 (15:01 -0500)
committerLee <ler762@users.sourceforge.net>
Mon, 2 Jan 2023 20:01:27 +0000 (15:01 -0500)
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/

doc/source/developer-manual.sgml
doc/source/user-manual.sgml
windows/MYconfigure

index e8b472f..c31e9eb 100644 (file)
@@ -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>,
index 651a566..0ca6070 100644 (file)
@@ -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>
index 5acc59d..0091b78 100755 (executable)
@@ -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}"