non port: security/aide/Makefile |
SVNWeb
|
Number of commits found: 56 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Tue, 25 Jan 2022
|
[ 05:13 Cy Schubert (cy) ] d598dd3
security/aide: Remove redundant autoreconf
Remove the unneeded autoreconf. It causes poudriere builds to fail.
MFH: 2022Q1
|
Sun, 23 Jan 2022
|
[ 23:01 Cy Schubert (cy) ] 8fbfc5f
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 23 Jul 2019
|
[ 06:21 tobik ]
Fix build as user
Fix more instances of the YACC!="bison -y" problem from r507202.
|
Sat, 13 Apr 2019
|
[ 19:27 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@
|
[ 19:00 cy ]
Update 0.16 --> 0.16.1
|
[ 18:59 cy ]
More accurately reflect what aide is in COMMENT and pkg-descr.
|
[ 18:59 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.
|
Wed, 21 Jun 2017
|
[ 02:45 cy ]
Switch to USES localbase.
|
Wed, 27 Jul 2016
|
[ 19:24 cy ]
Fix breakage caused by r419105.
PR: 211401
Pointy hat to: yours truly
|
Tue, 26 Jul 2016
|
[ 19:41 cy ]
Update 0.15.1 --> 0.16
|
[ 12:45 cy ]
Modernize: Replace USE_AUTOTOOLS=autoconf with USES=autoreconf.
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 25 Mar 2015
|
[ 08:30 marino ] (Only the first 10 of 26 ports in this commit are shown above. )
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
|
Thu, 13 Nov 2014
|
[ 09:02 antoine ] (Only the first 10 of 87 ports in this commit are shown above. )
Cleanup plist
|
Thu, 26 Jun 2014
|
[ 20:04 cy ]
Remove redundant MAN macro definitions.
|
[ 19:41 cy ]
Support stage.
Remove redundant database creation already in pkg-plist.
|
Mon, 26 May 2014
|
[ 12:50 miwi ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Thu, 11 Apr 2013
|
[ 19:53 cy ]
Fix bison build dependency (from r313635).
PR: 177772
Approved by: portmgr (bdrewery)
|
Fri, 29 Mar 2013
|
[ 19:33 cs ] (Only the first 10 of 94 ports in this commit are shown above. )
- Remove A/An in COMMENT
- Trim Header where applicable
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2012
|
[ 20:39 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
|
Wed, 5 Sep 2012
|
[ 14:26 cy ]
Update 0.13.1 --> 0.15.1
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Mon, 3 Dec 2007
|
[ 17:25 cy ]
PORTREVISION bump in support of pkg-plist revision 1.5.
Approved by: portsmgr (ewin)
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Tue, 9 Oct 2007
|
[ 06:18 cy ]
Update 0.11 --> 0.13.1
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Thu, 23 Feb 2006
|
[ 05:05 cy ]
Update 0.10 --> 0.11
|
Sun, 24 Jul 2005
|
[ 05:28 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
|
Sat, 23 Jul 2005
|
[ 22:53 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
|
Wed, 20 Jul 2005
|
[ 11:57 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)
|
Sat, 7 May 2005
|
[ 02:45 kris ]
BROKEN: Incomplete pkg-plist
|
Fri, 22 Apr 2005
|
[ 01:14 cy ]
- Package list fixes
- aide.conf moved from /var/db/aide to PREFIX/etc
|
Mon, 28 Feb 2005
|
[ 00:14 kris ]
Incomplete pkg-plist (installs files into nonstandard locale directory)
|
Thu, 11 Mar 2004
|
[ 21:48 cy ]
Update aide 0.9 --> 0.10.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Fri, 7 Mar 2003
|
[ 06:10 ade ] (Only the first 10 of 182 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Thu, 7 Nov 2002
|
[ 05:46 cy ] (Only the first 10 of 30 ports in this commit are shown above. )
Use PORTCOMMENT.
|
Tue, 5 Nov 2002
|
[ 13:46 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.
|
Sat, 8 Jun 2002
|
[ 19:39 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>
|
Fri, 15 Mar 2002
|
[ 15:15 cy ]
Change MAINTAINER from me at work to me at FreeBSD.org.
|
Wed, 4 Apr 2001
|
[ 19:14 sobomax ]
Fix another PTHREAD_LIBS conversion victim.
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Tue, 6 Feb 2001
|
[ 13:17 olgeni ]
Misc. port cleanups and some manpage fixes (correct FILES section).
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Sat, 15 Jul 2000
|
[ 17:23 will ]
Add USE_BISON.
|
Fri, 14 Jul 2000
|
[ 17:11 will ]
Finally add AIDE, a security tool similar to Tripwire but much improved.
|
Number of commits found: 56 |