Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4767dc904ed694c304be7ce801e3683f52b0b71f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4767dc904ed694c304be7ce801e3683f52b0b71f)
  • Date: Fri, 17 Jul 2009 17:16:18 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/newsyslog/0AFC7476.gpg |binary
utils/newsyslog/DEPENDS | 2 +-
utils/newsyslog/DETAILS | 32 +++++++++++++++++---------------
utils/newsyslog/HISTORY | 6 +++++-
4 files changed, 23 insertions(+), 17 deletions(-)

New commits:
commit 4767dc904ed694c304be7ce801e3683f52b0b71f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

newsyslog: converted to upstream signature checking; small clean up

diff --git a/utils/newsyslog/0AFC7476.gpg b/utils/newsyslog/0AFC7476.gpg
new file mode 100644
index 0000000..da3d77b
Binary files /dev/null and b/utils/newsyslog/0AFC7476.gpg differ
diff --git a/utils/newsyslog/DEPENDS b/utils/newsyslog/DEPENDS
index 3a913e8..2109f98 100755
--- a/utils/newsyslog/DEPENDS
+++ b/utils/newsyslog/DEPENDS
@@ -1,2 +1,2 @@
depends zlib &&
-depends bzip2
+depends bzip2
diff --git a/utils/newsyslog/DETAILS b/utils/newsyslog/DETAILS
index 1568c17..76dafe0 100755
--- a/utils/newsyslog/DETAILS
+++ b/utils/newsyslog/DETAILS
@@ -1,22 +1,24 @@
SPELL=newsyslog
VERSION=1.8
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://archives.eyrie.org/software/system/${SOURCE}
-
SOURCE_HASH=sha512:92c46066e1c18717fb57636dde8f64d20c6b03c829fd0e8ad266561cdea6eda1ae98be61c22674f1d630a2d0e7c0eee91a8e6abc17f42715fe24e9b2129c02d2
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.eyrie.org/~eagle/software/newsyslog/";
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://archives.eyrie.org/software/system/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_GPG=0AFC7476.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.eyrie.org/~eagle/software/newsyslog/
LICENSE[0]=GPL
ENTERED=20080309
- SHORT="a log file rotater"
+ SHORT="log file rotater"
cat << EOF
All log files rotated by newsyslog are compressed, with the choice of either
-gzip-style zlib compression or bzip2 compression. newsyslog also has the
-ability to run an analyze program on the log file (usually useful to scan
-the log for anomalous entries and report them, perhaps by sending a report
-in e-mail), and to run a filter program on the log before archiving it and
-only archiving the output from the filter (so that the uninteresting lines
-can be stripped out before archiving). It also has the standard features that
-you'd expect in a log rotation program, such as being able to save a given
-number of old copies of a log and running commands to stop and restart the
-service around the log rotation.
+gzip-style zlib compression or bzip2 compression. newsyslog also has the
ability
+to run an analyze program on the log file (usually useful to scan the log for
+anomalous entries and report them, perhaps by sending a report in e-mail),
and
+to run a filter program on the log before archiving it and only archiving the
+output from the filter (so that the uninteresting lines can be stripped out
+before archiving). It also has the standard features that you'd expect in a
log
+rotation program, such as being able to save a given number of old copies of
a
+log and running commands to stop and start the service around the log
rotation.
EOF
diff --git a/utils/newsyslog/HISTORY b/utils/newsyslog/HISTORY
index c265e45..ebcd647 100644
--- a/utils/newsyslog/HISTORY
+++ b/utils/newsyslog/HISTORY
@@ -1,3 +1,7 @@
+2009-07-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: converted to upstream signature checking; cleaned up;
+ quoting paths
+ * 0AFC7476.gpg: added gpg keyring
+
2008-03-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS, HISTORY: spell created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4767dc904ed694c304be7ce801e3683f52b0b71f), Vlad Glagolev, 07/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page