[vlc-commits] Contribs: use a special regex package based on glibc 2.2.5

Jean-Baptiste Kempf git at videolan.org
Tue Nov 13 17:53:21 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 13 17:52:25 2012 +0100| [54fb71641aaa83a3d441c26d3b809167f85d951e] | committer: Jean-Baptiste Kempf

Contribs: use a special regex package based on glibc 2.2.5

This uses the old 0.12 buildsystem with regex.* from glibc 2.2.5
and uses LGPL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54fb71641aaa83a3d441c26d3b809167f85d951e
---

 contrib/src/regex/SHA512SUMS |    2 +-
 contrib/src/regex/rules.mak  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/regex/SHA512SUMS b/contrib/src/regex/SHA512SUMS
index 5f0a093..a671f6e 100644
--- a/contrib/src/regex/SHA512SUMS
+++ b/contrib/src/regex/SHA512SUMS
@@ -1 +1 @@
-85a4f5161759646b3cf5484539cebe92e51ee1896f7853084d4aba2b5399164922103dc2b49971eca9821bec56195fef999f100f61b6d734955ccd7c81ca3ca7  regex-0.12.tar.gz
+d77dbe153867d3ab8244a009aa7c50d8ef0ce2c417e17e44147ac4529cf78b02ae2279500ed754084dfe9e3b291e01f8c55a89aae1cab293214bbd4c4ab77881  regex-0.13.tar.gz
diff --git a/contrib/src/regex/rules.mak b/contrib/src/regex/rules.mak
index c9218ad..9ba38cd 100644
--- a/contrib/src/regex/rules.mak
+++ b/contrib/src/regex/rules.mak
@@ -1,6 +1,6 @@
 # REGEX
-REGEX_VERSION := 0.12
-REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
+REGEX_VERSION := 0.13
+REGEX_URL := $(CONTRIB_VIDEOLAN)/regex-$(REGEX_VERSION).tar.gz
 
 ifndef HAVE_WIN32
 # Part of POSIX.2001



More information about the vlc-commits mailing list