summaryrefslogtreecommitdiffstats
path: root/system/rsyslog
diff options
context:
space:
mode:
author Christophe Trussardi <chris@teria.org>2012-12-02 12:35:24 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:21:54 -0500
commit95084dc0c78df2cbfb0259e043d96c82a019aada (patch)
tree0e59ee115b2dc304140bc5f20c09f627ca581813 /system/rsyslog
parent5a09ed3366b1eddabd0bd5ed8a089035694f7b35 (diff)
downloadslackbuilds-95084dc0c78df2cbfb0259e043d96c82a019aada.tar.gz
slackbuilds-95084dc0c78df2cbfb0259e043d96c82a019aada.tar.xz
system/rsyslog: Updated for version 5.8.13
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/rsyslog')
-rw-r--r--system/rsyslog/config/rc.rsyslogd2
-rw-r--r--system/rsyslog/config/rsyslog.conf2
-rw-r--r--system/rsyslog/rsyslog.SlackBuild23
-rw-r--r--system/rsyslog/rsyslog.info6
4 files changed, 25 insertions, 8 deletions
diff --git a/system/rsyslog/config/rc.rsyslogd b/system/rsyslog/config/rc.rsyslogd
index 4b22367116..f12c369168 100644
--- a/system/rsyslog/config/rc.rsyslogd
+++ b/system/rsyslog/config/rc.rsyslogd
@@ -3,7 +3,7 @@
#
# Written for Slackware Linux by Patrick J. Volkerding <volkerdi@slackware.com>.
# Modded for rsyslogd by Chris Elvidge <chris@lowe.ae> Sept 2005
-# slightly modified by Matteo Bernardini <ponce@slackbuilds.org> Oct 2010
+# slightly modified by ponce <matteo.bernardini@sns.it> Oct 2010
# rsyslogd_reload added by Christophe Trussardi <chris@teria.org> Sept 2011
#
diff --git a/system/rsyslog/config/rsyslog.conf b/system/rsyslog/config/rsyslog.conf
index ac24170ac1..952082291b 100644
--- a/system/rsyslog/config/rsyslog.conf
+++ b/system/rsyslog/config/rsyslog.conf
@@ -1,7 +1,7 @@
# /etc/rsyslog.conf Configuration file for rsyslog.
#
# For more information see
-# /usr/doc/rsyslog-5.8.12/html/rsyslog_conf.html
+# /usr/doc/rsyslog-5.8.13/html/rsyslog_conf.html
#################
diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild
index 93e9ce5c83..94203ea032 100644
--- a/system/rsyslog/rsyslog.SlackBuild
+++ b/system/rsyslog/rsyslog.SlackBuild
@@ -1,11 +1,28 @@
#!/bin/sh
-#
+
# Slackware build script for rsyslog
-# Written by Christophe Trussardi (chris at teria dot org)
+
+# Copyright (c) 2012, Christophe Trussardi, Paris, France
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+# 1.- Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
+# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rsyslog
-VERSION=${VERSION:-5.8.12}
+VERSION=${VERSION:-5.8.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/rsyslog/rsyslog.info b/system/rsyslog/rsyslog.info
index 4defd4244f..d91015816c 100644
--- a/system/rsyslog/rsyslog.info
+++ b/system/rsyslog/rsyslog.info
@@ -1,8 +1,8 @@
PRGNAM="rsyslog"
-VERSION="5.8.12"
+VERSION="5.8.13"
HOMEPAGE="http://www.rsyslog.com/"
-DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.12.tar.gz"
-MD5SUM="e4a105a004ca7113ec5948b30c6af20c"
+DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.13.tar.gz"
+MD5SUM="8d228a8b622f90b320c95f38be7fc5bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""