summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02Changes 3.7.5:adam7-24/+34
* Added the sqlite3_vsnprintf() interface. * Added the SQLITE_DBSTATUS_LOOKASIDE_HIT, SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE, and SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL options for the sqlite3_db_status() interface. * Added the SQLITE_OMIT_AUTORESET compile-time option. * Added the SQLITE_DEFAULT_FOREIGN_KEYS compile-time option. * Updates to sqlite3_stmt_readonly() so that its result is well-defined for all prepared statements and so that it works with VACUUM. * Added the "-heap" option to the command-line shell * Fix a bug involving frequent changes in and out of WAL mode and VACUUM that could (in theory) cause database corruption. * Enhance the sqlite3_trace() mechanism so that nested SQL statements such as might be generated by virtual tables are shown but are shown in comments and without parameter expansion. This greatly improves tracing output when using the FTS3/4 and/or RTREE virtual tables. * Change the xFileControl() methods on all built-in VFSes to return SQLITE_NOTFOUND instead of SQLITE_ERROR for an unrecognized operation code. * The SQLite core invokes the SQLITE_FCNTL_SYNC_OMITTED file control to the VFS in place of a call to xSync if the database has PRAGMA synchronous set to OFF.
2011-02-02fixes shlib alias name for Solaris. PR#44480.obache1-2/+2
RUBY_API_TEENY must be used instead of _RUBY_VER_TEENY for shlib name.
2011-02-02Update HOMEPAGE and MASTER_SITES, from Thomas Mueller on current-users.wiz1-3/+3
2011-02-02fixes a typo in date.obache1-2/+2
2011-02-02Fix py-mock dependency pattern.gdt1-2/+3
2011-02-01Apply patch provided by obache@, fixing build problem on Solaris.taca1-1/+4
Should be fix PR pkg/44480.
2011-02-01+gnatpythondrochner1-1/+2
2011-02-01add gnatpython-20101207, testing support for Ada programs, fromdrochner5-0/+96
John Marino per PR pkg/44441
2011-02-01+gnat-auxdrochner1-1/+2
2011-02-01add gnat-aux-20110125, an Ada compiler gased on a gcc-4.6 snapshot, fromdrochner4-0/+286
John Marino, originally per PR pkg/44436, slightly updated for i386/amd64, comes with a bootstrap which doesn't need an Ada compiler on the pkg build system (fetches a bootstrap binary from MASTER_SITE) There seems to be some incompatibility with the binutils/libgcc_s on NetBSD-current, leading to warnings. Not fatal, but should be investigated.
2011-02-01The mem-overflow test contains a declaration of an empty struct, which breaksjwise2-1/+82
on at least SunPro cc, and presumably some other non-gcc compilers. Skip this test for now, pending a better fix.
2011-02-01comment patchdrochner2-3/+5
2011-02-01Fix build of abiword-plugins with png-1.5.wiz3-1/+63
2011-02-01Fix build with png-1.5.wiz2-1/+26
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Put LICENSE in MAINTAINER section.wiz1-2/+1
2011-02-01Fix build with png-1.5.wiz2-5/+216
2011-02-0164-bit Mac OS X needs nmap's internal libpcap: remove patch-aaadam3-19/+3
2011-02-01Updated pkgtools/pkglint to 4.97wiz1-1/+2
2011-02-01Make a missing LICENSE an error.wiz2-9/+9
Be more permissive wrt what characters are allowed in patch file names. Bump version to 4.97.
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Fix build with png-1.5.wiz2-1/+44
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Fix build with png-1.5.wiz3-1/+33
2011-02-01Updated x11/stalonetray to 0.8.1schnoebe1-1/+2
2011-02-01# November 5, 2010schnoebe3-22/+7
New bugfix release 0.8.1. Fixes: * fix build failure for non-debug configurations * several manpage updates * fix SEGFAULT while parsing command line * icon layout fixes Known issues: some Gnome icons that are "hidden" actually create a window that is detected and embedded by stalonetray. Such icons appear as empty spaces in the tray. Applications that are known to behave this way are gnome-power-manager and gpk-update-icon. # October 21, 2009 New major release 0.8.0. New features/notable changes: * Remote control. Now it is possible to execute clicks on icons windows from command line. See documentation on --remote-click option for more info * Support for window struts EWMH property: now maximized windows do not cover stalonetray window. See documentation on --window-strut option for more info. * In addition to --icon-size which defines default icon size, now there is also a --slot-size which defines size of slot containing an icon. * Initial and maximal tray window dimensions are now specified in slot_size multiples * Scrollbars: now tray window has extra border, which user can click on to scroll icon area. This means that one can have fixed-size tray window (usefull when it is swallowed by FvwmButtons). See documentation on --scrollbars option for more info. This feature is experimental. * Semi-ugly support for WindowMaker dockapp mode. See documentation on --dockapp-mode option for more info. Notable fixes: * Build fix for NetBSD. * Fix EWMH window type support. Some command line and configuration file options were depricated, see DEPRICATIONS section of manpage for more info.
2011-02-01Updated filesystems/tahoe-lafs to 1.8.2gdt1-1/+2
2011-02-01Update to 1.8.2.gdt3-28/+28
Packaging changes: Use gmake and test TEST_TARGET, so make test runs make check. Add dependency on py-sqlite2 for "tahoe backup". Add py-mock dependency because tests are now runnable by the user. Withdraw fixing of distfiles modes; this one is fine. * Release 1.8.2 (2011-01-30) ** Compatibility and Dependencies - Tahoe is now compatible with Twisted-10.2 (released last month), as well as with earlier versions. The previous Tahoe-1.8.1 release failed to run against Twisted-10.2, raising an AttributeError on StreamServerEndpointService (#1286) - Tahoe now depends upon the "mock" testing library, and the foolscap dependency was raised to 0.6.1 . It no longer requires pywin32 (which was used only on windows). Future developers should note that reactor.spawnProcess and derivatives may no longer be used inside Tahoe code. ** Other Changes - the default reserved_space value for new storage nodes is 1 GB (#1208) - documentation is now in reStructuredText (.rst) format - "tahoe cp" should now handle non-ASCII filenames - the unmaintained Mac/Windows GUI applications have been removed (#1282) - tahoe processes should appear in top and ps as "tahoe", not "python", on some unix platforms. (#174) - "tahoe debug trial" can be used to run the test suite (#1296) - the SFTP frontend now reports unknown sizes as "0" instead of "?", to improve compatibility with clients like FileZilla (#1337) - "tahoe --version" should now report correct values in situations where 1.8.1 might have been wrong (#1287)
2011-02-01Fix build with png-1.5.wiz2-1/+63
2011-02-01Updated games/enigma to 1.01nb5wiz1-1/+2
2011-02-01Set LICENSE. Include desktop.mk as pkglint admonitions. Bump PKGREVISION.wiz1-2/+4
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