summaryrefslogtreecommitdiffstats
path: root/source/l/freetype/freetype.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-26 19:44:44 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-26 22:33:45 +0200
commit96932c6fb502dda1cc152b746c6adf67070362fc (patch)
tree5ec00550f7474cf30f2af9f287067e36626fd471 /source/l/freetype/freetype.SlackBuild
parentb011dd2b8ab21afd5f028dae6ad8e04427524c5f (diff)
downloadcurrent-96932c6fb502dda1cc152b746c6adf67070362fc.tar.gz
current-96932c6fb502dda1cc152b746c6adf67070362fc.tar.xz
Mon Jun 26 19:44:44 UTC 202320230626194444
ap/vim-9.0.1667-x86_64-1.txz: Upgraded. This fixes a rare divide-by-zero bug that could cause vim to crash. In an interactive program such as vim, I can't really see this qualifying as a security issue, but since it was brought up as such on LQ we'll just go along with it this time. :) Thanks to marav for the heads-up. (* Security fix *) l/freetype-2.13.1-x86_64-2.txz: Rebuilt. The profile scripts still mentioned three options to choose from when there are now only two. This has been fixed. Thanks to burdi01. l/gegl-0.4.46-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_12-x86_64-1.txz: Upgraded. l/librsvg-2.56.1-x86_64-1.txz: Upgraded. l/openexr-3.1.9-x86_64-1.txz: Upgraded. l/pipewire-0.3.72-x86_64-1.txz: Upgraded. n/network-scripts-15.0-noarch-19.txz: Rebuilt. This update fixes a bug and adds a new feature: Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf. Expand the help text for DHCP_IPADDR in rc.inet1.conf. Add support for a DHCP_OPTS parameter. Thanks to ljb643 and Darren 'Tadgy' Austin. xap/vim-gvim-9.0.1667-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/freetype/freetype.SlackBuild')
-rwxr-xr-xsource/l/freetype/freetype.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/freetype/freetype.SlackBuild b/source/l/freetype/freetype.SlackBuild
index 1e6b04318..066f48ab8 100755
--- a/source/l/freetype/freetype.SlackBuild
+++ b/source/l/freetype/freetype.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=freetype
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}