Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/trunk/debian/patches/series
11,3 → 11,4
reg_enum_conflict.patch
hurd.patch
nettle_crypt_md5_buffer_size.patch
pcre_info_obsolete.patch
/trunk/debian/patches/pcre_info_obsolete.patch
0,0 → 1,26
Description: Stop using the long-obsolete pcre_info(),
which was just recently removed from the headers but
remains in the library.
 
--- a/src/modules/_Regexp_PCRE/configure
+++ b/src/modules/_Regexp_PCRE/configure
@@ -4020,7 +4020,7 @@ EOF
-for ac_func in pcre_info pcre_fullinfo pcre_get_stringnumber
+for ac_func in pcre_fullinfo pcre_get_stringnumber
do
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
--- a/src/modules/_Regexp_PCRE/configure.in
+++ b/src/modules/_Regexp_PCRE/configure.in
@@ -18,7 +18,7 @@ if test x$with_libpcre = xyes ; then
LIBS="${LIBS-} -lpcre"
PIKE_FEATURE(Regexp.PCRE,[yes (libpcre)])
- AC_CHECK_FUNCS(pcre_info pcre_fullinfo pcre_get_stringnumber)
+ AC_CHECK_FUNCS(pcre_fullinfo pcre_get_stringnumber)
])
fi
fi
/trunk/debian/changelog
4,8 → 4,11
add HAVE_MACH_MESSAGE_H to src/machine.h.in.
* nettle_crypt_md5_buffer_size.patch (new): Nette.MD5: passwd array was
too small.
* pcre_info_obsolete.patch (new): Stop using the long-obsolete
pcre_info(), which was just recently removed from the headers but
remains in the library.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 00:36:50 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 01:55:24 +0200
 
pike7.8 (7.8.700-5) unstable; urgency=low