| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that.
- Add CONFLICTS.
PR: ports/69877
Submitted by: Udo Schweigert (maintainer)
|
|
|
|
|
|
|
| |
-GTK+2 is now default and GTK1 is still optional.
PR: ports/69333
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
|
|
|
|
| |
files in ${PREFIX}/etc/nessus. Move existing files to the right places.
Bump PORTREVISION. (Also do a little bit of work on pkg-plist).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
PR: 61755
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
|
|
|
|
|
| |
PR: 59019
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57755
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/57547
Submitted By: maintainer
|
|
|
|
|
|
|
|
| |
by an australian and a japanse.
PR: ports/54441
Submitted by: maintainer
Obtained from: portsurvey
|
|
|
|
|
| |
PR: ports/54050
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
PR: ports/52635
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
minor issues that I don't felt were justifying a 2.0.6."
* Bump PORTREVISION.
PR: ports/52022
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/51887
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/51327
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Add dependency on bpf for the server.
- Add "client only" knob.
PR: ports/51126
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/46333
Submitted by: maintainer
|
|
|
|
|
| |
PR: 45591
Submitted by: maintainer
|
|
|
|
|
| |
PR: 43874
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
* Fix a problem with hanging clients during a nmap scan
PR: ports/42057
Submitted by: maintainer
Approved by: dwcjr (mentor)
|
|
|
|
|
| |
PR: ports/41514
Submitted by: maintainer
|
|
|
|
|
| |
PR: 40190
Submitted by: maintainer
|
|
|
|
|
| |
Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
|
| |
|
|
|
|
| |
pkg-plist (includes.h).
|
| |
|
| |
|
|
|
|
| |
Noted by: sobomax
|
| |
|
|
|
|
|
| |
PR: ports/24501, ports/24502, ports/24503, ports24504
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/22725
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
| |
Submited by: Jimmy Olgeni <olgeni@uli.it>
|
| |
|
|
|
|
|
| |
PR: 21944
Submitted by: Anders Nordby <anders@fix.no> MAINTAINER
|
|
|
|
|
| |
PR: 20910
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no>
Update to 0.99.7, also updater nessus-* to the same version.
Patches submitted by : port's maintainer.
|
|
|
|
| |
Use USE_LIBTOOL.
|
|
|
|
|
| |
PR: 16478
Submitted by: Maintainer
|
|
|
|
|
|
|
| |
between the client and server.
PR: 16018
Submitted by: maintainer
|
|
|
|
|
| |
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
|
|
|
|
|
| |
PR: 15714 (2 of 4)
Submitted by: maintainer
|
| |
|
|
Submitted by: Anders Nordby <anders@fix.no>
NASL is a scripting language designed for the Nessus security scanner. Its
aim is to allow anyone to write a test for a given security hole in a few
minutes, to allow people to share their tests without having to worry
about their operating system, and to garantee everyone that a NASL script
can not do anything nasty except performing a given security test against
a given target.
NASL is not a powerful scripting language. Its purpose is to make scripts
that are security tests. So, do not expect to write a third generation web
server in this language, nor a file conversion utility. Use perl, python
or whatever scripting language to do this.
WWW: http://www.nessus.org/doc/nasl.html
|