diff options
author | adam <adam@pkgsrc.org> | 2017-09-13 17:34:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-13 17:34:40 +0000 |
commit | bfe7fce997599d4adb55cff5ed57c286d5c2cd2d (patch) | |
tree | 7ea25a3c7607d0939242b10389816cf2d7934fb2 /meta-pkgs/boost | |
parent | ce78db575964aa92c46589e9abab09eb87ba6abb (diff) | |
download | pkgsrc-bfe7fce997599d4adb55cff5ed57c286d5c2cd2d.tar.gz |
boost: update to 1.65.1
Fixes in 1.65.1
Config:
* Version macro changes for CUDA.
* Update last known MSVC version.
* MSVC 14.11 supports structured bindings.
Context:
* Return a continuation from functions executed by resume_with.
Fiber:
* Return a continuation from functions executed by resume_with.
Smart Pointers:
* Fix Visual C++ version checks.
* Fix compilation for NVCC with host compiler clang.
Stacktrace:
* Update build testing file to detail with a MinGW issue.
* Change preprocessor file extensions to work with the installation system.
* Support FreeBSD and other OSs that do not define _GNU_SOURCE but have _Unwind_Backtrace function.
Thread:
* Fix bug in boost::condition_variable on Windows
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 | ||||
-rw-r--r-- | meta-pkgs/boost/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 10a0fde175b..15e1024fcc3 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.69 2017/09/01 10:02:31 abs Exp $ +# $NetBSD: Makefile.common,v 1.70 2017/09/13 17:34:41 adam Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -10,7 +10,7 @@ BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined -BOOST_VERSION= 1.65.0 +BOOST_VERSION= 1.65.1 BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} # Update mysql57-client/patches/patch-cmake_boost.cmake when updating version diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo index e811fdd6d30..e94bbdf442b 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.106 2017/09/03 01:41:00 jakllsch Exp $ +$NetBSD: distinfo,v 1.107 2017/09/13 17:34:41 adam Exp $ -SHA1 (boost_1_65_0.tar.bz2) = f9260074ecfb31f3e65322fae9c15cc423c0ad59 -RMD160 (boost_1_65_0.tar.bz2) = 375254511112fb52928138ec7ea43f290d62601e -SHA512 (boost_1_65_0.tar.bz2) = 7142650fb8d61e3ef16ba066fc918e087f19e9bc2ad1d6a11fb10bf0d6b1b5ad05ab032f076a5233a1624b3669e952b2cc38b7dc074bbf53018e2970ee90fcdd -Size (boost_1_65_0.tar.bz2) = 82597718 bytes +SHA1 (boost_1_65_1.tar.bz2) = 4a5b0c3c1b1b9a4d6cb6a6cc395e903e76f76720 +RMD160 (boost_1_65_1.tar.bz2) = 695537a00f6f9ae80e4d682b155ce097017c49a9 +SHA512 (boost_1_65_1.tar.bz2) = a9e6866d3bb3e7c198f442ff09f5322f58064dca79bc420f2f0168eb63964226dfbc4f034a5a5e5958281fdf7518a1b057c894fbda0b61fced59c1661bf30f1a +Size (boost_1_65_1.tar.bz2) = 82594767 bytes SHA1 (patch-boost_archive_basic__archive.hpp) = 0e5dc31c3425de94444f97a9b7dec97ed5967733 SHA1 (patch-boost_atomic_detail_ops_gcc_sparc.hpp) = 6cd1b6fbb8659d7af8ecff63d4558f365f28c12b SHA1 (patch-boost_config_detail_posix__features.hpp) = 7d310574e7020c79c8bfa87cff4db0a2edc5b0bc |