./devel/apr, Apache Portable Runtime

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


Branch: pkgsrc-2009Q3, Version: 1.3.9, Package name: apr-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 build:
[devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: 3ad0099ee9fb684e118590bf0acf937639e00611
RMD160: 2348b321131579ed4ae607c7fb87f450abfa4fe1
Filesize: 1112.301 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-03 00:21:28 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2492 - requested by fhajny
apr: security update

Revisions pulled up:
- devel/apr/Makefile			1.60
- devel/apr/distinfo			1.28
---
Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Dec  2 11:36:27 UTC 2009

Modified Files:
        pkgsrc/devel/apr: Makefile distinfo

Log message:
Update to 1.3.9 (security fix).

Changes for APR 1.3.9

  *) SECURITY: CVE-2009-2699 (cve.mitre.org)
     Faulty error handling in the Solaris pollset support
     (Event Port backend) which could trigger hangs in the prefork
     and event MPMs on that platform.  PR 47645.  [Jeff Trawick]