2024-08-26 18:12:05 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
apr: update to 1.7.5.
pkgsrc change: remove patches for atomic64 support since upstream
seems to have improved their generic64 support.
Changes for APR 1.7.5
*) Unix: Implement apr_shm_perms_set() for the "POSIX shm_open()"
and "classic mmap" shared memory implementations. [Joe Orton,
Ruediger Pluem]
*) Fix missing ';' for XML/HTML hex entities from apr_escape_entity().
[Yann Ylavic]
*) Fix crash in apr_pool_create() with --enable-pool-debug=all|owner.
[Yann Ylavic]
*) Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]
*) CMake: Add support for CMAKE_WARNING_AS_ERROR. [Ivan Zhakov]
*) CMake: Enable support for MSVC runtime library selection by abstraction.
[Ivan Zhakov]
*) CMake: Export installed targets (libapr-1, apr-1, libaprapp-1, aprapp-1)
to apr:: namespace. [Ivan Zhakov]
|
2023-07-30 23:31:50 by Tobias Nygren | Files touched by this commit (1) |
Log message:
apr: don't use epoll(2) on NetBSD
|
2023-04-23 10:57:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
apr: update to 1.7.4.
Changes for APR 1.7.4
*) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
and APR_FOPEN_BUFFERED did not properly append the data on Windows.
(This regression was introduced in APR 1.7.3) [Evgeny Kotkov]
|
2023-04-18 10:58:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
apr: use REPLACE_SH on Solaris, per jperkin recommendation
|
2023-04-18 10:47:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
apr: bump PKGREVISION for Solaris fix
|
2023-04-18 10:47:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
apr: on Solaris, depend on bash
apr-config doesn't work with Solaris' 10 sh(1).
Closes PR pkg/57360.
|
2023-04-07 16:57:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
apr: restore patch comment
|
2023-04-07 16:07:22 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
apr: Restore apr-config change to fix buildlinking
Bump PKGREVISION.
|
2023-04-07 11:37:01 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
apr: updated to 1.7.3
Changes for APR 1.7.3
*) apr-1-config: Fix crosscompiling detection in apr-1-config.
*) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if
available.
*) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
pointer on Windows.
*) apr_dir_read: Do not request short file names on Windows 7
and later.
*) apr_file_gets: Optimize for buffered files on Windows.
*) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
on Windows.
*) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
*) apr_file_write: Optimize large writes to buffered files on Windows.
*) apr_file_write: Optimize large reads from buffered files on Windows.
|
2021-11-28 13:57:05 by Havard Eidnes | Files touched by this commit (4) |
Log message:
Add a patch to deal with CVE-2021-35940.
An out-of-bounds array read in the apr_time_exp*() functions was
fixed in the Apache Portable Runtime 1.6.3 release (CVE-2017-12613).
The fix for this issue was not carried forward to the APR 1.7.x
branch, and hence version 1.7.0 regressed compared to 1.6.3 and is
vulnerable to the same issue.
https://svn.apache.org/viewvc?view=revision&revision=1891198
Bump PKGREVISION.
|