summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29Many of the changes in PostgreSQL 8.4 are new or improved administration andadam46-0/+3852
monitoring tools and commands. Each user has their own favorite features which will make day-to-day work with PostgreSQL easier and more productive for them. Among the most popular enhancements are: * Parallel Database Restore, speeding up recovery from backup up to 8 times * Per-Column Permissions, allowing more granular control of sensitive data * Per-database Collation Support, making PostgreSQL more useful in multi-lingual environments * In-place Upgrades through pg_migrator (beta), enabling upgrades from 8.3 to 8.4 without extensive downtime * New Query Monitoring Tools, giving administrators more insight into query activity * Greatly Reduced VACUUM Overhead through the Visibility Map * New Monitoring Tools for current queries, query load and deadlocks Version 8.4 also makes data analysis easier through the advanced ANSI SQL2003 features of windowing functions, common table expressions and recursive queries. Enhancements to stored procedures, such as default parameters and variadic parameters, make database server programming simpler and more compact. Of course, there are also performance improvements included in this version.
2009-07-29where env PATH is being set for security reasons, have it include $PREFIX/binspz2-2/+8
pointed out by "Peter C. Lai" <peter@simons-rock.edu> fixes PR 41571
2009-07-29Update to 9.5.1-P3.reed2-7/+7
From CHANGES: 2640. [security] A specially crafted update packet will cause named to exit. [RT #20000]
2009-07-29Fix PKGNAME that I broke.reed1-1/+2
2009-07-29Update to 9.6.1-P1.reed2-6/+6
This is for PR pkg/41796: Security fix CVE-2009-0696
2009-07-28Note initial addition of p5-MooseX-Meta-TypeConstraint-ForceCoercionseb1-1/+2
version 0.01 as devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion into The NetBSD Packages Collection. The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion provides a class which allows to wrap any Moose::Meta::TypeConstraint in a way that will force coercion of the value when checking or validating a value against it.
2009-07-28Add & enable p5-MooseX-Meta-TypeConstraint-ForceCoercionseb1-1/+2
2009-07-28Initial import of p5-MooseX-Meta-TypeConstraint-ForceCoercion versionseb3-0/+32
0.01 in the NetBSD Packages Collection. The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion provides a class which allows to wrap any Moose::Meta::TypeConstraint in a way that will force coercion of the value when checking or validating a value against it.
2009-07-28Updated www/wordpress to 2.8.2adrianp1-1/+2
2009-07-28Update to 2.8.2adrianp3-16/+140
Highlights * New drag-and-drop widgets admin interface and new widgets API * Syntax highlighting and function lookup built into plugin and theme editors * Browse the theme directory and install themes from the admin * Allow the dashboard widgets to be arranged in up to four columns * Allow configuring the number of items to show on management pages with an option in Screen Options * Support timezones and automatic daylight savings time adjustment * Support IIS 7.0 URL Rewrite Module * Faster loading of admin pages via script compression and concatenation For all the details see: http://codex.wordpress.org/Version_2.8
2009-07-28Updated to 9.4.3-P3 for security issue:reed2-7/+7
https://www.isc.org/node/474
2009-07-28as discussed with gendalia@:spz5-11/+54
- add a patch to use hw.physmem64 instead of hw.physmem - change paths around so VARBASE gets a workout too - a bit of package makeup (DESTDIR, LICENSE)
2009-07-28fix build breakage, likely resulting from a weird interaction of Mesadrochner2-1/+18
and qt4 wrt include file ordering
2009-07-28-redo the scorefile install hacksdrochner6-54/+123
-disable ggz config file installation This avoids installation of files in var and etc at install time. bump PKGREVISION
2009-07-28add a makefile snippet to install a wrapper for "ggz-config", preventingdrochner1-0/+16
it from installing config files into /etc at pkg install time (We could do better, save the information and do it later from the INSTALL script, but I didn't anything ggz-like to work, the game servers didn't respond, so I don't know how to test it.)
2009-07-28pull a patch from upstream which fixes generation of invalid postscriptdrochner3-2/+112
files in some cases, bump PKGREVISION
2009-07-28Note PKGREVISION bump of db2latex.minskim1-1/+2
2009-07-28Use ifpdf.sty instead of defining one.minskim3-3/+46
The local definition of ifpdf caused a conflict with TeX Live.
2009-07-28note yesterday's firefox3 updatetnn1-1/+2
2009-07-28- plug up CVE-2009-1894, Linux specific local root shell vulnerabilitytnn3-6/+17
- add SPECIAL_PERMS to make the user-destdir build consistent - bump PKGREVISION
2009-07-28mention recent updates/additionsdrochner1-1/+15
2009-07-28Documented the trap into which I had just fallen.rillig1-1/+8
2009-07-28Did you know that the := operator behaves funnily? Example:rillig1-2/+6
exclam != echo ${DEFINED_LATER:Q} value colon := ${DEFINED_LATER} value DEFINED_LATER = later show: @echo ${exclam} @echo ${colon} Don't expect them to be the same.
2009-07-28Updated www/p5-libwww to 5.830sno1-1/+2
2009-07-28Updating package for p5 module LWP from 5.829 to 5.830sno2-6/+6
Upstream changes: 2009-07-26 Release 5.830 Gisle Aas (1): select doesn't return undef on failure [RT#32356] Ville Skyttae (1): Add raw RFC 1951 deflate test case.
2009-07-28Updated security/p5-IO-Socket-SSL to 1.27sno1-1/+2
2009-07-28Updating package for p5 module IO::Socket::SSL from 1.26 to 1.27sno2-6/+6
Upstream changes: v1.27 2009.07.24 - changed possible local/utf-8 depended \w in some regex against more explicit [a-zA-Z0-9_]. Fixed one regex, where it assumed, that service names can't have '-' inside - fixed bug https://rt.cpan.org/Ticket/Display.html?id=48131 where eli[AT]dvns[DOT]com reported warnings when perl -w was used. While there made it more aware of errors in Net::ssl_write_all (return undef not 0 in generic_write)
2009-07-28Updated devel/p5-ExtUtils-ParseXS to 2.20.02sno1-1/+2
2009-07-28Updating package for p5 module ExtUtils::ParseXS from 2.20 to 2.20.02sno2-7/+7
Upstream changes: 2.2002 - Sat Jul 18 17:22:27 EDT 2009 Bug fixes: - Fix Makefile.PL installdirs for older perls 2.20_01 - Wed Jul 8 12:12:47 EDT 2009 - Fix XSUsage prototypes for testing [Jan Dubois]
2009-07-28Updated devel/p5-ExtUtils-CBuilder to 0.26.03sno1-1/+2
2009-07-28Updating package for p5 module ExtUtils::CBuilder from 0.26.02 to 0.26.03sno2-7/+7
Upstream changes: 0.2603 - Sat Jul 18 06:56:06 EDT 2009 Bugs fixed: - Makefile.PL had wrong INSTALLDIRS setting for older Perls (RT#47985) [David Golden]
2009-07-28Updated devel/p5-Data-Dump to 1.15sno1-1/+2
2009-07-28Updating package for p5 module Data::Dump from 1.14 to 1.15sno2-7/+7
pkgsrc changes: - Adjusting license to ${PERL5_LICENSE} Upstream changes: 2009-07-26 Gisle Aas <gisle@ActiveState.com> Release 1.15 Fixed regexp that determines if hash keys are numeric [RT#48003]
2009-07-28Updated devel/p5-Bit-Vector to 6.6sno1-1/+2
2009-07-28Updating package for p5 module Bit::Vector from 6.4nb4 to 6.6sno2-8/+9
pkgsrc changes: - Adding license (perl 5) - Adjusting Carp::Clan version in depedencies Upstream changes: Version 6.6 27.07.2009 + Made the module thread-safe and MacOS X compatible Version 6.5 27.07.2009 + Added automatic support for module "Storable"
2009-07-28Updated devel/p5-List-MoreUtils to 0.24sno1-1/+2
2009-07-28Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24sno2-8/+9
pkgsrc changes: - Adding license (perl 5 license) Upstream changes: 0.24 Sun Jul 19 08:26:35 EDT 2009 - List::MoreUtils was not handling the stack properly when the stack was grown from inside code-references - a couple of tests for each_arrayref were calling each_array 0.23 Sun Apr 19 06:56:09 EDT 2009 - BACKWARDS INCOMPATIBLE CHANGE: fixed: Returning undef when none is passed an empty array is counterintuitive (http://rt.cpan.org/Ticket/Display.html?id=40905) - fixed: minmax error: unpredictable results with lists of 1 element (http://rt.cpan.org/Ticket/Display.html?id=39847) - fixed: bug: uniq doesn't like undef values. uniq warns on undef values (http://rt.cpan.org/Ticket/Display.html?id=37533) (http://rt.cpan.org/Ticket/Display.html?id=43214) - fixed: bug in pairwise when $a and $b are lexically defined using my (http://rt.cpan.org/Ticket/Display.html?id=44518) - fixed: Big memory leak with XS part() (http://rt.cpan.org/Ticket/Display.html?id=41097) - fixed: memory leak in indexes() [XS] (http://rt.cpan.org/Public/Bug/Display.html?id=41494) - reduced memory-requirements for the part() tests as that was responsible for a lot of unnecessary test-failures - new function bsearch() which performs a binary search
2009-07-28Note initial addition of p5-Context-Preserve version 0.01 asseb1-1/+2
devel/p5-Context-Preserve into The NetBSD Packages Collection. The Perl 5 module Context::Preserve automates the process of calling a function, getting the results, acting on the results, then returning the result of the function in the appropriate void, scalar, or list context.
2009-07-28Add & enable p5-Context-Preserveseb1-1/+2
2009-07-28Initial import of p5-Context-Preserve version 0.01 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Context::Preserve automates the process of calling a function, getting the results, acting on the results, then returning the result of the function in the appropriate void, scalar, or list context.
2009-07-28Updated www/ja-trac to 0.11.5pl1obache1-1/+2
2009-07-28Update ja-trac to 0.11.5pl1, a.k.a. Trac-0.11.5.ja1.obache3-7/+14
Trac-0.11.5.ja1 (Jul 20, 2009) * Merge Trac-0.11.5 Trac 0.11.5 (July 17, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5 Trac 0.11.5 is identical to 0.11.5rc2 except for fixing a minor incompatibility issue when using IIS via AJP as frontend (#8475). Trac 0.11.5rc2 (July 11, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc2 Trac 0.11.5rc2 fixes two regressions found in rc1 and one minor enhancement: * Fixed workaround for zipped Genshi eggs, [8354], #7823 * Fixed internal error when removing a wiki page version [8343]. * Fixed display of merge properties for scoped repositories #7715. Trac 0.11.5rc1 (March 30, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc1 Trac 0.11.5rc1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: Bug fixes: * Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304) * Fixed PostgreSQL upgrade issue (#8378) * More robust diff parsing (#2672) * Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
2009-07-27Updated mail/sylpheed to 2.7.0ahoka1-1/+2
2009-07-27Changes from 2.6.0ahoka3-8/+50
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail). * LibSylph (internal version) is built as shared library now. * The update check feature was implemented (requires curl command, included in Windows installer). * fsync() will be called after writing configuration files. * 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder. * The default command line options of spam filters were modified. * Win32: Hard link will be used to improve file I/O performance if available. * Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change. * Win32: Install/uninstall will be aborted if Sylpheed is running. * Win32: The registration of Start menu will be applied to all users. * Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista). * A crash bug on CSV import of the address book was fixed. * Several other bugfixes were made.
2009-07-27update to 0.15.1drochner4-15/+17
This is a major update - from the announcement: 24/32 bit support, audio archive support (bz2/iso9660/zip), all config entries are completely optional now, multiple and pulseaudio mixer support, new audio playing modes (consume, etc..), sticker database, improved tag parsing of all types and too many interesting highlights left out of this list pkgsrc notes: Archive support isn't enabled yet (disabled per default upstream), neither is pulseaudio support, just kept the functionality of the previous version. I didn't find out what libcue does for flac support -- album FLACs work well for me without that, so I've left it out for now.
2009-07-27build/install qdoc3 and some assistant parts, needed for QtCreator,drochner2-5/+14
from Florian Walpen per mail to pkgsrc-users, bump PKGREVISION
2009-07-27+ariodrochner1-1/+2
2009-07-27add ario-1.3, another mpd clientdrochner4-0/+136
2009-07-27mkcuedrochner1-1/+2
2009-07-27add mkcue-2.1 which is a tool to extract a CUE sheet from a CD,drochner5-0/+74
needed for the "-M" option of "abcde", the original distribution doesn't seem to be maintained anymore, I just found a reference in Debian, the version number is aligned to the Debian one (including a bugfix)