NOTICE: This package has been removed from pkgsrc

./x11/nessus-libraries, Libs required by the Nessus Network security scanner

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.11nb2, Package name: nessus-libraries-2.2.11nb2, Maintainer: pkgsrc-users

Some libraries required for the nessus package: libhosts_gatherer,
libnessus, libpcap-nessus.


Required to build:
[devel/libtool-base] [devel/bison]

Master sites:

SHA1: 0e4794df390607f224057c1ca9d9ad1bcd8c0b86
RMD160: 9c7a2da70ba7d64cdd2fd54e26b280d77da72661
Filesize: 418.228 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-09-15 19:56:17 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix libtool usage
   2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-10-14 00:32:54 by Christoph Badura | Files touched by this commit (10) | Package updated
Log message:
Fix botched update of nessus.
Need to BUILDLINK_ABI_DEPENDS on the 2.2.11 versions of the libraries.
Bump PKGREVISION wholesale to disambiguate the fixed packages from the botched
ones and depend on them.
Use GPLed version of the plugins instead of the non-free version.

While here fix permissions of PKG_SYSCONFDIR in nessus-core/Makefile.
   2008-10-10 13:34:50 by Adam Ciarcinski | Files touched by this commit (10)
Log message:
Changes 2.2.11:
* Bug fixes and improvements
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-01-18 06:10:07 by Tobias Nygren | Files touched by this commit (245)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@