FreshPorts -- The Place For Ports Tue, 2 Dec 2008 3:48 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
logcheck 1.2.54_2 security on this many watch lists=52 search for ports that depend on this port
Auditing tool for system logs on Unix boxes
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Mails anomalies in the system logfiles to the administrator.

Logcheck helps spot problems, anomalies and security violations
in your logfiles automatically and will send the summaries to you
via e-mail. Logcheck is run as a cron job.

WWW: http://alioth.debian.org/projects/logcheck/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/docbook-to-man, lang/perl5.8
Required To Run: mail/procmail, shells/bash, lang/perl5.8

To install the port: cd /usr/ports/security/logcheck/ && make install clean
To add the package: pkg_add -r logcheck


Configuration Options
     No options to configure

Master Sites:
http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/l/logcheck/
ftp://ftp.us.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.au.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.bg.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.cl.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.cz.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.de.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.ee.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.es.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.fi.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.fr.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.hk.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.hr.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.hu.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.ie.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.is.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.it.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.jp.debian.org/debian/pool/main/l/logcheck/
http://ring.nict.go.jp/archives/linux/debian/debian/pool/main/l/logcheck/
http://ring.sakura.ad.jp/archives/linux/debian/debian/pool/main/l/logcheck/
http://ring.riken.jp/archives/linux/debian/debian/pool/main/l/logcheck/
ftp://ftp.nl.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.no.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.pl.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.ru.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.se.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.si.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.sk.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.uk.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.wa.au.debian.org/debian/pool/main/l/logcheck/
ftp://ftp2.de.debian.org/debian/pool/main/l/logcheck/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-09-09
    Affects: users of security/logcheck
    Author: glarkin@FreeBSD.org
    Reason: 
      logcheck now stores its configuration files in /usr/local/etc/logcheck
      instead of /usr/local/etc.  If you are upgrading the port from version
      1.1.1 to version 1.2.54, copy the following files to a temporary location,
      in case they are removed during the upgrade:
    
    	/usr/local/etc/logcheck.hacking
    	/usr/local/etc/logcheck.ignore
    	/usr/local/etc/logcheck.violations
    	/usr/local/etc/logcheck.violations.ignore
    
      e.g.:
    
    	cd /usr/local/etc
    	mkdir /tmp/logcheck.saveconf
    	cp logcheck.hacking logcheck.ignore logcheck.violations* \
    	   /tmp/logcheck.saveconf
    
      After the upgrade, integrate your local changes to the files listed
      above into the new configuration files found in the following directories:
    
    	/usr/local/etc/logcheck/cracking.d
    	/usr/local/etc/logcheck/ignore.d.paranoid
    	/usr/local/etc/logcheck/ignore.d.server
    	/usr/local/etc/logcheck/ignore.d.workstation
    	/usr/local/etc/logcheck/violations.d
    	/usr/local/etc/logcheck/violations.ignore.d
    
      Please consult the following files for more information about
      logcheck rules and reporting levels:
    
    	/usr/local/share/doc/logcheck/README.logcheck
    	/usr/local/share/doc/logcheck/README.logcheck-database
    
      Also note that the upgraded port installs a crontab file for user
      "logcheck" that executes the logcheck script every hour and emails
      the results to root.  If the installation process cannot install
      the crontab file, it can be installed manually from
      /usr/local/share/examples/logcheck/crontab.in, e.g.:
    
    	crontab -u logcheck /usr/local/share/examples/logcheck/crontab.in
    
    

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 Sep 2008 01:30:09
Original commit files touched by this commit  1.2.54_2
glarkin search for other commits by this committer
- Fixed logcheck script silent failure in previous commit
- Added handling for crontab installation problems
- Incorported security fixes from PR opened after previous commit
- Added UPDATING entry since configuration options have changed
  fairly significantly

PR:             ports/122842
Submitted by:   Cezary Morga <cm@therek.net>
PR:             ports/127255
Submitted by:   Yasuhiro KIMURA <yasu at utahime dot org>
Reviewed by:    glarkin
Approved by:    beech (mentor, implicit)
Approved by:    portmgr (marcus)
Security:       Incorrect addition of logcheck user to wheel group
08 Sep 2008 21:09:59
Original commit files touched by this commit  1.2.54_1
glarkin search for other commits by this committer
- Fixed left-over directory problem
- Added entries for logcheck user in UIDs and GIDs
- Fixed package building problems (perms and empty dir creation)

Reported by:    QA Tindy
Approved by:    portmgr (erwin)
07 Sep 2008 02:31:56
Original commit files touched by this commit  1.2.54
glarkin search for other commits by this committer
- Updated to 1.2.54
- Replaced hard-coded paths in pkg-plist with variables
- Cleaned up installation commands
- Moved crontab file to EXAMPLESDIR and updated pkg-install.in
  to handle port knob NOPORTEXAMPLES
- Regenerated patch files with "make makepatch"

