pkgsrc/devel/apr-devel/PLIST
wiz d9b6023ad2 Update to apr-0.20021123173453, needed by to-be-committed subversion
update. Excerpt of changes:

Changes with APR 0.9.2

  *) Renames done (deprecated functions wrapped):
     apr_filename_of_pathname -> apr_filepath_name_get
     apr_get_groupid -> apr_gid_get
     apr_get_groupname -> apr_gid_name_get
     apr_compare_groups -> apr_gid_compare
     apr_parse_addr_port -> apr_port_addr_parse
     apr_shutdown -> apr_socket_shutdown
     apr_bind -> apr_socket_bind
     apr_listen -> apr_socket_listen
     apr_accept -> apr_socket_accept
     apr_connect -> apr_socket_connect
     apr_send -> apr_socket_send
     apr_sendv -> apr_socket_sendv
     apr_sendto -> apr_socket_sendto
     apr_implode_gmt -> apr_time_exp_gmt_get
     apr_get_home_directory -> apr_uid_homepath_get
     apr_get_userid -> apr_uid_get
     apr_current_userid -> apr_uid_current
     apr_compare_users -> apr_uid_compare
     apr_get_username -> apr_uid_name_get
     apr_recvfrom -> apr_socket_recvfrom
     apr_sendfile -> apr_socket_sendfile
     apr_recv -> apr_socket_recv
     [Thom May]

  *) Add APR_IPV6_V6ONLY socket option.  [Jeff Trawick]

  *) Update timeout algorithm in free_proc_chain. If a subprocess
     did not exit immediately, the thread would sleep for 3 seconds
     before checking the subprocess exit status again. In a very
     common case when the subprocess was an HTTP server CGI script,
     the CGI script actually exited a fraction of a second into the 3
     second sleep, which effectively limited the server to serving one
     CGI request every 3 seconds across a persistent connection.
     [Bill Stoddard, Kai.Risku@arrak.fi]

  *) Add recognition of and socket API support for the SCTP protocol.
     [Randall Stewart <randall@stewart.chicago.il.us>]

  *) Add apr_atomic_casptr() to support atomic compare-and-swap
     of pointers  [Brian Pane]

  *) Add apr_socket_create_ex() to allow protocol to be specified for the
     socket.  With APR 1.0, this function will be removed and apr_socket_create()
     will have the additional parameter.
     [Randall Stewart]

  *) Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allow
     apps to avoid lookup of IPv6 address if IPv4 address is sufficient.
     (New APR_IPV6_ADDR_OK flag is similar.)  [Jeff Trawick]

Changes with APR 0.9.1

  *) Add apr_array_pop().  [Justin Erenkrantz]

Changes with APR 0.9.0

  *) Includes moved to INCLUDEDIR/apr-{major} (e.g. /usr/include/apr-0)
     [Greg Stein]

  *) libtool versioning is used to give the library sonames a real
     value. The libraries will be libapr-{major}.so.0.{minor}.{patch}
     [Greg Stein]

  *) Add APR_PARSE_ARGUMENTS and APR_LAYOUT macros for better layout
     support. [Thom May]

  *) Add parallel-apr layout which utilizes the major version number in
     directories and library names.  [Justin Erenkrantz]

  *) Add a version number to the library name (e.g. libapr-1.so) so
     that apps can do things like: -lapr-1 or -lapr-2, depending on
     which version they want to use and link against. [Greg Stein]

  *) Add --version to apr-config so that apps can retrieve the version
     information of the (installed) APR. [Greg Stein]

  *) Remove the APRVARS system; apps should use apr-config. [Greg Stein]

  *) Renamed apr_strtoll()/apr_atoll() to follow int64 convention,
     so these new helpers are apr_strtoi64/apr_atoi64(), since
     'll' (long long) is a nonportable and aspecific construct.
     Used ac/m4 tests to choose the appropriate fn behind strtoi64.
     [William Rowe]

As well as many portabitility and other fixes.
2002-11-25 19:52:43 +00:00

75 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2002/11/25 19:52:44 wiz Exp $
bin/apr-config
bin/apu-config
include/apr-0/apr.h
include/apr-0/apr_version.h
include/apr-0/apr_user.h
include/apr-0/apr_time.h
include/apr-0/apr_thread_rwlock.h
include/apr-0/apr_thread_proc.h
include/apr-0/apr_thread_mutex.h
include/apr-0/apr_thread_cond.h
include/apr-0/apr_tables.h
include/apr-0/apr_support.h
include/apr-0/apr_strings.h
include/apr-0/apr_signal.h
include/apr-0/apr_shm.h
include/apr-0/apr_ring.h
include/apr-0/apr_proc_mutex.h
include/apr-0/apr_portable.h
include/apr-0/apr_pools.h
include/apr-0/apr_poll.h
include/apr-0/apr_network_io.h
include/apr-0/apr_mmap.h
include/apr-0/apr_lib.h
include/apr-0/apr_inherit.h
include/apr-0/apr_hash.h
include/apr-0/apr_global_mutex.h
include/apr-0/apr_getopt.h
include/apr-0/apr_general.h
include/apr-0/apr_fnmatch.h
include/apr-0/apr_file_io.h
include/apr-0/apr_file_info.h
include/apr-0/apr_errno.h
include/apr-0/apr_dso.h
include/apr-0/apr_compat.h
include/apr-0/apr_atomic.h
include/apr-0/apr_allocator.h
include/apr-0/apr_want.h
include/apr-0/apr_anylock.h
include/apr-0/apu_compat.h
include/apr-0/apu.h
include/apr-0/apr_xml.h
include/apr-0/apr_xlate.h
include/apr-0/apr_uuid.h
include/apr-0/apr_uri.h
include/apr-0/apr_strmatch.h
include/apr-0/apr_sha1.h
include/apr-0/apr_sdbm.h
include/apr-0/apr_rmm.h
include/apr-0/apr_reslist.h
include/apr-0/apr_queue.h
include/apr-0/apr_optional_hooks.h
include/apr-0/apr_optional.h
include/apr-0/apr_md5.h
include/apr-0/apr_md4.h
include/apr-0/apr_ldap.h
include/apr-0/apr_hooks.h
include/apr-0/apr_dbm.h
include/apr-0/apr_date.h
include/apr-0/apr_buckets.h
include/apr-0/apr_base64.h
include/apr-0/apu_version.h
lib/apr.exp
lib/aprutil.exp
lib/libapr-0.a
lib/libapr-0.la
lib/libapr-0.so
lib/libapr-0.so.9
lib/libapr-0.so.9.2
lib/libaprutil-0.a
lib/libaprutil-0.la
lib/libaprutil-0.so
lib/libaprutil-0.so.9
lib/libaprutil-0.so.9.2
@dirrm include/apr-0