summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-26 19:26:39 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-26 21:58:54 +0200
commit8761a174459eec5504a6ce5ad93b52a41a15ffc3 (patch)
treee68a7315edf06a758a76d33acaeea49c3059b522 /source
parentc1b17447d701dfcaf4d444dbaefa3790a86ac2a5 (diff)
downloadcurrent-8761a174459eec5504a6ce5ad93b52a41a15ffc3.tar.gz
current-8761a174459eec5504a6ce5ad93b52a41a15ffc3.tar.xz
Wed Jul 26 19:26:39 UTC 202320230726192639
a/pkgtools-15.1-noarch-6.txz: Rebuilt. makepkg: fix chown to avoid warning. Not sure how this one got missed for so long. Thanks to lucabon. d/cmake-3.27.1-x86_64-1.txz: Upgraded. l/cfitsio-4.3.0-x86_64-1.txz: Upgraded. n/curl-8.2.1-x86_64-1.txz: Upgraded. This is a bugfix release. x/m17n-lib-1.8.3-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/a/pkgtools/pkgtools.SlackBuild2
-rw-r--r--source/a/pkgtools/scripts/makepkg2
-rw-r--r--source/d/cmake/cmake.url2
-rwxr-xr-xsource/x/m17n-lib/m17n-lib.SlackBuild4
4 files changed, 5 insertions, 5 deletions
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild
index 38f807a1c..6fbed55a7 100755
--- a/source/a/pkgtools/pkgtools.SlackBuild
+++ b/source/a/pkgtools/pkgtools.SlackBuild
@@ -30,7 +30,7 @@ PKGNAM=pkgtools
# *** UPDATE THESE WITH EACH BUILD:
VERSION=15.1
ARCH=${ARCH:-noarch}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/source/a/pkgtools/scripts/makepkg b/source/a/pkgtools/scripts/makepkg
index 7ddf5dbd4..ed5e9ccf9 100644
--- a/source/a/pkgtools/scripts/makepkg
+++ b/source/a/pkgtools/scripts/makepkg
@@ -384,7 +384,7 @@ else
fi
if [ "$CHOWN" = "y" ]; then
find . -type d -exec chmod -v 755 {} \;
- find . -type d -exec chown -v root.root {} \;
+ find . -type d -exec chown -v root:root {} \;
fi
# Ensure that the 'root' of the package is chmod 755 because
diff --git a/source/d/cmake/cmake.url b/source/d/cmake/cmake.url
index b63adf2e2..2d2a01adf 100644
--- a/source/d/cmake/cmake.url
+++ b/source/d/cmake/cmake.url
@@ -1,2 +1,2 @@
https://github.com/Kitware/CMake/releases
-https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0.tar.gz
+https://github.com/Kitware/CMake/releases/download/v3.27.1/cmake-3.27.1.tar.gz
diff --git a/source/x/m17n-lib/m17n-lib.SlackBuild b/source/x/m17n-lib/m17n-lib.SlackBuild
index b9241f79e..52bf5638d 100755
--- a/source/x/m17n-lib/m17n-lib.SlackBuild
+++ b/source/x/m17n-lib/m17n-lib.SlackBuild
@@ -36,8 +36,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=m17n-lib
SHORTNAM=m17n
-VERSION=${VERSION:-1.8.2}
-DBVERSION=${DBVERSION:-1.8.2}
+VERSION=${VERSION:-1.8.3}
+DBVERSION=${DBVERSION:-1.8.3}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on: