From: Arne Fitzenreiter Date: Mon, 7 Jul 2008 18:39:51 +0000 (+0200) Subject: Updated pcre to version 7.7 and add it to core16 X-Git-Tag: v2.3-beta2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4abbd39e9bb1100be9ef58a5d1d48a825233ebe2;p=people%2Fstevee%2Fipfire-2.x.git Updated pcre to version 7.7 and add it to core16 --- diff --git a/config/rootfiles/core/16/files b/config/rootfiles/core/16/files index e69de29bb2..ffa8566f38 100644 --- a/config/rootfiles/core/16/files +++ b/config/rootfiles/core/16/files @@ -0,0 +1,61 @@ +lib/libpcre.so.0 +lib/libpcre.so.0.0.1 +#usr/bin/pcre-config +#usr/bin/pcregrep +#usr/bin/pcretest +#usr/include/pcre.h +#usr/include/pcre_scanner.h +#usr/include/pcre_stringpiece.h +#usr/include/pcrecpp.h +#usr/include/pcrecpparg.h +#usr/include/pcreposix.h +#usr/lib/libpcre.a +#usr/lib/libpcre.la +usr/lib/libpcre.so +#usr/lib/libpcrecpp.a +#usr/lib/libpcrecpp.la +#usr/lib/libpcrecpp.so +#usr/lib/libpcrecpp.so.0 +#usr/lib/libpcrecpp.so.0.0.0 +#usr/lib/libpcreposix.a +#usr/lib/libpcreposix.la +#usr/lib/libpcreposix.so +#usr/lib/libpcreposix.so.0 +#usr/lib/libpcreposix.so.0.0.0 +#usr/lib/pkgconfig/libpcre.pc +#usr/man/man1/pcregrep.1 +#usr/man/man1/pcretest.1 +#usr/man/man3/pcre.3 +#usr/man/man3/pcre_compile.3 +#usr/man/man3/pcre_compile2.3 +#usr/man/man3/pcre_config.3 +#usr/man/man3/pcre_copy_named_substring.3 +#usr/man/man3/pcre_copy_substring.3 +#usr/man/man3/pcre_dfa_exec.3 +#usr/man/man3/pcre_exec.3 +#usr/man/man3/pcre_free_substring.3 +#usr/man/man3/pcre_free_substring_list.3 +#usr/man/man3/pcre_fullinfo.3 +#usr/man/man3/pcre_get_named_substring.3 +#usr/man/man3/pcre_get_stringnumber.3 +#usr/man/man3/pcre_get_stringtable_entries.3 +#usr/man/man3/pcre_get_substring.3 +#usr/man/man3/pcre_get_substring_list.3 +#usr/man/man3/pcre_info.3 +#usr/man/man3/pcre_maketables.3 +#usr/man/man3/pcre_refcount.3 +#usr/man/man3/pcre_study.3 +#usr/man/man3/pcre_version.3 +#usr/man/man3/pcreapi.3 +#usr/man/man3/pcrebuild.3 +#usr/man/man3/pcrecallout.3 +#usr/man/man3/pcrecompat.3 +#usr/man/man3/pcrecpp.3 +#usr/man/man3/pcrematching.3 +#usr/man/man3/pcrepartial.3 +#usr/man/man3/pcrepattern.3 +#usr/man/man3/pcreperform.3 +#usr/man/man3/pcreposix.3 +#usr/man/man3/pcreprecompile.3 +#usr/man/man3/pcresample.3 +#usr/man/man3/pcrestack.3 diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 186a6b9944..e849f60676 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -227,6 +227,7 @@ * pciutils-2.2.3 * pcmciautils-014 * pcre-6.7 +* pcre-7.7 * perl-5.8.8 * php-5.2.4 * phpSANE-0.3.3 diff --git a/lfs/pcre b/lfs/pcre index 91e41f9d64..f99abf3783 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -24,7 +24,7 @@ include Config -VER = 6.7 +VER = 7.7 THISAPP = pcre-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dbbec9d178ce199e67e98c9a4f994f90 +$(DL_FILE)_MD5 = 4b2e9cde1f7227448dddba59843efa0b install : $(TARGET)