Port details |
- ossec-hids-server Security tool to monitor and check logs and intrusions - server installation
- 3.7.0_1 security =14 3.6.0_1Version of this port present on the latest quarterly branch.
- Maintainer: dominik.lisiak@bemsoft.pl
- Port Added: 2007-04-20 21:29:37
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: samhain, phpMyAdmin-php81, vlc, sleuthkit, darkstat
- License: GPLv2
- WWW:
- https://ossec.github.io
- Description:
- OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection
System (HIDS). It has a powerful correlation and analysis engine, integrating
log analysis, file integrity checking, Windows registry monitoring, centralized
policy enforcement, rootkit detection, real-time alerting and active response.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ossec-hids-server>0:security/ossec-hids-server
- Conflicts:
- CONFLICTS_INSTALL:
- ossec-hids-client
- ossec-hids-agent
- ossec-hids-local
- To install the port:
- cd /usr/ports/security/ossec-hids-server/ && make install clean
- To add the package, run one of these commands:
- pkg install security/ossec-hids-server
- pkg install ossec-hids-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ossec-hids-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656551293
SHA256 (ossec-ossec-hids-3.7.0_GH0.tar.gz) = 23f5ede50f5de449db0a571fc453977f7079b4b47ce90b0ef31feed20df100e9
SIZE (ossec-ossec-hids-3.7.0_GH0.tar.gz) = 2518737
Packages (timestamps in pop-ups are UTC):
- Master port: security/ossec-hids-local
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- expect : lang/expect
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libevent.so : devel/libevent
- libinotify.so : devel/libinotify
- This port is required by:
- for Run
-
- security/ossec-hids-server-config
Configuration Options:
- ===> The following configuration options are available for ossec-hids-server-3.7.0_1:
DOCS=on: Build and/or install documentation
INOTIFY=on: Kevent based real time monitoring
LUA=off: Lua scripting language support
PRELUDE=off: Sensor support from Prelude SIEM
ZEROMQ=off: ZeroMQ support (experimental)
====> Database output: you can only select none or one of them
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- security_ossec-hids-server
- USES:
- compiler gmake ssl shebangfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: security/ossec-hids-local |
Commit | Credits | Log message |
3.6.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.6.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.0 24 Nov 2019 17:58:29 |
fernape |
security/ossec-hids*: update to 3.5.0
ChangeLogs:
https://github.com/ossec/ossec-hids/releases/tag/3.4.0
https://github.com/ossec/ossec-hids/releases/tag/3.5.0
PR: 242110
Submitted by: dominik.lisiak@bemsoft.pl (maintainer) |
3.1.0 09 Nov 2018 18:52:22 |
swills |
security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR: 232794
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer) |
2.8.3_3 02 Jan 2018 01:18:40 |
brd |
Fix database support in ossec-hids-local and pass maintainer to submitter
PR: 221269
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> |
2.8.3_2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
2.8.3_1 21 Nov 2016 01:12:32 |
marino |
security/security/ossec-hids-(server|local|client): SSL fix / stage QA
Fix 1: Set LDFLAGS for SSL support
Fix 2: Fix stage-QA failures in both -local and -server:
Two log files were present in these stage directories that were
not listed in the plist. One of them were registered by the
-client port so rather than remove them from the stage, add them
to the package list
Fix 3: revbump after fix 2
Approved by: SSL and general blankets |
2.8.3 16 Nov 2016 00:35:30 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.8.3 21 Apr 2016 19:37:12 |
matthew |
* Modernize OPTIONS handling somewhat: this fixes compilation when
either the MYSQL or PGSQL options are enabled
* Add OPTION-dependent targets to install the postgresql or mysql DB
schemas as portdocs when either of those two options are enabled.
* Add a patch for the DB schemas to allow for longer entries in the
system.information column (submitted upstream and committed as
https://github.com/ossec/ossec-hids/commit/7a4b0d32e2b67bbef5d68dd7aeeee4e70b9c1982
* Add a 'reload' command to the ossec-hids RC script
* Update to version 2.8.3
* Generally update patch files via 'make makepatch' (Only the first 15 lines of the commit message are shown above ) |
2.8.2 21 Dec 2015 16:02:55 |
mat |
Fix build as a user.
While there, merge do-install and post-install, and use an option
target helper.
Sponsored by: Absolight |
2.8.2 12 Jun 2015 14:13:30 |
brd |
Update security/ossec-hids-* to 2.8.2.
Approved by: swills (mentor)
MFH: 2015Q2
Security: c470db07-1098-11e5-b6a8-002590263bf5 |
2.8.1_1 27 May 2015 00:09:56 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
2.8.1_1 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
2.8.1_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.8.1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
2.8.1 11 Sep 2014 14:11:11 |
brd |
Update to 2.8.1 which addresses CVE-2014-5284.
Reviewed by: zi@
Security: 36858e78-3963-11e4-ad84-000c29f6ae42 |
2.8 16 Aug 2014 17:55:09 |
adamw |
Fix build on -current. |
2.8 23 Jul 2014 13:24:53 |
adamw |
Add USES=readline to fix build on -current. |
2.8 14 Jul 2014 02:46:38 |
brd |
- Update to 2.8
- Fix permissions preventing server and local from starting correctly
Reviewed by: swills@ |
2.7.1 08 Jul 2014 19:53:12 |
brd |
- Fix the permissions so ossec-hids-client will actually start.
1: Based on a submission by Johan
PR: 190709 [1]
Submitted by: Johan Strom <johan@stromnet.se> [1]
Reviewed by: swills@ |
2.7.1 16 May 2014 13:27:59 |
brd |
- Add a patch I missed that fixes the build of ossec-hids-client.
Reviewed by: zi@
Noticed by: swills@ / jenkins
Pointy hat to: me |
2.7.1 15 May 2014 15:52:09 |
zi |
- Update COMMENT |
2.7.1 15 May 2014 15:48:05 |
zi |
- Update MAINTAINER |
2.7.1 15 May 2014 15:46:52 |
brd |
- Update ossec to 2.7.1
- Stagify
- Fix build with clang
Reviewed by: zi@ |
2.7 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
2.7 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.7 16 Jan 2013 16:01:44 |
glarkin |
- Updated to 2.7 (ChangeLog: http://www.ossec.net/?p=577)
- Trimmed Makefile headers
- Removed patches incorporated into upstream
- Added conditional patch for compilation on 7.x, early 8.x systems
- Fixed QAT-reported plist problems
- Added new users and group for use with daemons
Requested by: various users (via private email) |
2.6_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.6_2 23 Nov 2011 22:26:41 |
glarkin |
- Applied the startup script patch from PR ports/161524 to the local
installation type [1]
- Streamlined the rc.d file to use fewer functions
- Added a precmd to the rc.d file to ensure the proper ownership on
some queue files. OSSEC daemons don't properly chown them upon creation.
- Bumped PORTREVISION
Reported by: Albert Gabas <agabas@astabis.com> (via email) [1]
Feature safe: yes |
2.6_1 18 Oct 2011 19:39:36 |
glarkin |
- Fixed broken path in startup control script [1]
- Fixed a link in pkg-message to point to a more up-to-date doc page [1]
- Removed unnecessary WITH_BDB knob [1]
- Reformatted pkg-message
- Regenerated/renamed patch files with makepatch target
- Took maintainership
- Bumped PORTREVISION
PR: ports/161524 [1]
Submitted by: Dan Parriott <ddpbsd@gmail.com> [1] |
2.6 13 Oct 2011 20:03:29 |
tabthorpe |
- Reassign to the heap |
2.6 27 Sep 2011 06:56:19 |
wen |
- Update to 2.6
PR: ports/159786
Submitted by: Jake Smith <jake@avenue22.net>
Approved by: maintainer(timeout, > 40 days) |
2.5.1_1 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
2.5.1 14 Dec 2010 00:41:09 |
wen |
- Update to 2.5.1
PR: ports/152169
Submitted by: Marco Re <laza_bsd@laza.it>
Approved by: maintainer(timeout, >30 days) |
2.4.1 22 Jul 2010 13:26:53 |
wxs |
Update to 2.4.1
PR: ports/148057
Submitted by: Marco Re <laza_bsd@laza.it>
Approved by: valerio.daelli@gmail.com (maintainer timeout) |
2.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.0 24 Mar 2009 00:37:25 |
amdmi3 |
- Update to 2.0
PR: 132867
Submitted by: valerio dot daelli at ifom-ieo-campus dot it (maintainer) |
1.6 29 Sep 2008 14:00:04 |
jadawin |
- Update to 1.6
PR: ports/127708
Submitted by: valerio.daelli _AT_ gmail _DOT_ com (maintainer) |
1.4 30 Dec 2007 10:53:43 |
rafan |
- Update to 1.4
PR: ports/117763
Submitted by: valerio.daelli at gmail.com (maintainer) |
1.3 10 Sep 2007 08:20:02 |
edwin |
[patch] Ossec-hids-server upgrade to 1.3
Attached patch updates ossec-hids-server to version 1.3
PR: ports/115868
Submitted by: valerio.daelli@gmail.com |
1.2 09 Jun 2007 10:41:07 |
miwi |
- Respect DOCS
- Fix pkg-plist
- Fix rc script
PR: 113259
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Approved by: maintainer |
1.2 30 May 2007 06:59:33 |
miwi |
- Update to 1.2
PR: 112960
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer |
1.1_1 25 May 2007 11:04:44 |
edwin |
Remove BROKENness by pointing to the old/ directory |
1.1_1 25 May 2007 01:13:00 |
kris |
BROKEN: Unfetchable |
1.1_1 21 Apr 2007 08:58:07 |
miwi |
- Fix pkg-plist
Submitted by: pointyhat via krisbot |
1.1 20 Apr 2007 21:29:20 |
miwi |
OSSEC is an Open Source Host-based Intrusion Detection System.
It performs log analysis, integrity checking, Windows registry
monitoring, rootkit detection, time-based alerting and active
response.
WWW: http://www.ossec.net/
PR: ports/111944
Submitted by: Valerio Daelli <valerio.daelli at gmail.com> |