summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-30Make xentools3 packages conflict with xentools33bouyer2-4/+4
2008-08-30Note update of the "samba" package to version 3.0.32.tron2-3/+3
2008-08-30Update "samba" package to version 3.0.32. Changes since 3.0.30:tron4-25/+8
- Prevent crash bug in Winbind caused by a race condition when a child process becomes unresponsive. - Fix interactive password prompting in the "net" command. - Documentation clarifications and typographical fixes. - Correct issues with running Winbind running on a Samba PDC. - Problems with trusted Windows 2008 domains. - Difficulty joining an NT4 or Windows 2000 AD domain.
2008-08-30Updated graphics/gimp to 2.4.7adam1-1/+2
2008-08-30Changes 2.4.7:adam4-21/+21
- fixed issue in GIF load plug-in - fixed event handling in MIDI controller - fixed handling of the 'Highlight' tool option in Crop and Rectangle Select tools - various fixes to the Python bindings: - fixed crash with Python 2.5 on 64 bit systems - added missing validity checks - allow to pass None for PDB_DISPLAY - plugged a memory leak in gimp-text-get-extents-fontname PDB call - fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service - fixed endianness issue in the ICO save plug-in - translation fixes and updates (be, it, lt, nn, vi)
2008-08-30Note update of the "python25" package to version 2.5.2nb3.tron1-1/+2
2008-08-30Add security patches for CVE-2008-2315, CVE-2008-2316, CVE-2008-3142 andtron22-9/+1003
CVE-2008-3144 (this one shouldn't affect platforms supported by pkgsrc) all taken from Gentoo. Bump package revision.
2008-08-30Remove restriction to i386. I can't find any reason for it, other packagersdholland1-4/+1
seem to build it for at least amd64 fine, the code looks perfectly portable, and nobody answered a query on tech-pkg.
2008-08-30Note update of sunclockdholland1-1/+2
2008-08-30patch-aa: don't make own declaration of strdup(); fixes broken Linux builddholland4-7/+59
patch-ab: fix y2038 bugs; time_t != long distinfo: update Makefile: PKGREVISION++
2008-08-30Note update of the "tiff" package to version 3.8.2nb4.tron1-1/+2
2008-08-30Apply Debian's fix for the security vulnerability reported intron3-3/+64
CVE-2008-2327. Bump package revision.
2008-08-30note update of sysutils/lilodholland1-1/+2
2008-08-30There's a perl script in here, so USE_TOOLS+=perl:run. PKGREVISION++.dholland1-2/+3
2008-08-30Note pkgrevision bump of lang/parrotdholland1-1/+2
2008-08-30patch-aa (with dragonfly config) got merged upstream. Applying thedholland3-38/+3
patch with a more tolerant version of patch (like netbsd's) gives two copies of the definitions in the same file, with who knows what consequences. Applying the patch with a less tolerant version of patch fails. So, remove it, and bump PKGREVISION just in case.
2008-08-30Document "lzw" option used by e.g. the "tiff" package.tron1-0/+1
2008-08-30Fixed two pkglint warnings.rillig1-3/+3
2008-08-30Fixed a typo found by Eric Haszlakiewicz.rillig1-2/+2
2008-08-30Also install gentxt.csherh2-3/+5
2008-08-29mercurial-1.0.2 update donebjs1-2/+1
2008-08-29+ Updated devel/mercurial to 1.0.2 [bjs 2008-08-29]bjs1-1/+2
2008-08-29Update to mercurial-1.0.2bjs4-36/+16
This is a relatively small bugfix release with two security fixes. Security: * ensure that git patches only touch files within the repository (CVE-2008-2942) * hgweb: fix "allowpull" permission being ignored when pulling from hgweb General: * commit: handle copies of previously deleted files (issue 1175) * bisect: allow for having multiple resulting changesets * fix Python 2.3 compatibility * make mq patches and .hgtags hardlink-safe again * various documentation improvements and fixes * fix a crash when addremove was called to replace a deleted directory with a symlink * make branches output easier to parse (issue 1230) * fix inactive branches detection (issue 1104) * hgweb: fix a crash in archive when the URL did not end in an expected archive type * sshserver: fix a crash in error handling code * fix the patchbomb extension on Windows by including email package in binary installations * handle symlinks when OS supports them but FS doesn't (issue 1149) Extensions: * mq: * fix qrefresh losing metadata on the last refreshed file (issue 1134) * fix a crash when renaming a patch just after a versioned queue initialization * fix the path of an explicitly specified queue when merging patches * strip now updates the working directory only if a parent was stripped * convert: * CVS: fix a crash when converting an existing working copy * monotone: fix quotes and backslashes parsing when reading commit messages * Subversion: correctly normalize paths and slashes * Subversion: fix compatibility with Subversion 1.5 * git: allow converter to work with recent git releases * color: * get coloring for qseries --verbose output * improve mq extension detection * reset coloring before and after outputting colorized lines * highlight: fix a performance issue when detecting file types from large files * notify: take the diff options into account
2008-08-29Note initial addition of p5-DBIx-Class-Fixtures version 1.001001seb1-1/+2
as databases/p5-DBIx-Class-Fixtures into The NetBSD Packages Collection. The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. Describe fixture set using relations and conditions based on your DBIx::Class schema.
2008-08-29Add & enable p5-DBIx-Class-Fixturesseb1-1/+2
2008-08-29Initial import of p5-DBIx-Class-Fixtures version 1.001001 in theseb3-0/+44
NetBSD Packages Collection. The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. Describe fixture set using relations and conditions based on your DBIx::Class schema.
2008-08-29Add entry to gtk2sborrill1-0/+1
2008-08-29Updated x11/xdialog to 2.3.1sborrill1-1/+2
2008-08-29Update to 2.3.1sborrill9-113/+69
Add PKG_OPTION gtk2 to compile with gtk2 support instead of gtk1. Please note the warnings below. Changelog: 18/08/06 v2.3.1 - Fixed the bug, introduced in v2.3.0, where the "Hide typing" check button always appeared in the input boxes, regardless of the existence of a password field. 13/08/06 v2.3.0 - Added a new --password=1|2 syntax to allow a password field in one of the first fields of --2inputsbox and --3inputsbox. - Added optional <red> <green> <blue> parameters for the --colorsel widget. - Corrected a bug in the --treeview widget which was failing to properly build a tree when decreasing the level of an item by more than 1, compared to the level of the previous item. - Corrected a bug in the --colorsel widget which triggered a GTK warning when the --icon option was used. - Adapted a patch from Jean-Philippe Guillemin for the GTK2 version of Xdialog (this version is still seriously broken: DO NOT use it in production projects), implementing the use of the GTK2 stock icons for the Xdialog buttons. 06/05/06 v2.2.1 - Corrected the bug in the --dselect widget which was returning a filename by default, instead of the directory name. Also removed the file specific fields and buttons from the directory selector. - Corrected a typo in the man page. 26/01/06 v2.2.0 - Added preliminary GTK2 support (adapted from a patch by Andrew Van Uitert). Run 'configure' with the --with-gtk2 option to enable the compilation against GTK2. !!!! BEWARE !!!! This should be considered alpha-code, and the GTK2 version of Xdialog does not yet implement everything the GTK1 version got. It also got many problems when running on non-UTF8 systems... For -SERIOUS- use, use the GTK+ v1.2.10 version of Xdialog ! - Added the --timeout option for compatibility with cdialog (requested by Michelle Konzack). - Partly successful attempt at fixing a problem with some patched GTK versions (Mandrake's, for instance) which are reseting the theme each time all windows are closed (thus breaking --rc-file). Still an issue with the fixed fonts of the XDIALOG_HIGH_DIALOG_COMPAT mode, because of another weird patch (rclocal patch): get unpatched version of GTK+ v1.2.10. Such a version is available on Xdialog's website. - The default fixed font is now: "-*-*-medium-r-normal-*-*-*-*-*-m-70-*-*" (removed the iso8859-1 specification). - Implemented a custom log message handler to prevent GTK/GDK/ GLIB from using stdout as the message output. - Added XDIALOG_NO_GMSGS environment variable support to forbid (when TRUE) emission of GTK/GDK/GLIB messages on stderr. - Brazillian Protuguese translation updates (courtesy of Ricardo Bertagna). - Upgrade to gettext-0.14.1. 23/07/04 v2.1.2 - Added the ESC keyboard shortcut for the CANCEL/NO button. - Added the Indonesian, Dutch, Polish, Italian, Catalan and Swedish translations. - Changed Xmessage and textbox samples for compatibility with bash-less systems. - Updated for gettext v0.13.1. - Added fixes in the spec file for automake bugs.
2008-08-29PKG_DESTDIR_SUPPORT=user-destdirabs1-4/+6
2008-08-29Django 1.0beta2.joerg1-1/+2
2008-08-29Update to Django 1.0beta2:joerg3-94/+139
- Refactored django.contrib.comments - Refactored documentation - Removal of the remaining parts and glue for oldforms - Bugfixes
2008-08-29Update chat/bitlbee to 1.2.2tonio1-1/+2
Version 1.2.2 (released 2008-08-26) hilights: * Fixed a security issue where it was possible to recreate/hijack already existing accounts. * Various stability improvements and minor feature enhancements.
2008-08-29Update chat/bitlbee to 1.2.2tonio2-6/+6
Fixes security issue http://secunia.com/advisories/31633/ Changelog: Version 1.2.2 (released 2008-08-26) hilights: * Fixed a security issue where it was possible to recreate/hijack already existing accounts. * Various stability improvements and minor feature enhancements.
2008-08-29Add fix to properly detect socklen_t on various system. Fixes PR 39421.tonnerre2-1/+38
2008-08-29Note PKGREVISION bump of misc/openoffice2.hira1-1/+2
2008-08-29Fix CVE-2008-3282 (OpenOffice.org "rtl_allocateMemory()" Truncationhira3-2/+43
Vulnerability). Bump PKGREVISION.
2008-08-29Add missing options.mk which didn't make the last train out.bjs1-0/+21
2008-08-28Don't warn about pkgbase and pkg-build-options.mk in the buildlink3.mkrillig1-2/+15
files, since that pattern has become quite common.
2008-08-28Added math/openaxiom version 1.2.0.ahoka2-2/+4
2008-08-28Import openaxiom-1.2.0 as math/openaxiom.ahoka5-0/+2386
Packaged by Aleksej Saushev through the pkgsrc-wip project. OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. OpenAxiom strives to support ubiquitous, advanced, high quality open source computer algebra on major operating systems, in particular major Unix variants, GNU/Linux variants, Windows, and handheld devices. It aims at being the open source computer algebra system of choice for research, teaching, engineering, etc.
2008-08-28Remove "-Wno-pointer-sign" compiler options if we are building withtron1-1/+7
GCC 3.x. This should fix PR pkg/39421.
2008-08-28Note update of devel/p5-Test-MockObject to version 1.09nb1seb1-1/+2
2008-08-28The perl modules UNIVERSAL::isa and UNIVERSAL::can are required atseb1-3/+4
runtime by the module Test::MockObject. Hence make runtime, vs buildtime, dependencies of the packages prodiving these. Bump PKGREVISION to 1.
2008-08-28Updated devel/scons-devel to 1.0.0.tonnerre1-1/+2
2008-08-28Update scons-devel to version 1.0.0, being the latest stable. Changes sincetonnerre4-42/+159
the latest unstable are mostly bugfixes as the name suggests.
2008-08-28Add destdir support and mark not make jobs safe.ahoka3-15/+61
Submitted by Aleksej Saushev in PR pkg/39406.
2008-08-28Try to fix uncompleted PLIST handling.obache1-4/+4
2008-08-28ruby-sqlite3-1.2.3 => 1.2.4obache1-2/+2
2008-08-28+ Added misc/teseq version 1.0.0 [bjs 2008-08-28]bjs1-1/+2