Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:51:50 UTC Now

2013-04-16 13:55:33 UTC MAIN commitmail json YAML

Explain when buildlink3.mk files need to be included in other buildlink3.mk
files. Requested by rodent.

(wiz)

2013-04-16 11:26:46 UTC MAIN commitmail json YAML

Updated converters/skf to 1.99.3

(obache)

2013-04-16 11:22:30 UTC MAIN commitmail json YAML

Update skf to 1.99.3.

skf (1.99.3) Thu, 11 Apr 2013 20:14:07 +0900

  * fix skfoFILE definition
  * fix ruby 2.0.0 header file inclusion
  * fix unexpected non-registered codeset name use

(obache)

2013-04-16 10:49:31 UTC MAIN commitmail json YAML

Use CPPFLAGS in configure script: needed on Mac OS X to make use of -isysroot

(adam)

2013-04-16 06:48:11 UTC MAIN commitmail json YAML

Updated math/isl to 0.11.2

(adam)

2013-04-16 06:47:15 UTC MAIN commitmail json YAML

Changes 0.11.2:
* make code generation output the same on Solaris
* fix some hard to trigger bugs

(adam)

2013-04-16 01:09:04 UTC MAIN commitmail json YAML

Updated geography/viking to 1.4.1

(gdt)

2013-04-16 01:08:47 UTC MAIN commitmail json YAML

Update to 1.4.1.

pkgsrc changes: improve patch comment and explain why it is not
filed/applied upstream.

Viking 1.4.1.0 (2013-04-08)
Bug Fix Release + updated translations
* Import Launchpad translation updates [Mainly for large Czech update]
* Fix using .vik files with 'unusual' track or waypoint names
* Fix waypoint selection when the waypoint has an image but the images are not being displayed.
* Fix showing map timestamps on Windows on the map tile info dialog.
* SF#3608411: Part 2 - Avoid creating command window on Viking start-up.
* SF#3608411: Part 1 - Avoid warning about unbuffer on Windows Systems.
* SF#3608264: Improve Statusbar Location Info Maybe Truncated
* Prevent inputting empty names for layers and sublayers via the layers panel.
* SF#3608311: Fix crash caused by renaming blank sublayer names
* Be less strigent in loading Geotagged images without optional GPS tags
* Fix use of scaled tile image when tile image not present.
* Enable updating the treeview to allow setting a blank waypoint symbol.
* Improve the Waypoint tooltip to display the description if there is no comment.
* Fix datasource acquiring waypoints from geotag images.
* Updated geo-* scripts to version released on 2013/02/18
* Fix compilation with --enable-geocaches option.
* help/Makefile.am: explicitly list figures.

Viking 1.4 (2013-02-11)
New features since 1.3.2
* Support for GPX Route type including transfer to/from GPS Devices.
** Replaced 'Add Track' tool with 'Create Route' tool. (NB There still is the Create Track tool)
* Support for GPX 'Description' for tracks, waypoints and routes.
* Add ability to Acquire My OSM Traces and ability to choose any subset of the available traces.
* GPS Upload from a track.
* Enable giving a track a specific colour (drawn in default draw by track mode).
* Enable drawing all tracks in a specific colour (no longer is Black the only option).
* Allow option of drawing a direction arrow when drawing a track.
* Allow configuration of trackpoint size and direction arrow size.
* Display Waypoint Icons in the layers panel treeview.
* Restored Route Finding via Google Services. [Was disabled in 1.3.2 due to change in formats supported]
* Only display sublayer container when there are sublayers.
* Display map tile source and cached file information in a dialog for a position.
* Quick zoom level change from the statusbar by clicking on the zoom level to select another level.
* In the Zoom Tool mode: can select an area to zoom in on (via holding shift key + drag mouse).
* Mouse Zooming in/out maintains the position focus on the mouse pointer location.
** (Use the keys Ctrl+Shift and mouse zoom to maintain the centered map location).
* Improvements in Acquiring Wikipedia Points (allow more points, sortable columns, URL and feature type).
* Allow opening a URL on a waypoint which has a URL for a comment or description.
* Re-organized TrackWaypoint Layer menus to group functionality together better with New, View, Combine, Split, Delete, Acquire and Upload submenus.
* Gradient Graph view on the Track Properties.
* Allow same named TrackWaypoint sublayer items. i.e. can now have 2 (or more) waypoints with the same name.
* Add support of a Map type for a local On Disk OSM Tile Format.
* Revised Draw Track by Speed mode with a simple traffic light colouring scheme to represent slow/average/fast speeds.
* Enable deletion of track points with the same timestamp.
* Ability to merge segments of a track.
* Allow generation of large pixel sized images.
* Rework image generation to ask for file name first and then only allow supported map zoom levels.
* Allow control of waypoint text size on the viewport display.
* Allow control of GPX file saving track order (either Alphabetical or By Time via global preference).
* Keyboard shortcuts to create layers and enable some tools.
* Show the bearing and the step distance of the next point when creating a track or route.
* Improved feedback in reading erroneous files.
* Improved Help Manual.
* More translation texts including a Finnish version.
* Scripts to support the creation of the Windows Executable Installer.
* Add a python tool to convert the Viking tile cache into a MapBox MBTiles format file.
* Many internal improvements.

Fixes since 1.3.2
* Don't accidently overwrite GPX and KML files in the Viking file type.
* Use the default desktop font for waypoint viewport display text.
* Ensure when opening multiple .vik files they are each loaded into a new window.
* Show UTM location in statusbar when in UTM mode.
* Fix: crash when dealing with non-compressed DEM files

(gdt)

2013-04-15 22:34:02 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.2beta01

(prlw1)

2013-04-15 22:33:42 UTC MAIN commitmail json YAML

Update png to 1.6.2beta01

