Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (42d942e9093598c9ae25f137ae973bdf0224d67b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (42d942e9093598c9ae25f137ae973bdf0224d67b)
  • Date: Mon, 19 Aug 2019 13:06:27 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/pcre/DETAILS | 2 +-
libs/pcre/HISTORY | 3 +++
libs/pcre2/DETAILS | 2 +-
libs/pcre2/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 42d942e9093598c9ae25f137ae973bdf0224d67b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pcre2 - fix download

commit 29e3a1e5a40295b75d6e1fa400cbdf23914bdf3e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pcre - fix download

diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index a69f63f..a2a791a 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -4,7 +4,7 @@
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=https://ftp.pcre.org/pub/pcre/$SOURCE

SOURCE_URL[1]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index 1db4529..3099b8f 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2019-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * |DETAILS: use https download
+
2019-02-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.43

diff --git a/libs/pcre2/DETAILS b/libs/pcre2/DETAILS
index e0a221c..a7f2182 100755
--- a/libs/pcre2/DETAILS
+++ b/libs/pcre2/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$SOURCE
+ SOURCE_URL[0]=https://ftp.pcre.org/pub/pcre/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=pcre.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/libs/pcre2/HISTORY b/libs/pcre2/HISTORY
index ec06252..0b8e73c 100644
--- a/libs/pcre2/HISTORY
+++ b/libs/pcre2/HISTORY
@@ -1,3 +1,6 @@
+2019-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * |DETAILS: use https for download
+
2018-09-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.32




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (42d942e9093598c9ae25f137ae973bdf0224d67b), Treeve Jelbert, 08/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page