Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2 31 Mar 2022 20:31:14
    |
Rene Ladan (rene)  |
cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base (Only the first 15 lines of the commit message are shown above ) |
1.2.2 24 Nov 2021 13:50:00
    |
Daniel Engberg (diizzy)  |
security/*: Deprecate and mark ports BROKEN that are dead upstream and/or
abandonware
security/afl - Migrate to security/afl++
security/amap - Abandoned upstream, last release 10+ years ago
security/amavis-stats - Upstream is dead and last release was back in 2005
security/arirang - Abandoned (website also refers to Ruby 1.9) and a 9+ year
old webserver security scanner isn't useful today
security/axTLS - Very outdated and abandoned, current version in tree was
released in 2013 and last by upstream in 2019
security/base - Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
security/bruteforceblocker - Abandonware, please consider using
security/sshguard
security/cfs - Deprecated upstream, reference:
https://www.bayofrum.net/cgi-bin/fossil/cfs/index
security/cisco-torch - Unfetchable, dead upstream
security/cp2fwb - Used with deprecated software Firewall Builder
security/dcetest - Targets deprecated protocol by Microsoft in favour of .NET
security/doscan - Abandonware, last release in 2014. Please consider using
security/masscan or sysutils/pnscan
security/find-zlib - Deprecated, no longer relevant (Only the first 15 lines of the commit message are shown above ) |
1.2.2 12 May 2021 19:13:32
    |
Mark Linimon (linimon)  |
security/revealrk: mark BROKEN on 14 the same as on 12 and 13. |
1.2.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.2 23 Oct 2018 16:34:44
  |
jbeich  |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT |
1.2.2 22 May 2017 22:29:17
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.2.2 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.2.2 21 Oct 2016 08:56:35
  |
pi  |
security/revealrk: update 1.2.1 -> 1.2.2
- bugfix for FreeBSD only / speedup for zombie check not working on r11 |
1.2.1 17 Sep 2016 19:26:07
  |
pi  |
security/revealrk: 1.1.2 -> 1.2.1
- added -z, to not report on zombie processes
As long as there is no rootkit which hides as a zombie this option is
safe to use and reduces false positives.
- now detects Umbreon rootkit |
1.1.2 22 May 2016 03:16:59
  |
pi  |
security/revealrk: 1.0.1 -> 1.1.2
- added zombie ignore option "-z" for FreeBSD |
1.0.1 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.1 08 Jun 2014 19:05:28
  |
pi  |
Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org |
1.0.1 14 Feb 2014 05:30:35
  |
miwi  |
- Convert USE_SCONS to USES |
1.0.1 18 Nov 2013 15:06:43
  |
wg  |
security/revealrk: stagify and respect CC
PR: ports/183968
Submitted by: maintainer |
1.0.1 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0.1 29 Jan 2013 21:06:37
  |
glarkin  |
revealrk searches for hidden processes. If you have a kernel mod
rootkit loaded into memory without hiding any process, don't expect
to find anything.
Reveal RootKit is intended to run out of cron or similar services
on a regular basis and avoids verbose output as long as nothing was
found.
WWW: http://sourceforge.net/projects/revealrk
PR: ports/174981 |