1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Greg Larkin
ac0a60caca - Converted a remaining conditional to OptionsNG
Feature safe:	yes
2012-10-17 19:18:56 +00:00
Greg Larkin
b86ecbfe40 - Updated to 1.3.15
PR:		ports/172520
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
2012-10-17 19:14:19 +00:00
Greg Larkin
519e58c908 - Reset cwd in pkg-plist back to PREFIX before dynamically adding more
directives to TMPPLIST. Otherwise %D is "/", and the chown commands
  fail during package installation.
- Bumped PORTREVISION

Feature safe:	yes
2012-03-20 20:13:42 +00:00
Greg Larkin
f9e38e1568 - Updated to 1.3.14
ChangeLog: http://packages.debian.org/changelogs/pool/main/l/logcheck/logcheck_1.3.14/changelog

PR:		ports/162810
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
2011-12-08 23:13:34 +00:00
Greg Larkin
5381a161b0 - Updated the PAM ssh rule file to match messages emitted on FreeBSD vs.
the Linux messages contained in the distro rule file
- Bumped PORTREVISION

PR:		ports/162330
Submitted by:	Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
Feature safe:	yes
2011-11-23 19:37:24 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Greg Larkin
f30baa07c6 - Updated WWW: link to a more useful site
PR:		ports/151439
Submitted by:	"Zane C.B." <vvelox at vvelox dot net>
2010-10-14 14:23:33 +00:00
Greg Larkin
e41a301e07 - Updated to 1.3.13
Changes:

  logcheck (1.3.13) unstable; urgency=low
    * ignore.d.server/pure-ftpd:
      - fixed user name pattern in logout message, thanks to Simon Breuss
        (LP: #619119)
    * violations.ignore.d/logcheck-sudo:
      - match COMMAND=list and TTY=console, thanks to Michel Messerschmidt
        for the patch (closes: #593482)
    * ignore.d.server/amavisd-new:
      - applied changes by Christian Drage (closes: #594605):
        - IPv6 support for IP addresses
        - allow PASSED SPAM in log
        - optional minus sign after "Hits:"
        - optional quarantine in log line
        - optional Message-ID

PR:		ports/151033
Submitted by:	Anton Yuzhaninov <citrin at citrin dot ru>
2010-10-13 01:09:44 +00:00
Greg Larkin
3acf327fef - Updated to 1.3.12
PR:		ports/149770
Submitted by:	NAKAJI Hiroyuki <nakaji at jp dot freebsd dot org>
Approved by:	glarkin (maintainer)
2010-08-18 19:07:03 +00:00
Greg Larkin
788b47e1eb - Updated to 1.3.10
PR:		ports/146537
Submitted by:	Takefu <takefu at airport dot fm>
Feature safe:	yes
2010-07-07 20:57:24 +00:00
Greg Larkin
0c5958468d - Parameterized more command names and paths to ensure that installation
works with non-standard build settings.
2010-06-09 17:29:38 +00:00
Greg Larkin
a40a88e7e8 - Fix pkg-plist so directories installed out of PREFIX are removed
when empty

PR:		ports/145741
Submitted by:	sahil
2010-04-16 23:14:01 +00:00
Greg Larkin
ac6a26f7f4 - 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>
2010-01-25 23:23:02 +00:00
Greg Larkin
9e3468e63d - Fix quoting problem created in previous commit
- Bump PORTREVISION

PR:		ports/142966
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2010-01-19 14:11:58 +00:00
Greg Larkin
b50576c888 - 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]
2010-01-18 22:38:04 +00:00
Greg Larkin
a2336cced0 - 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>
2009-12-18 01:31:19 +00:00
Greg Larkin
7387b58336 - 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
2009-12-15 20:09:14 +00:00
Greg Larkin
3ea8cd6d2a - Fixed the "Error 255" installation problem when docbook-to-man
is already installed.  If it's there, use it instead of installing
  docbook2X.
2009-05-26 20:25:59 +00:00
Greg Larkin
57c1ddb799 - Suppress stderr from docbook2man
Reported by:	Various members of freebsd-ports@
2009-04-29 20:57:57 +00:00
Greg Larkin
a3a5278743 - 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>
2009-04-25 02:13:46 +00:00
Greg Larkin
6e60a56931 - 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
2008-09-11 00:30:09 +00:00
Greg Larkin
9121e42567 - 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)
2008-09-08 20:09:59 +00:00
Greg Larkin
6dd443c9f7 - 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)
2008-09-07 01:31:56 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Kris Kennaway
e8c66b1b01 Add missing directory 2004-04-20 08:36:26 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
ea55a7936f - Add /var/log/security to the default list of input files
- Bump PORTREVISION

PR:		56578
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2003-12-12 22:58:00 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Yen-Ming Lee
eb84bb0770 - 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>
2003-08-26 00:15:32 +00:00
Yen-Ming Lee
bfd39978e5 - 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>
2003-04-14 15:25:30 +00:00
Yen-Ming Lee
51eb8aee7a - 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>
2003-04-09 05:41:27 +00:00
Foxfair Hu
5581489c04 PR: 49064
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
2003-03-23 15:15:56 +00:00
Kris Kennaway
8a7241fefe Mark BROKEN: changes permissions on /tmp to 0700 2003-02-21 17:35:15 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ollivier Robert
878447276a ${PREFIX}/var/tmp is obviously wrong. Use /tmp instead.
PR:		ports/41815
Submitted by:	Dan Langille <danl@freebsddiary.org> (fix by me)
2002-09-10 14:53:23 +00:00
Patrick Li
3429beb3d6 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>
2002-06-23 20:39:23 +00:00
Patrick Li
5d12193da0 - 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>
2002-06-10 23:51:04 +00:00
Patrick Li
b4c65fcd5a Give maintainership back to ports@
PR:		37191
Submitted by:	maintainer
2002-04-17 20:48:29 +00:00
Will Andrews
11e2b03ccb 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}).

PR:		25672
Submitted by:	Dan Langille <dan@langille.org>
2001-03-11 03:14:12 +00:00
Kris Kennaway
d8538fa2d9 Fix plist. I don't quite know why this port uses etc/tmp, but don't care
enough to find out.
2001-03-11 01:33:37 +00:00
Satoshi Asami
7acef1cd7a 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.
2000-10-08 10:23:48 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Kris Kennaway
9daf266e5e Respect CC and CFLAGS 2000-01-20 17:16:07 +00:00
Steve Price
04c6d34137 logcheck version 1.1.1
An auditing tools for system logs on Un*x boxes.

PR:		15360
Submitted by:	Dan Langille <dan@freebsddiary.org>
1999-12-25 16:11:00 +00:00