summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-12-12 20:40:15 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-13 08:59:49 +0100
commit7c3a378a752b9139754ea89ab8e730baf6b271ad (patch)
tree7348debc5dda76df4c97abc5ba1a8d2250d31f53 /source/ap
parente37e24f7e55a4939e41cb59ed0ca29b1dccc2fec (diff)
downloadcurrent-7c3a378a752b9139754ea89ab8e730baf6b271ad.tar.gz
current-7c3a378a752b9139754ea89ab8e730baf6b271ad.tar.xz
Thu Dec 12 20:40:15 UTC 201920191212204015
ap/hplip-3.19.12-x86_64-1.txz: Upgraded. ap/pamixer-1.4-x86_64-4.txz: Rebuilt. Recompiled against boost-1.72.0. ap/vim-8.2.0000-x86_64-1.txz: Upgraded. d/bison-3.5-x86_64-1.txz: Upgraded. kde/calligra-2.9.11-x86_64-33.txz: Rebuilt. Recompiled against boost-1.72.0. l/akonadi-1.13.0-x86_64-14.txz: Rebuilt. Recompiled against boost-1.72.0. l/boost-1.72.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libssh-0.9.3-x86_64-1.txz: Upgraded. This fixes a security issue (low impact according to upstream): Unsanitized location in scp could lead to unwanted command execution. In addition, the 0.9.3 release benefited from a security audit sponsored by the Mozilla Open Source Support program. The audit results were used to improve the overall security and code quality of libssh. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14889 (* Security fix *) n/libqmi-1.24.2-x86_64-1.txz: Upgraded. x/compiz-0.8.16.1-x86_64-1.txz: Upgraded. x/mesa-19.3.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0000-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/pamixer/pamixer.SlackBuild2
-rwxr-xr-xsource/ap/vim/vim-gvim.SlackBuild4
-rwxr-xr-xsource/ap/vim/vim.SlackBuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/source/ap/pamixer/pamixer.SlackBuild b/source/ap/pamixer/pamixer.SlackBuild
index c38ca4ee9..b29f2a693 100755
--- a/source/ap/pamixer/pamixer.SlackBuild
+++ b/source/ap/pamixer/pamixer.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pamixer
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild
index 591901886..5f15aec02 100755
--- a/source/ap/vim/vim-gvim.SlackBuild
+++ b/source/ap/vim/vim-gvim.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2013, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vim-gvim
-VIMBRANCH=8.1
+VIMBRANCH=8.2
VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
BUILD=${BUILD:-1}
diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild
index 8d3f51b17..725da7609 100755
--- a/source/ap/vim/vim.SlackBuild
+++ b/source/ap/vim/vim.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2013, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vim
-VIMBRANCH=8.1
+VIMBRANCH=8.2
CTAGSVER=5.8
BUILD=${BUILD:-1}