./devel/apr, Apache Portable Runtime

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


Branch: CURRENT, Version: 1.7.4, Package name: apr-1.7.4, 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: (Expand)

Filesize: 873.561 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2023-04-07 11:37:01 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
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.