Opened 7 years ago

Closed 6 years ago

#9919 closed enhancement (fixed)

apr-1.6.3 and apr-util-1.6.1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point versions.

Change History (3)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

Changes with APR-util 1.6.1

  • Win32: Add function exports from new apr_crypto API's missing in 1.6.0.
  • Win32: Introduce XML_PARSER build-time variable to select the expat library name to be linked to libaprutil-1.dll. See Makefile.win
  • Win32: Removed lingering xml/xml.dsp project forked from the expat Project in the 1.9x era. Use expat's maintained build schema instead, prior to building apr-util.
  • apr_crypto: Fix compatibility with LibreSSL. PR 61596. [Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
  • sdbm: better database/page validation to fail cleanly when corrupted. [Yann Ylavic]

Changes for APR 1.6.3

  • apr_file_trunc: Truncating a buffered file could add unexpected data after the truncate position. PR 51017. [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
  • apr_file_trunc: Fix an issue where reading from a buffered file after truncate could return stale data from the buffer. [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
  • apr_ipsubnet_create() now fails for an empty input string. [Joe Orton]

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19400.

Note: See TracTickets for help on using tickets.