mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Update version to 8.5
This commit is contained in:
parent
846fd4633f
commit
2bfc0c0d2a
9 changed files with 12 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ use strict qw(vars);
|
|||
|
||||
use CGI;
|
||||
|
||||
my $VERSION = '8.4';
|
||||
my $VERSION = '8.5';
|
||||
my $COPYRIGHT = 'Copyright (c) 2002-2012 Gilles Darold - All rights reserved.';
|
||||
my $AUTHOR = "Gilles Darold - gilles AT darold DOT net";
|
||||
my $DEFAULT_TTFONT = '';
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ my $CONFIG_FILE = "/usr/local/sendmailanalyzer/sendmailanalyzer.conf";
|
|||
my $LAST_PARSE_FILE = 'LAST_PARSED';
|
||||
|
||||
$SOFTWARE = "SendmailAnalyzer";
|
||||
$VERSION = '8.4';
|
||||
$VERSION = '8.5';
|
||||
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
|
||||
$COPYRIGHT = "© 2002-2012 - Gilles Darold <gilles\@darold.net>";
|
||||
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ RPM/
|
|||
|
||||
The binary package may be found here:
|
||||
|
||||
~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.4-1.noarch.rpm
|
||||
~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.5-1.noarch.rpm
|
||||
|
||||
To install run:
|
||||
|
||||
rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.4-1.noarch.rpm
|
||||
rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.5-1.noarch.rpm
|
||||
|
||||
|
||||
slackbuild/
|
||||
|
|
@ -28,7 +28,7 @@ slackbuild/
|
|||
then take a look at /tmp/build/ to find the Slackware package.
|
||||
To install run the following command:
|
||||
|
||||
installpkg /tmp/build/sendmailanalyzer-8.4-i486-1gda.tgz
|
||||
installpkg /tmp/build/sendmailanalyzer-8.5-i486-1gda.tgz
|
||||
|
||||
|
||||
debian/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: %{uname}
|
||||
Epoch: 0
|
||||
Version: 8.4
|
||||
Version: 8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Sendmail/Postfix log analyser with graphical reports
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Package: sendmailanalyzer
|
||||
Version: 8.4
|
||||
Version: 8.5
|
||||
Priority: optional
|
||||
Essential: no
|
||||
Maintainer: Gilles Darold <gilles@darold.net>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="sendmailanalyzer"
|
||||
VERSION="8.4"
|
||||
VERSION="8.5"
|
||||
HOMEPAGE="http://sareport.darold.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sa-report/sendmailanalyzer-8.4.tar.gz"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sa-report/sendmailanalyzer-8.5.tar.gz"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="UNTESTED"
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## Fill these variables to your needs ##
|
||||
NAMESRC=${NAMESRC:-sendmailanalyzer}
|
||||
VERSION=${VERSION:-8.4}
|
||||
VERSION=${VERSION:-8.5}
|
||||
EXT=${EXT:-tar.gz}
|
||||
NAMEPKG=${NAMEPKG:-sendmailanalyzer}
|
||||
PKGEXT=${PKGEXT:-tgz/txz}
|
||||
|
|
|
|||
2
sa_cache
2
sa_cache
|
|
@ -26,7 +26,7 @@ use Benchmark;
|
|||
use Getopt::Long;
|
||||
use POSIX ":sys_wait_h";
|
||||
|
||||
$VERSION = '8.4';
|
||||
$VERSION = '8.5';
|
||||
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
|
||||
$COPYRIGHT = "(c) 2002-2012 - Gilles Darold <gilles\@darold.net>";
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ use MIME::Base64;
|
|||
use MIME::QuotedPrint;
|
||||
|
||||
|
||||
$VERSION = '8.4';
|
||||
$VERSION = '8.5';
|
||||
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
|
||||
$COPYRIGHT = "(c) 2002-2012 - Gilles Darold <gilles\@darold.net>";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue