From d38ef776bc7d504afb68ac7854f8212aa5a60ed5 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 24 Jan 2017 21:24:30 +0100 Subject: [PATCH] boost: Update version from 1.59.0 to 1.63.0 See http://www.boost.org/users/history/ for changes. I found no dependencies on the old installed shared libraries in /usr. There my be dependencies from /project or /home however. If someone complains, we might need to add a compatibility package. There already are broken dependencies on even older boost libraries: MISS libboost_program_options.so.1.45.0 /usr/bin/akonadi_agent_launcher MISS libboost_program_options.so.1.45.0 /usr/bin/akonadi_agent_server MISS libboost_program_options.so.1.45.0 /usr/bin/akonadi_control MISS libboost_program_options.so.1.45.0 /usr/bin/akonadictl MISS libboost_program_options.so.1.45.0 /usr/bin/akonadiserver MISS libboost_regex.so.1.57.0 /usr/lib/libsource-highlight.so.4.0.1 but with replacing 1.59 by 1.63 we won't make thinks worse. --- boost.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.be0 b/boost.be0 index 3fb5d00d7..dbfd99c0b 100755 --- a/boost.be0 +++ b/boost.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION "boost-1.59.0-0 +# BEE_VERSION boost-1.63.0-0 SRCURL[0]="https://downloads.sourceforge.net/project/boost/boost/${PKGVERSION}/boost_${PKGVERSION//./_}.tar.bz2"