From bc29db5f46d7acfca23d6c8c2499cc40cb9df42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 11 Jan 2017 16:48:36 -0500 Subject: [PATCH] pcre: bump to 8.40 PCRE 8.38 is not hosted anymore, bump to 8.40 to fix the issue. Change-Id: I4c9920f123a7bfd9176af6289a2eb4d3ac6d1b50 Reviewed-by: Alexandre Lision <alexandre.lision@savoirfairelinux.com> --- contrib/src/pcre/SHA512SUMS | 2 +- contrib/src/pcre/rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/pcre/SHA512SUMS b/contrib/src/pcre/SHA512SUMS index 79b1017363..15d0b0bb4c 100644 --- a/contrib/src/pcre/SHA512SUMS +++ b/contrib/src/pcre/SHA512SUMS @@ -1 +1 @@ -ad3412ceee8f992787a3e7cbe0155ffba67affd4b2dfece6c4501dc8d2012f52dcc1ee1f56759362e04bbbd10ea9370b3e46f238e2f75005cb69f6c8439e52c0 pcre-8.38.tar.bz2 +b4c27eafbdf33bd7a1384655b1936f4be3bc6745c072347eb26e988896c52664bd85ac42444da1be78b6e20f45b6c7e5921f5f20f5b0741b5bd3d9844e5bd4e2 pcre-8.40.tar.bz2 \ No newline at end of file diff --git a/contrib/src/pcre/rules.mak b/contrib/src/pcre/rules.mak index 9bddfeb91b..21fc066111 100644 --- a/contrib/src/pcre/rules.mak +++ b/contrib/src/pcre/rules.mak @@ -1,6 +1,6 @@ # Perl Compatible Regular Expression -PCRE_VERSION := 8.38 +PCRE_VERSION := 8.40 PCRE_URL := ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.bz2 PKGS += pcre -- GitLab