PR:             ports/122842
Submitted by:   Cezary Morga <cm at therek dot net>
Approved by:    beech (mentor, implicit)
27 Jul 2008 05:30:53
Original commit files touched by this commit  1.1.1_4
linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
13 May 2006 05:15:53
Original commit files touched by this commit  1.1.1_4
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
25 Nov 2005 14:05:38
Original commit files touched by this commit  1.1.1_4
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
20 Apr 2004 09:36:26
Original commit files touched by this commit  1.1.1_4
kris search for other commits by this committer
Add missing directory
30 Jan 2004 16:03:29
Original commit files touched by this commit  1.1.1_4
sergei search for other commits by this committer
SIZE *DOES* MATTER.
12 Dec 2003 22:58:00
Original commit files touched by this commit  1.1.1_4
sergei search for other commits by this committer
- Add /var/log/security to the default list of input files
- Bump PORTREVISION

PR:             56578
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
23 Oct 2003 06:42:49
Original commit files touched by this commit  1.1.1_3
sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
26 Aug 2003 01:15:32
Original commit files touched by this commit  1.1.1_3
leeym search for other commits by this committer
- Change MASTER_SITES: the project finally found a new home
(thanks Paulius Bulotas for reporting)
- Avoid ever touching existing configs by installing example files
  with .sample suffix into ${PREFIX}/etc; do not install duplicates
  in ${EXAMPLESDIR}
- Removed unneeded @cwd in pkg-plist
- Bump PORTREVISION due to changed package

PR:             55971
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
14 Apr 2003 16:25:30
Original commit files touched by this commit  1.1.1_2
leeym search for other commits by this committer
- Do not overwrite the existing config files when installing as a port or
as a package
- Bump PORTREVISION

Reported by:    Forrest Aldrich <forrie@forrie.com>
PR:             50915
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
09 Apr 2003 06:41:28
Original commit files touched by this commit  1.1.1_1
leeym search for other commits by this committer
- Remove BROKEN: change temp dir from /tmp to /var/run/logcheck
  (it has to be mode 700) - now complies with hier(7)
- Psionic has been acquired by Cisco in late 2002 and now
  www.psionic.com is an alias to www.cisco.com. Unfortunately,
  the latter does not have any mention of LogSentry or other Abacus tools,
  so remove www.psionic.com from the MASTER_SITES and WWW: tag
- Reword pkg-descr to better reflect reality
- Dont use logcheck's Makefile - build/install completely from port's Makefile
- Make PREFIX-clean
- Install useful documentation
- Assign maintainership to submitter

Removed files:
- files/patch-aa
- pkg-message

PR:             50730
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
23 Mar 2003 15:15:57
Original commit files touched by this commit  1.1.1
foxfair search for other commits by this committer
PR:             49064
Submitted by:   Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
21 Feb 2003 17:35:15
Original commit files touched by this commit  1.1.1
kris search for other commits by this committer
Mark BROKEN: changes permissions on /tmp to 0700
20 Feb 2003 18:59:13
Original commit files touched by this commit  1.1.1
knu search for other commits by this committer
De-pkg-comment.
10 Sep 2002 15:53:23
Original commit files touched by this commit  1.1.1
roberto search for other commits by this committer
${PREFIX}/var/tmp is obviously wrong. Use /tmp instead.

PR:             ports/41815
Submitted by:   Dan Langille <danl@freebsddiary.org> (fix by me)
23 Jun 2002 21:39:25
Original commit files touched by this commit  1.1.1
pat search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             ports/39729, ports/39727, ports/39726, ports/39724
PR:             ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by:   Scott Flatman <sf@dsinw.com>
11 Jun 2002 00:51:04
Original commit files touched by this commit  1.1.1
pat search for other commits by this committer
- chase distfile naming
- whitespace nit
- remove a directory from pkg-plist which is not actually created
- make prefix safe

PR:             ports/39111
Submitted by:   Erwin Lansing <erwin@lansing.dk>
17 Apr 2002 21:48:29
Original commit files touched by this commit  1.1.1
pat search for other commits by this committer
Give maintainership back to ports@

PR:             37191
Submitted by:   maintainer
11 Mar 2001 03:14:12
files touched by this commit
will search for other commits by this committer
Eww.  Cull etc/tmp in favor of var/tmp (even though this is not what   hier(7)
specifically states, it's still better than screwing around with   stuff outside
of ${PREFIX}).    
11 Mar 2001 01:33:38
files touched by this commit
kris search for other commits by this committer
Fix plist.  I don't quite know why this port uses etc/tmp, but don't care  
enough to find out.    
08 Oct 2000 12:23:49
files touched by this commit
asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
08 Oct 2000 08:30:58
files touched by this commit
asami search for other commits by this committer
Convert category security to new layout.  

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19493
Broken 164
Deprecated 88
Ignore 463
Forbidden 8
Restricted 263
No CDROM 132
Vulnerable 57
Expired 58
Set to expire 72
Interactive 78
new 24 hours 3
new 48 hours3
new 7 days35
new fortnight93
new month164

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.321 seconds.