diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-04-02 18:33:01 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-04-02 21:32:45 +0200 |
commit | 9c04f746e5c0e1b51fe1e39c3859561bf094b095 (patch) | |
tree | ea9771a6f09c4cce51c7ae9434338063fd31bcbc /source/n | |
parent | b689ecb8821052a424c41754d4e4ca53fc18ad0e (diff) | |
download | current-9c04f746e5c0e1b51fe1e39c3859561bf094b095.tar.gz current-9c04f746e5c0e1b51fe1e39c3859561bf094b095.tar.xz |
Sun Apr 2 18:33:01 UTC 202320230402183301
kde/krusader-2.8.0-x86_64-2.txz: Rebuilt.
[PATCH 1/2] Add workaround for icon size in HiDPI environment.
[PATCH 2/2] Don't set QStyle::State_None for brief view.
Thanks to Heinz Wiesinger.
l/apr-1.7.3-x86_64-1.txz: Upgraded.
n/irssi-1.4.4-x86_64-1.txz: Upgraded.
Do not crash Irssi when one line is printed as the result of another line
being printed.
Also solve a memory leak while printing unformatted lines.
(* Security fix *)
xap/xsnow-3.7.4-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 518529f2f..db34640da 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:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |