summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-08-03 20:03:30 +0000
committer Eric Hameleers <alien@slackware.com>2020-08-04 08:59:54 +0200
commit08889ab19f5de6c231f21a7bd8a7f9c89d450c6f (patch)
tree01866ea98aa66c45f85825f8bcd1f96df4286dc6 /source
parent123fd2183361a2d5e244e28a603567a2e6f30314 (diff)
downloadcurrent-08889ab19f5de6c231f21a7bd8a7f9c89d450c6f.tar.gz
current-08889ab19f5de6c231f21a7bd8a7f9c89d450c6f.tar.xz
Mon Aug 3 20:03:30 UTC 202020200803200330
a/kernel-firmware-20200803_9bc3789-noarch-1.txz: Upgraded. d/rust-1.45.2-x86_64-1.txz: Upgraded. l/babl-0.1.80-x86_64-1.txz: Upgraded. l/lmdb-0.9.25-x86_64-1.txz: Upgraded. l/mozjs68-68.11.0esr-x86_64-2.txz: Rebuilt. Fixed slack-desc. Thanks to USUARIONUEVO. n/rsync-3.2.3pre1-x86_64-1.txz: Upgraded. x/libinput-1.16.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/d/rust/rust.SlackBuild2
-rw-r--r--source/d/rust/rust.url2
-rwxr-xr-xsource/l/lmdb/lmdb.SlackBuild8
-rw-r--r--source/l/lmdb/lmdb.url3
-rwxr-xr-xsource/l/mozjs68/mozjs68.SlackBuild2
-rw-r--r--source/l/mozjs68/slack-desc24
6 files changed, 21 insertions, 20 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 1b85af223..4ee81b832 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.45.1}
+VERSION=${VERSION:-1.45.2}
BUILD=${BUILD:-1}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url
index d71997168..4221f0e82 100644
--- a/source/d/rust/rust.url
+++ b/source/d/rust/rust.url
@@ -1,5 +1,5 @@
# Source code (repacked to .tar.xz):
-lftpget https://static.rust-lang.org/dist/rustc-1.45.1-src.tar.gz
+lftpget https://static.rust-lang.org/dist/rustc-1.45.2-src.tar.gz
gzip -d rustc-*tar.gz
plzip -9 -v rustc-*tar
diff --git a/source/l/lmdb/lmdb.SlackBuild b/source/l/lmdb/lmdb.SlackBuild
index 1942acd18..b9a34d2a5 100755
--- a/source/l/lmdb/lmdb.SlackBuild
+++ b/source/l/lmdb/lmdb.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=lmdb
-VERSION=${VERSION:-$(echo LMDB_*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d _ | rev)}
+VERSION=${VERSION:-$(echo openldap-LMDB_*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d _ | rev)}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -74,9 +74,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
-rm -rf lmdb-*${VERSION}
-tar xvf $CWD/LMDB_$VERSION.tar.?z || exit 1
-cd lmdb-*${VERSION} || exit 1
+rm -rf openldap-LMDB_${VERSION}
+tar xvf $CWD/openldap-LMDB_$VERSION.tar.?z || exit 1
+cd openldap-LMDB_${VERSION} || exit 1
zcat $CWD/lmdb-make.patch.gz | patch -p1 --verbose || exit 1
zcat $CWD/lmdb-s390-check.patch.gz | patch -p1 --verbose || exit 1
diff --git a/source/l/lmdb/lmdb.url b/source/l/lmdb/lmdb.url
index 82e820531..977fa22a5 100644
--- a/source/l/lmdb/lmdb.url
+++ b/source/l/lmdb/lmdb.url
@@ -1 +1,2 @@
-https://github.com/LMDB/lmdb
+#https://github.com/LMDB/lmdb
+https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.25/openldap-LMDB_0.9.25.tar.gz
diff --git a/source/l/mozjs68/mozjs68.SlackBuild b/source/l/mozjs68/mozjs68.SlackBuild
index 2f1a4bf37..815d58d11 100755
--- a/source/l/mozjs68/mozjs68.SlackBuild
+++ b/source/l/mozjs68/mozjs68.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozjs68
SRCNAME=firefox
VERSION=68.11.0esr
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
diff --git a/source/l/mozjs68/slack-desc b/source/l/mozjs68/slack-desc
index 496f7cfa5..565e95a59 100644
--- a/source/l/mozjs68/slack-desc
+++ b/source/l/mozjs68/slack-desc
@@ -6,15 +6,15 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-mozjs60: mozjs60 (Mozilla's JavaScript Engine)
-mozjs60:
-mozjs60: SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is
-mozjs60: used in various Mozilla products (including Firefox) and is available
-mozjs60: under MPL/GPL/LGPL tri-license.
-mozjs60:
-mozjs60: Homepage:
-mozjs60: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
-mozjs60:
-mozjs60:
-mozjs60:
-mozjs60:
+mozjs68: mozjs68 (Mozilla's JavaScript Engine)
+mozjs68:
+mozjs68: SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is
+mozjs68: used in various Mozilla products (including Firefox) and is available
+mozjs68: under MPL/GPL/LGPL tri-license.
+mozjs68:
+mozjs68: Homepage:
+mozjs68: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
+mozjs68:
+mozjs68:
+mozjs68:
+mozjs68: