diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-06-21 18:26:35 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-06-22 08:59:53 +0200 |
commit | 8da0aadb9c43dc02aa20f7d3cd34f2cdf88fbe95 (patch) | |
tree | 31f4ffe9045dbc3739d31a9a8c5662627ad2a7ff /source/n | |
parent | 65ce1f25842b027ce33cfc299784b6ff99007ceb (diff) | |
download | current-8da0aadb9c43dc02aa20f7d3cd34f2cdf88fbe95.tar.gz current-8da0aadb9c43dc02aa20f7d3cd34f2cdf88fbe95.tar.xz |
Mon Jun 21 18:26:35 UTC 202120210621182635
kde/kid3-3.8.7-x86_64-1.txz: Upgraded.
l/openexr-2.5.7-x86_64-1.txz: Upgraded.
n/dovecot-2.3.15-x86_64-1.txz: Upgraded.
This update fixes security issues:
Dovecot did not correctly escape kid and azp fields in JWT tokens. This may
be used to supply attacker controlled keys to validate tokens, if attacker
has local access.
On-path attacker could have injected plaintext commands before STARTTLS
negotiation that would be executed after STARTTLS finished with the client.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29157
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33515
(* Security fix *)
x/libva-2.12.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/dovecot/dovecot.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/dovecot/dovecot.SlackBuild b/source/n/dovecot/dovecot.SlackBuild index 7993a195e..1c5dfaff9 100755 --- a/source/n/dovecot/dovecot.SlackBuild +++ b/source/n/dovecot/dovecot.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dovecot VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |