Commit graph

54 commits

Author SHA1 Message Date
David Thiel
f00f189c12 Update to 2.4.1. Also fix a rather silly uninstall message, reported
by brd@.
2007-12-11 20:10:42 +00:00
David Thiel
91575d52a2 Upgrade to 2.3.7, which fixes a Prelude integration bug. 2007-09-13 21:29:50 +00:00
David Thiel
40f22eeeba Update to 2.3.6. 2007-09-06 20:24:25 +00:00
David Thiel
05fc48fbf2 Chase libprelude version bump.
PR:		ports/116112
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl>
Approved by:	lx
2007-09-05 16:39:23 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
David Thiel
1fce038093 Update to 2.3.5. 2007-06-20 21:27:04 +00:00
Marcelo Araujo
2adf104b17 - Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.

PR:		ports/112703
Submitted by:	Marcelo Araujo <araujo@FreeBSD.org>
Approved by:	stas (mentor)
2007-06-06 12:50:09 +00:00
David Thiel
b40d615dd3 Update to 2.3.4. This fixes a reliablility problem in the process check
module. If you are a user of this module, upgrading is recommended.

Approved by:	edwin (mentor)
2007-05-02 23:04:13 +00:00
David Thiel
a3d94885e6 Updating to 2.3.3.
Approved by:	edwin (mentor)
2007-03-28 12:33:35 +00:00
David Thiel
4a3ab563c9 Update to 2.3.2, which fixes a regression in "stealth mode".
Approved by:	edwin (mentor)
2007-01-29 21:03:52 +00:00
David Thiel
92e4358252 Updating to 2.3.1.
Approved by:	edwin (mentor)
2007-01-21 02:30:48 +00:00
David Thiel
1dda5380fa - update Prelude version
- bump PORTREVISION

PR:		ports/107985
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl>
Approved by:	edwin (mentor)
2007-01-16 18:11:33 +00:00
Cheng-Lung Sung
86e10e595b - Update to 0.9.11
- library version update of related ports

Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
  considered public and might be used by external application. Rename
  error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
  number as the position of the element from the low level API now allow
  to position the element at the specified (reversed) index. Using the
  high level API a negative index permit to address a list of element
  backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
  (do it for both val1 and val2. Remove assertion, and let
  idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
  path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.

PR:		ports/104328
Submitted by:	maintainer (Robin Gruyters)
Approved by:	portmgr (pav)
2006-11-27 01:16:41 +00:00
Rong-En Fan
b6f2ecac2d - Update to 2.3.0
PR:		ports/105159
Submitted by:	David Thiel (maintainer)
2006-11-05 10:11:08 +00:00
Rong-En Fan
5c173816cf - Update to 2.2.4
PR:		ports/102915
Submitted by:	David Thiel <lx at redundancy.redundancy.org> (maintainer)
2006-09-06 07:03:14 +00:00
Ion-Mihai Tetcu
95fb21ce5c Updating the Samhain HIDS to 2.2.1. This is a minor release which fixes
some issues with the Prelude IDS system and compilation on x86_64.

PR:		ports/99114
Submitted by:	maintainer
2006-06-18 20:14:43 +00:00
Renato Botelho
e7941206aa Fix build on 4.x
Reported by:	krismail
2006-05-22 11:33:27 +00:00
Renato Botelho
ef92eb19dd - Chase libprelude version
- Bump PORTREVISION

PR:		ports/96758, ports/96759, ports/96760
Submitted by:	maintainer
2006-05-05 11:24:52 +00:00
Cheng-Lung Sung
8b0e2e7564 Updating the Samhain HIDS to 2.2.0. Changes since last version:
-  For files under the 'GrowingLogfiles' policy, the checksum is now
   verified up to the previous size.
-  Server-to-server relay is possible.
-  More user policies are available now.

PR:		ports/96643
Submitted by:	maintainer (David Thiel)
2006-05-02 07:58:17 +00:00
Sam Lawrance
f53abc50e8 When yule is installed, add the yule user and group as well. This is
especially useful for package users since they couldn't run the install-user
target.

PR:		ports/90305 (based on)
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
Approved by:	maintainer timeout on feedback (3 months)
Committed from:	Sydney Linux User Group codefest at UTS
2006-04-09 02:40:09 +00:00
Marcus Alves Grando
f071d47d55 - Update to 2.1.2
- Add PRELUDE option

PR:		94406
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl>
Approved by:	maintainer
2006-03-18 19:17:30 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Edwin Groothuis
881216b3bd Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
	bugfix release.

	It's been requested by several people to break Samhain out
	into separate client and server ports. This PR does that,
	with a samhain-client and samhain-server port, as slave
	ports off of samhain. I'm not sure the best way to submit
	a PR to do this kind of action, but here is a shar of all
	three ports. If another format is desired, please let me
	know.  I'm also interested in feedback on the approach used
	for splitting these out.

PR:		ports/90305
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2006-01-07 07:56:03 +00:00
Vsevolod Stakhov
fa8ed25c45 Fix DISTNAME variable.
Reported by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Pointy hat to:	vsevolod
2005-09-22 07:15:29 +00:00
Vsevolod Stakhov
f22ba4665b Update to 2.0.10 [1]
Feed portlint

PR:		86426 [1]
Submitted by:	David Thiel (maintainer) [1]
2005-09-21 22:56:58 +00:00
Pav Lucistnik
944cbf4d77 - Replace .error with IGNORE to prevent INDEX build failures 2005-09-10 20:32:10 +00:00
Pav Lucistnik
54b77a9bfb - Update to 2.0.9
- samhainrc.sample file is chgrp'd to wheel
- RUNAS_USER now defaults to "yule" properly
- XML logging is now on by default and tunable

PR:		ports/85448
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-08-30 22:04:29 +00:00
Thierry Thomas
e6b6ab8c0c Update to 2.0.8.
PR:		83960
Submitted by:	Babak Farrokhi <babak (at) farrokhi.net>
Approved by:	maintainer
2005-07-31 19:53:33 +00:00
Pav Lucistnik
e445ef13a9 - Update to 2.0.6
PR:		ports/80622
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-05-05 09:21:28 +00:00
Pav Lucistnik
b000f92b14 - Update to 2.0.2
PR:		ports/73699
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-11-09 22:20:10 +00:00
Pav Lucistnik
a4e985ac52 - Update to 2.0.1
PR:		ports/73501
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-11-04 12:36:59 +00:00
Pav Lucistnik
e1149e6424 - Update to 2.0.0
PR:		ports/73393
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-11-02 18:12:13 +00:00
Pav Lucistnik
4362f450bd - Fix OPTIONS handling 2004-10-21 12:37:50 +00:00
Pav Lucistnik
45636cdeb0 - Update to 1.8.12 and unbreak on 5.x
PR:		ports/72750
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-10-16 11:56:24 +00:00
Edwin Groothuis
49a52357b8 Update: security/samhain 1.8.10b -> 1.8.11
Updating the Samhain integrity checking system from 1.8.10b to 1.8.11.

	Code changes include:

	o for files in the IgnoreAll policy, there are no warnings
	  (anymore) about 'no such user/group' and/or non-printable filenames
	o there is a new option HardlinkOffset=... to specify an
	  offset from the canonical hardlink count for a directory
	o ... and a new option AddOKChars=... to modify the set of
	  characters in a filename for which a warning (about
	  obscure/non-printable) filename is issued.

	Port changes:

	Turn off kernel integrity checking by default - building
	this into packages wouldn't work anyhow, since it would
	only work with an identical kernel as on the build cluster.

PR:		ports/71169
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-10-13 02:04:30 +00:00
Kris Kennaway
82f9e5ad55 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 03:11:57 +00:00
Pav Lucistnik
7dcf14e7f0 - Update to 1.8.10b
PR:		ports/69387
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-08-11 23:00:12 +00:00
Pav Lucistnik
00f5bfe7b2 - Update to 1.8.9
PR:		ports/68173
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-06-21 19:09:14 +00:00
Pav Lucistnik
879629d714 - Update to 1.8.7
- Fix WITH_LOGSERVER knob

PR:		ports/66578
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-05-14 14:18:31 +00:00
Kirill Ponomarev
280ba38d36 - Update to version 1.8.6
PR:		ports/65778
Submitted by:	maintainer
2004-04-19 19:41:31 +00:00
Kirill Ponomarev
bfbada120a - Update to version 1.8.5
PR:		ports/65226
Submitted by:	maintainer
2004-04-06 13:01:13 +00:00
Kirill Ponomarev
d903799309 - Update to version 1.8.4
PR:		ports/64480
Submitted by:	maintainer
2004-03-19 21:26:56 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Mark Linimon
228b8c4ea4 Update to 1.8.3. See docs/Changelog for full details. Notable:
new option SetBindAddress (--bind-address=...) to force
   interface for outgoing connections on multi-interface box
 use persistent connection to database by default

PR:		ports/62290
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-02-07 05:09:02 +00:00
Pav Lucistnik
b453555a02 - Update to 1.8.2
PR:		ports/61588
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-01-19 21:46:24 +00:00
Mark Linimon
d97fe6f483 Update to 1.8.1, mostly minor bugfixes. See docs/Changelog for details.
PR:		ports/59935
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2003-12-11 09:50:16 +00:00
Kirill Ponomarev
f864a51ed0 - Update to version 1.8.0
PR:		58790
Submitted by:	maintainer
2003-11-01 14:05:52 +00:00
Daichi GOTO
f62aaf4782 update security/samhain: 1.7.11 -> 1.7.12
- Updating Samhain to 1.7.12, which contains fixes for a heap overflow
    in e-mail parsing.

PR:		57965
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2003-10-14 07:11:22 +00:00
Edwin Groothuis
1aa6b2c7fa Update port: security/samhain
Update to 1.7.11.

PR:		ports/56754
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2003-09-24 11:25:47 +00:00
Daichi GOTO
d3094051ee update security/samhain: 1.7.9 -> 1.7.10
PR:		54997
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2003-07-29 05:45:30 +00:00