Index: ossp-pkg/pcre/ChangeLog.OSSP RCS File: /v/ossp/cvs/ossp-pkg/pcre/ChangeLog.OSSP,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/pcre/ChangeLog.OSSP,v' 2>/dev/null --- ChangeLog.OSSP 2002/01/11 10:19:12 1.19 +++ ChangeLog.OSSP 2004/04/21 13:44:06 1.20 @@ -2,6 +2,19 @@ OSSP ChangeLog for PCRE ======================= + *) Remove libpcreposix.la target from Makefile.in to disable + provisioning of embedded POSIX regex library functions regcomp, + regerror, regexec and regfree. OSSP petidomo was a victim as it + expects working [:alnum:] and [:space:] constructs which do not + work with the fsl regex but do with OS regex. It turned out that + OpenPKG sendmail package was also broken due to fsl pcre symbol + leakage. Inspired by http://cvs.openpkg.org/chngview?cn=15298 + [Thomas Lotterer ] + + *) Remove useless pcre_test target from Makefile.in + Excerpt from http://cvs.openpkg.org/chngview?cn=13354 + [Thomas Lotterer ] + *) Upgraded to PCRE 3.9 *) Upgraded to PCRE 3.8 Index: ossp-pkg/pcre/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/pcre/Makefile.in,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/pcre/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/09/07 19:58:55 1.8 +++ Makefile.in 2004/04/21 13:44:06 1.9 @@ -22,7 +22,7 @@ includedir = @includedir@ mandir = @mandir@ -all: libpcre.la libpcreposix.la pcre_test +all: libpcre.la .SUFFIXES: .SUFFIXES: .c .o .lo