Version 1.6.2beta01 [April 14, 2013]
  Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling.
  Fixed incorrect warning of excess deflate data. End condition - the
    warning would be produced if the end of the deflate stream wasn't read
    in the last row.  The warning is harmless.
  Corrected the test on user transform changes on read. It was in the
    png_set of the transform function, but that doesn't matter unless the
    transform function changes the rowbuf size, and that is only valid if
    transform_info is called.
  Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
    (Flavio Medeiros).
  Corrected length written to uncompressed iTXt chunks (Samuli Suominen).

(prlw1)

2013-04-15 22:31:23 UTC MAIN commitmail json YAML

Support MYSQL_VERSION_DEFAULT=56

(abs)

2013-04-15 22:31:21 UTC pkgsrc-2013Q1 commitmail json YAML

2013-04-15 22:18:29 UTC pkgsrc-2013Q1 commitmail json YAML

Pullup ticket #4118 - requested by taca
lang/php53: build fix

Revisions pulled up:
- lang/php53/Makefile.php                                      1.30
- lang/php53/distinfo                                          1.61

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Apr 12 11:56:46 UTC 2013

  Modified Files:
  pkgsrc/lang/php53: Makefile.php distinfo

  Log Message:
  Re-enable suhosin PKG_OPTIONS with updated patch file (by me).
  It was accidently dropped by previous update of PHP.

  No PKGREVISION bump since it fixes broken status with suhosin PKG_OPTIONS.

(tron)

2013-04-15 21:43:36 UTC MAIN commitmail json YAML

Updated devel/bison to 2.7.1; parallel/hwloc to 1.7; parallel/mpi-ch to 3.0.3

(adam)

2013-04-15 21:40:17 UTC MAIN commitmail json YAML

Changes 3.0.3:
A new stable release of MPICH, 3.0.3, is now available for download. This release adds several performance features for MPI-RMA and fixes several bugs present in 3.0.2. Please use this release instead of 3.0.2.

(adam)

2013-04-15 20:57:56 UTC MAIN commitmail json YAML

Fix packaging on non-Linux: lirc needs to be in PLIST_VARS, always.

(wiz)

2013-04-15 20:46:17 UTC MAIN commitmail json YAML

Version 1.7.0
-------------
* New operating system backends
  + Add BlueGene/Q compute node kernel (CNK) support. See the FAQ in the
    documentation for details. Thanks to Jeff Hammond, Christopher Samuel
    and Erik Schnetter for their help.
  + Add NetBSD support, thanks to Aleksej Saushev.
* New I/O device discovery
  + Add co-processor OS devices such as "mic0" for Intel Xeon Phi (MIC)
    on Linux. Thanks to Jerome Vienne for helping.
  + Add co-processor OS devices such as "cuda0" for NVIDIA CUDA-capable GPUs.
  + Add co-processor OS devices such as "opencl0d0" for OpenCL GPU devices
    on the AMD OpenCL implementation.
  + Add GPU OS devices such as ":0.0" for NVIDIA X11 displays.
  + Add GPU OS devices such as "nvml0" for NVIDIA GPUs.
    Thanks to Marwan Abdellah and Stefan Eilemann for helping.
  These new OS devices have some string info attributes such as CoProcType,
  GPUModel, etc. to better identify them.
  See the I/O Devices and Attributes documentation sections for details.
* New components
  + Add the "opencl", "cuda", "nvml" and "gl" components for I/O device
    discovery.
  + "nvml" also improves the discovery of NVIDIA GPU PCIe link speed.
  All of these new components may be built as plugins. They may also be
  disabled entirely by passing --disable-opencl/cuda/nvml/gl to configure.
  See the I/O Devices, Components and Plugins, and FAQ documentation
  sections for details.
* API
  + Add hwloc_topology_get_flags().
  + Add hwloc/plugins.h for building external plugins.
    See the Adding new discovery components and plugins section.
* Interoperability
  + Add hwloc/opencl.h, hwloc/nvml.h, hwloc/gl.h and hwloc/intel-mic.h
    to retrieve the locality of OS devices that correspond to AMD OpenCL
    GPU devices or indexes, to NVML devices or indexes, to NVIDIA X11
    displays, or to Intel Xeon Phi (MIC) device indexes.
  + Add new helpers in hwloc/cuda.h and hwloc/cudart.h to convert
    between CUDA devices or indexes and hwloc OS devices.
  + Add hwloc_ibv_get_device_osdev() and clarify the requirements
    of the OpenFabrics Verbs helpers in hwloc/openfabrics-verbs.h.
* Tools
  + hwloc-info is not only a synonym of lstopo -s anymore, it also
    dumps information about objects given on the command-line.
* Documentation
  + Add a section "Existing components and plugins".
  + Add a list of common OS devices in section "Software devices".
  + Add a new FAQ entry "Why is lstopo slow?" about lstopo slowness
    issues because of GPUs.
  + Clarify the documentation of inline helpers in hwloc/myriexpress.h
    and hwloc/openfabrics-verbs.h.
* Misc
  + Improve cache detection on AIX.
  + The HWLOC_COMPONENTS variable now excludes the components whose
    names are prefixed with '-'.
  + lstopo --ignore PU now works when displaying the topology in
    graphical and textual mode (not when exporting to XML).
  + The `libpci' component is now called `pci' but the old name is still
    accepted in the HWLOC_COMPONENTS variable for backward compatibility.

(adam)

2013-04-15 19:44:21 UTC MAIN commitmail json YAML

Updated databases/pgbuildfarm to 4.10

(gls)

2013-04-15 19:43:11 UTC MAIN commitmail json YAML

Update databases/pgbuildfarm to 4.10
>From maintainer Nicolas Thauvin via mail to pkgsrc-users.

There are two notable upstream changes :
- the tarball is now hosted on pgbuildfarm.org instead of pgfoundry
- the client has now support for modules allowing to control the build

(gls)

2013-04-15 19:19:09 UTC MAIN commitmail json YAML

Changes 2.7.1:
* Bug fixes
  * Fix compiler attribute portability (yacc.c)
    With locations enabled, __attribute__ was used unprotected.
  * Fix some compiler warnings (lalr1.cc)

(adam)

2013-04-15 17:29:13 UTC MAIN commitmail json YAML

