diff options
author | adam <adam@pkgsrc.org> | 2010-11-26 20:46:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-26 20:46:59 +0000 |
commit | 6e1fc4a01183af9f440317ffeac35b41792bde95 (patch) | |
tree | 329399b4cd596a201e5b04be6f6c9cfabfb34a77 /meta-pkgs/boost/distinfo | |
parent | b4a558490d59d618f2e8afb5c718cdd8a0b3fd5a (diff) | |
download | pkgsrc-6e1fc4a01183af9f440317ffeac35b41792bde95.tar.gz |
Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
in favour of <boost/asio/impl/src.hpp>
Diffstat (limited to 'meta-pkgs/boost/distinfo')
-rw-r--r-- | meta-pkgs/boost/distinfo | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo index cc4fefdd936..73cd8e12f80 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.29 2010/11/23 21:23:04 shattered Exp $ +$NetBSD: distinfo,v 1.30 2010/11/26 20:47:01 adam Exp $ -SHA1 (boost_1_44_0.tar.bz2) = 0dfeaad7a316ddfdcdb8a7e42443ef048ad18c01 -RMD160 (boost_1_44_0.tar.bz2) = 1fe1bf83ce5699dc43cbfc3d5a6997722c34c938 -Size (boost_1_44_0.tar.bz2) = 38806420 bytes -SHA1 (patch-aa) = 5a38ee7ad5f16a823d8bb81a95734e7957c55f2d +SHA1 (boost_1_45_0.tar.bz2) = eb7424ef99df4e38af7431e38ff9849651b8aaf5 +RMD160 (boost_1_45_0.tar.bz2) = 1402cb49e0d680268109ef1bf16aea9bc4a127b0 +Size (boost_1_45_0.tar.bz2) = 39330184 bytes +SHA1 (patch-aa) = b42e255c8ad2138f226ec14633aedeb9b9a9fd32 SHA1 (patch-ab) = 2fa89ce671e5fb0dca160a820524cff2d1ec8927 -SHA1 (patch-ac) = 12304069d394b56bb6294701ff30fe811a91abed +SHA1 (patch-ac) = 54d40e6a62cdf40c4155c64d9f02df475fbe111d SHA1 (patch-ad) = 299272ecd11cab1b5af099ef1a65e6db1daa4784 SHA1 (patch-af) = ef9a9363420f519c45baaf98badff4c885a7595c -SHA1 (patch-aq) = 6078cb5ac979c339a787e48cfe949e76613987e7 -SHA1 (patch-ar) = 6b7e3b808fe0c20d92522b87ee949690ce34f749 -SHA1 (patch-as) = c8aaf7f565c32a56d7cc9a9a6f8d82e292d5df85 +SHA1 (patch-aq) = e5c7b72ffa2942ce401f3d9bf05498fd761df17a +SHA1 (patch-ar) = 91981e2edb93666de78c203a6cef3d5011b2b26a |