Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.6_1 12 Dec 2024 20:39:51 |
Cy Schubert (cy) |
security/aide: Flavorize and add a without ACL flavor
ZFS supports NFSv4 ACLs and UFS can optionally support them. UFS doesn't
by default support ACLs unless specifically enabled.
The default remains as before.
PR: 283166 |
0.18.6_1 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
0.18.6_1 22 Jan 2024 15:50:43 |
Muhammad Moinur Rahman (bofh) |
security/aide: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.18.6 11 Nov 2023 14:34:02 |
Cy Schubert (cy) Author: Trond Endrestol |
security/aide: Fix build
Fix:
configure: error: libpcre2-8 not found by pkg-config - Try to add directory
containing libpcre2-8.pc to PKG_CONFIG_PATH environment variable
PR: 275027
Fixes: 1b319a6f2949 |
0.18.6 10 Nov 2023 04:38:18 |
Jose Alonso Cardenas Marquez (acm) |
security/aide: Update to 0.18.6
- Add libacl support
- Add e2fsprogs
- Remove obsolete patch file
PR: 275004
Approved by: cy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.17.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.17.4 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.17.4 25 Jan 2022 05:13:01 |
Cy Schubert (cy) |
security/aide: Remove redundant autoreconf
Remove the unneeded autoreconf. It causes poudriere builds to fail.
MFH: 2022Q1 |
0.17.4 23 Jan 2022 23:01:46 |
Cy Schubert (cy) |
security/aide: Update to 0.17.4
Update aide to 0.17.4, fixing CVE-2021-45417.
PR: 261407
Reported by: Yonas Yanfa <yonas.yanfa@gmail.com>
MFH: 2022Q1
Security: CVE-2021-45417 |
0.16.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.16.1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.16.1 23 Jul 2019 06:21:41 |
tobik |
Fix build as user
Fix more instances of the YACC!="bison -y" problem from r507202. |
0.16.1 13 Apr 2019 19:28:20 |
cy |
Maybe cut & paste from their website was a bad idea. Fix up the
English.
Pointy hat to: cy@
Reported by: danfe@ |
0.16.1 13 Apr 2019 19:27:58 |
cy |
Fix COMMENT.
As pointed out by danfe@,
Violation of the PHB paragraph 5.6 -- Do not start [COMMENT] with an
indefinite article (that is, A or An).
Point hat to: cy@
Reported by: danfe@ |
0.16.1 13 Apr 2019 19:00:02 |
cy |
Update 0.16 --> 0.16.1 |
0.16 13 Apr 2019 18:59:47 |
cy |
More accurately reflect what aide is in COMMENT and pkg-descr. |
0.16 13 Apr 2019 18:59:30 |
cy |
According to https://sourceforge.net/projects/aide/, as of 2019-02-26
aide has moved from sourceforge to github. Rather than USE_GITHUB,
which would require considerable reworking of this port because the
raw sources on github are not release ready we will use the release
sources at https://github.com/aide/aide/releases/download/ instead.
While at it, update to the new WWW URL (https://aide.github.io/) as
pointed to by the old URL. |
0.16 21 Jun 2017 02:45:20 |
cy |
Switch to USES localbase. |
0.16 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.16 27 Jul 2016 19:24:26 |
cy |
Fix breakage caused by r419105.
PR: 211401
Pointy hat to: yours truly |
0.16 26 Jul 2016 19:41:30 |
cy |
Update 0.15.1 --> 0.16 |
0.15.1_1 26 Jul 2016 12:45:56 |
cy |
Modernize: Replace USE_AUTOTOOLS=autoconf with USES=autoreconf. |
0.15.1_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.15.1_1 25 Mar 2015 08:30:28 |
marino |
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
0.15.1_1 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.15.1_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
0.15.1_1 27 Jun 2014 00:20:14 |
cy |
Fix LEFTOVER. |
0.15.1_1 26 Jun 2014 20:04:03 |
cy |
Remove redundant MAN macro definitions. |
0.15.1_1 26 Jun 2014 19:41:02 |
cy |
Support stage.
Remove redundant database creation already in pkg-plist. |
0.15.1_1 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
0.15.1_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.15.1_1 11 Apr 2013 19:53:48 |
cy |
Fix bison build dependency (from r313635).
PR: 177772
Approved by: portmgr (bdrewery) |
0.15.1_1 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.15.1_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.15.1_1 12 Dec 2012 20:39:53 |
cy |
Fix FreeBSD 8.X compile issue discussed in aide mailing list
(http://www.mail-archive.com/aide@cs.tut.fi/msg01621.html).
Submitted by: ume |
0.15.1 05 Sep 2012 14:26:26 |
cy |
Update 0.13.1 --> 0.15.1 |
0.13.1_3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.13.1_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.13.1_3 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.13.1_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.13.1_3 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.13.1_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.13.1_2 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.13.1_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.13.1_2 03 Dec 2007 17:25:05 |
cy |
PORTREVISION bump in support of pkg-plist revision 1.5.
Approved by: portsmgr (ewin) |
0.13.1_1 02 Dec 2007 07:02:38 |
cy |
Correct chmod location.
Approved by: portmgr (linimon) |
0.13.1_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.13.1 09 Oct 2007 06:18:28 |
cy |
Update 0.11 --> 0.13.1 |
0.11_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.11 23 Feb 2006 05:05:38 |
cy |
Update 0.10 --> 0.11 |
0.10_1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.10_1 24 Jul 2005 05:28:11 |
nork |
[forced commit]
I used a 'by' instead of 'to'. I missed a preposition..
Damaged and Wept to: ume
Pointy hat to: myself
Pointed out by: ume |
0.10_1 23 Jul 2005 22:53:23 |
nork |
Don't overwrite installed aide.conf by using -f FILE
instead of -d FILE.
Damaged by: ume
Wept by: ume
Approved by: maintainer slience |
0.10_1 20 Jul 2005 11:57:36 |
pav |
- Fix plist and unbreak [1, 2]
- Clean up Makefile and update pkg-message handling
PR: ports/81492 [1], ports/83128 [2]
Submitted by: Boris B. Samorodov <bsam@ipt.ru>,
Norikatsu Shigemura <n-shigemura@ensure.jp>
Approved by: maintainer timeout (2 months) |
0.10_1 30 Jun 2005 19:20:17 |
cy |
Fix typo in URL. |
0.10_1 07 May 2005 02:45:57 |
kris |
BROKEN: Incomplete pkg-plist |
0.10_1 22 Apr 2005 01:14:57 |
cy |
- Package list fixes
- aide.conf moved from /var/db/aide to PREFIX/etc |
0.10 28 Feb 2005 00:14:15 |
kris |
Incomplete pkg-plist (installs files into nonstandard locale directory) |
0.10 20 Jul 2004 14:56:08 |
vs |
Fix WWW-tag
PR: ports/52272
Submitted by: Jarda Benkovsky
Approved by: maintainer timeout |
0.10 11 Mar 2004 21:48:11 |
cy |
Update aide 0.9 --> 0.10. |
0.9_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.9 07 Nov 2002 05:46:03 |
cy |
Use PORTCOMMENT. |
0.9 07 Nov 2002 01:27:51 |
cy |
Bison 1.75 fix. |
0.9 05 Nov 2002 14:14:14 |
cy |
Remove redundant current features and planned features sections, they're
already in the README in the distribution tarball.
Correct an incorrect statement about tripwire.
Generally simpilfy the statement made in this file. |
0.9 05 Nov 2002 13:46:25 |
cy |
Update 0.7 --> 0.9
The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm
is a SYSV directory that does not exist on FreeBSD. |
0.7_1 29 Oct 2002 15:21:04 |
cy |
Patch to build with new bison 1.75.
Submitted by: Stephen Hilton |
0.7_1 08 Jun 2002 19:39:40 |
cy |
The default aide.conf silently fails to check subdirectories, even though
it appears to be configured to do so.
Submitted by: Oliver Crow <ocrow@simplexity.net> |
0.7 07 Jun 2002 00:00:06 |
kris |
Fix a couple of fprintf format string errors |
0.7 15 Mar 2002 15:15:05 |
cy |
Change MAINTAINER from me at work to me at FreeBSD.org. |
04 Apr 2001 19:14:13 |
sobomax |
Fix another PTHREAD_LIBS conversion victim. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
06 Feb 2001 13:17:01 |
olgeni |
Misc. port cleanups and some manpage fixes (correct FILES section). |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 07:30:58 |
asami |
Convert category security to new layout. |
15 Jul 2000 17:23:55 |
will |
Add USE_BISON. |
14 Jul 2000 17:11:53 |
will |
Finally add AIDE, a security tool similar to Tripwire but much improved. |