Release Notes for Alpine 2.1.5

From Alpine Linux
Revision as of 09:59, 8 March 2011 by Ttrask (talk | contribs) (Grammar / spelling)

We are pleased to announce the Alpine 2.1.5 release.

This release includes an update to use 2.6.35.11-based kernels.

Various packages have bugfixes from upstream. Among these are:

  • kamailio-3.1.2
  • asterisk 1.8.3
  • freeswitch-1.0.7
  • samba-3.5.8
  • dovecot-2.0.11
  • bind-9.7.3
  • pmacct-0.12.5
  • openssl-1.0.0d.

The package manager has fixes that solve issues when upgrading to edge.

Please consult the bugtracker and cgit for more details.

Package changes since 2.1.4


Important notes when upgrading from v1.10

  • The v2.0 series introduces an ABI-incompatible version of uClibc with NPTL threading support. This means that you cannot mix packages from older releases with v2.0. To upgrade you will need to make sure that you only have v2.0 repositories in your /etc/apk/repositories list and then do:

    apk upgrade --update-cache --available

Note: There might be packages with same version number in v1.10 repositories so it is very important that the --available option is there to make sure that those gets replaced properly
  • You must remove GNU wget before doing the upgrade and only use busybox wget.

apk del wget

  • All .so links moved to -dev package. It might be an idea to remove alpine-sdk and all *-dev packages before doing the upgrade. If you get problems due to a -dev package want overwrite a .so file owned by other package then you might want use the --force option.
Note: Uninstalling alpine-sdk might remove sudo. To make it stay you'll first have to do:

apk add sudo