Added fonts/ubuntu-fonts version 0.80

(schmonz)

2013-04-15 17:23:58 UTC MAIN commitmail json YAML

Add ubuntu-fonts

(uwe)

2013-04-15 17:22:40 UTC MAIN commitmail json YAML

Ubuntu Font Family 0.80

A set of matching new libre/open fonts.  The typeface is sans-serif,
uses OpenType features and is manually hinted for clarity on desktop
and mobile computing screens.

(uwe)

2013-04-15 15:42:53 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.16.2

(adam)

2013-04-15 15:41:55 UTC MAIN commitmail json YAML

2013-04-15 15:35:57 UTC MAIN commitmail json YAML

Updated www/ap2-auth-mellon to 0.6.1 [manu 2013-04-15]

(manu)

2013-04-15 15:35:02 UTC MAIN commitmail json YAML

Upgrade ap2-auth-mellon to 0.6.1 plus a patch from upstream

Changes since 0.4.0, from NEWS file:

* Add MellonSPentityId to control entityId in autogenerated metadata

Version 0.6.1
---------------------------------------------------------------------------

* Fix the POST replay functionality when multiple users logging in
  at once.

* Add a fallback for the case where the POST replay data has expired
  before the user logs in.

Version 0.6.0
---------------------------------------------------------------------------

Backwards-incompatible changes:

* The POST replay functionality has been disabled by default, and the
  automatic creation of the MellonPostDirectory target directory has been
  removed. If you want to use the POST replay functionality, take a
  look at the README file for instructions for how to enable this.

* Start discovery service when accessing the login endpoint. We used
  to bypass the discovery service in this case, and just pick the first
  IdP. This has been changed to send a request to the discovery service
  instead, if one is configured.

* The MellonLockFile default path has been changed to:
    /var/run/mod_auth_mellon.lock
  This only affects platforms where a lock file is required and
  where Apache doesn't have write access to that directory during
  startup. (Apache can normally create files in that directory
  during startup.)

Other changes:

* Fix support for SOAP logout.

* Local logout when IdP does not support SAML 2.0 Single Logout.

* MellonDoNotVerifyLogoutSignature option to disable logout signature
  validation.

* Support for relative file paths in configuration.

* The debian build-directory has been removed from the repository.

* Various cleanups and bugfixes:

  * Fix cookie parsing header parsing for some HTTP libraries.

  * Fix inheritance of MellonAuthnContextClassRef option.

  * Use ap_set_content_type() instead of accessing request->content_type.

  * README indentation cleanups.

  * Support for even older versions of GLib.

  * Fixes for error handling during session initialization.

  * Directly link with GLib rather than relying on the Lasso library
    linking to it for us.

  * Some code cleanups.

Version 0.5.0
---------------------------------------------------------------------------

* Honour MellonProbeDiscoveryIdP order when sending probes.

* MellonAuthnContextClassRef configuration directive, to limit
  authentication to specific authentication methods.

* Support for the HTTP-POST binding when sending authentication
  requests to the IdP.

* MellonSubjectConfirmationDataAddressCheck option to disable received
  address checking.

* Various cleanups and bugfixes:

  * Support for older versions of GLib and APR.

  * Send the correct SP entityID to the discovery service.

  * Do not set response headers twice.

  * Several cleanups in the code that starts authentication.

(manu)

2013-04-15 15:33:47 UTC MAIN commitmail json YAML

Changes 3.7.16.2:
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.

(adam)

2013-04-15 15:21:26 UTC MAIN commitmail json YAML

Correct typo, diable-libjpeg-turbo -> disable-libjpeg-turbo.

(mef)

2013-04-15 13:31:28 UTC MAIN commitmail json YAML

substitute hard-coded compiler rpath flag with ${COMPILER_RPATH_FLAG}.
PR pkg/47404.

(obache)

2013-04-15 13:12:06 UTC MAIN commitmail json YAML

+ p5-Term-ReadLine-TTYtter

(obache)

2013-04-15 13:10:38 UTC MAIN commitmail json YAML

Added devel/p5-Term-ReadLine-TTYtter version 1.4

(obache)

2013-04-15 13:09:54 UTC MAIN commitmail json YAML

Import p5-Term-ReadLine-TTYtter-1.4 as devel/p5-Term-ReadLine-TTYtter.
Based on PR pkg/47446 by Dennis Lindroos.

Term::ReadLine::TTYtter is a modified version of T::RL::Perl with
several new nonstandard features specific to TTYtter, but may be useful for
other applications.

It also allows UTF-8 characters to be entered without crashing, and adds a
counter so you can see how many characters you've entered (which is a big
deal for Twitter and other microblogging platforms).

For information about TTYtter, a Twitter-client written in Perl, visit
http://www.floodgap.com/software/ttytter.

(obache)

2013-04-15 13:05:14 UTC MAIN commitmail json YAML

2013-04-15 12:54:46 UTC MAIN commitmail json YAML

Update perl5 related items:
* PERL5_PACKLIST is list of relative paths
* update perl5 installation directory related variables, inspired by
  PR pkg/47724.

(obache)

2013-04-15 04:04:34 UTC MAIN commitmail json YAML

+courier-0.71 +courier-imap-4.13 +sqwebmail-5.6.1 +maildrop-2.6.0

(rodent)

2013-04-14 22:14:42 UTC MAIN commitmail json YAML

Add option "lirc" and enable it by default when available, tested on RHEL-6

(cheusov)

2013-04-14 22:10:23 UTC MAIN commitmail json YAML

Add option "lirc" and enable it by default when available, tested on RHEL-6

(cheusov)

2013-04-14 19:51:14 UTC MAIN commitmail json YAML

Updated multimedia/farsight2 to 0.0.31

(wiz)

2013-04-14 19:51:05 UTC MAIN commitmail json YAML

2013-04-14 19:49:17 UTC MAIN commitmail json YAML

Updated biology/py-mol to 1.5.0.1

(joerg)

