Update to 1.3.8 (security fix).
Changes for APR 1.3.8 *) SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in pools and 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, consistent with apr-util. [Graham Leggett] *) Pass default environment to testflock, testoc and testpipe children, so that tests run when APR is compiled with Intel C Compiler. [Bojan Smojver]
This commit is contained in:
parent
99d37b4c8c
commit
e27db2219d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.58 2009/08/04 10:09:35 tonnerre Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2009/08/07 14:29:44 gdt Exp $
|
||||
|
||||
DISTNAME= apr-1.3.7
|
||||
DISTNAME= apr-1.3.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2009/08/04 10:09:35 tonnerre Exp $
|
||||
$NetBSD: distinfo,v 1.27 2009/08/07 14:29:44 gdt Exp $
|
||||
|
||||
SHA1 (apr-1.3.7.tar.gz) = 7fcc110e60a77424b6f0a80fd7bc3ddce24d7dbd
|
||||
RMD160 (apr-1.3.7.tar.gz) = 539e03b6ef8da828e53ce231e12802543e9de0f2
|
||||
Size (apr-1.3.7.tar.gz) = 1148153 bytes
|
||||
SHA1 (apr-1.3.8.tar.gz) = 6ed6a18230c48b4324eb0f6cbb02159a0762fc21
|
||||
RMD160 (apr-1.3.8.tar.gz) = f45e1eaac6984e1207305f97c969d7adf806914b
|
||||
Size (apr-1.3.8.tar.gz) = 1164963 bytes
|
||||
|
|
Loading…
Reference in a new issue