./devel/apr-util, Apache Portable Runtime utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q2, Version: 1.3.9, Package name: apr-util-1.3.9, Maintainer: pkgsrc-users

The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.


Required to run:
[textproc/expat] [devel/apr]

Required to build:
[devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: fd2a76352353e6bc2f7cc7da80e2ab3842795199
RMD160: f6180ba186e8ed73831b1da78de7ec57fc1cb162
Filesize: 772.414 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-07 14:22:17 by S.P.Zeidler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket 2854 - requested by tron
security update

Revisions pulled up:
- pkgsrc/devel/apr-util/Makefile	1.14
- pkgsrc/devel/apr-util/Makefile	1.8
- pkgsrc/devel/apr/Makefile		1.58
- pkgsrc/devel/apr/distinfo		1.26

   Module Name:	pkgsrc
   Committed By:	schmonz
   Date:		Fri Jul 24 13:09:32 UTC 2009

   Modified Files:
   	pkgsrc/devel/apr-util: Makefile

   Log message:
   Configure --without-sqlite2 in case it's unavoidably on the include path.

   To generate a diff of this commit:
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/apr-util/Makefile

   -----

   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Tue Aug  4 10:09:35 UTC 2009

   Modified Files:
   	pkgsrc/devel/apr: Makefile distinfo

   Log message:
   Update to apr version 1.3.7, which, other than 1.3.5, is still downloadable.

   Changes since 1.3.5:
    - On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This
      causes proc mutex failures.
    - Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and
      associated functions, such as dup3(), accept4(), epoll_create1() etc.,
      or simply set CLOEXEC flag using fcntl().
    - More elaborate detection for dup3(), accept4() and epoll_create1().

   To generate a diff of this commit:
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/apr/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/apr/distinfo

   Please note that diffs are not public domain; they are subject to the
   copyright notices on the relevant files.

   -----

   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Tue Aug  4 10:13:04 UTC 2009

   Modified Files:
   	pkgsrc/devel/apr-util: Makefile distinfo

   Log message:
   Upgrade apr-util to version 1.3.8, which, unlike 1.3.7, is still downloadab=
   le.

   Changes since 1.3.7:
    - Use locally scoped variables in PostgreSQL driver to avoid stomping
      on return codes.
    - Fix race conditions in initialisation of DBD, DBM and DSO.
    - Expose DBM libs in apu-1-config by default. To avoid that, use
      apu-1-config --avoid-dbm --libs. To get just DBM libs, use
      apu-1-config --dbm-libs.
    - Make sure --without-ldap works.

   To generate a diff of this commit:
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/apr-util/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/apr-util/distinfo

   -----

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Fri Aug  7 10:39:24 UTC 2009

   Modified Files:
   	pkgsrc/devel/apr-util: Makefile distinfo

   Log message:
   Update "apr-util" package to version 1.3.8. Changes since 1.3.9:
   - SECURITY: CVE-2009-2412 (cve.mitre.org)
     Fix overflow in rmm, where size alignment was taking place.
     [Matt Lewis <mattlewis@google.com>, Sander Striker]
   - Make sure that "make check" is used in the RPM spec file, so that
     the crypto, dbd and dbm tests pass. [Graham Leggett]
   - Make sure the mysql version of dbd_mysql_get_entry() respects the
     rule that if the column number exceeds the number of columns, we
     return NULL. [Graham Leggett]
   - Ensure the dbm module is packaged up correctly in the RPM.
     [Graham Leggett]
   - Clarify the error messages within the dbd tests. [Graham Leggett]

   To generate a diff of this commit:
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/apr-util/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/apr-util/distinfo