diff options
author | ArTourter <artourter@gmail.com> | 2023-09-13 13:29:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:29 +0700 |
commit | f291ea33eff4d045252f1bd0971bb5a0f0046ffe (patch) | |
tree | a3dcb67418cff0854d2a52d63709b9b19889e05b /gis/gdal | |
parent | 1e2721e4b6d7a97fd51313d90cf48aaaace8f99d (diff) |
gis/gdal: Updated for version 3.7.2.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal')
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 9 | ||||
-rw-r--r-- | gis/gdal/gdal.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild index 07357906d284..050fcaf1e0b0 100644 --- a/gis/gdal/gdal.SlackBuild +++ b/gis/gdal/gdal.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gdal -VERSION=${VERSION:-3.7.1} +VERSION=${VERSION:-3.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,10 +82,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + WITHLIST="" @@ -101,7 +99,6 @@ fi mkdir build -# The MYSQL_INCLUDE_DIR is for the newer mariadb (thanks pprkut!) ( cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info index afd9f8829925..a21262c81b67 100644 --- a/gis/gdal/gdal.info +++ b/gis/gdal/gdal.info @@ -1,8 +1,8 @@ PRGNAM="gdal" -VERSION="3.7.1" +VERSION="3.7.2" HOMEPAGE="https://www.gdal.org/" -DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.7.1/gdal-3.7.1.tar.gz" -MD5SUM="e13a09602cefc5c91bde193a34345ef9" +DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.7.2/gdal-3.7.2.tar.gz" +MD5SUM="d6ffb51d21a619d0f242957a6078ffb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos proj" |