The NetBSD Project

CVS log for pkgsrc/security/libnasl/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / libnasl

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16
Sun Oct 2 18:18:06 2011 UTC (13 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
FILE REMOVED
Changes since revision 1.15: +1 -1 lines
Remove Nessus. The distfiles haven't been provided in a long, long time
by upstream and they haven't been mirrored either.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 17 12:02:41 2010 UTC (15 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:19 2009 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -13 lines
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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 13 22:32:54 2008 UTC (16 years, 7 months ago) by bad
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:09:38 2008 UTC (17 years, 4 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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@

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 17 21:06:23 2006 UTC (18 years, 5 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Update to version 2.2.9
ok <frueauf>, the MAINTAINER.

changes:

2.2.9:
======
- nessus-mkcert-client:
  - Make sure that the user calling nessus-mkcert-client is root
- nessus-libraries:
  - Fixed a bug in the PCAP handler which in turn should fix synscan.nes
- nessus:
  - Fixed a possible memory corruption issue when creating a list of plugins
    to launch
  - Fixed a corruption of the .nessusrc files when receiving some plugin
    prefs ending by a space
- nessus-fetch:
  - Make sure that every request (including the proxy CONNECT request)
    is done with the user-specified user-agent.
- nessus-plugins:
  - Fixed a banner encoding problem in nessus_tcp_scanner and find_service
  - Fixed a possible deadlock in synscan
- nessusd:
  - Avoid a deadlock when waiting for a sub process to die

2.2.8:
======
- nessusd:
  - Make sure that plugins of type ACT_INIT and ACT_SETTINGS are
    always enabled during a scan
  - Display more error verbose error messages when it's impossible to
    load a .nes plugin
  - Fixed a harmless memory reallocation problem which would truncate
    a very long preference name
- nessus-libraries:
  - Fixed a possible memory corruption when forwarding data from a process
    to another
- libnasl:
  - 'a = b + c ++' would not work as expected
  - fixed a memory allocation problem when split() is passed an argument
    of the wrong type

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jul 8 23:11:07 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 8 22:39:37 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 25 12:45:57 2006 UTC (19 years ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
Update to version 2.2.7

Approved by <frueauf>

Changes:
- make it work as binary packages,
- remove useless MESSAGE files,
- add nmap.nasl plugin, not included by default upstream,
- make the installation a bit more sane and easier to configure.

2.2.7:
======

Nessus 2.2.7 contains several fixes for bugs which have been found
during the 3.x developement process and have been backported to this
branch. It also slightly extends the NASL language by adding support for
arrays of arrays. We will use this feature in some key plugins (SMB in
particular) within 6 months, so you should definitely upgrade to 2.2.7
or 3.0.x.

nessus-libraries:
- Fixed a NULL pointer dereferencement in the BPF server (this mostly
  affects OpenBSD and FreeBSD < 5)
- The 'service' functions now only deal with the services file provided
- with Nessus (instead of using a mix of /etc/services and others)

libnasl:
- Fixed off-by-one bugs in insstr() and str_replace() which would
  sometimes prevent these two functions from properly dealing with the
  last character of a string
- Fixed tcp_ping() which was too aggressive and may therefore sometimes
  miss a live host
- Fixed a bug in send() which would not properly validate the value of the
  'length' variable
- Now handle arrays of arrays
- Fixed open_priv_sock_tcp() which would report a successful connection
  when timing out

nessusd:
- Properly install the file 'nessus-services' in $prefix/var/nessus/
- Bigger buffer when receiving preferences from the client (to avoid a
  possible truncation of the plugin list in the future)
- Fixed a bug in the preferences parser which would cause nessusd to die
  on startup when processing a malformed preference file

nessus client:
- Fixed an unlikely but potential segmentation fault when viewing the
  report in the GUI
- Erase the credentials from memory after having used them (thanks to
  Sumiut Siddhart for noticing this)

plugins:
- Fixed several bugs in find_services.c which would not properly set the
  key Transport/SSL or which may read some data beyond its buffer
- Fixed a bad #if/#endif clause in nessus_tcp_scanner.c which prevented it
  from recomputing the RTT, hence negatively impacting the performance
- nmap.nasl has been removed from the main distribution (to use nmap from
  within Nessus read http://www.nessus.org/documentation/?doc=nmap-usage)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 12 10:27:33 2006 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:42 2006 UTC (19 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 21 10:08:43 2005 UTC (20 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Changes 2.2.3:
Nessus 2.2.3 contains a new option called "silent dependencies" which can be
used to filter out the noise generated by some plugins not directly enabled by
the user. It also contains a slightly more intuitive GUI which now contains
a "Credentials" tab to put Windows and SSH usernames and passwords.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 2 00:05:23 2004 UTC (20 years, 6 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update nessus to 2.2.0
- ok'ed frueauf
- specify local state dir

Local security checks over SSH : Nessus can now log into the remote hosts
to determine their patch levels and missing updates

A rewritten internal knowledge base API : the new knowledge base API makes
KB access faster and lets the plugins store any amount of data

An improved internal communication between the various nessusd processes, thus
reducing the overhead it takes to handle the results of the plugins and pass
them to the client

An improved plugin scheduler which reduces the time Nessus needs to organize
the order in which plugins should be launched

Sensitive scripts (which can execute commands over SSH) are cryptographically
signed

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:18:10 2004 UTC (20 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 22 15:00:20 2004 UTC (20 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3 lines
Changes 2.0.12:
* Fixed a bug in ./configure which would sometimes assume that GTK is not
  installed whereas it actually is
* Fixed a race condition in nessus-adduser for users who do not configure
  their TMPDIR variable (thanks to Cyrille Barthelemy)
* Fixed a bug in nessus-update-plugins which would not update the plugins
  properly on all systems (thanks to Keith Butler)
* Fixed the installer to compile Nessus with GTK support if gtk-config OR
  pkg-config is installed.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 3 05:52:55 2004 UTC (21 years ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Convert to buildlink3.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>