2013-04-14 19:48:56 UTC MAIN commitmail json YAML

Update to pymol 1.5.0.1:
- bug fixes
- improvements to performance and render quality

(joerg)

2013-04-14 19:46:50 UTC MAIN commitmail json YAML

Deal with the /usr/bin/env changes in REPLACE_INTERPRETER.

(joerg)

2013-04-14 19:46:23 UTC MAIN commitmail json YAML

2013-04-14 19:45:31 UTC MAIN commitmail json YAML

2013-04-14 19:44:54 UTC MAIN commitmail json YAML

2013-04-14 19:43:21 UTC MAIN commitmail json YAML

Drop patch that breaks build with modern libtool.

(joerg)

2013-04-14 17:03:30 UTC MAIN commitmail json YAML

Minor tidyup to error reporting. (This has been sitting in one of my trees
for a year and a half and I don't remember the context.) ok'd by joerg

(dholland)

2013-04-14 16:39:58 UTC MAIN commitmail json YAML

2013-04-14 16:39:49 UTC MAIN commitmail json YAML

Update to 7.30.0:

Fixed in 7.30.0 - April 12 2013
Release contains security-related bug fix

Changes:

    imap: Changed response tag generation to be completely unique
    imap: Added support for SASL-IR extension
    imap: Added support for the list command
    imap: Added support for the append command
    imap: Added custom request parsing
    imap: Added support to the fetch command for UID and SECTION properties
    imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
    darwinssl: Make certificate errors less techy
    imap/pop3/smtp: Added support for the STARTTLS capability
    checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets
    curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag
    Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for new multi interface connection handling
    Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and CURLMOPT_PIPELI NING_SERVER_BL for new pipelining control

Bugfixes:

    SECURITY ADVISORY: cookie tailmatching to avoid cross-domain leakage
    darwinssl: Fix build under Leopard
    DONE: consider callback-aborted transfers premature
    ntlm: Fixed memory leaks
    smtp: Fixed an issue when processing EHLO failure responses
    pop3: Fixed incorrect return value from pop3_endofresp()
    pop3: Fixed SASL authentication capability detection
    pop3: Fixed blocking SSL connect when connecting via POP3S
    imap: Fixed memory leak when performing multiple selects
    nss: fix misplaced code enabling non-blocking socket mode
    AddFormData: prevent only directories from being posted
    darwinssl: fix infinite loop if server disconnected abruptly
    metalink: fix improbable crash parsing metalink filename
    show proper host name on failed resolve
    MacOSX-Framework: Make script work in Xcode 4.0 and later
    strlcat: remove function
    darwinssl: Fix send glitchiness with data > 32 or so KB
    polarssl: better 1.1.x and 1.2.x support
    various documentation improvements
    multi: NULL pointer reference when closing an unused multi handle
    SOCKS: fix socks proxy when noproxy matched
    install-sh: updated to support multiple source files as arguments
    PolarSSL: added human readable error strings
    resolver_error: remove wrong error message output
    docs: updates HTML index and general improvements
    curlbuild.h.dist: enhance non-configure GCC ABI detection logic
    sasl: Fixed null pointer reference when decoding empty digest challenge
    easy: do not ignore poll() failures other than EINTR
    darwinssl: disable ECC ciphers under Mountain Lion by default
    CONNECT: count received headers
    build: fixes for VMS
    CONNECT: clear 'rewindaftersend' on success
    HTTP proxy: insert slash in URL if missing
    hiperfifo: updated to use current libevent API
    getinmemory.c: abort the transfer nicely if not enough memory
    improved win32 memorytracking
    corrected proxy header response headers count
    FTP quote operations on re-used connection
    tcpkeepalive on win32
    tcpkeepalive on Mac OS X
    easy: acknowledge the CURLOPT_MAXCONNECTS option properly
    easy interface: restore default MAXCONNECTS to 5
    win32: don't set SO_SNDBUF for windows vista or later versions
    HTTP: made cookie sort function more deterministic
    winssl: Fixed memory leak if connection was not successful
    FTP: wait on both connections during active STOR state
    connect: treat a failed local bind of an interface as a non-fatal error
    darwinssl: disable insecure ciphers by default
    FTP: handle "rubbish" in front of directory name in 257 responses
    mk-ca-bundle: Fixed lost OpenSSL output with "-t"

(wiz)

2013-04-14 16:08:16 UTC MAIN commitmail json YAML

libltdl update done.

(wiz)

2013-04-14 15:59:22 UTC MAIN commitmail json YAML

Restore needed EXTRACT_SUFX=.tar.gz.

(wiz)

2013-04-14 14:33:46 UTC MAIN commitmail json YAML

+ alsa-lib-1.0.27, alsa-plugins-1.0.27, alsa-utils-1.0.27, curl-7.30.0,
  flickcurl-1.24, poppler-0.22.3, puzzles-9835, py-lxml-3.1.2,
  py-psycopg2-2.5, python33-3.3.1, x264-devel-20130413.

(wiz)

2013-04-14 12:35:26 UTC MAIN commitmail json YAML

Add option "vaapi" and enable it by default when available; Tested on RHEL-6 with VDPAU backend

(cheusov)

2013-04-14 05:41:55 UTC MAIN commitmail json YAML

Add and enable p5-App-Prove-Plugin-ProgressBar.

(schmonz)

2013-04-14 05:41:04 UTC MAIN commitmail json YAML

Added devel/p5-App-Prove-Plugin-ProgressBar version 0.01

(schmonz)

2013-04-14 05:40:54 UTC MAIN commitmail json YAML

App::Prove::Plugin::ProgressBar::Formatter is a progress bar for
Perl's prove(1). Use it like so:

$ prove -PProgressBar t/

(schmonz)

2013-04-14 05:22:35 UTC MAIN commitmail json YAML

Use ${SH} to run the build shellscript. Otherwise on Solaris it runs
a useless shell and fails miserably.

(dholland)

2013-04-14 05:13:57 UTC MAIN commitmail json YAML

more kde language pack updates

(markd)

2013-04-14 05:11:35 UTC MAIN commitmail json YAML

2013-04-14 03:19:04 UTC MAIN commitmail json YAML

+kde4-l10n-sv

(rodent)

2013-04-14 03:18:33 UTC MAIN commitmail json YAML

Added x11/kde4-l10n-sv version 4.10.2

(rodent)

2013-04-14 03:18:18 UTC MAIN commitmail json YAML

2013-04-14 02:47:58 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-kk to 4.10.2 [rodent 2013-04-14]
Updated x11/kde4-l10n-it to 4.10.2 [rodent 2013-04-14]
(in proper order)

(rodent)

2013-04-14 02:45:43 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update of KDE to 4.10.2.

(rodent)

2013-04-14 02:43:45 UTC MAIN commitmail json YAML

+kde4-l10n-hi

(rodent)

2013-04-14 02:43:14 UTC MAIN commitmail json YAML

Added x11/kde4-l10n-hi version 4.10.2

(rodent)

2013-04-14 02:42:59 UTC MAIN commitmail json YAML

2013-04-14 02:40:01 UTC MAIN commitmail json YAML

+kde4-l10n-mr

(rodent)

2013-04-14 02:39:20 UTC MAIN commitmail json YAML

Added x11/kde4-l10n-mr version 4.10.2

(rodent)

2013-04-14 02:38:59 UTC MAIN commitmail json YAML

2013-04-14 02:30:50 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ia to 4.10.2

(rodent)

2013-04-14 02:30:18 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2 was completed.

(rodent)

2013-04-14 02:29:30 UTC MAIN commitmail json YAML

Sorted (last time).

(rodent)

2013-04-14 02:28:21 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-is to 4.10.2

(rodent)

2013-04-14 02:22:46 UTC MAIN commitmail json YAML

Removed x11/kde4-l10n-id

(rodent)

2013-04-14 02:20:03 UTC MAIN commitmail json YAML

Indonesian localization was removed in the latest release of KDE. Perhaps,
a language pack is in the works, but just not ready. Will resurrect as
needed.

(rodent)

2013-04-14 02:16:55 UTC MAIN commitmail json YAML

Regenerated after updating KDE to 4.10.2.

(rodent)

2013-04-14 02:16:31 UTC MAIN commitmail json YAML

Sorted (and synced with reality).

(rodent)

2013-04-14 02:15:13 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-uk to 4.10.2

(rodent)

2013-04-14 02:12:05 UTC MAIN commitmail json YAML

2013-04-14 02:11:24 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-nn to 4.10.2

(rodent)

2013-04-14 02:10:44 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ja to 4.10.2

(rodent)

2013-04-14 02:10:29 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after updating KDE to version 4.10.2.

(rodent)

2013-04-14 02:07:54 UTC MAIN commitmail json YAML

Regenerated PLIST and distinfo after update to KDE 4.10.2.

(rodent)

2013-04-14 02:02:08 UTC MAIN commitmail json YAML

2013-04-14 02:01:30 UTC MAIN commitmail json YAML

Solaris needs -lnsl as well as -lsocket.

(dholland)

2013-04-14 02:00:15 UTC MAIN commitmail json YAML

Try to work around a fatal compiler diagnostic in the Solaris build.

(dholland)

2013-04-14 01:59:17 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ko to 4.10.2

(rodent)

2013-04-14 01:58:31 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after updating to KDE 4.10.2.

(rodent)

2013-04-14 01:58:07 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-km to 4.10.2

(rodent)

2013-04-14 01:57:32 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after updating to KDE 4.10.2.

(rodent)

2013-04-14 01:57:07 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-lt to 4.10.2

(rodent)

2013-04-14 01:56:40 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after updating KDE to version 4.10.2.

(rodent)

2013-04-14 01:45:59 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-lv to 4.10.2

(rodent)

2013-04-14 01:45:08 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-14 01:43:25 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-nb to 4.10.2

(rodent)

2013-04-14 01:42:36 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-14 01:36:50 UTC MAIN commitmail json YAML

Isolate this package's private getopt implementation from the system one.
Should fix the Solaris build.

(dholland)

2013-04-14 01:36:45 UTC MAIN commitmail json YAML

Add option "vaapi" and enable it if it is supported.
Explicitely add --enable-vdpau if "vdpau" option is turned on.
++pkgrevision.

(cheusov)

2013-04-14 01:31:21 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-nds to 4.10.2

(rodent)

2013-04-14 01:30:45 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-14 01:27:22 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-14 01:26:03 UTC MAIN commitmail json YAML

Don't provide own getopt on Solaris. May fix the Solaris build.

(dholland)

2013-04-14 01:23:31 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-pa to 4.10.2

(rodent)

2013-04-14 01:23:02 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after KDE 4.10.2 update.

(rodent)

2013-04-14 01:22:28 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-pl to 4.10.2

(rodent)

2013-04-14 01:22:04 UTC MAIN commitmail json YAML

Regenerated PLIST and distinfo after update to KDE 4.10.2.

(rodent)

2013-04-14 01:21:17 UTC MAIN commitmail json YAML

Fix printf format for LP64 platforms. Add patch comment to patch-aa.
PKGREVISION -> 2.

(dholland)

2013-04-14 01:19:47 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-pt to 4.10.2

(rodent)

2013-04-14 01:18:36 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-14 01:15:51 UTC MAIN commitmail json YAML

Solaris appears to need the typedef for 'ulong'.

(dholland)

2013-04-14 01:10:43 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-pt_BR to 4.10.2

(rodent)

2013-04-14 01:10:18 UTC MAIN commitmail json YAML

Regenerated after updating KDE to version 4.10.2.

(rodent)

2013-04-14 01:07:56 UTC MAIN commitmail json YAML

Enable VAAPI only on Linux, FreeBSD and OpenBSD(unsure)

(cheusov)

2013-04-14 01:02:08 UTC MAIN commitmail json YAML

"vaapi" option was added and enabled by default on systems where it is
supported. Tested on RHEL-6 with VDPAU as a backend.

(cheusov)

2013-04-14 00:59:50 UTC MAIN commitmail json YAML

Add option vaapi and enable it if it is supported.
Explicitely add --enable-vdpau if "vdpau" option is turned on.
++pkgrevision.

(cheusov)

2013-04-14 00:57:08 UTC MAIN commitmail json YAML

Add some additional urls as comments under HOMEPAGE.

(dholland)

2013-04-14 00:54:59 UTC MAIN commitmail json YAML

2013-04-14 00:51:43 UTC MAIN commitmail json YAML

+ libva-driver-vdpau

(cheusov)

2013-04-14 00:50:32 UTC MAIN commitmail json YAML

Added multimedia/libva-driver-vdpau version 0.7.4

(cheusov)

2013-04-14 00:49:56 UTC MAIN commitmail json YAML


libva-driver-vdpau (VDPAU backend for VAAPI)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cheusov)

