diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/mcelog/mcelog.SlackBuild | 4 | ||||
-rw-r--r-- | source/a/mcelog/mcelog.logrotate.size.syntax.diff | 11 | ||||
-rwxr-xr-x | source/l/imagemagick/imagemagick.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/logrotate.httpd | 2 |
5 files changed, 17 insertions, 4 deletions
diff --git a/source/a/mcelog/mcelog.SlackBuild b/source/a/mcelog/mcelog.SlackBuild index 542858c9..84ac0ed1 100755 --- a/source/a/mcelog/mcelog.SlackBuild +++ b/source/a/mcelog/mcelog.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mcelog VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -57,6 +57,8 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 +zcat $CWD/mcelog.logrotate.size.syntax.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/a/mcelog/mcelog.logrotate.size.syntax.diff b/source/a/mcelog/mcelog.logrotate.size.syntax.diff new file mode 100644 index 00000000..49a511a5 --- /dev/null +++ b/source/a/mcelog/mcelog.logrotate.size.syntax.diff @@ -0,0 +1,11 @@ +--- ./mcelog.logrotate.orig 2021-04-30 09:44:57.000000000 -0500 ++++ ./mcelog.logrotate 2021-05-23 14:16:45.606004778 -0500 +@@ -3,7 +3,7 @@ + dateext + maxage 365 + rotate 99 +- size=+2048k ++ size 2048k + notifempty + missingok + copytruncate diff --git a/source/l/imagemagick/imagemagick.SlackBuild b/source/l/imagemagick/imagemagick.SlackBuild index ac150648..af104487 100755 --- a/source/l/imagemagick/imagemagick.SlackBuild +++ b/source/l/imagemagick/imagemagick.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=imagemagick -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # NOTE: This is to cope with ImageMagick version numbers such as 5.4.7-4, # which occur fairly often (but not always). If these numbers are all the same, diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index ea6dce9a..feee4dcb 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=httpd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/httpd/logrotate.httpd b/source/n/httpd/logrotate.httpd index cc638367..ddffddbf 100644 --- a/source/n/httpd/logrotate.httpd +++ b/source/n/httpd/logrotate.httpd @@ -2,7 +2,7 @@ rotate 10 notifempty missingok - size=5M + size 5M compress delaycompress sharedscripts |