FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:47 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
logcheck 1.2.69_2 security on this many watch lists=54 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: 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.k-opti.com/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: 32

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Jan 2010 23:23:02
Original commit files touched by this commit  1.2.69_2
glarkin search for other commits by this committer
- Fix permissions on DATADIR so code snippets can be compiled on the
  fly by logtail2.
- Bumped PORTREVISION

PR:             ports/143077, ports/143099
Submitted by:   Berend de Boer <berend@pobox.com>, Yasuhiro KIMURA
<yasu@utahime.org>
19 Jan 2010 14:11:58
Original commit files touched by this commit  1.2.69_1
glarkin search for other commits by this committer
- Fix quoting problem created in previous commit
- Bump PORTREVISION

PR:             ports/142966
Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
18 Jan 2010 22:38:05
Original commit files touched by this commit  1.2.69
glarkin search for other commits by this committer
- Updated to 1.2.69 [1]
- Added PORTSCOUT variable
- Added patches to clean up some paths that violate hier(7)
- Switched from using logtail to logtail2 (supports rotated log files)

PR:             ports/142017
Submitted by:   bsam [1]
18 Dec 2009 01:31:19
Original commit files touched by this commit  1.2.54_5
glarkin search for other commits by this committer
- Parameterized all non-hier(7)-compliant paths in the logcheck script,
  man page and config files, adding support for a custom PREFIX setting.
- Parameterized the shebang line in the logtail script
- Bumped PORTREVISION

PR:             ports/140981
Submitted by:   Dan Langille <dan@langille.org>
15 Dec 2009 20:09:14
Original commit files touched by this commit  1.2.54_4
glarkin search for other commits by this committer
- Preprocess the single SGML doc file into a man page instead of
  requiring docbook2man as a dependency. Some docbook ports conflict
  with others, and since there's only one file to convert, preprocessing
  is fine.

Reported by:    dan@langille.org and others
26 May 2009 21:25:59
Original commit files touched by this commit  1.2.54_3
glarkin search for other commits by this committer
- Fixed the "Error 255" installation problem when docbook-to-man
  is already installed.  If it's there, use it instead of installing
  docbook2X.
29 Apr 2009 21:57:57
Original commit files touched by this commit  1.2.54_3
glarkin search for other commits by this committer
- Suppress stderr from docbook2man

Reported by:    Various members of freebsd-ports@
25 Apr 2009 03:13:46
Original commit files touched by this commit  1.2.54_3
glarkin search for other commits by this committer
- Switched BUILD_DEPENDS from textproc/docbook-to-man to
  textproc/docbook2X and saved building about 100 extra ports just
  to convert an SGML file to a man page
- Bumped PORTREVISION

Reported by:    n j <nino80 at gmail dot com>
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: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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.215 seconds.