2013-04-14 00:48:06 UTC MAIN commitmail json YAML

2013-04-14 00:33:41 UTC MAIN commitmail json YAML

Updated multimedia/libva to 1.1.0

(cheusov)

2013-04-14 00:31:12 UTC MAIN commitmail json YAML

attica has been done

(markd)

2013-04-14 00:30:48 UTC MAIN commitmail json YAML

2013-04-14 00:30:03 UTC MAIN commitmail json YAML

2013-04-14 00:28:53 UTC MAIN commitmail json YAML

Update to 0.12.0

Changes many - see doc/release/ in the source tarball for details

(markd)

2013-04-14 00:27:59 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ru to 4.10.2

(rodent)

2013-04-14 00:27:37 UTC MAIN commitmail json YAML

Regenerated after updated to KDE 4.10.2.

(rodent)

2013-04-14 00:15:27 UTC MAIN commitmail json YAML

2013-04-14 00:06:53 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ro to 4.10.2

(rodent)

2013-04-14 00:06:35 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-13 23:56:50 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-sr to 4.10.2

(rodent)

2013-04-13 23:56:19 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-sk to 4.10.2

(rodent)

2013-04-13 23:56:01 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after KDE was updated to 4.10.2.

(rodent)

2013-04-13 23:55:23 UTC MAIN commitmail json YAML

