Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.6_3 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.4.6_2 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
1.4.6_2 28 Jul 2023 06:31:32 |
Fernando Apesteguía (fernape) Author: Helge Oldach |
security/rkhunter: Modernize and correct the periodic script
Modernize the script but use a compatibility shim to maintain previous
variables.
PR: 272516
Reported by: freebsd@oldach.net
Approved by: lukasz@wasikowski.net (maintainer) |
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) |
1.4.6_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 ) |
1.4.6_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 ) |
1.4.6_1 17 Jul 2021 21:17:14 |
Stefan Eßer (se) |
security/rkhunter: use sha256 instead of sha256sum
Coreutils compatible versions of the hash commands have been added
to 14-CURRENT and 13-STABLE. These were preferred by rkhunter, when
found, but without adjustment of the position of the hash in the
generated output.
Instead of trying to adjust for different positions of the hash,
this patch removes the preference for sha256sum over sha256 and
restores the behavior this script had before sha256sum has been
made available in recent FreeBSD versions.
Tested by: Łukasz Wąsikowski (maintainer) |
1.4.6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.4.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.6 12 Oct 2019 07:37:02 |
tobik |
security/rkhunter: Update to 1.4.6
Some files can be updated when running rkhunter. Do not track them
in the plist.
Changes: https://sourceforge.net/p/rkhunter/rkh_code/ci/version-1.4.6/tree/files/CHANGELOG
PR: 227837
Submitted by: lukasz@wasikowski.net (maintainer) |
1.4.4 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.4.4 16 Jul 2017 22:39:04 |
dbaio |
security/rkhunter: Update to 1.4.4
While here, improve LICENSE
Changes: http://rkhunter.cvs.sourceforge.net/viewvc/rkhunter/rkhunter/files/CHANGELOG
PR: 220765
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Approved by: garga (mentor, implicit) |
1.4.2_4 14 Jun 2017 00:14:22 |
ultima |
* Add fetch function to rkhunter
* Remove wget as a dependency
* Added NO_ARCH
* Fixed portlint items
PR: 219825
Submitted by: Helge Oldach <freebsd@oldach.net>
Reviewed by: matthew (mentor)
Approved by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer), matthew
(mentor)
Differential Revision: https://reviews.freebsd.org/D11168 |
1.4.2_3 20 May 2017 02:59:01 |
asomers |
Use anticongestion in security/rkhunter
Introduced in src r316342, the anticongestion feature unifies multiple periodic
scripts' disparate sleeps.
PR: 218446
Submitted by: lukasz@wasikowski.net
Reported by: asomers
Reviewed by: asomers
Approved by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Approved by: brd (ports) |
1.4.2_2 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
1.4.2_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4.2_2 14 Jul 2015 19:59:10 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
1.4.2_1 13 Nov 2014 10:38:17 |
antoine |
Cleanup plist |
1.4.2_1 12 Aug 2014 18:31:26 |
cs |
- unbreak
- added some FreeBSD defaults regarding SSH
- made port more PREFIX aware
- changed maintainer
PR: 191842
Submitted by: Gerard J. Cerchio and Lukasz Wasikowski (maintainer) |
1.4.2 26 Jun 2014 08:53:03 |
sbz |
- Reset maintainership |
1.4.2 06 Jun 2014 14:24:49 |
adamw |
1.4.0 was unfetchable and the website advises everyone to
"upgrade real soon now." So, update the port to 1.4.2.
Also, STAGE support, options helpers, @sample, etc. |
1.4.0_1 06 Mar 2014 16:38:43 |
sbz |
- Fix checksum mismatch problem during updates by installing signatures as
sample
PR: ports/182789
Submitted by: pirzyk |
1.4.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.4.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.4.0 16 Sep 2013 16:58:42 |
bapt |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake |
1.4.0 09 Jan 2013 13:17:28 |
sbz |
- Convert to new option framework |
1.4.0 03 Jul 2012 22:15:17 |
sbz |
- Update to 1.4.0
- Make portlint happy |
1.3.8_1 29 Jun 2012 16:41:36 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.3.8_1 20 Apr 2011 12:53:50 |
sbz |
- Install sample configuration file
- Add LICENSE
PR: ports/153024
Submitted by: Trond Endrestøl <Trond.Endrestol at ximalas.info>
Approved by: jadawin@ (mentor) |
1.3.8 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
1.3.8 05 Feb 2011 01:08:41 |
dougb |
Remove former maintainer from pkg-desr at their request
Feature safe: yes |
1.3.8 09 Dec 2010 16:03:04 |
jadawin |
- Really give maintainership to Sofian Brabez.
Pointyhat to: jadawin@ (myself) |
1.3.8 02 Dec 2010 08:42:37 |
jadawin |
- Update to 1.3.8
- Submitter is now maintainer
PR: ports/152607
Submitted by: Sofian Brabez <sbrabez AT gmail.com> |
1.3.6 25 Jan 2010 08:34:48 |
jadawin |
- Update to 1.3.6 [1]
PR: ports/142962
Submitted by: Sergiy Borodych <bor univ.kiev.ua>
[1] Done by: jadawin@ (myself) |
1.3.4 04 May 2009 18:35:51 |
miwi |
- Pass maintainership to jadawin |
1.3.4 19 Mar 2009 20:35:40 |
miwi |
- Fix build
Reported by: pavbot |
1.3.4 16 Mar 2009 22:01:34 |
miwi |
- Fix warning output
PR: 132541
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> |
1.3.4 09 Mar 2009 18:01:32 |
miwi |
- Update to 1.3.4
- Take over maintainership |
1.3.2_1 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3.2 29 Apr 2008 11:51:34 |
miwi |
- Update to 1.3.2
PR: 123204
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: maintainer implicit |
1.3.0 07 Jan 2008 18:50:36 |
miwi |
* Use the option --nocolors to make daily report pretty.
* Remove the option --cronjob to show the result in daily report.
PR: 119130
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer via mail |
1.3.0 20 Oct 2007 23:51:21 |
miwi |
- Update to 1.3.0
PR: 117269
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Approved by: maintainer implicit |
1.2.9 06 Feb 2007 21:05:36 |
miwi |
- Updatet to 1.2.9
Approved by: maintainer (implicit) |
1.2.8_3 08 Nov 2006 09:28:33 |
farrokhi |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
1.2.8_3 12 Sep 2006 12:41:11 |
jmelo |
- Update mastersite.
- Pass maintainership to submitter.
PR: ports/102933
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
1.2.8_3 10 Sep 2006 15:40:17 |
erwin |
- Add periodic script to ease the maintenance
- Bump PORTREVISION
PR: 102968
Submitted by: Gabor Kovesdan <gabor@FreeBSD.org> |
1.2.8_2 06 Sep 2006 01:30:47 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.2.8_2 31 Aug 2006 22:06:40 |
ahze |
Now builds on sparc64
Approved by: maintainer timeout (7+ weeks) |
1.2.8_2 12 Jul 2006 22:06:38 |
itetcu |
- Add OPTIONS for nmap (default on) and lsof (default off) RUN_DEPENDs for
additional checks
- bump portrevision
PR: ports/99432
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintianer timeout |
1.2.8_1 29 Apr 2006 00:49:20 |
mnag |
- Preserv .conf file.
- Bump PORTREVISION
PR: 95553
Reported by: Torfinn Ingolfsen <torfinn.ingolfsen___broadpark.no>
Approved by: maintainer timeout (19 days) |
1.2.8 23 Feb 2006 01:42:27 |
ehaupt |
- Update to 1.2.8
- Pacify portlint
PR: 93340
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: vaidab <vaidab@Safe-mail.net> (maintainer) |
1.2.7_1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.7_1 02 Jan 2006 23:19:50 |
edwin |
update port security/rkhunter
- Removed an obselete patch
- Add pkg-message to show database update notice
PR: ports/90737
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
1.2.7_1 01 Nov 2005 21:33:50 |
mnag |
Change maintainer's email
PR: 88352
Submitted by: vaidab <vaidab@phenix.rootshell.be> (maintainer) |
1.2.7_1 03 Jul 2005 13:06:08 |
thierry |
Add support for FreeBSD 5.4.
PR: 82370
Submitted by: Babak Farrokhi <babak (at) farrokhi.net>
Approved by: maintainer time-out (> 15 days) |
1.2.7_1 03 Jul 2005 12:42:08 |
thierry |
Fix dependency and remove the ancient pkg-message.
PR: 82336
Submitted by: Babak Farrokhi <babak (at) farrokhi.net>
Approved by: maintainer time-out (> 15 days) |
1.2.7 14 Jun 2005 18:52:04 |
niels |
Change MAINTAINER email back from babak@farrokhi.net to
vaidab@safe-mail.net. This was mistakenly changed during
yesterdays patch.
Approved by: nectar (mentor) |
1.2.7 13 Jun 2005 14:13:37 |
niels |
Upgrade to version 1.2.7
PR: ports/82193
Submitted by: Babak Farrokhi
Approved by: nectar (mentor) |
1.2.3 18 May 2005 16:37:53 |
barner |
Update to 1.2.3
Submitted by: maintainer
PR: ports/79149 |
1.1.9 26 Mar 2005 22:18:09 |
kris |
BROKEN on sparc64: Does not build
Approved by: portmgr (self) |
1.1.9 29 Jan 2005 00:02:30 |
pav |
- Update to 1.1.9
PR: ports/76699
Submitted by: bugghy <vaidab@safe-mail.net> (maintainer) |
1.1.8 12 Oct 2004 08:15:16 |
linimon |
Update to 1.1.8.
Note to maintainer: your mailer is apparently changing tabs to spaces.
For short patches like this, it's possible to work around it; for
longer patches, it won't work at all.
PR: ports/71680
Submitted by: bugghy <bugghy at rootshell dot be> ( maintainer) |
1.1.7 29 Aug 2004 22:05:48 |
pav |
- Update to 1.1.7
PR: ports/71119
Submitted by: bugghy <bugghy@rootshell.be> (maintainer) |
1.1.3 08 Aug 2004 16:01:38 |
thierry |
Upgrade to 1.1.4.
PR: ports/70149
Submitted by: maintainer. |
1.1.3 27 Jul 2004 20:28:18 |
glewis |
. Add support for FreeBSD 4.10.
PR: 69614
Submitted by: Yonatan <yonatan@xpert.com> |
1.1.3 25 Jul 2004 21:23:48 |
pav |
- Update to 1.1.3
PR: ports/69574
Submitted by: bugghy <bugghy@rootshell.be> |
1.0.8 15 May 2004 14:00:59 |
krion |
Add rkhunter 1.0.8,
Rootkit Hunter is scanning tool to ensure you for about 99.9%
you're clean of nasty tools.
This tool scans for rootkits, backdoors and local exploits by
running tests like:
- MD5/SHA1 hash compare
- Look for default files used by rootkits
- Wrong file permissions for binaries
- Look for suspected strings in LKM and KLD modules
- Look for hidden files
- Optional scan within plaintext and binary files
PR: ports/66660
Submitted by: Radim Kolar <hsn at netmag dot cz> |