Commit graph

28 commits

Author SHA1 Message Date
Olli Hauer
d97185cf0b - update to apr-1.4.5
- update to apr-util-1.3.12
- add new make target "test:"

Changes for APR 1.4.5
  *) Security: CVE-2011-1928
     apr_fnmatch(): Fix high CPU loop.  [William Rowe]
  *) Fix top_builddir in installed apr_rules.mk.  [Bojan Smojver]

Changes with APR-util 1.3.12
  *) apr_ldap: Fix crash because of NULL cleanup registered by
     apr_ldap_rebind_init().  [Rainer Jung]

commit with hat apache@
2011-05-22 21:31:16 +00:00
Olli Hauer
ef457ed720 - update apr1 to version 1.4.4 (security update CVE-2011-0419)
Changes: (trimmed non FreeBSD related to keep the list shorter)
http://www.apache.org/dist/apr/CHANGES-APR-1.4

Changes for APR 1.4.4
Changes for APR 1.4.3

  *) Security: CVE-2011-0419
     Reimplement apr_fnmatch() from scratch using a non-recursive
     algorithm; now has improved compliance with the fnmatch() spec.
     [William Rowe]

  *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
     descriptors.  PR 49882.  [Stefan Ruppert <sr myarm.com>, Jeff Trawick]

  *) Fix address handling when accepting an AF_INET socket from a socket
     bound as AF_INET6.   PR 49678.  [Joe Orton]

  *) Add new experimental configure option --enable-allocator-uses-mmap to
     use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces
     memory fragmentation with malloc implementations (e.g. glibc) that
     don't handle allocationss of a page-size-multiples in an efficient way.
     It also makes apr_allocator_max_free_set() actually have some effect
     on such platforms. [Stefan Fritsch]

  *) configure: Make definition of apr_ino_t independent of
     _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'.
     [Stefan Fritsch]

  *) apr_ring: Workaround for aliasing problem that causes gcc 4.5 to
     miscompile some brigade related code. PR 50190. [Stefan Fritsch]

  *) apr_file_flush_locked(): Handle short writes. [Stefan Fritsch]

  *) apr_pollset_create_ex(): Trap errors from pollset providers.
     PR 49094.  [Sami Tolvanen <sami.tolvanen mywot.com>]

  *) apr_pollset_create*(): Fix memory lifetime problem with the wakeup
     pipe when the pollset was created with APR_POLLSET_NOCOPY.
     [Neil Conway <nrc cs.berkeley.edu>]

  *) Fix detection of some Linux variants when configure is built with
     recent GNU tools.  [Eric Covener]

  *) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
     is supported.  PR 46297.  [Joe Orton]

  *) Improve platform detection by updating config.guess and config.sub.
     [Rainer Jung]

  commit with apache@ hat

PR:		156997
Submitted by:	Tsurutani Naoki <turutani _at_ scphys.kyoto-u.ac.jp>
2011-05-13 23:00:17 +00:00
Philip M. Gollucci
374d0fa343 - Update apr-util to 1.3.10
Security:   http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html
With Hat:   apache@

<ChangeLog>
  *) SECURITY: CVE-2010-1623 (cve.mitre.org)
     Fix a denial of service attack against apr_brigade_split_line().
     [Stefan Fritsch]

  *) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
     Fix two buffer over-read flaws in the bundled copy of expat which
     could cause applications to crash while parsing specially-crafted
     XML documents.  [Joe Orton]

  *) Upgrade bundled copy of expat library to 1.95.7.  [Joe Orton]

  *) apr_thread_pool: Fix some potential deadlock situations.  PR 49709.
     [Joe Mudd <Joe.Mudd sas.com>]

  *) apr_thread_pool_create: Fix pool corruption caused by multithreaded
     use of the pool when multiple initial threads are created.  PR 47843.
     [Alex Korobka <akorobka fxcm.com>]

  *) apr_thread_pool_create(): Only set the output thread pool handle on
     success.  [Paul Querna]

  *) DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with
     several different data types, including APR_DBD_TYPE_TIME.  PR 49645.
     [<kappa psilambda.com>]

  *) Add support for Berkeley DB 4.8 and 5.0.  PR 49866, PR 49179.
     [Bernhard Rosenkraenzer <br blankpage.ch>,
      Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]

  *) Make bundled expat compatible with libtool 2.x.  PR 49053.
     [Rainer Jung]

  *) Prefer libtool 1.x when searching for libtool in
     bundled expat release process. [Rainer Jung, Jim Jagielski]

  *) Improve platform detection for bundled expat by updating
     config.guess and config.sub. [Rainer Jung]
