summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17update to 4.13.1drochner2-6/+6
This is a minor feature release. It is required by PyQt v4.9.
2012-01-17mention recent updatesdrochner1-1/+7
2012-01-17Update the kqueue patch to v3. Fixes issues where the trash daemonjmmv3-8/+8
would get stuck and spin CPU when devices are forcibly-unmounted. Bump PKGREVISION.
2012-01-17Updated devel/libidn to 1.24; Updated databases/sqlite3 to 3.7.10adam1-1/+5
2012-01-17Changes 3.7.10:adam7-24/+30
* The default schema format number is changed from 1 to 4. This means that, unless the PRAGMA legacy_file_format=ON statement is run, newly created database files will be unreadable by version of SQLite prior to 3.3.0 (2006-01-10). It also means that the descending indices are enabled by default. * The sqlite3_pcache_methods structure and the SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration parameters are deprecated. They are replaced by a new sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and SQLITE_CONFIG_GETPCACHE2 configuration parameters. * Added the powersafe overwrite property to the VFS interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option, and the "psow=BOOLEAN" query parameter for URI filenames. * Added the sqlite3_db_release_memory() interface and the shrink_memory pragma. * Added the sqlite3_db_filename() interface. * Added the sqlite3_stmt_busy() interface. * Added the sqlite3_uri_boolean() and sqlite3_uri_int64() interfaces. * If the argument to PRAGMA cache_size is negative N, that means to use approximately -1024*N bytes of memory for the page cache regardless of the page size. * Enhanced the default memory allocator to make use of _msize() on windows, malloc_size() on Mac, and malloc_usable_size() on Linux. * Enhanced the query planner to support index queries with range constraints on the rowid. * Enhanced the query planner flattening logic to allow UNION ALL compounds to be promoted upwards to replace a simple wrapper SELECT even if the compounds are joins. * Enhanced the query planner so that the xfer optimization can be used with INTEGER PRIMARY KEY ON CONFLICT as long as the destination table is initially empty. * Enhanced the windows VFS so that all system calls can be overridden using the xSetSystemCall interface. * Updated the "unix-dotfile" VFS to use locking directories with mkdir() and rmdir() instead of locking files with open() and unlink(). * Enhancements to the test_quota.c extension to support stdio-like interfaces with quotas. * Change the unix VFS to be tolerant of read() system calls that return less then the full number of requested bytes. * Change both unix and windows VFSes to report a sector size of 4096 instead of the old default of 512. * In the TCL Interface, add the -uri option to the "sqlite3" TCL command used for creating new database connection objects. * Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable the command-line shell to display ASCII-art parse trees of SQL statements that it processes, for debugging and analysis. * Bug fix: Add an additional xSync when restarting a WAL in order to prevent an exceedingly unlikely but theoretically possible database corruption following power-loss. * Bug fix: Change the VDBE so that all registers are initialized to Invalid instead of NULL. * Bug fix: Fix problems that can result from 32-bit integer overflow.
2012-01-17Changes 1.24:adam4-14/+14
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+. * build: Fix parallel Windows builds. * libidn: Fix potential infloop in pr29 code. * libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function. * Sync glib NFKC code and improve copyright/license statements. * Update gnulib files and translations. * API and ABI is backwards compatible with the previous version.
2012-01-17update to 0.7.11drochner3-9/+9
changes: security fixes: -CVE-2011-3893 (DOS in MKV / Vorbis handlers) -CVE-2011-3895 (buffer overflow in Vorbis decoder) and possible more
2012-01-17update to 1.3.1drochner2-6/+6
changes: bugfixes
2012-01-17update to 2.12.16drochner2-7/+6
changes: bugfixes
2012-01-17add patch from upstream to fix potential DOS problem (CVE-2011-3905)drochner3-7/+57
bump PKGREV
2012-01-17+ mecab-0.991.taca1-1/+2
2012-01-17Updated comms/asterisk10 to 10.0.0nb1jnemeth1-1/+2
2012-01-17PR/35369 -- David Wetzel -- add support for speex codec (enabled by default)jnemeth3-5/+19
2012-01-17Updated comms/asterisk18 to 1.8.8.1nb1jnemeth1-1/+2
2012-01-17PR/35369 -- David Wetzel -- add support for speex codec (enabled by default)jnemeth3-5/+19
2012-01-17Updated devel/boost-libs to 1.48.0nb1sbd1-1/+2
2012-01-17Add libboost_locale.* to PLIST.Linux.sbd2-2/+6
Bump PKGREVISION.
2012-01-17Updated comms/asterisk16 to 1.6.2.22nb1jnemeth1-1/+2
2012-01-17PR/35369 -- David Wetzel -- add support for speex codec (enabled by default)jnemeth3-6/+19
2012-01-17Updated x11/kdebase-workspace4 to 4.5.5nb7sbd1-1/+2
2012-01-17Add PLIST.Linux for Linux only files.sbd2-2/+12
Bump PKGREVISION.
2012-01-17Fix build with gcc45 and current boost libssbd2-1/+15
2012-01-17Updated mail/spamdyke to 4.3.0schmonz1-1/+2
2012-01-17Update to 4.3.0. From the changelog:schmonz2-6/+6
This version adds the ability to filter messages based on the content of their headers. Please note that enabling this feature should be accompanied by disabling the use of the "softlimit" program. In addition to fixing some small bugs and a compiling error on Debian 7, it also fixes a series of major bugs that could lead to buffer overflows. Depending on spamdyke's configuration, these could cause remotely exploitable security holes. Please upgrade immediately! Looks like there's a bug in the header blacklist filter. Don't enable that filter yet. Fixed config-test message for a graylist domain folder when the domain is not in the list of local domains from ERROR to INFO. Thanks to Eric Shubert for reporting this one. Fixed a bunch of copy-and-paste errors in the option_list array in prepare_settings() where options were designated CONFIG_TYPE_STRING_SINGLETON instead of CONFIG_TYPE_OPTION_SINGLETON or CONFIG_TYPE_STRING_ARRAY instead of CONFIG_TYPE_OPTION_ARRAY. Fixed configure script errors and compilation warnings on Debian 7, which enables the new GCC flags -Waddress and -Wunused-but-set-variable by default. Thanks to Steve Cole for reporting this one. Added some explanitory comments to spamdyke.h and spamdyke.c. Added FILTER_FLAG_RETAIN and modified middleman() to buffer any data as long as it is given. Added FILTER_FLAG_CHILD_RESPONSE_INTERCEPT and modified middleman() to discard any input from qmail when it is given. Added FILTER_FLAG_DATA_CAPTURE and modified middleman() to capture qmail's response to the end of the message data when it is given. Fixed output_writeln() to send the data in bursts if more than one line is given and no CRs need to be inserted. Previously, all data was sent line-by-line, even though middleman() was trying to send bursts of data when possible. Changed middleman() to buffer the names of the accepted recipients until after the message data is sent, then check qmail's response to the message body and print ALLOWED/DENIED for each recipient accordingly, along with the text of qmail's response. Added the options header-blacklist-entry and header-blacklist-file to block messages based on the contents of their headers. Added the option rejection-text-header-blacklist to control the message from the header blacklist filter. Added a flag to smtpdummy to force it to reject all message content with an error. Added a more complete usage message to smtpdummy. Fixed a number of very serious errors in the usage of snprintf()/vsnprintf(). The return value was being used as the length of the string printed into the buffer, but the return value really indicates the length of the string that *could* be printed if the buffer were of infinite size. Because the returned value could be larger than the buffer's size, this meant remotely exploitable buffer overflows were possible, depending on spamdyke's configuration. Added options to smtpdummy to make it appear to process authentication (and unconditionally succeed or fail). Changed the ALLOWED log message to show the text given by qmail when the message is accepted.
2012-01-17Indent.schmonz1-12/+12
2012-01-16Note update of atf to 0.15.jmmv1-1/+2
2012-01-16Update to 0.15:jmmv4-23/+11
Experimental version released on January 16th, 2012. * Respect stdin in atf-check. The previous release silenced stdin for any processes spawned by atf, not only test programs, which caused breakage in tests that pipe data through atf-check. * Performance improvements to atf-sh. * Enabled detection of unused parameters and variables in the code and fixed all warnings. * Changed the behavior of "developer mode". Compiler warnings are now enabled unconditionally regardless of whether we are in developer mode or not; developer mode is now only used to perform strict warning checks and to enable assertions. Additionally, developer mode is now only automatically enabled when building from the repository, not for formal releases. * Added new Autoconf M4 macros (ATF_ARG_WITH, ATF_CHECK_C and ATF_CHECK_CXX) to provide a consistent way of defining a --with-arg flag in configure scripts and detecting the presence of any of the ATF bindings. Note that ATF_CHECK_SH was already introduced in 0.14, but it has now been modified to also honor --with-atf if instantiated. * Added timing support to atf-run / atf-report. * Added support for a 'require.memory' property, to specify the minimum amount of physical memory needed by the test case to yield valid results. * PR bin/45690: Force an ISO-8859-1 encoding in the XML files generated by atf-report so that invalid data in the output of test cases does not mangle our report.
2012-01-16+Transmission-guiabs1-1/+2
2012-01-16Added net/Transmission-gui version 2.42abs4-0/+139
Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end. This package includes the qt and gtk frontends for Transmission
2012-01-16net/bind is need on any platform that doesn't have dig or nslookup.sbd1-2/+2
2012-01-16update to 0.21drochner2-6/+6
changes: -bugfixes -minor UI improvements
2012-01-16Fix build with boost 1.48.0.ryoon2-1/+27
As same as PR pkg/45803.
2012-01-16Fix PR pkg/45803ryoon2-1/+25
With boost 1.48.0, overload is no longer needed. Tested on NetBSD/i386 5.99.59.
2012-01-16The gnu triple for Linux is *-*-linux not *-*-linux-gnu.sbd2-5/+14
2012-01-16update to 2.6drochner3-7/+8
changes: minor feature improvements
2012-01-16update to 0.16.6drochner3-12/+11
changes: bugfixes, minor feature improvements
2012-01-16Fix building with Clang; Fix installing on Mac OS Xadam4-2/+31
2012-01-16Fix build with gcc4.3 and clangadam2-5/+6
2012-01-16Note update of mail/roundcube package to 0.7.1nb1.taca1-1/+2
2012-01-16Fix plugin's configuration files' name.taca1-4/+6
Bump PKGREVISION.
2012-01-16fix an off-by-one in an earlier fix, from gnome bug #643882drochner6-14/+14
2012-01-16revert an upstream change in the "configure" script which might be thedrochner2-5/+9
reason for build problems on NetBSD/amd64, as reported by Aran Clauson per PR pkg/45839
2012-01-16gsed is not required for NetBSD.obache1-1/+4
fix a missng commit at gsed clean up.
2012-01-16Fix building on NetBSD/amd64 with GCC.adam2-1/+17
2012-01-16Remove unused and no need patch file to fix build problem.taca1-15/+0
2012-01-16Updated www/ikiwiki to 3.20120115schmonz1-1/+2
2012-01-16Update to 3.20120115. From the changelog:schmonz2-6/+6
* Make backlink(.) work. Thanks, Giuseppe Bilotta. * mdwn: Workaround discount's eliding of <style> blocks. * attachment: Fix utf-8 display bug.
2012-01-15+ calibre-0.8.35, davical-1.0.2, eric5-5.1.8, ffmpeg-20111212.0.9,wiz1-14/+18
ffmpeg-20120115.0.7.11, hatari-1.6.1, jpeg-8d, libplist-1.8, poppler-0.18.3, postal-0.72, powder-117, sbcl-1.0.55, tcsh-6.18.00, texmaker-3.2.2, wine-devel-1.3.37, xmlstarlet-1.3.1, xpaint-2.9.8.4.
2012-01-15update to 2.43mspo2-8/+8
2.43 2012-01-08 00:00:00 - Improved most commands with shortcut options. - Improved get command to automatically enable verbose mode for HEAD requests. (simotrone) - Improved documentation. 2.42 2012-01-02 00:00:00 - Deprecated Test::Mojo->max_redirects. - Removed exprimental status from respond_to method in Mojolicious::Controller. - Removed experimental status from error event in Mojo::UserAgent. - Removed experimental status from connect_timeout attribute in Mojo::UserAgent. - Removed experimental status from connection event in Mojo::Transaction. - Removed experimental status from upgrade event in Mojo::Asset::Memory. - Removed experimental status from auto_upgrade and max_memory_size attributes in Mojo::Asset::Memory. - Removed experimental status from part event in Mojo::Content::MultiPart. - Removed experimental status from upgrade event in Mojo::Content::Single. - Removed experimental status from auto_upgrade attribute in Mojo::Content::Single. - Removed experimental status from body event in Mojo::Content. - Removed experimental status from mojo_lib_dir and slurp_rel_file methods in Mojo::Home. - Removed experimental status from message event in Mojo::Log. - Removed experimental status from contains method in Mojo::Path. - Removed test_server method from Test::Mojo. - Renamed test_server method in Mojo::UserAgent to app_url. - Improved RFC 6265 compliance of generated request headers. - Improved documentation. - Fixed bug that prevented sessions without expiration. 2.41 2011-12-28 00:00:00 - Deprecated Mojo::Cookie->version. - Deprecated Mojo::Cookie::Response->comment and Mojo::Cookie::Response->port. - Removed experimental status from group feature of Mojolicious::Lite. - Removed experimental status from Mojo::Collection. - Removed experimental status from Mojolicious::Plugin::Mount. - Removed experimental status from dnt and etag methods in Mojo::Headers. - Improved session expiration by allowing it to be disabled. (nwatkiss, sri) - Improved session cookies to always enable the HttpOnly flag. (nwatkiss, sri) - Improved RFC 6265 compliance of cookie implementation. - Improved documentation. 2.40 2011-12-24 00:00:00 - Added EXPERIMENTAL JSON Pointer support. (crab) - Improved inactivity timeouts by allowing them to be disabled. - Improved class detection of inflate command. - Improved documentation. - Fixed small bug in Mojo::IOLoop::Server that prevented TLS tests from running parallel. (nwatkiss) - Fixed repository to not favor specific editors. 2.39 2011-12-22 00:00:00 - Deprecated all keep_alive_timeout attributes and parameters in favor of inactivity_timeout. - Added EXPERIMENTAL error event to Mojo::UserAgent. - Added EXPERIMENTAL local_address attribute to Mojo::UserAgent. - Added EXPERIMENTAL local_address option to Mojo::IOLoop::Client->connect. - Added EXPERIMENTAL close method to Mojo::IOLoop::Stream. - Added "hello.pl" and "fast.pl" to example scripts. - Removed log attribute from Mojo::UserAgent. - Removed MOJO_STATIC_CLASS and MOJO_TEMPLATE_CLASS environment variables. - Improved documentation. (marcus, vervain, sri) - Improved tests for many environment variables. - Fixed Morbo to ignore hidden directories. - Fixed small argument bug in client method of Mojo::IOLoop. - Fixed small memory leak in Mojo::IOLoop::Stream. - Fixed multiple small error reporting bugs in Mojo::UserAgent. - Fixed online tests to not be affected by geographical location. (marcus) 2.38 2011-12-17 00:00:00 - Changed Mojo::IOLoop->client arguments from ($loop, $stream, $err) to ($loop, $err, $stream). - Improved resilience of Mojo::IOLoop::Stream. - Improved documentation. (marcus, sri) - Improved tests. - Fixed memory leaks caused by named capture groups bug in Perl. (plu, sri) - Fixed small cleanup bug in Mojo::Asset::File. - Fixed small multipart bug in Mojo::Message. (augensalat) - Fixed missing status method in Mojo::Headers. (crab) - Fixed small Mojo::IOLoop::Stream timeout bug.
2012-01-15add and enable asterisk10jnemeth1-1/+2