diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-23 19:55:29 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-24 08:59:52 +0100 |
commit | d6b3fac831bf7bbe61e3e04c1dc6f734f06f8731 (patch) | |
tree | a7fcfd88e541aa597c53901e5d6cbca02f91bd5d /source/ap | |
parent | 918a4bfe8016f4fbd82b538f5791b760e970a435 (diff) | |
download | current-d6b3fac831bf7bbe61e3e04c1dc6f734f06f8731.tar.gz |
Sat Jan 23 19:55:29 UTC 202120210123195529
a/kernel-generic-5.10.10-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.10-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.10-x86_64-1.txz: Upgraded.
a/os-prober-1.78-x86_64-1.txz: Upgraded.
ap/inxi-20210113_1e2d470c-noarch-1.txz: Upgraded.
ap/mc-4.8.26-x86_64-1.txz: Upgraded.
ap/sqlite-3.34.1-x86_64-1.txz: Upgraded.
ap/vim-8.2.2394-x86_64-1.txz: Upgraded.
d/kernel-headers-5.10.10-x86-1.txz: Upgraded.
d/parallel-20210122-noarch-1.txz: Upgraded.
k/kernel-source-5.10.10-noarch-1.txz: Upgraded.
l/gtk+2-2.24.33-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.61-x86_64-1.txz: Upgraded.
l/pango-1.48.1-x86_64-1.txz: Upgraded.
l/pipewire-0.3.20-x86_64-1.txz: Upgraded.
l/vte-0.62.2-x86_64-1.txz: Upgraded.
n/bind-9.16.11-x86_64-1.txz: Upgraded.
n/libgcrypt-1.9.0-x86_64-1.txz: Upgraded.
Use blinding for ECDSA signing to mitigate a novel side-channel attack.
Add mitigation against ECC timing attack.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0495
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13626
(* Security fix *)
n/libmbim-1.24.6-x86_64-1.txz: Upgraded.
n/mutt-2.0.5-x86_64-1.txz: Upgraded.
n/pinentry-1.1.1-x86_64-1.txz: Upgraded.
n/s-nail-14.9.21-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.2394-x86_64-1.txz: Upgraded.
xap/xsnow-3.2.2-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/inxi/inxi.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/mc/mc.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/sqlite/sqlite.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/vim/vim-gvim.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/vim/vim.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/vorbis-tools/vorbis-tools.url | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/source/ap/inxi/inxi.SlackBuild b/source/ap/inxi/inxi.SlackBuild index 1f10e39b..2e5e02b0 100755 --- a/source/ap/inxi/inxi.SlackBuild +++ b/source/ap/inxi/inxi.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=inxi VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/mc/mc.SlackBuild b/source/ap/mc/mc.SlackBuild index ac79ef0d..e2c751de 100755 --- a/source/ap/mc/mc.SlackBuild +++ b/source/ap/mc/mc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mc VERSION=${VERSION:-$(echo mc-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild index 781f7d40..6e4df6f0 100755 --- a/source/ap/sqlite/sqlite.SlackBuild +++ b/source/ap/sqlite/sqlite.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sqlite -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # First, convert the .zip file if needed: if ls *.zip 1> /dev/null 2> /dev/null ; then diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild index 8bf37ef7..8091411e 100755 --- a/source/ap/vim/vim-gvim.SlackBuild +++ b/source/ap/vim/vim-gvim.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vim-gvim VIMBRANCH=8.2 VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild index 3737748c..1ef6744b 100755 --- a/source/ap/vim/vim.SlackBuild +++ b/source/ap/vim/vim.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vim VIMBRANCH=8.2 CTAGSVER=5.8 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -r vim-${VIMBRANCH}*.tar.?z ]; then # if there's a source archive already, use the version number from it: VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) diff --git a/source/ap/vorbis-tools/vorbis-tools.url b/source/ap/vorbis-tools/vorbis-tools.url new file mode 100644 index 00000000..fb2e9f70 --- /dev/null +++ b/source/ap/vorbis-tools/vorbis-tools.url @@ -0,0 +1 @@ +https://xiph.org/downloads/ |