summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31use mmap to allocate the VM memory as welltnn2-7/+7
2009-08-31Updated audio/alsa-utils to 1.0.20wiz1-1/+2
2009-08-31Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable.wiz3-14/+13
2009-08-31Use mmap to allocate executable memory on NetBSD as well.tnn3-7/+8
Bump revision.
2009-08-31Note alsa-{lib,plugins-oss,plugins-pulse} updates to 1.0.21.wiz2-5/+5
2009-08-31Update alsa packages to 1.0.21.wiz9-23/+38
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19 http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20 http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21 contain ~300kB of changes.
2009-08-31Updated net/yaz to 3.0.48wiz2-3/+3
2009-08-31Update to 3.0.48:wiz2-7/+6
--- 3.0.48 2009/08/28 The show command offered by the zoomsh command now takes a 3d optional parameter type which is what is passed to ZOOM_record. If the type argument is omitted, "render" is used. RPN to CQL conv may use USE string attributes (bug #2978). MarcXchange NS is now info:lc/xmlns/marcxchange-v1 .
2009-08-31Fix NetBSD build. Insert omitted "defined" in "defined(__Dragonfly__)".asau2-9/+15
2009-08-31Updated www/ap2-wsgi to 2.5gdt1-1/+2
2009-08-31Update to 2.5.gdt2-6/+6
Bug Fixes 1. Change to workaround problem where correct version of Python framework isn't being found at run time and instead uses the standard system one, which may be the wrong version. Change is for those Python versions on MacOS X which include a .a in Python config directory, which should be symlinked to framework, link against the .a instead. For some reason, doing this results in framework then being picked up from the correct location. This problem may well have only started cropping up at some point due to a MacOS X Leopard patch update as has been noticed that Python frameworks installed previously stopped being found properly when mod_wsgi was subsequently recompiled against them. Something may therefore have changed in compiler tools suite. For more details see: http://code.google.com/p/modwsgi/issues/detail?id=28 2. Remove isatty from Log object used for stdout/stderr. It should have been a function and not an attribute. Even so, isatty() is not meant to be supplied by a file like object if it is associated with a file descriptor. Thus, packages which want to use isatty() are supposed to check for its existance before calling it. Thus wasn't ever mod_wsgi that was wrong in not supply this, but the packages which were trying to use it. For more details see: http://code.google.com/p/modwsgi/issues/detail?id=146
2009-08-31Fix buildlinking on Darwinadam1-1/+4
2009-08-31s/Updated/Added/ for gbemoljoerg1-2/+2
2009-08-31+ gbemoljoerg1-1/+2
2009-08-31Updated audio/gbemol to 0.3.2joerg1-1/+2
2009-08-31Imported gbemol-0.3.2 from pkgsrc-wip:joerg4-0/+43
gbemol allows you to use MPD with a userfriendly interface. Features include an easy-to-use, tag-oriented library browser, a two mode playlist, cover art support (APIC tag only, for now), system tray icon docking, song, album and artist information. Music Player Daemon is a server that allows remote access for playing audio files, streams and managing playlists. The daemon is controlled through a client which need not run on the same computer mpd runs on.
2009-08-31Updated math/maxima to 5.19.2.asau1-1/+2
2009-08-31Update to Maxima 5.19.2.asau2-6/+6
Changes since 5.19.1: * bug fix in defint * bug fix in csign * bug fix in "not" * bug fix in implicit3d * bug fix in sublist * bug fix in share/matrix/eigen.mac * bug fix in share/contrib/stats/stats.mac
2009-08-31Fix buildling on Darwin, including universal binariesadam4-9/+35
2009-08-31Updated emulators/qemu to 0.10.6.hasso2-3/+3
2009-08-31Update to 0.10.6. Tested on DragonFly only.hasso27-483/+364
version 0.10.6: - e1000: ignore reset command (Kevin Wolf) - fix VNC memory allocation (Stefan Weil) - fix raw_pread_aligned return value (Christoph Hellwig) - allow monitor interaction when using -incoming exec: (Chris Lalancette) - fix -net socket,listen (Jan Kiszka) - live migration: don't send gratuitous packets all at once (Gleb Natapov) - serial: fix lost characters after sysrq (Jason Wessel) - Fix prototype of zfree (Stefan Weil) - Handle EINTR with exec: migration (Uri Lublin) - Delete io-handler before closing fd after migration (Uri Lublin) - Fix qemu_aio_flush (Andrea Arcangeli) - lsi53c895a: Implement additional registers (Sebastian Herbszt) - virtio-blk: fix warning (Gerd Hoffman) - i386: fix cpu reset (Nitin Kamble) - kvm: fix irq injection into full queue (Jan Kiszka) - Prevent CD-ROM eject while device is locked (Mark McLoughlin) - Fix screen dump with blank screen (Eduardo Habkost) - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata) - Fix memory leak in SDL (Jan Kiszka) - Fix build on OS X 10.4 (John Arbuckle) - Fix leak of vlan clients after hot remove (Mark McLoughlin) - Fix migration after hot remove with eepro100 (Mark McLoughlin) - Don't start a VM after failed migration if stopped (Anthony Liguori) - Fix live migration under heavy IO load (Glauber Costa) - Honor -S on incoming migration (Paolo Bonzini) - Reset HPET config register on reset (Beth Kon) - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti) version 0.10.5: - kvm: trim unsupported cpu features from cpuid (Avi Kivity) - kvm: provide a better error message for -smp > 1 (Mark McLoughlin) - Remove initrd printfs (Richard Jones) - Initial variables found by valgrind (Jean-Christophe Dubois) - Fix -initrd with > 4GB guests (Glauber Costa) - Fix busy loop on live migration for certain platforms (Uri Lublin) - Remove GCC 3.x requirements from docs (Hollis Blanchard) - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias) - CRIS: Fix bmi (Edgar Iglesias) - Fix bounce buffer errors (Avi Kivity) - Fix regression in -kernel (Anthony Liguori) version 0.10.4: - Improve block range checks to remove integer overflow (Kevin Wolf) - e1000: do not re-init PCI config space 0 (Amit Shah) - fix AIO deletion race (Alex Graf) - reset option roms on reboot (Glauber Costa) - fix qcow2 corruption in cluster freeing (Gleb Natapov) - Enable power button event generation (Gleb Natapov) version 0.10.3: - fix AIO cancellations (Avi Kivity) - fix live migration error path on incoming - avoid SEGV on pci hotplug failure (Chris Wright) - fix serial option in -drive - support DDIM for option roms (Glauber Costa) - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) - block-vpc: don't silently create smaller images than requested (Kevin Wolf) - Fix non-ACPI timer interrupt routing (Beth Kon) - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) - kvm: fix cpuid initialization (Jan Kiszka) - qcow2: fix corruption on little endian hosts (Kevin Wolf) - avoid leaing memory on hot unplug (Mark McLoughlin) - fix savevm/migration after hot unplug (Mark McLoughlin) - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) - Make PCI config status register read-only (Anthony Liguori) - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) version 0.10.2: - fix savevm/loadvm (Anthony Liguori) - live migration: fix dirty tracking windows (Glauber Costa) - live migration: improve error propogation (Glauber Costa) - qcow2: fix image creation for > ~2TB images (Chris Wright) - hotplug: fix error handling for if= parameter (Eduardo Habkost) - qcow2: fix data corruption (Nolan Leake) - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell) - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno) - hotplug: fix closing of char devices (Jan Kiszka) - hotplug: remove incorrect check for device name (Eduardo Habkost) - enable -k on win32 (Herve Poussineau) - configure: use LANG=C for grep (Andreas Faerber) - fix VGA regression (malc) version 0.10.1: - virtio-net: allow masking of notifications on empty queue (Alex Williamson) - e1000: fix rx descriptor low threshold logic (Alex Willaimson) - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka) - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity) - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa) - virtio-net: check right return size on sg list (Alex Williamson) - Make qemu_announce_self handle holes (live migration after hotplug) (Marcelo Tosatti) - Revert r6804-r6808 (qcow2 allocation info). This series of changes added a high cost to startup for large qcow2 images (Anthony Liguori) - qemu-img: fix help message (Aurelien Jarno) - Fix build for non-default installs of SDL (Anthony Liguori) - Fix race condition in env->interrupt_request. When using TCG and a dynticks host timer, this condition could cause TCG to get stuck in an infinite loop (Aurelien Jarno) - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka) - Fix encrypted disk reporting in 'info block' (Jan Kiszka) - Fix console size with tiny displays (MusicPal) (Jan Kiszka) - Improve error handling in bdrv_open2 (Jan Kiszka) - Avoid leaking data in mux'ed character devices (Jan Kiszka) - Fix initial character device reset (no banner in monitor) (Jan Kiszka) - Fix cpuid KVM crash on i386 host (Lubomir Rintel) - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation (Ryan Harper) version 0.10.0: - TCG support (No longer requires GCC 3.x) - Kernel Virtual Machine acceleration support - BSD userspace emulation - Bluetooth emulation and host passthrough support - GDB XML register description support - Intel e1000 emulation - HPET emulation - VirtIO paravirtual device support - Marvell 88w8618 / MusicPal emulation - Nokia N-series tablet emulation / OMAP2 processor emulation - PCI hotplug support - Live migration and new save/restore formats - Curses display support - qemu-nbd utility to mount supported block formats - Altivec support in PPC emulation and new firmware (OpenBIOS) - Multiple VNC clients are now supported - TLS encryption is now supported in VNC - MIPS Magnum R4000 machine (Hervé Poussineau) - Braille support (Samuel Thibault) - Freecom MusicPal system emulation (Jan Kiszka) - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski) - EsounD audio driver (Frederick Reeve) - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz) - Many, many, bug fixes and new features
2009-08-31Fix build as seen on NetBSD 3.1_STABLE/{i386,sparc64}: unlimit data-sizeseb1-1/+3
2009-08-31postfixmartti1-1/+3
2009-08-31Updated mail/postfix-current to 2.7.20090828martti2-7/+7
The stable release Postfix 2.6.5 addresses the defects described below (some already addressed with the not-announced Postfix 2.6.3 release). These defects are also addressed in the legacy releases that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19. Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and 2.7-20090807-nonprod. These contain a DNS workaround that causes more trouble than it prevents. It is removed until further notice. Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19: - The Postfix Milter client got out of step with a Milter application after the application sent a "quarantine" request at end-of-message time. The Milter application would still be in the end-of-message state, while Postfix would already be working on the next SMTP event, typically, QUIT or MAIL FROM. In the latter case, Milter responses for the previously-received email message would be applied towards the next MAIL FROM transaction. This problem was diagnosed with help from Alban Deniz. Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19: - The Postfix SMTP server would abort with an "unexpected lookup table" error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31Updated mail/postfix to 2.6.5martti2-6/+6
The stable release Postfix 2.6.5 addresses the defects described below (some already addressed with the not-announced Postfix 2.6.3 release). These defects are also addressed in the legacy releases that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19. Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and 2.7-20090807-nonprod. These contain a DNS workaround that causes more trouble than it prevents. It is removed until further notice. Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19: - The Postfix Milter client got out of step with a Milter application after the application sent a "quarantine" request at end-of-message time. The Milter application would still be in the end-of-message state, while Postfix would already be working on the next SMTP event, typically, QUIT or MAIL FROM. In the latter case, Milter responses for the previously-received email message would be applied towards the next MAIL FROM transaction. This problem was diagnosed with help from Alban Deniz. Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19: - The Postfix SMTP server would abort with an "unexpected lookup table" error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31Updated mail/akonadi to 1.2.1wiz2-3/+3
2009-08-31Update to 1.2.1:wiz2-7/+6
1.2.1 28-August-2009 --------------------------------------------- - Fix item creation with RID's containing a ']'. - Fix ASAP parser not reading the entire command.
2009-08-31Note removal of lzma-utils, use xz instead.wiz1-1/+2
2009-08-31Remove lzma-utils, use xz instead.wiz5-58/+1
2009-08-31Updated time/etm to 294wiz2-3/+3
2009-08-31Update to 294:wiz2-6/+6
294 Fixed bug in which unicode strings in caledar output would not be displayed properly. 293 Fixed bug in repetitions with overdue = s in which a task more than one repetition past due resulted in an endless loop. 292 Fixed gui bug in which pressing F1 after p would crash. Also bug involving single = signs in data.py year2string(). 291 Fixed weather.py to only show chill when different than temp and to only show calm when wind speed is zero.
2009-08-31Updated archivers/xz to 4.999.9betawiz2-3/+3
2009-08-31Update to 4.999.9beta:wiz3-8/+43
XZ Utils 4.999.9beta was released on 2009-08-27. Among many less important changes, this release fixes a data corruption in the compression code. (The bug was specific to XZ Utils and was not present in 7-Zip or LZMA SDK.) Everyone using an older version of XZ Utils should upgrade. This is the last beta release before XZ Utils 5.0.0. No big changes are planned before the first stable release.
2009-08-31Updated www/squidGuard to 1.4adam2-3/+3
2009-08-31Changes 1.4:adam4-114/+35
* Included last fixes for 1.4 final. * Some cleanup and fine work: added information about "-b" parameter to the help output. Added "!" to the list of allowed characters in urls. * Added a switch to turn on the progress bar. * Bug fixes. * Added MySQL support for authentication.
2009-08-31Updated chat/telepathy-farsight to 0.0.9wiz2-3/+3
2009-08-31Update to 0.0.9:wiz2-7/+6
telepathy-farsight 0.0.9 (03 Aug 2009) ====================================== - Emit session-invalidated on channel dispose (prevents leak) - Fix ICE priority mangling (so not all candidates get 0) - Use new error numbers from the the 0.17.27 spec
2009-08-31break dependency loop between ccache and digesttnn1-2/+2
2009-08-31Updated chat/telepathy-glib to 0.7.35wiz2-3/+3
2009-08-31Update to 0.7.35:wiz3-7/+9
telepathy-glib 0.7.35 (2009-08-18) ================================== The "dance to the sound of sirens" release. API changes: * fd.o #17751: TpBaseConnection no longer guarantees that the self-handle is set to 0 when the state changes to DISCONNECTED; instead, the self-handle remains valid until the connection is disposed, so that connection managers can use it during teardown. (cassidy) - This change will cause assertion failures on disconnection in telepathy-sofiasip older than 0.5.17, and in telepathy-gabble older than 0.7.9. Enhancements: * Add tp_dbus_daemon_list_names() and tp_dbus_daemon_list_activatable_names(), which are more efficient (and more const-correct) versions of the corresponding autogenerated tp_cli_dbus_daemon methods (smcv) * Support the Hold interface in the "callable" example CM (andrunko) Fixes: * Finally make tp_dbus_daemon_watch_name_owner bind to NameOwnerChanged selectively, for reduced wakeups. To take advantage of this, you should avoid using all functions that start with tp_cli_dbus_daemon_; file bugs to request more replacement functions in the tp_dbus_daemon namespace. (smcv) * Fix a memory leak in tp_dbus_daemon_watch_name_owner (smcv) * fd.o #9812: TpDynamicHandleRepo: use tp_dbus_daemon_watch_name_owner for reduced wakeups (smcv) * In TpDynamicHandleRepo, if a client holds handles then immediately crashes, release those handles as soon as we find out that it's gone (smcv) * fd.o #22957: fix compilation in some non-gcc compilers (based on a patch from Elaine Xiong) * As per telepathy-spec 0.17.27, represent connection status reason NAME_IN_USE as TP_ERROR_CONNECTION_REPLACED or TP_ERROR_ALREADY_CONNECTED (as appropriate), not as TP_ERROR_NOT_YOURS, so that NotYours can safely be given special handling (smcv) telepathy-glib 0.7.34 (2009-08-16) ================================== The "secret lack of example detected" release. Enhancements: * Updated to telepathy-spec 0.17.27 (smcv) - generate code for Connection.Interface.Location - omit Debug interface from code-generation for now: it will be enabled in a future release when we have reference client- and service-side implementations (possibly called TpDebugReceiver and TpDebugSender) - add more errors - generate code for Handler.Capabilities property * Add macros for static assertions (tp_verify, tp_verify_true, tp_verify_statement) to util.h (smcv, adapted from gnulib) * Make the allocation model for tp_dbus_properties_mixin_make_properties_hash part of our ABI guarantee (smcv) * Add a GType macro TP_ARRAY_TYPE_OBJECT_PATH_LIST (wjt) Fixes: * fd.o #23164: don't unref a NULL DBusMessage (wjt) * Get tp_intset_iter_init and tp_intset_iter_reset into the documentation (smcv) * Make omitted CM parameters that have a default indistinguishable from explicitly-passed parameters with that value, removing the need to specify the default in the Connection as well (sjoerd) * fd.o #22889: reduce introspection round-trips (wjt) * Fix header guard in debug.h (dilinger) * fd.o #18091: for interfaces with D-Bus methods, document how to write a complete interface init function (smcv) * Fix a rare crash when a TpProxyPendingCall is cancelled before the DBusGProxyCall is provided (smcv)
2009-08-31Updated graphics/py-cairo to 1.8.8wiz1-1/+2
2009-08-31Update to 1.8.8:wiz5-66/+95
General Changes: Pycairo 1.8.8 requires cairo 1.8.8 (or later). Move from CVS to git. Add support for the waf build tool. Updated methods The PDF/PS/SVGSurface constructors now accept None as a filename.
2009-08-31Updated games/gbrainy to 1.12wiz2-3/+3
2009-08-31Update to 1.12:wiz2-7/+6
Minor release that introduces the following enhancements: * 3 translations updated * 2 bug fixes (1 major)
2009-08-31Updated sysutils/libpciaccess to 0.10.8wiz1-1/+2
2009-08-31Update to 0.10.8:wiz3-20/+6
Slight brown paper bag release, 0.10.7 fails to build when the vga arb stubs were required. also whot pointed out I had no info in 0.10.7 release mail. libpciacesss 0.10.8 provides support for VGA arbiter on Linux, along with support to check if a device is the boot VGA and if a device has a kernel driver associated with it. Dave Airlie (1): pciaccess: bump to 0.10.8 Thomas Klausner (1): pciaccess: fix vga arb stubs
2009-08-31Fix build problem on Solaris with PKGSRC_COMPILER=sunpro and 'db4'seb1-2/+2
in PKG_OPTIONS.apr-util/PKG_DEFAULT_OPTIONS. USE_LANGUAGES should be set before including mk/apache.mk as it (may) ends up including mk/compiler.mk. This last file sets a default value of 'c' to USE_LANGUAGES and then uses it to set PKG_CC, PKG_CXX and PKG_FC to "fail wrappers". Hence the C++ compiler command ends up being wrapped by a "fail script" thus breaks the build.
2009-08-30Updated www/ikiwiki to 3.1415926schmonz1-1/+2
2009-08-30Update to 3.1415926. From the changelog:schmonz9-129/+112
* [ Joey Hess ] * po: Detect if nowrapi18n can't be passed to po4a, and warn about the old version, but continue. Closes: #541205 * inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 * Add discussionpage configuration setting. * Several optimisations, including speedups to orphans and brokenlinks calculation. * meta, img: Fix bugs in dependency code. (smcv) * Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case. * Add basic styling of po plugin's languages list. * inline: Display an error if feedpages is specified and fails to match due to a problem such as created_before being told to check against a page that does not exist. * Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective pages from the basewiki. * Updated French program translation from Philippe Batailler. Closes: #542036 * po: Fixed to run rcs_add ralative to srcdir. * Italian program translation from Luca Bruno. * Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510 * Optimize the dependencies list. This also fixes a bug that could cause repeated refreshes of the wiki to grow increasingly larger dependency lists, and get increasingly slower. (smcv) * Rebuild wikis on upgrade to this version to fix bloat caused by the dependency bug. * Further optimisation of dependency handling by adding a special case for simple page dependencies. (smcv) * htmltidy: Return an error message if tidy fails. Closes: #543722 * po: Fix name of translated toplevel index page. (intrigeri) * po: Fix display of links from a translated page to itself (ntrigeri) * Add Czech basewiki translation from Miroslav Kure. * po: fix interdiction to create pages of type po (intrigeri) * po: po: favor the type of linking page's masterpage on page creation (intrigeri) * img: Don't generate new verison of image if it is scaled to be larger in either dimension. * [ Josh Triplett ] * teximg: Replace the insufficient blacklist with the built-in security mechanisms of TeX. (CVE-2009-2944) In order to fix a performance bug, all wikis need to be rebuilt on upgrade to this version. If you listed your wiki in /etc/ikiwiki/wikilist, use ikiwiki-mass-rebuild to force a rebuild.
2009-08-30Updated archivers/zip to 3.0nb1dsainty1-1/+2