</ChangeLog>
2010-10-06 05:32:24 +00:00
Philip M. Gollucci
ed701bd5db 1/5: Update to apr 1.4.2
PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:40:46 +00:00
Philip M. Gollucci
5ef60f7fa5 - Update to (apr) 1.3.9
*) Posix semaphores can now be named and used as named semaphores.
     [Jim Jagielski]

  *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
     setting of compiler. [Jim Jagielski]

  *) Add comments describing the thread-safety properties of apr_pool_t.
     [Neil Conway nrc cs.berkeley.edu]

  *) Pass default environment to testsock, testshm and testproc children, so
     that tests run when APR is compiled with Intel C Compiler.
     [Bojan Smojver]

  *) Fix error handling in the Solaris pollset support (Event Port backend).
     PR 47645.  [Jeff Trawick]

  *) Add the remainder of this fix from trunk:
     Fix Solaris poll failure.  PR 43000
     [Henry Jen <henryjen ztune.net>]
2009-12-24 19:42:24 +00:00
Simon L. B. Nielsen
4192e36c79 Update to APR 1.3.8 / APR-util 1.3.9. This is a security update.
Security:	CVE-2009-2412
Approved by:	so (simon), pgollucci (in principle - I think...)
2009-08-06 22:56:57 +00:00
Philip M. Gollucci
f3511fe654 - Update to 1.3.7/1.3.8
- Default IPv6 support to ON
2009-08-03 03:23:02 +00:00
Philip M. Gollucci
f054c87bf8 - Update to apr 1.3.6, apr-util 1.3.8 2009-07-08 00:01:58 +00:00
Philip M. Gollucci
91e119d265 - Update to apr: 1.3.5, apr: 1.3.7
- Pet Portlint
- Fix APU_EXTRAs in pkg-plist

Security:       http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812
PR:             ports/135310
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-08 02:54:14 +00:00
Philip M. Gollucci
d864928a29 - Update to apr 1.3.3
- Update to apr-util 1.3.4
- APR and APU version don't necessarily match
- Update COMMENT it hasn't been Apache Group for over a decade
- Let WITH_LDAP trigger APR_UTIL_WITH_LDAP
- pre-configure stage work is handled in bsd.port.mk
- remove files/patch-apr-util-1.3.2__build__apu-conf.m4
  committed upstream in 1.3.3+
- set NO_WRKSUBDIR instead of WRKSRC=WRKDIR

Approved by:    gabor (mentor)
2008-08-22 18:49:56 +00:00
Craig Rodrigues
299e95ad18 Update to 1.3.2
PR:		124919
Submitted by:	Philip M. Gollucci" <pgollucci p6m7g8 com>

Changed PREFIX to LOCALBASE

Submitted by: Sergey Skvortsov <skv protey ru>
2008-07-04 19:29:21 +00:00
Craig Rodrigues
05cb655c62 Update to apr 1.2.12 2008-05-04 20:37:53 +00:00
Craig Rodrigues
5b1b902bab Update to apr 1.2.8
PR:	ports/112506
2007-06-16 19:56:47 +00:00
Craig Rodrigues
b7f8cd48db Upgrade to apr-1.2.7
PR:		ports/98085
Submitted by:	skv
2006-05-29 13:12:35 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Craig Rodrigues
f1929a9a71 Upgrade to apr-1.2.2 2005-10-29 05:19:51 +00:00
Daichi GOTO
116cac02f9 Update to apr 1.0.1 (apr 1.0.0 no longer available)
PR:		ports/74322
Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
2004-11-25 04:13:59 +00:00
Jun Kuriyama
08c4cd6543 - Upgrade to 1.0.0.
- Add APR_UTIL_WITH_LDAP knob.

Approved by:	maintainer (Craig Rodrigues), lev (active in this area)
2004-10-12 22:41:44 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Jun Kuriyama
d8781cfc57 Update to recent snapshot. I hope 0.9.5 will be released soon...
Approved by:	maintainer
2004-01-14 14:45:24 +00:00
Masafumi Max NAKANE
3374da8486 Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by:	maintainer
2003-10-03 05:25:25 +00:00
Bruce A. Mah
cf43127c6a Update to apr-0.9.3. Minor changes from original submission to make
diffs apply.

Submitted by:	plasma <plasmaball@pchome.com.tw>
Approved by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-04-19 03:29:02 +00:00
Bruce A. Mah
19604084cb Update to 0.9.2-alpha.
Mostly updated from the PR, plus a couple of fixes to get version numbers
to work correctly and a plist fix-up.

PR:		50309
Submitted by:	plasmaball@pchome.com.tw, Craig Rodrigues <rodrigc@attbi.com>
Approved by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-03-28 05:46:27 +00:00
Ying-Chieh Liao
4d96268805 upgrade to 0.9.1
PR:		46390
Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by:	old maintainer
2003-01-02 08:29:24 +00:00
Ollivier Robert
48a3fec481 Update to apr version 20020725223645
PR:		ports/41249
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-08-05 09:38:24 +00:00
Ollivier Robert
52b2d378f6 Update apr to the latest snapshot 20020707163141.
PR:		ports/40395
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-07-15 18:19:15 +00:00
Ollivier Robert
016c18a9d7 Update to a more recent APR snapshot. It is needed by the forthcoming
Subversion update.

PR:		ports/37810
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-05-07 14:53:04 +00:00
Ollivier Robert
beafdedff5 New port of apr-devel:
The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.

This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.

There is no apr port as it is still in development.

Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-14 16:39:26 +00:00