redmine: Updated for version 6.1.2

This commit is contained in:
2026-03-21 12:54:46 +01:00
parent 55d14e9ab3
commit cbcc979825
2 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Slackware build script for redmine
# Copyright 2026 Eugene Wissner, Mannheim, Germany
# Copyright 2026 Eugene Wissner, Mannheim, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,13 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=redmine
VERSION=${VERSION:-6.1.1}
VERSION=${VERSION:-6.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DOCROOT=${DOCROOT:-/var/www/htdocs}
REDMINE_USER=${REDMINE_USER:-apache}
REDMINE_GROUP=${REDMINE_GROUP:-apache}
ARCH=noarch
@@ -53,7 +54,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
chown -R $REDMINE_USER:$REDMINE_GROUP .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \