summaryrefslogtreecommitdiff
path: root/devel/asio/PLIST
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2016-10-02 22:04:37 +0000
committerprlw1 <prlw1@pkgsrc.org>2016-10-02 22:04:37 +0000
commit04e862344ee543b3f56ec4577c35b83c30c55b6a (patch)
tree00194a62cc9c1f98cb465f6e8b5677fcb4caa1cf /devel/asio/PLIST
parent5837a474d7a2a3167d0e6d3ee6c1325864f7c50f (diff)
downloadpkgsrc-04e862344ee543b3f56ec4577c35b83c30c55b6a.tar.gz
Update asio to 1.10.8
Asio 1.10.8 * Added compatibility with OpenSSL 1.1.0. * Fixed out-of-bounds iterator use in `asio::connect()` when the `connect_condition` returns an end iterator. * Added a workaround for a move detection problem on MSVC 2015 Update 2. * Changed a workaround that was previously added for broken Windows firewalls to only bind to 127.0.0.1 if `getsockname` reports 0.0.0.0. * Added call to `SSL_COMP_free_compression_methods` to fix two memory leaks reported at shutdown, for OpenSSL versions >= 1.0.2 and < 1.1.0. * Fixed `use_future` compile error encountered on some standard library implementations, by changing `std::allocator<void>` use to a non-void template parameter. * Enabled use of native `getaddrinfo` by default on Apple OSes, rather than emulation in terms of `getipnodebyname`. Asio 1.10.7 * Added support for Windows 8.1 Store apps. * Fixed macro multiple definition error on Microsoft Visual Studio 2015. * Changed Asio's SSL wrapper to respect OpenSSL's `OPENSSL_NO_SSL3` feature test `#define`. * Changed Asio's SSL wrapper to use OpenSSL's new `SSL_CTX_clear_chain_certs` function, if available. * Suppressed a clang 3.6+ warning about unused typedefs. * Regenerated certificates used by SSL examples. * Fixed buffer sizes passed to `strncat` in the `getaddrinfo` emulation and in the SSL wrapper's password handling. * Changed Windows backend to use non-macro `CreateEventW` rather than `CreateEvent`.
Diffstat (limited to 'devel/asio/PLIST')
-rw-r--r--devel/asio/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/asio/PLIST b/devel/asio/PLIST
index 03d6ac9ced7..a60c848f4cd 100644
--- a/devel/asio/PLIST
+++ b/devel/asio/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/31 14:31:05 nros Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/02 22:04:37 prlw1 Exp $
include/asio.hpp
include/asio/async_result.hpp
include/asio/basic_datagram_socket.hpp
@@ -237,7 +237,7 @@ include/asio/detail/win_object_handle_service.hpp
include/asio/detail/win_static_mutex.hpp
include/asio/detail/win_thread.hpp
include/asio/detail/win_tss_ptr.hpp
-include/asio/detail/wince_thread.hpp
+include/asio/detail/winapi_thread.hpp
include/asio/detail/winrt_async_manager.hpp
include/asio/detail/winrt_async_op.hpp
include/asio/detail/winrt_resolve_op.hpp