pkgsrc/www/neon/PLIST
wiz bd82e3316a neon: update to 0.32.1.
Changes in release 0.32.1:
* Fix configure CFLAGS handling in Kerberos detection.
* Various spelling fixes.

Changes in release 0.32.0:
* Interface changes:
 - API and ABI backwards-compatible with 0.27.x and later
 - NE_AUTH_DIGEST now only enables RFC 2617/7616 auth by default;
   to enable weaker RFC 2069 Digest, use NE_AUTH_LEGACY_DIGEST
   (treated as a security enhancement, not an API/ABI break)
* Interface clarifications:
 - ne_auth.h: use of non-ASCII usernames with the ne_auth_creds
   callback type is now rejected for Digest auth since the
   encoding is not specified.  ne_add_auth() can be used instead.
 - ne_request.h: the ne_create_request_fn callback is passed the
   request-target using RFC 7230 terminology
* New interfaces and features:
 - ne_string.h: added ne_strhash(), ne_vstrhash(), ne_strparam()
 - ne_auth.h: added RFC 7616 (Digest authentication) support,
   including userhash=, username*= and SHA-2 algorithms
   (SHA-2 requires GnuTLS/OpenSSL).  added NE_AUTH_LEGACY_DIGEST
 - ne_auth.h: added ne_add_auth() unified auth callback interface,
   accepts (only) UTF-8 usernames, uses a larger password buffer,
   and has different/improved attempt counter semantics.
 - RFC 7617 scoping rules are now applied for Basic authentication.
 - ne_ssl.h: added ne_ssl_cert_hdigest()
 - ne_socket.h: added ne_sock_shutdown()
 - sendmsg()/send() are used with the MSG_NOSIGNAL flag to write to
   sockets on Unix, rather than write()/writev(), avoiding SIGPIPE
 - explicit_bzero() is used where available to clear credentials
* Bug fixes:
 - fixed TLS connection shutdown handling for OpenSSL 3
 - fix various Coverity and cppcheck warnings (Sebastian Reschke)
 - Kerberos library detection uses pkg-config where possible.
 - fix some configure checks on Win32 (Christopher Degawa)
 - fix some configure errors on MacOS (Ryan Schmidt)
2021-10-09 10:54:12 +00:00

186 lines
5.6 KiB
Text

