Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/04/22 10:30:31 1.30 +++ ChangeLog 2004/04/22 10:41:57 1.31 @@ -17,11 +17,13 @@ *) Improve name space cleanness embedding a OSSP pcre which offers PREFIX logic and modify configure.ac to pass down the prefix. + OpenPKG original quick fix by Michael van Elst. [Thomas Lotterer ] *) Fix regex name space dirt by embedding a OSSP pcre which no longer provides POSIX functions regcomp, regerror, regexec and - regfree. + regfree. OSSP petidomo problem found by Torsten Homeyer. + OpenPKG sendmail problem reported by Birger Kraegelin. [Thomas Lotterer ] *) Fix PR#39: configure --with-l2 does not work because it checks Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.41' '-r1.42' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2004/01/12 09:08:36 1.41 +++ README 2004/04/22 10:41:57 1.42 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.4.0 (12-Jan-2004) + Version 1.5a1 (22-Apr-2004) ABSTRACT Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2004/01/12 09:08:36 1.28 +++ fsl_version.c 2004/04/22 10:41:57 1.29 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x104200 +#define FSL_VERSION 0x105001 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x104200, - "1.4.0", - "1.4.0 (12-Jan-2004)", - "This is OSSP fsl, Version 1.4.0 (12-Jan-2004)", - "OSSP fsl 1.4.0 (12-Jan-2004)", - "OSSP fsl/1.4.0", - "@(#)OSSP fsl 1.4.0 (12-Jan-2004)", + 0x105001, + "1.5a1", + "1.5a1 (22-Apr-2004)", + "This is OSSP fsl, Version 1.5a1 (22-Apr-2004)", + "OSSP fsl 1.5a1 (22-Apr-2004)", + "OSSP fsl/1.5a1", + "@(#)OSSP fsl 1.5a1 (22-Apr-2004)", "$Id$" };