Update Lire to 2.1. Release announcement:

Major changes since 2.0.3 (the previous stable release):

- Lire now requires DBD::SQLite, which uses SQLite 3.0.  (SQLite 2
   has become obsolete and is no longer supported).  This means that the
   Lire database format has changed. If you have one or more old lire
   stores, you will need to convert each of them from SQLite2 format
   to SQLite3 format, like this:

       sqlite oldstore.db .dump | sqlite3 newstore.db

   This assumes that you have both sqlite2 and sqlite3 installed on your
   system, and that the names of the command line interface for the old
   and new version are sqlite and sqlite3 respectively (this is at least
   correct for Fedora).
   After completion of the conversion(s), and after upgrading to
   Lire 2.1, SQLite 2 can be removed from your system, unless it is
   used by other applications than Lire of course.

- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
   Version 4.67 of exim introduced pid to log_selector, exim2dlf now
   supports such log files too.  See also
   http://lists.logreport.org/pipermail/development/2008/000934.html.
   Note that compatibility with pre-4.67 exim logfiles is preserved
   by this patch.

- Added the merge2combined and dlf2combined www
   scripts for merging web   server logs of different types into one
   log file in combined format. Next to these changes, various bugfixes
   and documentation improvements have been made.  See NEWS (at
   http://download.logreport.org/pub/current/NEWS) (or see
   http://download.logreport.org/pub/current/ChangeLog) for the details.
This commit is contained in:
Peter Bex 2009-03-18 22:01:45 +00:00 committed by Thomas Klausner
parent ff3d680109
commit 5b646dd12c
3 changed files with 11 additions and 9 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.4 2008/03/05 19:04:28 airhead Exp $
# $NetBSD: Makefile,v 1.5 2009/03/18 22:01:45 airhead Exp $
#
DISTNAME= lire-2.0.2.99.2
DISTNAME= lire-2.1
CATEGORIES= sysutils
MASTER_SITES= http://download.logreport.org/pub/cvs-snapshots/
MASTER_SITES= http://download.logreport.org/pub/
#LICENSE= gnu-gpl-v2
MAINTAINER= airhead@users.sf.net
@ -11,7 +11,7 @@ HOMEPAGE= http://www.logreport.org/lire.html
COMMENT= Log analyzing tool
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2
DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
DEPENDS+= p5-Curses-[0-9]*:../../devel/p5-Curses
DEPENDS+= p5-Curses-UI-[0-9]*:../../devel/p5-Curses-UI
DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 21:56:44 airhead Exp $
@comment $NetBSD: PLIST,v 1.2 2009/03/18 22:01:46 airhead Exp $
bin/lire
bin/lr_anondump
bin/lr_anonymize
@ -98,6 +98,8 @@ libexec/lire/lr_getbody
libexec/lire/lr_mail
libexec/lire/lr_processmail
libexec/lire/lr_spool
libexec/lire/www/dlf2combined
libexec/lire/www/merge2combined
man/man1/argomail2dlf.1
man/man1/bind8_named2dlf.1
man/man1/bind8_query2dlf.1

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/03/04 21:56:44 airhead Exp $
$NetBSD: distinfo,v 1.2 2009/03/18 22:01:47 airhead Exp $
SHA1 (lire-2.0.2.99.2.tar.gz) = 1335eea0b6720155beb081d7d90ca9081cff32e4
RMD160 (lire-2.0.2.99.2.tar.gz) = 2995d5daba56c078d2a9c38a227ad8cbf46db030
Size (lire-2.0.2.99.2.tar.gz) = 2620274 bytes
SHA1 (lire-2.1.tar.gz) = cbf57ecbaffc1e5e44f7c5270b8e1dab28da9a78
RMD160 (lire-2.1.tar.gz) = 703e6ba6c8febe529ba790543a512500e49e091d
Size (lire-2.1.tar.gz) = 2880433 bytes