[Privoxy-commits] [privoxy] branch master updated: update ftp.pcre.org references to the new sourceforge address

User Git git at git.privoxy.org
Mon Jan 2 21:05:16 CET 2023


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new c0c89086 update ftp.pcre.org references to the new sourceforge address
c0c89086 is described below

commit c0c890868d8fdf56c8380084f08458bc587ad4e2
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Mon Jan 2 15:01:27 2023 -0500

    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/
---
 doc/source/developer-manual.sgml | 2 +-
 doc/source/user-manual.sgml      | 4 ++--
 windows/MYconfigure              | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

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 = /<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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list