Commit graph

61 commits

Author SHA1 Message Date
Vasil Dimov
852d627db4 Upgrade to nessus version 2.2.7
PR:		ports/94544
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2006-03-17 16:07:26 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
a09e053681 Update to 2.2.6
Make portlint happyer
Add SHA256

PR:		88679
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2005-11-08 22:59:19 +00:00
Emanuel Haupt
079e531fad Update master sites.
PR:		87034
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Approved by:	novel (mentor)
2005-10-07 17:20:50 +00:00
Jeremy Messenger
71ef1c8557 Update to 2.2.5.
PR:		ports/83927
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2005-07-23 22:19:00 +00:00
Sergey Matveychuk
c40d6c94cd - Update to 2.2.4
PR:		ports/79142
Submitted by:	maintainer
2005-04-17 12:59:12 +00:00
Sergey Matveychuk
ef150b1959 - Update to 2.2.3
PR:		ports/77419
Submitted by:	maintainer
2005-02-14 13:04:59 +00:00
Sergey Matveychuk
7302f988a4 - Upgrade to nessus version 2.2.2a
- Fix installing of default config files

PR:		ports/74938
Submitted by:	maintainer
2004-12-11 16:40:58 +00:00
Sergey Matveychuk
c2d7ce68a6 - Upgrade to 2.2.0 2004-11-06 11:46:44 +00:00
Volker Stolz
d157fa040e - Add WITHOUT_NESSUS_GTK knob.
- Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that.
- Add CONFLICTS.

PR:		ports/69877
Submitted by:	Udo Schweigert (maintainer)
2004-08-13 13:36:02 +00:00
Jeremy Messenger
9b153d3d94 -Update to 2.0.12.
-GTK+2 is now default and GTK1 is still optional.

PR:		ports/69333
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2004-07-24 18:28:51 +00:00
Mark Linimon
fd14a11569 Adopt the standard nessus directory structure, reducing the number of
files in ${PREFIX}/etc/nessus. Move existing files to the right places.
Bump PORTREVISION.  (Also do a little bit of work on pkg-plist).
2004-04-10 20:42:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
6f8335d73a - Update to 2.10a
PR:             61755
Submitted by:       Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2004-01-23 11:00:57 +00:00
Sergei Kolobov
4142d32ab2 - Update to 2.0.9
PR:		59019
Submitted by:	maintainer
2003-12-04 14:32:33 +00:00
Peter Pentchev
a7a15bac7f Correct the explanations on using the BPF functionality on FreeBSD.
PR:		57813
Submitted by:	maintainer
2003-10-10 06:54:42 +00:00
Peter Pentchev
75fd4b8821 Update to nessus 2.08a.
PR:		57755
Submitted by:	maintainer
2003-10-09 08:35:38 +00:00
Oliver Lehmann
ecbea3a632 Upgrade to nessus version 2.0.8
PR:		ports/57547
Submitted By:	maintainer
2003-10-04 13:24:58 +00:00
Oliver Braun
0dc314ed3f - Fix MASTER_SITES by replacing a no longer working european mirror
by an australian and a japanse.

PR:		ports/54441
Submitted by:	maintainer
Obtained from:	portsurvey
2003-07-13 20:34:57 +00:00
Oliver Braun
506f0e73b4 Upgrade to 2.0.7.
PR:		ports/54050
Submitted by:	maintainer
2003-07-04 20:59:42 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Oliver Braun
b4c0ae3a92 Upgrade to 2.0.6a.
PR:		ports/52635
Submitted by:	maintainer
2003-06-01 06:49:26 +00:00
Oliver Braun
099d03ab71 * Upgrade checksums. Quote from the developer: "I did a quick "re-release" for
minor issues that I don't felt were justifying a 2.0.6."
* Bump PORTREVISION.

PR:		ports/52022
Submitted by:	maintainer
2003-05-13 16:52:37 +00:00
Oliver Braun
980906e954 Upgrade to 2.0.5.
PR:		ports/51887
Submitted by:	maintainer
2003-05-06 21:17:09 +00:00
Oliver Braun
3eb12e3af5 Remove a no longer maintained mirror from the MASTER_SITES.
PR:		ports/51327
Submitted by:	maintainer
2003-04-24 06:22:12 +00:00
Oliver Braun
accf206ab8 - Update to 2.0.4.
- Add dependency on bpf for the server.
- Add "client only" knob.

PR:		ports/51126
Submitted by:	maintainer
2003-04-19 20:40:13 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Oliver Braun
50c6b92561 Upgrade to 1.2.7.
PR:		ports/46333
Submitted by:	maintainer
2003-01-02 22:47:48 +00:00
Jimmy Olgeni
0f583cc764 Update MASTER_SITES.
PR:		45591
Submitted by:	maintainer
2002-11-22 16:18:51 +00:00
Oliver Braun
54202ec56a Upgrade to 1.2.6.
PR:		43874
Submitted by:	maintainer
2002-10-10 17:30:40 +00:00
Oliver Braun
32e5020cb9 * Upgrade to 1.2.5
* Fix a problem with hanging clients during a nmap scan

PR:		ports/42057
Submitted by:	maintainer
Approved by:	dwcjr (mentor)
2002-08-30 19:43:35 +00:00
Patrick Li
7f2ac43f1b Update to 1.2.4
PR:		ports/41514
Submitted by:	maintainer
2002-08-10 16:22:24 +00:00
Jimmy Olgeni
c4220cf262 Update ports to version 1.2.3.
PR:		40190
Submitted by:	maintainer
2002-07-04 16:28:55 +00:00
Jimmy Olgeni
432c35b9d1 Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.
Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
2002-06-19 11:13:16 +00:00
Jimmy Olgeni
ab0777520c Fix a problem linking libc too late, which caused calling the wrong getopt
function and broke nasl command line handling.

PR:		31977
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-11-27 12:25:56 +00:00
Jimmy Olgeni
03b9252368 Update nessus suite to version 1.0.9, remove extra file from nessus'
pkg-plist (includes.h).
2001-08-08 13:38:14 +00:00
Jimmy Olgeni
fa3d07022b Update the Nessus suite to version 1.0.8. 2001-05-24 11:08:05 +00:00
Jimmy Olgeni
28f420288d Update to version 1.0.7a. 2001-02-05 23:42:43 +00:00
Jimmy Olgeni
3e864278c5 Use proper capitalization (freebsd.org -> FreeBSD.org)
Noted by: sobomax
2001-01-24 12:43:14 +00:00
Jimmy Olgeni
332200153a Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) 2001-01-24 12:05:15 +00:00
Vanilla I. Shu
7db99ecdb8 Upgrade to 1.0.7.
PR:		ports/24501, ports/24502, ports/24503, ports24504
Submitted by:	maintainer
2001-01-24 03:26:02 +00:00
Doug Barton
5f4b1bcf6c Maintainer upgrade to 1.0.6.
PR:		ports/22725
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-26 02:30:11 +00:00
Satoshi Asami
c0da84def0 Add INSTALLS_SHLIB so other ports that depend on this one can find the
libraries.

Found by:	bento
2000-11-13 11:49:37 +00:00
Satoshi Asami
2cb556f0d9 Add one file include/nessus/includes.h. While I'm here, sort the list.
Submitted by:	bento
2000-11-13 11:49:08 +00:00
Maxim Sobolev
84c5b2848c Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.
Submited by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-09 16:39:04 +00:00
Dag-Erling Smørgrav
b5e33f059e Revert maintainership to ports@ at maintainer's request. 2000-11-09 13:27:28 +00:00
James E. Housley
328211bd78 Update to 1.0.5
PR:		21944
Submitted by:	Anders Nordby <anders@fix.no> MAINTAINER
2000-10-28 02:04:18 +00:00