@comment $NetBSD: PLIST,v 1.23 2021/10/09 10:54:12 wiz Exp $
bin/neon-config
include/neon/ne_207.h
include/neon/ne_acl.h
include/neon/ne_acl3744.h
include/neon/ne_alloc.h
include/neon/ne_auth.h
include/neon/ne_basic.h
include/neon/ne_compress.h
include/neon/ne_dates.h
include/neon/ne_defs.h
include/neon/ne_i18n.h
include/neon/ne_locks.h
include/neon/ne_md5.h
include/neon/ne_pkcs11.h
include/neon/ne_props.h
include/neon/ne_redirect.h
include/neon/ne_request.h
include/neon/ne_session.h
include/neon/ne_socket.h
include/neon/ne_ssl.h
include/neon/ne_string.h
include/neon/ne_uri.h
include/neon/ne_utils.h
include/neon/ne_xml.h
include/neon/ne_xmlreq.h
lib/libneon.la
lib/pkgconfig/neon.pc
man/man1/neon-config.1
man/man3/ne_add_request_header.3
man/man3/ne_addr_destroy.3
man/man3/ne_addr_error.3
man/man3/ne_addr_first.3
man/man3/ne_addr_next.3
man/man3/ne_addr_resolve.3
man/man3/ne_addr_result.3
man/man3/ne_buffer.3
man/man3/ne_buffer_altered.3
man/man3/ne_buffer_append.3
man/man3/ne_buffer_clear.3
man/man3/ne_buffer_concat.3
man/man3/ne_buffer_create.3
man/man3/ne_buffer_destroy.3
man/man3/ne_buffer_finish.3
man/man3/ne_buffer_grow.3
man/man3/ne_buffer_ncreate.3
man/man3/ne_buffer_zappend.3
man/man3/ne_calloc.3
man/man3/ne_close_connection.3
man/man3/ne_forget_auth.3
man/man3/ne_get_error.3
man/man3/ne_get_request_flag.3
man/man3/ne_get_response_header.3
man/man3/ne_get_scheme.3
man/man3/ne_get_server_hostport.3
man/man3/ne_get_session_flag.3
man/man3/ne_get_status.3
man/man3/ne_has_support.3
man/man3/ne_i18n_init.3
man/man3/ne_iaddr_cmp.3
man/man3/ne_iaddr_free.3
man/man3/ne_iaddr_make.3
man/man3/ne_iaddr_parse.3
man/man3/ne_iaddr_print.3
man/man3/ne_iaddr_raw.3
man/man3/ne_iaddr_reverse.3
man/man3/ne_iaddr_typeof.3
man/man3/ne_malloc.3
man/man3/ne_oom_callback.3
man/man3/ne_print_request_header.3
man/man3/ne_qtoken.3
man/man3/ne_realloc.3
man/man3/ne_request_create.3
man/man3/ne_request_destroy.3
man/man3/ne_request_dispatch.3
man/man3/ne_response_header_iterate.3
man/man3/ne_session_create.3
man/man3/ne_session_destroy.3
man/man3/ne_session_proxy.3
man/man3/ne_session_socks_proxy.3
man/man3/ne_session_system_proxy.3
man/man3/ne_set_addrlist.3
man/man3/ne_set_connect_timeout.3
man/man3/ne_set_error.3
man/man3/ne_set_proxy_auth.3
man/man3/ne_set_read_timeout.3
man/man3/ne_set_request_body_buffer.3
man/man3/ne_set_request_body_fd.3
man/man3/ne_set_request_flag.3
man/man3/ne_set_server_auth.3
man/man3/ne_set_session_flag.3
man/man3/ne_set_useragent.3
man/man3/ne_shave.3
man/man3/ne_sock_exit.3
man/man3/ne_sock_init.3
man/man3/ne_ssl_cert_cmp.3
man/man3/ne_ssl_cert_export.3
man/man3/ne_ssl_cert_free.3
man/man3/ne_ssl_cert_identity.3
man/man3/ne_ssl_cert_import.3
man/man3/ne_ssl_cert_issuer.3
man/man3/ne_ssl_cert_read.3
man/man3/ne_ssl_cert_signedby.3
man/man3/ne_ssl_cert_subject.3
man/man3/ne_ssl_cert_write.3
man/man3/ne_ssl_clicert_decrypt.3
man/man3/ne_ssl_clicert_encrypted.3
man/man3/ne_ssl_clicert_free.3
man/man3/ne_ssl_clicert_name.3
man/man3/ne_ssl_clicert_owner.3
man/man3/ne_ssl_clicert_read.3
man/man3/ne_ssl_dname_cmp.3
man/man3/ne_ssl_readable_dname.3
man/man3/ne_ssl_set_verify.3
man/man3/ne_ssl_trust_cert.3
man/man3/ne_ssl_trust_default_ca.3
man/man3/ne_status.3
man/man3/ne_strdup.3
man/man3/ne_strhash.3
man/man3/ne_strndup.3
man/man3/ne_strparam.3
man/man3/ne_token.3
man/man3/ne_version_match.3
man/man3/ne_version_string.3
man/man3/ne_vstrhash.3
man/man3/ne_xml_create.3
man/man3/ne_xml_destroy.3
man/man3/neon.3
share/doc/${PKGNAME}/html/api.html
share/doc/${PKGNAME}/html/biblio.html
share/doc/${PKGNAME}/html/compliance.html
share/doc/${PKGNAME}/html/features.html
share/doc/${PKGNAME}/html/index.html
share/doc/${PKGNAME}/html/intro.html
share/doc/${PKGNAME}/html/ref.html
share/doc/${PKGNAME}/html/refalloc.html
share/doc/${PKGNAME}/html/refauth.html
share/doc/${PKGNAME}/html/refbuf.html
share/doc/${PKGNAME}/html/refbufapp.html
share/doc/${PKGNAME}/html/refbufcr.html
share/doc/${PKGNAME}/html/refbufdest.html
share/doc/${PKGNAME}/html/refbufutil.html
share/doc/${PKGNAME}/html/refcert.html
share/doc/${PKGNAME}/html/refclicert.html
share/doc/${PKGNAME}/html/refconfig.html
share/doc/${PKGNAME}/html/referr.html
share/doc/${PKGNAME}/html/reffeat.html
share/doc/${PKGNAME}/html/refgetst.html
share/doc/${PKGNAME}/html/refhash.html
share/doc/${PKGNAME}/html/refi18n.html
share/doc/${PKGNAME}/html/refiaddr.html
share/doc/${PKGNAME}/html/refneon.html
share/doc/${PKGNAME}/html/refopts.html
share/doc/${PKGNAME}/html/refparam.html
share/doc/${PKGNAME}/html/refproxy.html
share/doc/${PKGNAME}/html/refreq.html
share/doc/${PKGNAME}/html/refreqbody.html
share/doc/${PKGNAME}/html/refreqflags.html
share/doc/${PKGNAME}/html/refreqhdr.html
share/doc/${PKGNAME}/html/refresolve.html
share/doc/${PKGNAME}/html/refresphdr.html
share/doc/${PKGNAME}/html/refsess.html
share/doc/${PKGNAME}/html/refsessflags.html
share/doc/${PKGNAME}/html/refshave.html
share/doc/${PKGNAME}/html/refsockinit.html
share/doc/${PKGNAME}/html/refsslca.html
share/doc/${PKGNAME}/html/refsslcert2.html
share/doc/${PKGNAME}/html/refsslcertio.html
share/doc/${PKGNAME}/html/refssldname.html
share/doc/${PKGNAME}/html/refsslvfy.html
share/doc/${PKGNAME}/html/refstatus.html
share/doc/${PKGNAME}/html/reftok.html
share/doc/${PKGNAME}/html/refvers.html
share/doc/${PKGNAME}/html/refxml.html
share/doc/${PKGNAME}/html/security.html
share/doc/${PKGNAME}/html/using.html
share/doc/${PKGNAME}/html/xml.html
share/locale/cs/LC_MESSAGES/neon.mo
share/locale/de/LC_MESSAGES/neon.mo
share/locale/fr/LC_MESSAGES/neon.mo
share/locale/ja/LC_MESSAGES/neon.mo
share/locale/nn/LC_MESSAGES/neon.mo
share/locale/pl/LC_MESSAGES/neon.mo
share/locale/ru/LC_MESSAGES/neon.mo
share/locale/tr/LC_MESSAGES/neon.mo
share/locale/zh_CN/LC_MESSAGES/neon.mo