summaryrefslogtreecommitdiffstats
path: root/source/d/ruby
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-10-19 04:05:37 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-19 18:00:33 +0200
commitc6a82aeeef05882e1d86f49574cbec56268c0d04 (patch)
treeac2a1b6a65044f272592ae80d36cf99478b0c106 /source/d/ruby
parent31e766aa799df58163c4fad3e425b21f5f68bc49 (diff)
downloadcurrent-c6a82aeeef05882e1d86f49574cbec56268c0d04.tar.gz
current-c6a82aeeef05882e1d86f49574cbec56268c0d04.tar.xz
Fri Oct 19 04:05:37 UTC 201820181019040537
a/kernel-generic-4.14.77-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.77-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.77-x86_64-1.txz: Upgraded. d/kernel-headers-4.14.77-x86-1.txz: Upgraded. d/ruby-2.5.3-x86_64-1.txz: Upgraded. This update fixes bugs and two security issues: OpenSSL::X509::Name equality check does not work correctly. Tainted flags are not propagated in Array#pack and String#unpack with some directives. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16395 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16396 (* Security fix *) k/kernel-source-4.14.77-noarch-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/d/ruby')
-rwxr-xr-xsource/d/ruby/ruby.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/ruby/ruby.SlackBuild b/source/d/ruby/ruby.SlackBuild
index b0475a023..807b98df7 100755
--- a/source/d/ruby/ruby.SlackBuild
+++ b/source/d/ruby/ruby.SlackBuild
@@ -32,7 +32,7 @@ else
VERSION=$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
fi
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then