Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3.8_1 01 Mar 2024 21:11:25 |
Cy Schubert (cy) |
security/tripwire: move man pages |
2.4.3.8 26 Jun 2023 00:51:05 |
Cy Schubert (cy) |
security/tripwire: Update 2.4.3.7 --> 2.4.3.8
Tripwire pull request #39,
- Clean up some issues building with -std=c++17
- Regenerate buildsys files with automake 1.16
- Improve non-gcc compiler detection
- Use standard fixed-width int types instead of rolling our own,
if they're available.
- Bump up the copyright year again.
This fixes many build failures due to the LLVM16 import.
Obtained from: https://github.com/Tripwire/tripwire-open-source/pull/39 |
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) |
2.4.3.7_1 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 ) |
2.4.3.7_1 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 ) |
2.4.3.7_1 29 Aug 2021 18:19:59 |
Bernhard Froehlich (decke) |
security/tripwire: Add CPE information
Approved by: portmgr (blanket) |
2.4.3.7_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.4.3.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.3.7_1 12 Aug 2020 08:53:50 |
cy |
pkg delete tripwire results in an infinite loop due to it askking
whether to retain the tripwrie databse or not. The resolution is
to notify the user to manually remove the tripwrie database if it
is not longer needed.
MFH: 2020Q3 (packaging bugfix) |
2.4.3.7 01 Apr 2018 13:38:59 |
cy |
Update 2.4.3.6 --> 2.4.3.7 |
2.4.3.6 18 Nov 2017 06:58:43 |
cy |
Update 2.4.3.2 --> 2.4.3.6 |
2.4.3.2 03 Feb 2017 01:33:18 |
cy |
Update 2.4.3.1 --> 2.4.3.2 |
2.4.3.1_1 03 Feb 2017 01:31:42 |
cy |
Pet stage-qa. |
2.4.3.1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.4.3.1 29 Dec 2016 14:29:19 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
2.4.3.1 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
2.4.3.1 20 Jul 2016 15:32:50 |
mat |
Remove unused variable.
(It is redefined two lines below.)
Sponsored by: Absolight |
2.4.3.1 30 Apr 2016 12:32:17 |
cy |
Remove redundant WRKSRC definition.
Noticed by: mat
Pointy hat to: yours truly |
2.4.3.1 30 Apr 2016 07:16:46 |
cy |
Update tripwire 2.4.2.2 --> 2.4.3.1
Reported by: Brian Cox <bcox@tripwire.com> |
2.4.2.2_3 19 Jun 2015 05:44:57 |
cy |
Fix: pkg-static: POST-INSTALL script failed |
2.4.2.2_2 13 Nov 2014 10:38:17 |
antoine |
Cleanup plist |
2.4.2.2_2 26 Oct 2014 11:38:51 |
antoine |
Do not infinite loop on the package builders creating GB (or TB) of logs |
2.4.2.2_2 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.4.2.2_2 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.4.2.2_2 21 Jun 2014 18:08:20 |
cy |
Poudriere performs builds in a jail with no pty. This causes the tripwire
install script a bit of gas. Circumvent the issue by removing the pty test. |
2.4.2.2_2 20 Jun 2014 18:19:32 |
cy |
Tripwire hasn't been interactive since conversion to stage. |
2.4.2.2_2 15 Jun 2014 07:12:26 |
cy |
Fix build under clang and gcc 4.8.
Submitted by: dim |
2.4.2.2_2 14 Jun 2014 03:00:54 |
cy |
Only builds with GCC 4.6. |
2.4.2.2_2 09 Jun 2014 19:58:33 |
cy |
Stagify tripwire, tripwire12, and tripwire-131.
Take maintainership of tripwire12. |
2.4.2.2_2 16 Dec 2013 22:02:32 |
bapt |
Fix another useless and redundant test that is now broken
Reported by: Peter Looyenga <pl@catslair.org>, jhellenthal@dataix.net |
2.4.2.2_2 16 Dec 2013 07:30:28 |
bapt |
Remove redondant variable testing which are now irrelevant
with this part of the compatibility with the old framework being removed |
2.4.2.2_2 06 Nov 2013 17:52:43 |
bapt |
Fix pkg name collisions
With hat: portmgr |
2.4.2.2_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.4.2.2_2 14 Jul 2013 13:44:58 |
zi |
- Remove reference to tripwiresecurity.com [1]
- Pacify portlint(1)
Reported by: William Arbaugh <waa@cs.umd.edu> [1]
Approved by: cy@ (maintainer) |
2.4.2.2_2 10 Jul 2013 11:20:00 |
bapt |
Mark jobs unsafe and convert to USES=gmake |
2.4.2.2_2 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
2.4.2.2_2 27 Jan 2012 20:45:47 |
cy |
Additional software only options and binary package build tweaks.` |
2.4.2.2_1 26 Jan 2012 21:21:51 |
cy |
Fix typo. |
2.4.2.2_1 26 Jan 2012 02:34:46 |
cy |
Binary package improvements.
User option to specify the location of database files. (Can still be overriden
in make.conf). |
2.4.2.2 25 Jan 2012 21:15:31 |
cy |
Update 2.4.1.2 --> 2.4.2.2.
Binary packaging now possible -- first cut. |
2.4.1.2 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.4.1.2 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
2.4.1.2 09 Mar 2009 05:17:25 |
cy |
A forced commit to document that this file was repocopied from
patch-contrib::install.cfg because it's target was renamed in in
the distribution. |
2.4.1.2 09 Mar 2009 05:16:05 |
cy |
This file has been renamed to patch-install::install.cfg through a
repocopy. |
2.4.1.2 26 Feb 2009 13:23:43 |
cy |
Remove extraneous file from upgrade.
PR: 132118 |
2.4.1.2 21 Feb 2009 00:16:16 |
cy |
Update 2.4.0.1 --> 2.4.1.2 |
2.4.0.1 10 Oct 2007 19:12:46 |
cy |
Fix build under 7.0-CURRENT (gcc 4.2.1 20070719).
PR: 112884
Submitted by: Scot Hetzel<swhetzel@gmail.com> |
2.4.0.1 04 Oct 2007 06:00:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
2.4.0.1 20 Jun 2006 01:47:23 |
cy |
Perl is no longer required to build this port. |
2.4.0.1 21 Feb 2006 19:01:50 |
cy |
Fix a problem with the CLOBBER option. The meaning of this option is
rather ambiguous. The original author of the tripwire software had
coded the distribution contrib/install.sh file not to clobber the local
and site key files only whereas CLOBBER=false should also include not
clobbering the installed copies of the twcfg.txt and twpol.txt files.
PR: 85155 |
2.4.0.1 16 Feb 2006 15:19:07 |
cy |
Add missing patch files. |
2.4.0.1 16 Feb 2006 15:17:31 |
cy |
Ugrade 2.3.1-2 --> 2.4.0.1
Also, document the rename of files/twpol.txt to files/twpol.m4 through
a repocopy. M4 is now used to conditionally build the initial copy of the
Tripwire policy file based on the version of FreeBSD this port is being
installed on. |
2.3.1.2_5 31 Jan 2006 17:12:06 |
cy |
Add Perl5 dependency. |
2.3.1.2_5 24 Jan 2006 06:38:31 |
edwin |
SHA256ify
Approved by: krion@ |
2.3.1.2_5 16 Jan 2006 12:32:32 |
cy |
Tripwire fails to build under the latest checkout of 6.0-STABLE. |
2.3.1.2_5 23 Aug 2005 22:34:14 |
cy |
Fix for broken build under 4.X.
Approved by: portsmgr (clement) |
2.3.1.2_5 11 Aug 2005 03:05:00 |
cy |
Fix ports/84648 (Interactive tripwire's database update does not work on 5.x).
PR: ports/84648
Approved by: portsmgr (marcus) |
2.3.1.2_4 11 Aug 2005 00:04:53 |
cy |
Fix a fetch error.
Approved by: portsmgr (marcus) |
2.3.1.2_4 09 Aug 2005 18:24:15 |
cy |
Update twpol.txt to make it current with 5.X and beyond.
Approved by: portsmgr (marcus) |
2.3.1.2_3 14 Apr 2005 03:43:25 |
cy |
No longer broken. Remove comment. |
2.3.1.2_3 13 Apr 2005 04:37:00 |
cy |
Workaround Fix for 5.X, until a more permanent solution can be found.
PR: 73304
Submitted by: Patrick Dung <patrick_dkt@yahoo.com> |
2.3.1.2_3 28 Aug 2004 02:11:25 |
linimon |
Add WWW line. |
2.3.1.2_3 07 Jun 2004 11:55:18 |
cy |
Fix format string vulnerability.
Obtained from: Paul Herman <pherman@frenchfries.net> on BUGTRAQ |
2.3.1.2_2 18 Mar 2004 03:36:09 |
cy |
Add SIZE.
Submitted by: trevor |
2.3.1.2_2 07 Feb 2004 04:14:39 |
cy |
Define unique LATEST_LINK.
Reported by: kris |
2.3.1.2_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.3.1.2_1 09 Nov 2003 17:31:32 |
cy |
Generate DISTNAME. |
2.3.1.2_1 08 May 2003 18:23:16 |
cy |
Last commit broke build under -STABLE. Fix error. |
2.3.1.2_1 07 May 2003 23:50:32 |
cy |
Mark BROKEN under -CURRENT. |
2.3.1.2_1 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. |
2.3.1.2_1 22 Feb 2003 16:12:23 |
nork |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly) |
2.3.1.2_1 07 Nov 2002 05:46:03 |
cy |
Use PORTCOMMENT. |
2.3.1.2_1 15 Oct 2002 04:11:37 |
cy |
Fix a build bug in recent -STABLE.
Submitted by: Jan Demter <jan@demter.de> |
2.3.1.2 06 Apr 2002 20:30:01 |
cy |
Fixup pkg-plist.
Pointy hat to: myself |
04 Mar 2002 16:56:20 |
cy |
Use my FreeBSD.org email address for MAINTAINER. |
04 Mar 2002 16:55:21 |
cy |
Fixup the line containing $FreeBSD$. It was missing a comment character. |
01 Mar 2002 01:47:15 |
cy |
Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux
release). In relation to Tripwire 1.x, 2.x is a complete rewrite. |
22 Feb 2002 14:20:19 |
cy |
Add configuration options to Tripwire 1.3.1 install: - Add the TWCONFIG
variable to install a user defined tw.config instead of the one supplied
with the port. - Add the NO_DB_BUILD variable to skip the database build
during install for users upgrading or reinstalling the port who wish to use
an existing or previously installed Tripwire database. |
08 Oct 2000 07:30:58 |
asami |
Convert category security to new layout. |
02 Jun 2000 04:18:54 |
will |
Remove redundant/inappropriate CATEGORIES. People need to start reading the
Porter's Handbook. :-) |
29 May 2000 03:27:45 |
steve |
- Fix some of the compiler warnings (see patches/patch-warnings) - Fix the
Makefiles to obey the CC and CFLAGS settings - Fix patches/patch-ab to be
PREFIX/LOCALBASE safe - Fix the post-install to not compress the gunzip and
tripwire executables that go onto a floppy -- there is no support for the
gzip-ed ELF binaries at all, and even for the older AOUT ones such support
was optional - Replaces the /kernel with `sysctl -n kern.bootfile` in the
tw.conf as the tw.conf.freebsd2 is copied into the right place. - Replace
the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp). This also
caused a removal of a few buffers (of size MAXPATHLEN+256) and quite a few
strcpy and sprintf invocations. |