2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: 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-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277) |
Log message: Add RMD160 checksums. |
2004-12-01 10:53:04 by Thomas Klausner | Files touched by this commit (13) |
Log message: "the the" -> "the" |
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message: PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-06 14:29:40 by Hubert Feyrer | Files touched by this commit (5) | |
Log message: Import whisker-2.1: URL scanner used to search for known vulnerable CGIs on websites The primary purpose of whisker is to be a URL scanner, which is used to search for known vulnerable CGIs on websites. Whisker does this by both scanning the the CGIs directly as well as crawling the website in order to determine what CGIs are already currently in use. Submitted by adrianp@stindustries.net in pkgsrc-wip |