Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a8504444658d208841289523cbe317ff3c238a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a8504444658d208841289523cbe317ff3c238a7)
  • Date: Wed, 16 Nov 2016 15:37:54 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 4a8504444658d208841289523cbe317ff3c238a7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pcre: security update

diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index e020a94..6c2b073 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,11 +1,13 @@
SPELL=pcre
VERSION=8.39
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
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]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/${SPELL}/${SOURCE}
+
SOURCE_URL[1]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=pcre.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.pcre.org/
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index 32be33a..aee6880 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,7 @@
+2016-11-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 8.39 was a security update -- SECURITY_PATCH++ (at least
for
+ CVE-2016-1283); added SF mirror
+
2016-08-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.39




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a8504444658d208841289523cbe317ff3c238a7), Vlad Glagolev, 11/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page