./devel/apr, Apache Portable Runtime

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


Branch: CURRENT, Version: 1.7.5, Package name: apr-1.7.5, 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:
[pkgtools/cwrappers]

Master sites:

Filesize: 877.211 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-26 18:12:05 by Thomas Klausner | Files touched by this commit (5) | Package removed
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) | Package updated
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.