Regenerated PLIST and distinfo after KDE 4.10.2 update.

(rodent)

2013-04-13 23:54:42 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-si to 4.10.2

(rodent)

2013-04-13 23:54:26 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-13 23:46:20 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after KDE 4.10.2 update.

(rodent)

2013-04-13 23:38:00 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-sl to 4.10.2

(rodent)

2013-04-13 23:37:42 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-13 23:25:56 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-tg to 4.10.2

(rodent)

2013-04-13 23:25:20 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST after update to KDE 4.10.2.

(rodent)

2013-04-13 23:18:03 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-th to 4.10.2

(rodent)

2013-04-13 23:17:35 UTC MAIN commitmail json YAML

Regenerated PLIST and distinfo after update to KDE 4.10.2.

(rodent)

2013-04-13 23:17:03 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-tr to 4.10.2

(rodent)

2013-04-13 23:16:47 UTC MAIN commitmail json YAML

Regenerated PLIST and distinfo after update to KDE 4.10.2.

(rodent)

2013-04-13 23:13:16 UTC MAIN commitmail json YAML

This mornings updates

(markd)

2013-04-13 23:09:37 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-ug to 4.10.2

(rodent)

2013-04-13 23:09:19 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST due to update for KDE 4.10.2.

(rodent)

2013-04-13 23:08:50 UTC MAIN commitmail json YAML

2013-04-13 23:06:13 UTC MAIN commitmail json YAML

Bump PKGREVISION for attica-0.4.1 update

(markd)

2013-04-13 23:05:37 UTC MAIN commitmail json YAML

Bump PKGREVISION for attica-0.4.1 update

(markd)

2013-04-13 23:04:50 UTC MAIN commitmail json YAML

Bump PKGREVISION for attica-0.4.1 update

(markd)

2013-04-13 23:04:39 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-vi to 4.10.2

(rodent)

2013-04-13 23:04:20 UTC MAIN commitmail json YAML

Regenerated distinfo and PLIST due to update for KDE 4.10.2.

(rodent)

2013-04-13 23:03:32 UTC MAIN commitmail json YAML

Update to version 0.4.1

0.4.1
- Add some Qt5 support in tests.
- Comment out some qDebug calls.
- Fix various Qt5 issues.

0.4.0
- Bump soname from 0.3.0 to 0.4.0 for BIC change.
- Don't export non-public header files.
- Fix build of tests.
- Fix compile with Qt5.
- Don't output xml by default.

0.3.0
- Bump soname from .0 to .0.3 since we have a BIC change.

0.2.9
- Fix upload errors resulting from content-id not being set.
- Add Forum, Achievement, services and related dependencies.
- Make it build against Qt 4.8.
- Add static build option.

(markd)

2013-04-13 20:22:26 UTC MAIN commitmail json YAML

Fix up depends as per PR 30937; in particular, drop glut as it's used
only by the examples and we don't build or install them.
PKGREVISION -> 3.

(dholland)

2013-04-13 19:29:22 UTC MAIN commitmail json YAML

2013-04-13 19:13:39 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-wa to 4.10.2

(rodent)

2013-04-13 19:13:23 UTC MAIN commitmail json YAML

Regenerated to reflect update from KDE 4.10.2.

(rodent)

2013-04-13 19:08:27 UTC MAIN commitmail json YAML

2013-04-13 19:07:21 UTC MAIN commitmail json YAML

2013-04-13 19:06:44 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-zh_CN to 4.10.2

(rodent)

2013-04-13 19:06:26 UTC MAIN commitmail json YAML

Regenerated to reflect update from KDE 4.10.2.

(rodent)

2013-04-13 19:06:14 UTC MAIN commitmail json YAML

2013-04-13 19:00:50 UTC MAIN commitmail json YAML

