Skip to content

Commit

Permalink
boost: Update version from 1.59.0 to 1.63.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Jan 25, 2017
1 parent 3b28c10 commit d38ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit d38ef77

Please sign in to comment.