Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 12:49:26 UTC Now

2023-04-07 09:37:01 UTC MAIN commitmail json YAML

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.

(adam)