Updated x11/kde4-l10n-zh_TW to 4.10.2

(rodent)

2013-04-13 18:51:52 UTC MAIN commitmail json YAML

Regenerated to reflect update from KDE 4.10.2.

(rodent)

2013-04-13 17:51:58 UTC MAIN commitmail json YAML

Update ansible to version 1.1.  From the CHANGELOG.md:

1.1 "Mean Street" -- 4/2/2013

Core Features

* added --check option for "dry run" mode
* added --diff option to show how templates or copied files change, or
  might change
* --list-tasks for the playbook will list the tasks without running them
* able to set the environment by setting "environment:" as a dictionary
  on any task (go proxy support!)
* added ansible_ssh_user and ansible_ssh_pass for per-host/group username
  and password
* jinja2 extensions can now be loaded from the config file
* support for complex arguments to modules (within reason)
* can specify ansible_connection=X to define the connection type in
  inventory variables
* a new chroot connection type
* module common code now has basic type checking (and casting) capability
* module common now supports a 'no_log' attribute to mark a field as
  not to be syslogged
* inventory can now point to a directory containing multiple
  scripts/hosts files, if using this, put group_vars/host_vars
  directories inside this directory
* added configurable crypt scheme for 'vars_prompt'
* password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
* added --step option to ansible-playbook, works just like Linux
  interactive startup!

Modules Added:

* bzr (bazaar version control)
* cloudformation
* django-manage
* gem (ruby gems)
* homebrew
* lvg (logical volume groups)
* lvol (LVM logical volumes)
* macports
* mongodb_user
* netscaler
* okg
* openbsd_pkg
* rabbit_mq_plugin
* rabbit_mq_user
* rabbit_mq_vhost
* rabbit_mq_parameter
* rhn_channel
* s3 -- allows putting file contents in buckets for sharing over s3
* uri module -- can get/put/post/etc
* vagrant -- launching VMs with vagrant, this is different from existing
  vagrant plugin
* zfs

(riz)

2013-04-13 14:49:56 UTC MAIN commitmail json YAML

2013-04-13 14:49:24 UTC MAIN commitmail json YAML

Added audio/vcf version 0.0.5

(rodent)

2013-04-13 14:49:09 UTC MAIN commitmail json YAML

Import vcf-0.0.5 as audio/vcf.

Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the
cookbook formulae by Robert Bristow-Johnson.

(rodent)

2013-04-13 14:42:58 UTC MAIN commitmail json YAML

Updated devel/py-pip to 1.3.1

(wen)

2013-04-13 14:41:54 UTC MAIN commitmail json YAML

Update to 1.3.1

Upstream changes:
1.3.1 (2013-03-08)

Fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentally included in 1.3.
1.3 (2013-03-07)

