aboutsummaryrefslogtreecommitdiff
path: root/security/nessus
Commit message (Collapse)AuthorAgeFilesLines
* Simplify plistBaptiste Daroussin2014-10-311-15/+6
| | | | Notes: svn path=/head/; revision=371867
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363328
* - Convert security/nessus-* to USES=libtool and bump dependent portsTijl Coosemans2014-07-072-9/+5
| | | | | | | - Use @sample in security/nessus Notes: svn path=/head/; revision=361049
* - Add LICENSE.Tijl Coosemans2013-11-116-136/+50
| | | | | | | | | | | | | | | | | | | | | - New LIB_DEPENDS syntax. - Staging. - Replace gtk detection with GTK2 option. - Mark MAKE_JOBS_UNSAFE for now. One Makefile has mutilple targets that each call make in the same subdirectory and the Makefile in that directory does the same with one of its subdirectories. - Move files/nessusd.conf to files/nessusd.conf.in and add it to SUB_FILES instead of calling sed from post-install. - Move files/pkg-deinstall.in to pkg-deinstall and replace %%PREFIX%% with ${PKG_PREFIX}. - Remove scripts/move_nessus. It was used to migrate configuration data to a new location. PR: ports/183221 Approved by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=333529
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-12/+6
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - UnbreakMartin Wilke2007-03-063-2/+11
| | | | | | | | | | | - Fix pkg-plist - Bump PORTREVISION PR 109999 Submitted by: Udo Schweigert (maintainer) Notes: svn path=/head/; revision=186684
* - Update to 2.2.9Martin Wilke2006-11-052-4/+4
| | | | | | | | | PR: ports/105176 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176536
* - Update to 2.2.8Pav Lucistnik2006-05-265-26/+9
| | | | | | | | PR: ports/97884 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=163536
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Upgrade to nessus version 2.2.7Vasil Dimov2006-03-172-5/+4
| | | | | | | | PR: ports/94544 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=157500
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-7/+7
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 2.2.6Marcus Alves Grando2005-11-082-8/+9
| | | | | | | | | | | Make portlint happyer Add SHA256 PR: 88679 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=147652
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Update master sites.Emanuel Haupt2005-10-071-1/+0
| | | | | | | | | PR: 87034 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=144502
* Update to 2.2.5.Jeremy Messenger2005-07-232-4/+4
| | | | | | | | PR: ports/83927 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=139987
* - Bump PORTVERSION (man pages absence already fixed)Sergey Matveychuk2005-04-191-0/+1
| | | | | | | | PR: ports/80085 Submitted by: maintainer Notes: svn path=/head/; revision=133632
* - Add missed man pageSergey Matveychuk2005-04-191-1/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=133627
* - Update to 2.2.4Sergey Matveychuk2005-04-172-3/+3
| | | | | | | | PR: ports/79142 Submitted by: maintainer Notes: svn path=/head/; revision=133519
* - Update to 2.2.3Sergey Matveychuk2005-02-142-4/+4
| | | | | | | | PR: ports/77419 Submitted by: maintainer Notes: svn path=/head/; revision=128776
* Create certificates on separate Makefile target.Sergey Matveychuk2004-12-152-7/+22
| | | | | | | | | It will fix extra files on pointyhat. Submitted by: maintainer Notes: svn path=/head/; revision=124128
* - Remove extra files on deinstallSergey Matveychuk2004-12-122-7/+9
| | | | | | | | | - While I'm here: make rm silent Submitted by: maintainer Notes: svn path=/head/; revision=123838
* - Upgrade to nessus version 2.2.2aSergey Matveychuk2004-12-113-6/+16
| | | | | | | | | | - Fix installing of default config files PR: ports/74938 Submitted by: maintainer Notes: svn path=/head/; revision=123718
* - Add a hint on complete removal when deinstallingSergey Matveychuk2004-11-092-0/+39
| | | | | | | | PR: ports/73726 Submitted by: maintainer Notes: svn path=/head/; revision=121207
* - Upgrade to 2.2.0Sergey Matveychuk2004-11-065-7/+148
| | | | Notes: svn path=/head/; revision=120949
* Fix the WITHOUT_ knobs to be compliant with the GNOME frameworkSergey Matveychuk2004-08-211-6/+5
| | | | | | | | PR: ports/70451, ports/70452 Submitted by: maintainer Notes: svn path=/head/; revision=116903
* - Add WITHOUT_NESSUS_GTK knob.Volker Stolz2004-08-135-40/+82
| | | | | | | | | | | - Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that. - Add CONFLICTS. PR: ports/69877 Submitted by: Udo Schweigert (maintainer) Notes: svn path=/head/; revision=116104
* -Update to 2.0.12.Jeremy Messenger2004-07-242-5/+7
| | | | | | | | | | -GTK+2 is now default and GTK1 is still optional. PR: ports/69333 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=114587
* - Add sample rc scriptPav Lucistnik2004-05-023-1/+37
| | | | | | | | PR: ports/66052 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=108178
* Adopt the standard nessus directory structure, reducing the number ofMark Linimon2004-04-103-13/+61
| | | | | | | | files in ${PREFIX}/etc/nessus. Move existing files to the right places. Bump PORTREVISION. (Also do a little bit of work on pkg-plist). Notes: svn path=/head/; revision=106687
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 2.10aClement Laforet2004-01-232-2/+2
| | | | | | | | PR: 61755 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Notes: svn path=/head/; revision=98877
* - Update to 2.0.9Sergei Kolobov2003-12-042-2/+2
| | | | | | | | PR: 59019 Submitted by: maintainer Notes: svn path=/head/; revision=94997
* Update to nessus 2.08a.Peter Pentchev2003-10-092-2/+2
| | | | | | | | PR: 57755 Submitted by: maintainer Notes: svn path=/head/; revision=90691
* Upgrade to nessus version 2.0.8Oliver Lehmann2003-10-042-2/+2
| | | | | | | | PR: ports/57547 Submitted By: maintainer Notes: svn path=/head/; revision=90242
* - Fix MASTER_SITES by replacing a no longer working european mirrorOliver Braun2003-07-131-1/+2
| | | | | | | | | | | by an australian and a japanse. PR: ports/54441 Submitted by: maintainer Obtained from: portsurvey Notes: svn path=/head/; revision=84812
* Upgrade to 2.0.7.Oliver Braun2003-07-043-2/+19
| | | | | | | | PR: ports/54050 Submitted by: maintainer Notes: svn path=/head/; revision=84220
* Upgrade to 2.0.6a.Oliver Braun2003-06-012-3/+2
| | | | | | | | PR: ports/52635 Submitted by: maintainer Notes: svn path=/head/; revision=81863
* * Upgrade checksums. Quote from the developer: "I did a quick "re-release" forOliver Braun2003-05-132-1/+2
| | | | | | | | | | | minor issues that I don't felt were justifying a 2.0.6." * Bump PORTREVISION. PR: ports/52022 Submitted by: maintainer Notes: svn path=/head/; revision=80916