NetBSD.se

CVS log for wip/lire/PLIST

[BACK] Up to [NetBSD + pkgsrc-wip] / wip / lire

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 11 10:44:55 2009 UTC (2 years, 7 months ago) by thomasklausner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -69 lines
Remove obsolete @dirrm lines.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 18 22:01:46 2009 UTC (3 years, 2 months ago) by airhead
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
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.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 4 21:56:44 2008 UTC (4 years, 2 months ago) by airhead
Branches: AIRHEAD
CVS tags: AIRHEAD_20080304
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
As any good system administrator knows, there's a lot more to keep
track of in an active network than just webservers. Lire is hands
down the most versatile log analysis software available today. Lire
not only keeps you informed about your HTTP, FTP, and mail traffic,
it also reports on your firewalls, your print servers, and your
DNS activity. The ever growing list of Lire-supported services
clearly outstrips any other software, in large part thanks to the
numerous volunteers who have pioneered many new services and
features. Lire is a total solution for your log analysis needs.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 4 21:56:44 2008 UTC (4 years, 2 months ago) by airhead
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>