diff --git a/calamares/release_notes.html b/calamares/release_notes.html index 7f6686c1f..56d8735ae 100644 --- a/calamares/release_notes.html +++ b/calamares/release_notes.html @@ -17,13 +17,11 @@

KaOS - 2017.09

As always with this rolling distribution, you will find the very latest packages for the Plasma Desktop, this includes Frameworks 5.37.0, Plasma 5.10.5, KDE Applications 17.08.0 & not yet released ports of KDE Applications. All built on Qt 5.9.1.

-

Systems installed by Calamares up to and including Calamares 3.1 have a weaker password salt than they should. This weakness does not weaken the password security for logins on a single system. It does weaken the password if an attacker can obtain the password hash through some other means. With Calamares 3.1.2 this issue is corrected thus it is vital to get this new ISO out.

-

As requested by KaOS users, the next ISO will also have a custom look for the bash prompt. This can be added to current installs too by installing powerline. The Midna Splashscreen was rewritten. It now uses a few QML effects instead of just one.

It has been a few years, but finally there is an up to date (Qt5/kf5 based) firewall application available again. Nomad-firewall is available on this ISO. A second scan application is added. Kooka, just ported to kf5. This application has quite a few more options then skanlite, so it is nice to be able to add a second (Qt/kf5 based) option for scanning. Krita 3.2 has the new option to use the G’MIC plugin. For that gmic-qt is added to the repositories. With this, the options to add effects to any artwork/image are sheer endless.

-

A new option is the addition to verify the authenticity of downloaded KaOS ISO files through GPG signature verification, see the Download page for further details and instructions.

+

There is an option to verify the authenticity of downloaded KaOS ISO files through GPG signature verification, see the Download page for further details and instructions.

A KaOS specific tool to write ISO files to USB is in use. Not only does IsoWriter write to USB it also gives the option to recover your USB stick after using it for an ISO, something that regular dd copy or the previously used Imagewriter were not able to do. It includes the option to verify the written USB in comparison to the used ISO file.

@@ -31,7 +29,7 @@

KaOS - 2017.09

KaOS uses a First Run Wizard. It will run on the newly installed system and enables with just a few clicks to adjust mouse behavior, menu launcher, desktop theme, used wallpaper, color scheme, widget style, window decoration and virtual desktops used. With one click this Wizard will also link to KaOS Documentation and all contact info.

-

Most notable major updates to the base of the system are GCC 6.4.0, Binutils 2.28, Linux 4.12.10, LLVM/Clang 4.0.1, Qt 5.9.1, Kmod 24, Mesa 17.1.8, Glib2 2.52.3, DBus 1.10.22, Porotobuf 3.4.0 and PyQt 5.9

+

Most notable major updates to the base of the system are Systemd 234, Linux 4.12.10, LLVM/Clang 4.0.1, Qt 5.9.1, Mesa 17.1.8, Poppler 0.57.0, DBus 1.10.22, Porotobuf 3.4.0, Texlive packages 2017, Wayland 1.14.0 and Openjpeg 2.2.0

KaOS repositories no longer provide Qt 4. It is a good three years ago that development for Qt 4 stopped, late 2015 all support including security fixes ended. Any application that has not made the transition to Qt 5 in all this time can no longer be supported in KaOS. Either they actually are no longer maintained or their development is ignoring the implications of building on a possible insecure toolkit.

diff --git a/docker/PKGBUILD b/docker/PKGBUILD index 63f9d444a..c5e95bd45 100644 --- a/docker/PKGBUILD +++ b/docker/PKGBUILD @@ -1,10 +1,10 @@ pkgname=docker -pkgver=17.06.1 -_pkgver=17.06.1-ce +pkgver=17.07.0 +_pkgver=17.07.0-ce # add commit associated with the release tag # build runc & containerd from https://github.com/docker/docker/blob/master/hack/dockerfile/binaries-commits -DOCKER_GITCOMMIT=02c1d87 -pkgrel=2 +DOCKER_GITCOMMIT=8784753 +pkgrel=1 pkgdesc='Pack, ship and run any application as a lightweight container' arch=('x86_64') url='http://www.docker.io/' @@ -17,7 +17,7 @@ install=$pkgname.install source=("https://github.com/docker/docker-ce/archive/v${_pkgver}.tar.gz" 'docker.sysusers' "https://github.com/docker/docker/commit/6f89a8ee1ba6b598dc1f76e829d6db6f830cdb8e.patch") -md5sums=('a0d638496215364a7eec4d280dba62f1' +md5sums=('8a7ff10d8f20dbf1f29f0f415596bc77' '4324edeb9adc210a2c22f44eb4cb8a74' '779efde9abb58cd838fc95a12daec7da') @@ -34,12 +34,12 @@ build() { export DOCKER_GITCOMMIT hack/make.sh dynbinary - #man/md2man-all.sh + ../cli/man/md2man-all.sh cd ../cli export DOCKER_GITCOMMIT - LDFLAGS="" make dynbinary manpages + LDFLAGS="" make dynbinary # manpages } package() { diff --git a/plasma-l10n/PKGBUILD b/plasma-l10n/PKGBUILD index 300be5852..6780c0b3d 100644 --- a/plasma-l10n/PKGBUILD +++ b/plasma-l10n/PKGBUILD @@ -1,6 +1,6 @@ pkgname=plasma-l10n -pkgver=5.10.0 +pkgver=5.10.5 pkgrel=1 pkgdesc="Language packs for Plasma 5" arch=('x86_64')