notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/ossec-hids-server/Makefile

Number of commits found: 42

Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 24 Nov 2019
17:58 fernape search for other commits by this committer
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)
Original commitRevision:518343 
Friday, 9 Nov 2018
18:52 swills search for other commits by this committer
security/ossec-hids-server: update from 2.8.3 to 3.1.0

PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
Original commitRevision:484537 
Tuesday, 2 Jan 2018
01:18 brd search for other commits by this committer
Fix database support in ossec-hids-local and pass maintainer to submitter

PR:		221269
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl>
Original commitRevision:457828 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
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
Original commitRevision:444463 
Monday, 21 Nov 2016
01:12 marino search for other commits by this committer
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
Original commitRevision:426684 
Wednesday, 16 Nov 2016
00:35 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426201 
Thursday, 21 Apr 2016
19:37 matthew search for other commits by this committer
* 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'

* Change expect scripts used by agentlessd to group ossec so they are
  executable by the ossec user.

* Use shebangfix to set an explicit path to where expect is installed,
  since it isn't on the default path inherited from the system init
  scripts, so /usr/bin/env doesn't find the command interpreter.

* Change CONFLICTS to CONFLICTS_INSTALL between each of the the
  ossec-hids-{client,local,server} ports.

DB changes compile tested with postgresql and mysql, but only
thoroughly run-time tested with postgresql.

PR:		208935
Submitted by:	matthew
Approved by:	brd (maintainer)
Original commitRevision:413754 
Monday, 21 Dec 2015
16:02 mat search for other commits by this committer
Fix build as a user.

While there, merge do-install and post-install, and use an option
target helper.

Sponsored by:	Absolight
Original commitRevision:404124 
Friday, 12 Jun 2015
14:13 brd search for other commits by this committer
Update security/ossec-hids-* to 2.8.2.

Approved by:	swills (mentor)
MFH:		2015Q2
Security:	c470db07-1098-11e5-b6a8-002590263bf5
Original commitRevision:389271 
Wednesday, 27 May 2015
00:09 amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Original commitRevision:387528 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Thursday, 11 Sep 2014
14:11 brd search for other commits by this committer
Update to 2.8.1 which addresses CVE-2014-5284.

Reviewed by:	zi@
Security:	36858e78-3963-11e4-ad84-000c29f6ae42
Original commitRevision:367940 
Saturday, 16 Aug 2014
17:55 adamw search for other commits by this committer
Fix build on -current.
Original commitRevision:365112 
Wednesday, 23 Jul 2014
13:24 adamw search for other commits by this committer
Add USES=readline to fix build on -current.
Original commitRevision:362689 
Monday, 14 Jul 2014
02:46 brd search for other commits by this committer
- Update to 2.8
- Fix permissions preventing server and local from starting correctly

Reviewed by:	swills@
Original commitRevision:361730 
Thursday, 15 May 2014
15:52 zi search for other commits by this committer
- Update COMMENT
Original commitRevision:354146 
15:48 zi search for other commits by this committer
- Update MAINTAINER
Original commitRevision:354145 
15:46 brd search for other commits by this committer
- Update ossec to 2.7.1
- Stagify
- Fix build with clang

Reviewed by:   zi@
Original commitRevision:354143 
Monday, 16 Dec 2013
18:24 glarkin search for other commits by this committer
[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
Original commitRevision:336656 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 16 Jan 2013
16:01 glarkin search for other commits by this committer
- 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)
Original commitRevision:310500 
Wednesday, 23 Nov 2011
22:26 glarkin search for other commits by this committer
- 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
Original commit
Tuesday, 18 Oct 2011
19:39 glarkin search for other commits by this committer
- 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]
Original commit
Thursday, 13 Oct 2011
20:03 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Tuesday, 27 Sep 2011
06:56 wen search for other commits by this committer
- Update to 2.6

PR:             ports/159786
Submitted by:   Jake Smith <jake@avenue22.net>
Approved by:    maintainer(timeout, > 40 days)
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Tuesday, 14 Dec 2010
00:41 wen search for other commits by this committer
- Update to 2.5.1

PR:             ports/152169
Submitted by:   Marco Re <laza_bsd@laza.it>
Approved by:    maintainer(timeout, >30 days)
Original commit
Thursday, 22 Jul 2010
13:26 wxs search for other commits by this committer
Update to 2.4.1

PR:             ports/148057
Submitted by:   Marco Re <laza_bsd@laza.it>
Approved by:    valerio.daelli@gmail.com (maintainer timeout)
Original commit
Tuesday, 24 Mar 2009
00:37 amdmi3 search for other commits by this committer
- Update to 2.0

PR:             132867
Submitted by:   valerio dot daelli at ifom-ieo-campus dot it (maintainer)
Original commit
Monday, 29 Sep 2008
14:00 jadawin search for other commits by this committer
- Update to 1.6

PR:             ports/127708
Submitted by:   valerio.daelli _AT_ gmail _DOT_ com (maintainer)
Original commit
Sunday, 30 Dec 2007
10:53 rafan search for other commits by this committer
- Update to 1.4

PR:             ports/117763
Submitted by:   valerio.daelli at gmail.com (maintainer)
Original commit
Monday, 10 Sep 2007
08:20 edwin search for other commits by this committer
[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
Original commit
Saturday, 9 Jun 2007
10:41 miwi search for other commits by this committer
- Respect DOCS
- Fix pkg-plist
- Fix rc script

PR:             113259
Submitted by:   Paul Schmehl <pauls@utdallas.edu>
Approved by:    maintainer
Original commit
Wednesday, 30 May 2007
06:59 miwi search for other commits by this committer
- Update to 1.2

PR:             112960
Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
Approved by:    maintainer
Original commit
Friday, 25 May 2007
11:04 edwin search for other commits by this committer
Remove BROKENness by pointing to the old/ directory
Original commit
01:13 kris search for other commits by this committer
BROKEN: Unfetchable
Original commit
Saturday, 21 Apr 2007
08:58 miwi search for other commits by this committer
- Fix pkg-plist

Submitted by:   pointyhat via krisbot
Original commit
Friday, 20 Apr 2007
21:29 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 42