<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/nessus-plugins, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-01-18T05:06:18Z</updated>
<entry>
<title>Per the process outlined in revbump(1), perform a recursive revbump</title>
<updated>2008-01-18T05:06:18Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-01-18T05:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c8e24b168b5909ecc586bdbb660570b490d92ef'/>
<id>urn:sha1:1c8e24b168b5909ecc586bdbb660570b490d92ef</id>
<content type='text'>
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
</content>
</entry>
<entry>
<title>Update to version 2.2.9</title>
<updated>2006-12-17T21:06:22Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2006-12-17T21:06:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b20987aa8e1112824dfac9a7cdf501d82f25cdd'/>
<id>urn:sha1:4b20987aa8e1112824dfac9a7cdf501d82f25cdd</id>
<content type='text'>
ok &lt;frueauf&gt;, 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
</content>
</entry>
<entry>
<title>Explicitly pass down MAKE to fix wrkdir reference in nessus-build.</title>
<updated>2006-11-30T21:16:07Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-11-30T21:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=20d7c424c206a706a5450e989f6c92619489d588'/>
<id>urn:sha1:20d7c424c206a706a5450e989f6c92619489d588</id>
<content type='text'>
Bump revision.
</content>
</entry>
<entry>
<title>Fixed unprivileged builds.</title>
<updated>2006-07-02T17:20:17Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-07-02T17:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38891b7300aafa0c33ee2b6b1613c1acf8c87e6b'/>
<id>urn:sha1:38891b7300aafa0c33ee2b6b1613c1acf8c87e6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 2.2.7</title>
<updated>2006-04-25T12:45:57Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2006-04-25T12:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=32b5656ad08d9802be1c10bffa32f7f9ccc8f98e'/>
<id>urn:sha1:32b5656ad08d9802be1c10bffa32f7f9ccc8f98e</id>
<content type='text'>
Approved by &lt;frueauf&gt;

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 &lt; 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)
</content>
</entry>
<entry>
<title>Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.</title>
<updated>2006-04-17T13:45:57Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-04-17T13:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de7a4953f550141a37777c5d90d7e8ee7cb8a648'/>
<id>urn:sha1:de7a4953f550141a37777c5d90d7e8ee7cb8a648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes 2.2.6:</title>
<updated>2006-01-29T17:05:54Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2006-01-29T17:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ee510fd7d93daf9feeb2775083dc8c90eeb845b4'/>
<id>urn:sha1:ee510fd7d93daf9feeb2775083dc8c90eeb845b4</id>
<content type='text'>
* Bug fixes
</content>
</entry>
<entry>
<title>Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because</title>
<updated>2006-01-24T07:31:52Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-01-24T07:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbfead7dfad0120cb6a2ec8671b93692f46048dc'/>
<id>urn:sha1:dbfead7dfad0120cb6a2ec8671b93692f46048dc</id>
<content type='text'>
of the shlib major bump.
PKGREVISION++ for the dependencies.
</content>
</entry>
<entry>
<title>Patch configure's libtool.m4 fragment for DragonFly.</title>
<updated>2006-01-20T00:43:04Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-01-20T00:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0a4ee123b3a27a7d56c56eb9c9fbbbee02111970'/>
<id>urn:sha1:0a4ee123b3a27a7d56c56eb9c9fbbbee02111970</id>
<content type='text'>
</content>
</entry>
</feed>
