diff options
author | Christophe Trussardi <chris@teria.org> | 2024-02-07 06:33:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:45 +0700 |
commit | cd311dffc4652186a1375a07abd60f8a93ded710 (patch) | |
tree | 7c7b3b0306a11e9e9195e21d030a1e9d60fa9898 /system/rsyslog | |
parent | e40a81af4ad6e933b6019fff2ab324452e7703ed (diff) |
system/rsyslog: Updated for version 8.2312.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rsyslog')
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 9 | ||||
-rw-r--r-- | system/rsyslog/rsyslog.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index 79c6b40740af..011377525ba4 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsyslog -# Copyright (c) 2023, Christophe Trussardi, Paris, France +# Copyright (c) 2024, Christophe Trussardi, Paris, France # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rsyslog -VERSION=${VERSION:-8.2304.0} +VERSION=${VERSION:-8.2312.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +37,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 @@ -120,7 +117,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL NEWS README \ + AUTHORS COPYING COPYING.LESSER ChangeLog NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION chmod -R 0644 $PKG/usr/doc/$PRGNAM-$VERSION/* cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/rsyslog/rsyslog.info b/system/rsyslog/rsyslog.info index 024d173b7e45..4eac458a50f7 100644 --- a/system/rsyslog/rsyslog.info +++ b/system/rsyslog/rsyslog.info @@ -1,8 +1,8 @@ PRGNAM="rsyslog" -VERSION="8.2304.0" +VERSION="8.2312.0" HOMEPAGE="https://www.rsyslog.com/" -DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2304.0.tar.gz" -MD5SUM="622d3195b6a89bacf492a88f8ec8aa15" +DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2312.0.tar.gz" +MD5SUM="632381aead68840967c74fbb564436cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README% libestr libfastjson" |