diff options
-rw-r--r-- | system/etckeeper/etckeeper.SlackBuild | 10 | ||||
-rw-r--r-- | system/etckeeper/etckeeper.info | 10 |
2 files changed, 9 insertions, 11 deletions
diff --git a/system/etckeeper/etckeeper.SlackBuild b/system/etckeeper/etckeeper.SlackBuild index 984152d22b..8919eaeff4 100644 --- a/system/etckeeper/etckeeper.SlackBuild +++ b/system/etckeeper/etckeeper.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for etckeeper +# Copyright 2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright (c) 2013-2016 David Sullins # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=etckeeper -VERSION=${VERSION:-1.18.7} +VERSION=${VERSION:-1.18.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -61,9 +59,9 @@ 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 \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ # By default etckeeper is configured for an apt/dpkg based system. Change # that so it won't pollute /etc with files we don't need on Slackware. diff --git a/system/etckeeper/etckeeper.info b/system/etckeeper/etckeeper.info index 4abf06ec7b..81d7d08175 100644 --- a/system/etckeeper/etckeeper.info +++ b/system/etckeeper/etckeeper.info @@ -1,10 +1,10 @@ PRGNAM="etckeeper" -VERSION="1.18.7" +VERSION="1.18.21" HOMEPAGE="http://etckeeper.branchable.com/" -DOWNLOAD="https://git.joeyh.name/index.cgi/etckeeper.git/snapshot/etckeeper-1.18.7.tar.gz" -MD5SUM="57ddec7e7ff584cff965c02c51794b8c" +DOWNLOAD="https://git.joeyh.name/index.cgi/etckeeper.git/snapshot/etckeeper-1.18.21.tar.gz" +MD5SUM="223a6ad4bc0ddb305b5fce03fb659308" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="David Sullins" -EMAIL="david.sullins@gmail.com" +MAINTAINER="fourtysixandtwo" +EMAIL="fourtysixandtwo@sliderr.net" |