summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Fix build with png-1.5.wiz4-2/+78
2011-01-31add ndiff: tool to compare nmap scans, part of ... nmaphubertf1-0/+1
2011-01-31*** empty log message ***pettai1-3/+1
2011-01-31Updated net/nmap to 5.50pettai2-3/+3
2011-01-31Nmap 5.50 [2011-01-28]pettai8-110/+102
Some of the highlights are: o [Zenmap] Added a new script selection interface, allowing you to choose scripts and arguments from a list. o [Nping] Added echo mode, learn more about echo mode at http://nmap.org/book/nping-man-echo-mode.html. o [NSE] Added an amazing 46 scripts, bringing the total to 177! You can learn more about any of them at http://nmap.org/nsedoc/ o [NSE] Added 12 new protocol libraries. o [NSE] Added a new brute library that provides a basic framework and logic for brute force password auditing scripts. o [Zenmap] Greatly improved performance for large scans by benchmarking intensively and then recoding dozens of slow parts. o Performed a major OS detection integration run. The database has grown more than 14% to 2,982 fingerprints and many of the existing fingerprints were improved. David posted highlights of his integration work at http://seclists.org/nmap-dev/2010/q4/651 o Performed a huge version detection integration run. The number of signatures has grown by more than 11% to 7,355. David posted highlights at http://seclists.org/nmap-dev/2010/q4/761 o [NSE] Nmap has two new NSE script scanning phases. See http://nmap.org/book/nse-usage.html#nse-script-types o Dramatically improved nmap.xsl (used for converting Nmap XML output to HTML). o Integrated cracked passwords from the Gawker.com compromise (http://seclists.org/nmap-dev/2010/q4/674) into Nmap's top-5000 password database. o Merged port names in the nmap-services file with allocated names from the IANA (http://www.iana.org/assignments/port-numbers). o [Zenmap] Made the topology node radiuses grow logarithmically instead of linearly, so that hosts with thousands of open ports don't overwhelm the diagram. o Improved IPv6 host output in that we now remember and report the forward DNS name (given by the user) and any non-scanned addresses (usually because of round robin DNS). o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation messages about gtk.Tooltip. o [NSE] Enhance ssl-cert to also report the type and bit size of SSL certificate public keys. o [Nping] Nping now limits concurrent open file descriptors properly based on the resources available on the host. o Ncat now logs Nsock debug output to stderr instead of stdout for consistency with its other debug messages. o Changed the name of libdnet's sctp_chunkhdr to avoid a conflict with a struct of the same name in <netinet/sctp.h>. o [NSE] Host tables now have a host.traceroute member available when --traceroute is used. o Nmap now prints the MTU for interfaces in --iflist output. o [Ncat,NSE] Server Name Indication (SNI) is now supported by Ncat and Nmap NSE, allowing them to connect to servers which run multiple SSL websites on one IP address. o [Nsock] Added a new function, nsi_set_hostname, to set the intended hostname of the target. o [NSE] Made sslv2.nse give special output when SSLv2 is supported, but no SSLv2 ciphers are offered. o Fixed the fragmentation options (-f in Nmap, --mtu in Nmap & Nping), which were improperly sending whole packets in version 5.35DC1. o [NSE] When receiving raw packets from Pcap, the packet capture time is now available to scripts as an additional return value from pcap_receive(). o Updated IANA IP address space assignment list for random IP (-iR) generation. o [Ncat] Ncat now uses case-insensitive string comparison when checking authentication schemes and parameters. o [NSE] There is now a limit of 1,000 concurrent running scripts, instituted to keep memory under control when there are many open ports. Plus many bugfixes and improvements. For full changelog, see http://nmap.org/changelog.html
2011-01-31Fix build with png-1.5.wiz2-1/+16
2011-01-31Not make-jobs safe.wiz1-1/+3
2011-01-31Added misc/ec2-api-tools and misc/ec2-ami-tools.jym1-1/+3
2011-01-31Remove TODO. It does not apply to this pkg anymore.jym1-2/+0
2011-01-31misc/ec2-ami-tools and misc/ec2-api-toolsjym1-1/+3
2011-01-31Import misc/ec2-ami-tools.jym17-0/+813
The Amazon EC2 AMI Tools are command-line utilities to help bundle an Amazon Machine Image (AMI), create an AMI from an existing machine or installed volume, and upload a bundled AMI to Amazon S3. You can use these to create and upload a NetBSD AMI to EC2. Bundling and using NetBSD AMIs will be part of a wiki article, as there are some limitations that I need to fix before making it official. It has nothing to do with this pkg though, so in case someone wants to play with AWS, there is no reason to hold it back. Ruby modules are written so that they can be used on any platform supported by Amazon (some Linuces and Solaris), I just re-used the framework to make it work with NetBSD.
2011-01-31Import misc/ec2-api-tools.jym7-0/+555
The API tools serve as the client interface to the Amazon EC2 web service. Use these tools to register and launch AMI instances, manage EBS volumes, manipulate security groups, and more.
2011-01-31Fix build with png-1.5.wiz4-2/+34
2011-01-31add patch from upstream to fix possible memory corruption due todrochner3-2/+29
malformed JPEG images (SA43020)
2011-01-31Add devel/log4cxxreed2-2/+4
2011-01-31bump PKGREV for poppler shlib major change (pdf option is on per default)drochner2-7/+6
2011-01-31New package: log4cxxreed4-0/+213
Apache log4cxx is a logging framework for C++ patterned after Apache log4j. Logging can be selectively enabled or disabled, and sent to different and multiple output targets in user-chosen formats.
2011-01-31bump PKGREV for poppler shlib major changedrochner4-7/+9
2011-01-31bump PKGREV for poppler shlib major changedrochner1-2/+4
being here, use system freetype2
2011-01-31bump PKGREV for poppler shlib major changedrochner5-10/+10
2011-01-31sync w/ base pkg updatedrochner6-19/+27
2011-01-31update to 0.16.2drochner10-274/+16
This switches to a new major branch -- many improvements and fixes.
2011-01-31add patch from upstream to fix an MKV input validation bug possiblydrochner3-2/+17
leading to execution of arbitrary code bump PKGREV
2011-01-31Wire down KDEDIR so we don't get differing PLIST depending ontnn4-8/+26
whether kde4-config was in the path or not. Bump rev.
2011-01-31Fix building on Mac OS X: pass CFLAGS and LDFLAGS when making tools/lemonadam2-1/+15
2011-01-31Pass LDFLAGS for configure and buildadam4-84/+39
2011-01-31Remove obsolete patch (a very similar chunk is nowadays a few lineswiz2-23/+1
higher, where the variables are defined).
2011-01-31Add comments to patches.wiz6-11/+28
2011-01-31Remove trailing line (pkglint--)..wiz1-2/+1
2011-01-31Fix build with png-1.5.wiz3-2/+62
2011-01-31Updated net/iperf to 2.0.5adam1-1/+2
2011-01-31Changes 2.0.5:adam6-53/+22
* bumped default TCP send/recv buffer to 128K (this is not the kernel buffer that controls the window, but rather the Iperf internal buffer) * update autoconf goo using Autoconf 2.65, this should help portability a bit * honor -i flag when for a server (-s) when using TCP * Exit rather than warn on connection failure
2011-01-31Remove the unneeded backslashes from the AIX OS_VERSION setting.sbd1-2/+2
Closes PR/44421.
2011-01-31This package needs someone to look after it - I'll do that for just now.agc1-2/+2
2011-01-31Protect against de-referencing a pointer which might be NULL.agc1-3/+4
Fixes PR pkg/44476 from Uwe Klaus
2011-01-31Note update of www/contao29-translations package to 20110116.taca1-1/+2
2011-01-31Update contao29-translations package to 20110116.taca3-8/+8
Update Guarani Language files.
2011-01-31Add MESSAGE to give a hint on what to do (~copy/pasted from script)jym1-0/+11
2011-01-30regen.wiz1-4/+4
2011-01-30Add RCS Id.wiz1-0/+2
2011-01-30Use more portable __sun instead of __sun__, per pkglint.wiz1-2/+2
2011-01-30Remove empty chunk.wiz1-3/+1
2011-01-30Improve MirBSD support, from Benny Siegert in PR 44491.wiz3-5/+25
2011-01-30Updated sysutils/netbt-hcidump to 2.0plunky1-1/+2
2011-01-30update to hcidump 2.0plunky7-236/+28
some of our patches are merged with upstream, and I removed the INET6 option since IPv6 specific code seems to be removed ChangeLog from the package: Add support for decoding AMP events. Add support for decoding AMP commands. Add support for decoding LE advertising reports. Add support for L2CAP fixed channel information. Add support for L2CAP ERTM and Streaming Mode. Make BT-Snoop format the default file format. Make verbose parsing the default option.
2011-01-30Updated www/py-django-cms to 2.1.0adam1-1/+2
2011-01-30graphics/sane-backends: add upstream bug report for PR pkg/44193rumko2-3/+5
ok@ wiz
2011-01-30lang/php53: add the missing suhosin patchrumko2-4/+7
5.3.5 was released due to a critical issue and the previous suhosin patch still applies. Prior art of this can be seen in OpenBSD's and FreeBSD's ports. ok@ wiz
2011-01-30+ ImageMagick-6.6.7.4, XaoS-3.5, calibre-0.7.43, fltk2-2.0pre8323,wiz1-12/+21
fox-1.6.41, gegl-0.1.4, gentoo-0.19.9, gssdp-0.9.2, gst-plugins0.10-gnonlin-0.10.17, gtk2-2.24.0, gupnp-0.15.1, minicom-2.5, nmap-5.50, p5-PerlMagick-6.6.7.4, poppler-0.16.2, skk-14.2 [pkg/44486], twolame-0.3.13 [pkg/44487], x264-devel-20110129, xz-5.0.1, yaz-4.1.3.
2011-01-30Updated pkgtools/x11-links to 0.64wiz1-1/+2