Skip to content

Commit

Permalink
plasma-l10n 5.10.5
Browse files Browse the repository at this point in the history
docker 17.07.0, build man pages from script again, set to new dir, make file now sets wrong locations for manpages
rls notes clean-up
  • Loading branch information
demmm committed Aug 31, 2017
1 parent a00a3f9 commit b3ecb0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions calamares/release_notes.html
Expand Up @@ -17,21 +17,19 @@ <h3>KaOS - 2017.09</h3>

<p>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 &amp; <strong>not yet released ports of KDE Applications.</strong> All built on <strong> Qt 5.9.1.</strong></p>

<p>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.</p>

<p>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.</p>

<p>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.</p>

<p>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.</p>
<p>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.</p>

<p>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.</p>

<p>Mesa includes experimental Nouveau patches so QtWebengine based applications and web-browsers can again be used on systems running the Nouveau driver. This fixes a long standing bug going back to the middle of 2015.</p>

<p>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.</p>

<p>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</p>
<p>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</p>

<p>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.</p>

Expand Down
14 changes: 7 additions & 7 deletions 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/'
Expand All @@ -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')

Expand All @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion 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')
Expand Down

0 comments on commit b3ecb0c

Please sign in to comment.