diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-29 22:49:01 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-30 08:59:47 +0200 |
commit | 5c403a09830d0daa9bd1c5acab747c677497b585 (patch) | |
tree | 1c834c416ae9b133517d4c4849c071658d658018 /source/n | |
parent | d633088070f3d6495885767f481bea76902f67a4 (diff) | |
download | current-5c403a09830d0daa9bd1c5acab747c677497b585.tar.gz |
Sat Jun 29 22:49:01 UTC 201920190629224901
a/hwdata-0.325-noarch-1.txz: Upgraded.
ap/hplip-3.19.6-x86_64-1.txz: Upgraded.
n/irssi-1.2.1-x86_64-1.txz: Upgraded.
This update fixes a security issue: Use after free when sending SASL login
to the server found by ilbelkyr. May affect the stability of Irssi. SASL
logins may fail, especially during (manual and automated) reconnect.
For more information, see:
https://irssi.org/2019/06/29/irssi-1.2.1-1.1.3-1.0.8-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13045
(* Security fix *)
xfce/Thunar-1.8.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/irssi/irssi.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/irssi/irssi.SlackBuild b/source/n/irssi/irssi.SlackBuild index 7a2b6c1a..ce74e13f 100755 --- a/source/n/irssi/irssi.SlackBuild +++ b/source/n/irssi/irssi.SlackBuild @@ -28,7 +28,7 @@ PKG=$TMP/package-irssi VERSION=${VERSION:-$(echo irssi-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DIRCD=${VERSION} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |