Commit graph

12 commits

Author SHA1 Message Date
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adrianp
0e3ee35725 - Move plugins to libdata - suggestion from salo@ in private email
- Bump to nb2
2005-09-06 21:11:57 +00:00
adrianp
c115d8b6a6 Update to include security warning for:
http://secunia.com/advisories/16669/
2005-09-03 11:01:35 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
adrianp
e04eb3fa8f - Update to 1.35
- Change MESSAGE based on new -config directive
- Remove outdated patch for bug that's no longer there in CHANGES.txt
- Set plugings directory in the default config.txt
- Point users to the installed customised config.txt instead of the sample one
- From the CHANGELOG.txt
  05.20.2005
  Database Updates
   - Multiple msgs updates from david.maciejak@kyxar.fr
   - Multiple test updates from burak.dayioglu@pro-g.com.tr
  nikto_core.plugin 1.31
   - Bugfix: fingerprint was not including leading /. Thanks Axel Meerschaert
     for the report.
   - Bugfix: NMAPOPTS was not being used, thanks to David Rhoades for patching.
   - Added additional content checking to reduce false positives, thanks to
     Pavel Kankovsky
  nikto.pl 1.14
   - Added -config option to specify a config file, thanks to Pavel Kankovsky
2005-07-02 11:30:01 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adrianp
e447344c05 - Update nikto to 1.34
- No CHANGELOG available
2004-10-16 11:55:27 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
xtraeme
d259bef697 Initial import of nikto-1.32 from pkgsrc-wip, packaged by Adrian Portelli.
Nikto is a web server scanner which performs comprehensive tests against web
servers for multiple items, including over 2200 potentially dangerous
files/CGIs, versions on over 140 servers, and problems on over 210 servers.
Scan items and plugins are frequently updated and can be automatically
updated (if desired).
2003-12-05 17:45:23 +00:00