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-local/Makefile

Number of commits found: 26

Thursday, 27 Oct 2022
08:20 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dominik Lisiak
security/ossec-hids*: local_rules.xml replaced with sample file

PR:		266176
Reported by:	dominik.lisiak@bemsoft.pl (maintainer)
commit hash: 68d6aa009c87714f94855e5dc9a5d60992209b84 commit hash: 68d6aa009c87714f94855e5dc9a5d60992209b84 commit hash: 68d6aa009c87714f94855e5dc9a5d60992209b84 commit hash: 68d6aa009c87714f94855e5dc9a5d60992209b84 68d6aa0
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 6 Aug 2022
22:07 Neel Chauhan (nc) search for other commits by this committer Author: Dominik Lisiak
security/ossec-hids: Update to 3.7.0

PR:	265669
commit hash: 2b0855dcfb1a9a3f8c08d3112704ba04ffeac005 commit hash: 2b0855dcfb1a9a3f8c08d3112704ba04ffeac005 commit hash: 2b0855dcfb1a9a3f8c08d3112704ba04ffeac005 commit hash: 2b0855dcfb1a9a3f8c08d3112704ba04ffeac005 2b0855d
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
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
Monday, 30 Nov 2020
15:16 linimon search for other commits by this committer
Fails on riscv64 the same way as on aarch64.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Original commitRevision:556647 
Sunday, 15 Nov 2020
09:06 linimon search for other commits by this committer
Mark various ports BROKEN on aarch64.

Obtained from:	local run @lonesome.com
Original commitRevision:555174 
Sunday, 8 Mar 2020
16:35 tcberner search for other commits by this committer
security/ossec-hids: Update to 3.6.0

PR:		244340
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl>  (maintainer)
Original commitRevision:528054 
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, 15 Nov 2019
10:12 tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Original commitRevision:517643 
Thursday, 25 Jul 2019
02:33 linimon search for other commits by this committer
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".

In some cases we only need to specifically test for "are we on the ancient
base gcc", e.g, the usage of 'pragma'.

While here, in some cases turn off SSE functions more specifically based
on ARCH, and turn off -mtune=generic everywhere.  These are part of a
larger work in progress; these commits are for ports that would have
been touched by the the powerpc-on-clang test regardless.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:507308 
Saturday, 1 Jun 2019
19:39 pi search for other commits by this committer
security/ossec-hids: upgrade 3.1.0 -> 3.3.0
security/ossec-hids-local: upgrade 3.1.0 -> 3.3.0
security/ossec-hids-local-config: upgrade 3.1.0 -> 3.3.0

- Added LUA option. Bundled Lua support is no longer compiled in by default

PR:		237632
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
Relnotes:	https://github.com/ossec/ossec-hids/releases/tag/3.3.0
		https://github.com/ossec/ossec-hids/releases/tag/3.2.0
Original commitRevision:503254 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Tuesday, 27 Nov 2018
01:58 swills search for other commits by this committer
security/ossec-hids-local: build fix as user [1]

While here:

- add new option PGSQL_SC ossec-hids-*-config [1]
- improved option descriptions [1]
- fix build with GCC-based architectures [2]

PR:		233168 [1]
PR:		233291 [2]
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer) [1]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [2]
Approved by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer) [2]
Original commitRevision:485977 
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 
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 
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 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Thursday, 15 May 2014
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 
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 
Sunday, 30 Dec 2007
10:54 rafan search for other commits by this committer
- Update to 1.4

PR:             ports/117761
Submitted by:   valerio.daelli at gmail.com (maintainer)
Original commit
Friday, 20 Apr 2007
21:32 miwi search for other commits by this committer
- Add ossec-hids-local as slave port

PR:             ports/111944
Submitted by:   Valerio Daelli <valerio.daelli at gmail.com>
Original commit

Number of commits found: 26