SSL Cert Verification; Make https the default for PyPI access. Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #789).
Added "pip list" for listing installed packages and the latest version available. Thanks Rafael Caricio, Miguel Araujo, Dmitry Gladkov (Pull #752)
Fixed security issues with pip's use of temp build directories. Thanks David (d1b) and Thomas Guttler. (Pull #780)
Improvements to sphinx docs and cli help. (Pull #773)
Fixed issue #707, dealing with OS X temp dir handling, which was causing global NumPy installs to fail. (Pull #768)
Split help output into general vs command-specific option groups. Thanks Georgi Valkov. (Pull #744; Pull #721 contains preceding refactor)
Fixed dependency resolution when installing from archives with uppercase project names. (Pull #724)
Fixed problem where re-installs always occurred when using file:// find-links. (Pulls #683/#702)
"pip install -v" now shows the full download url, not just the archive name. Thanks Marc Abramowitz (Pull #687)
Fix to prevent unnecessary PyPI redirects. Thanks Alex Gronholm (Pull #695)
Fixed issue #670 - install failure under Python 3 when the same version of a package is found under 2 different URLs. Thanks Paul Moore (Pull #671)
Fix git submodule recursive updates. Thanks Roey Berman. (Pulls #674)
Explicitly ignore rel='download' links while looking for html pages. Thanks Maxime R. (Pull #677)
--user/--upgrade install options now work together. Thanks 'eevee' for discovering the problem. (Pull #705)
Added check in install --download to prevent re-downloading if the target file already exists. Thanks Andrey Bulgakov. (Pull #669)
Added support for bare paths (including relative paths) as argument to --find-links. Thanks Paul Moore for draft patch.
Added support for --no-index in requirements files.
Added "pip show" command to get information about an installed package. Fixes #131. Thanks Kelsey Hightower and Rafael Caricio.
Added --root option for "pip install" to specify root directory. Behaves like the same option in distutils but also plays nice with pip's egg-info. Thanks Przemek Wrzos. (Issue #253 / Pull #693)

(wen)

2013-04-13 14:23:06 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.001000

(wen)

2013-04-13 14:22:05 UTC MAIN commitmail json YAML

Update to 1.001000
Update DEPENDS

Upstream changes:
1.001000 - 2013-03-16
  - has will refuse to overwrite locally defined subs with generated
    accessors.
  - added more meta resources and added more support relevant links into
    the POD documentation
  - clarify in docs that default and built values won't call triggers
    (RT#82310)
  - expand is => 'lazy' doc to make it clear that you can make rw lazy
    attributes if you really want to
  - handles => "RoleName" tries to load the module
  - fix delegation to false/undef attributes (RT#83361)

1.000008 - 2013-02-06
  - Re-export on 'use Moo' after 'no Moo'
  - Export meta() into roles (but mark as non-method to avoid composing it)
  - Don't generate an accessor for rw attributes if reader+writer both set
  - Support builder => sub {} ala MooseX::AttributeShortcuts
  - Fix 'no Moo;' to preserve non-sub package variables
  - Switch to testing for Mouse::Util->can('find_meta') to avoid
    exploding on ancient Mouse installs
  - Fix loading order bug that results in _install_coderef being treated
    as indirect object notation

(wen)

2013-04-13 14:00:36 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Class to 0.39

(wen)

2013-04-13 13:59:13 UTC MAIN commitmail json YAML

Update to 0.39

Upstream changes:
0.39  or the "For the QA Hackathon 2013" release [2013-04-12]
    -  Merged schwern's https://github.com/adrianh/test-class/pull/2
        "Fix Test::Class for Test::Builder 1.5" - thank you Schwern!

0.38  or the "We need Test::Class to work on Windows" release [2012-11-19]
    -  Many thanks to the ever excellent Ovid for actually making this happen.
    -  die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for
        the patch)
    -  Fix docs to explain "no_plan" in start up" (thanks to skington for the
        patch)

(wen)

2013-04-13 13:18:20 UTC MAIN commitmail json YAML

Added databases/virtuoso version 6.1.6

(jaapb)

2013-04-13 13:17:35 UTC MAIN commitmail json YAML

Added virtuoso package to SUBDIRS

(jaapb)

2013-04-13 13:16:57 UTC MAIN commitmail json YAML

2013-04-13 13:16:02 UTC MAIN commitmail json YAML

Added the virtuoso server, version 6.1.6.

Virtuoso is a multi-model data server that delivers a platform-agnostic
solution for data management, access and integration.

Services offered include:
* relational data management
* RDF data management
* XML data management
* free text content management & full text indexing
* document web server
* linked data server
* web application server
* web services deployment (SOAP or REST)

(jaapb)

2013-04-13 13:14:31 UTC MAIN commitmail json YAML

Updated textproc/aspell-fo to 0.4.2

(rodent)

2013-04-13 13:14:05 UTC MAIN commitmail json YAML

Updated to latest stable. Commented patch and updated it to reflect changes
in source file. +LICENSE; Made HOMEPAGE more package-specific. This exceeds
requested update.

(rodent)

2013-04-13 13:10:50 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20130411

(ryoon)

2013-04-13 13:10:13 UTC MAIN commitmail json YAML

2013-04-13 13:04:21 UTC MAIN commitmail json YAML

Update subversion16 packages to 1.6.21.

(ryoon)

2013-04-13 13:02:02 UTC MAIN commitmail json YAML

Update to 1.6.21

Changelog:
Version 1.6.21
(04 Apr 2013, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.21

User-visible changes
  - Server-side bugfixes:
    * mod_dav_svn will omit some property values for activity urls (r1453780)
    * improve memory usage when committing properties in mod_dav_svn (r1443929)
    * fix mod_dav_svn runs pre-revprop-change twice (issue #3085)
    * fixed: post-revprop-change errors cancel commit (issue #2990)
    * improved logic in mod_dav_svn's implementation of lock. (r1455352)

Developer-visible changes:
  - General:
    * fix a compatibility issue with g++ 4.7 (r1345740)

This release addesses four security issues:
    CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
    CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs
    CVE-2013-1847: mod_dav_svn crashes on LOCK requests against
non-existant URLs
    CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against
activity URLs

(ryoon)

2013-04-13 13:00:26 UTC MAIN commitmail json YAML

Update subversion packages to 1.7.9.

(ryoon)

2013-04-13 12:57:40 UTC MAIN commitmail json YAML

Update to 1.7.9

Changelog:
Version 1.7.9
(04 Apr 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.9
User-visible changes
  - Client-side bugfixes:
    * improved error messages about svn:date and svn:author props. (r1440620)
    * fix local_relpath assertion (issue #4257)
    * fix memory leak in `svn log` over svn:// (r1458341)
    * fix incorrect authz failure when using neon http library (issue #4332)
    * fix segfault when using kwallet (r1421103)

  - Server-side bugfixes:
    * svnserve will log the replayed rev not the low-water rev. (r1461278)
    * mod_dav_svn will omit some property values for activity urls (r1453780)
    * fix an assertion in mod_dav_svn when acting as a proxy on / (issue #4272)
    * improve memory usage when committing properties in mod_dav_svn (r1443929)
    * fix svnrdump to load dump files with non-LF line endings (issue #4263)
    * fix assertion when rep-cache is inaccessible (r1422100)
    * improved logic in mod_dav_svn's implementation of lock. (r1455352)
    * avoid executing unnecessary code in log with limit (r1459599)

Developer-visible changes:
  - General:
    * fix an assertion in dav_svn_get_repos_path() on Windows (r1425368)
    * fix get-deps.sh to correctly download zlib (r13520131)
    * doxygen docs will now ignore prefixes when producing the index (r1429201)
    * fix get-deps.sh on freebsd (r1423646)

  - Bindings:
    * javahl status api now respects the ignoreExternals boolean (r1435361)

This release addesses five security issues:
    CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
    CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs
    CVE-2013-1847: mod_dav_svn crashes on LOCK requests against
non-existant URLs
    CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against
activity URLs
    CVE-2013-1884: mod_dav_svn crashes on out of range limit in log
REPORT request

(ryoon)

2013-04-13 12:55:53 UTC MAIN commitmail json YAML

Cygwin also require gmake to build.

(obache)

2013-04-13 12:54:15 UTC MAIN commitmail json YAML

2013-04-13 12:53:46 UTC MAIN commitmail json YAML

Added textproc/aspell-de-alt version 2.1.1

(rodent)

2013-04-13 12:53:32 UTC MAIN commitmail json YAML

Import aspell-de-alt-2.1.1 as textproc/aspell-de-alt.

GNU Aspell 0.60 German - Old Spelling (Deutsch - Alter Spelling) Dictionary
Package

(rodent)

2013-04-13 12:48:49 UTC MAIN commitmail json YAML

2013-04-13 12:48:23 UTC MAIN commitmail json YAML

Added textproc/aspell-zu version 0

(rodent)

2013-04-13 12:48:07 UTC MAIN commitmail json YAML

2013-04-13 12:45:52 UTC MAIN commitmail json YAML

Update xulrunner and firefox to 20.0.1.

(ryoon)

2013-04-13 12:45:18 UTC MAIN commitmail json YAML