Next | Query returned 91 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2009-06-14 20:48:18 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-10 17:58:29 by Stoned Elipot | Files touched by this commit (2)
Log message:
DSO handling of the db, gdbm and ndbm drivers was introduced to
apr-util in version 1.3.5: handle the files
${PREFIX}lib/apr-util-1/apr_dbm_db*, installed by this package when
the package option 'db4' is selected,  via another PLIST_VAR, 'db4'.
   2009-06-08 15:24:57 by Matthias Scheler | Files touched by this commit (1)
Log message:
Set the license type to "apache-2.0".
   2009-06-08 15:19:20 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "apr-util" package to version 1.3.7. Changes since version 1.3.4:
- SECURITY:
  Fix a denial of service attack against the apr_xml_* interface
  using the "billion laughs" entity expansion technique.
- SECURITY: CVE-2009-0023 (cve.mitre.org)
  Fix underflow in apr_strmatch_precompile.
- Minor build and bug fixes.
- SECURITY: CVE-2009-0023 (cve.mitre.org)
  Fix underflow in apr_strmatch_precompile.
- Fix off by one overflow in apr_brigade_vprintf.
- APR_LDAP_SIZELIMIT should prefer LDAP_DEFAULT_LIMIT/-1 when the
  SDK supports it, but in the absence of LDAP_DEFAULT_LIMIT (and
  LDAP_NO_LIMIT/0) it is not safe to use a literal -1.
  Bug 23356
- Clean up ODBC types. Warnings seen when compiling packages for
  Fedora 11.
- Use of my_init() requires my_global.h and my_sys.h.
- Fix apr_memcache_multgetp memory corruption and incorrect error
  handling. Bug 46588
- Fix memcache memory leak with persistent connections.
  Bug 46482
- Add Oracle 11 support.
- apr_dbd_freetds: Avoid segfault when process is NULL.
  Do no print diagnostics to stderr. Never allow driver to exit
  process.
- apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
  or sybdb.h.
- LDAP detection improvements: --with-ldap now supports library names
  containing non-alphanumeric characters, such as libldap-2.4.so.  New
  option --with-lber can be used to override the default liblber name.
  Fix a problem reporting the lber library from apu-N-config.
- Suppress pgsql column-out-of-range warning.
- Fix a buffer overrun and password matching for SHA passwords.
- Introduce DSO handling of the db, gdbm and ndbm drivers, so these are
  loaded as .so's on first demand, unless --disable-util-dso is configured.
- Fix a segfault in the DBD testcase when the DBD modules were not present.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-11-02 16:05:11 by Quentin Garnier | Files touched by this commit (4)
Log message:
Don't let the build's LDFLAGS be polluted by what provides apr, because apr
doesn't know about all dependencies of apr-util.  Otherwise the final binary
wouldn't have the proper RPATHs.

Bump PKGREVISION.
   2008-09-21 04:39:28 by Min Sik Kim | Files touched by this commit (1)
Log message:
The current version of apr-utils does not build with apr-1.2.x because
it uses APR_SIZE_MAX, which is defined in apr-1.3.x.

Add apr>=1.3.0 to BUILDLINK_API_DEPENDS.apr.
   2008-09-18 23:30:52 by Adrian Portelli | Files touched by this commit (1)
Log message:
If sqlite is installed but not selected by PKG_OPTIONS then don't
automagically comple in support for it.  This fixes PLIST errors on install.
   2008-09-08 12:04:46 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Remove --without-sqlite3 from Makefile
   2008-09-08 11:58:43 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
PLIST fix for LDAP; Added options for pgsql, mysql, sqlite3

Next | Query returned 91 messages, browsing 71 to 80 | Previous