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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 02:42:34 UTC Now

2014-05-19 21:21:55 UTC MAIN commitmail json YAML

2014-05-19 21:19:13 UTC MAIN commitmail json YAML

Added devel/hs-data-default-instances-base version 0.0.1

(szptvlfn)

2014-05-19 21:18:40 UTC MAIN commitmail json YAML

2014-05-19 21:18:14 UTC MAIN commitmail json YAML

2014-05-19 21:16:25 UTC MAIN commitmail json YAML

Added textproc/hs-parsec version 3.1.5

(szptvlfn)

2014-05-19 21:15:55 UTC MAIN commitmail json YAML

Import parsec-3.1.5 as textproc/hs-parsec,
packaged for wip by pho.

Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented (on the package
homepage), has extensive libraries and good error messages, and is
also fast. It is defined as a monad transformer that can be stacked on
arbitrary monads, and it is also parametric in the input stream type.

(szptvlfn)

2014-05-19 21:15:16 UTC MAIN commitmail json YAML

Updated devel/hs-utf8-string to 0.3.8

(szptvlfn)

2014-05-19 21:14:35 UTC MAIN commitmail json YAML

Update to 0.3.8

CHANGELOG:
0.3.8
-----
* Performance tweaks
* bytestring-in-base flag default to False

(szptvlfn)

2014-05-19 14:31:54 UTC MAIN commitmail json YAML

change example URL to be matched as described in above.

(obache)

2014-05-19 14:02:52 UTC MAIN commitmail json YAML

Improve previous.

(wiz)

2014-05-19 13:59:15 UTC MAIN commitmail json YAML

2014-05-19 13:52:33 UTC MAIN commitmail json YAML

Note about mantainance of pkgsrc guide.

(obache)

2014-05-19 13:50:43 UTC MAIN commitmail json YAML

Added filesystems/libntfs version 2014.2.15; Updated filesystems/fuse-ntfs-3g to 2014.2.15; sysutils/ntfsprogs to 2014.2.15

(adam)

2014-05-19 13:47:22 UTC MAIN commitmail json YAML

Update pre-defined MASTER_SITE_* list from sites.mk,v 1.104.

(obache)

2014-05-19 13:42:51 UTC MAIN commitmail json YAML

describle for what MASTER_SITES starting with dash is used.

(obache)

2014-05-19 13:16:56 UTC MAIN commitmail json YAML

and use DEFAULT_DISTFILES in examples too.

(obache)

2014-05-19 13:15:10 UTC MAIN commitmail json YAML

mention to DEFAULT_DISTFILES.

(obache)

2014-05-19 12:43:33 UTC MAIN commitmail json YAML

Remove openbsd from ossaudio switch statement.
Brad Smith let me know that OpenBSD switched to sndio 6 years ago.

(wiz)

2014-05-19 12:22:06 UTC MAIN commitmail json YAML

Changes 2014.2.15:

libntfs: added use of hd library to get the legacy BIOS geometry
libntfs: switched to /proc/mounts for checking existing mounts
libntfs: fixed usa checking by ntfsck on 4K sector disks
libntfs: fixed processing compressed data beyond file size (Windows 8 compliance)
libntfs: fixed expanding a resident attribute without inserting holes
libntfs: allow DACLs to not have any ACE
libntfs: ignore unmapped regions when checking whether sparse
libntfs: upgraded the Win32 interface for use with ntfsprogs
ntfsresize: enabled relocating the MFT when shrinking a volume
ntfsresize: fixed trying to update the MFT and Bitmap on a test run
ntfsresize: fixed updating all the MFT runs in a relocated MFT
ntfsresize: set the backup boot sector when the size is reliable
ntfsresize: reserved a single sector for the backup boot sector
ntfsundelete: output the modification time when scanning files
ntfsundelete: ported to Windows
ntfsclone: fixed wiping fragmented metadata when creating a metadata image
ntfsclone: allowed cloning a file system despite allocation errors
ntfsclone: fixed bad copying of the backup boot sector
ntfsclone: ported to Windows
ntfsdecrypt: made compatible with libgrypt-1.6

(adam)

2014-05-19 11:07:25 UTC MAIN commitmail json YAML

2014-05-19 11:03:04 UTC MAIN commitmail json YAML

Remove (bogus) dependency on bash

(sborrill)

2014-05-19 10:52:28 UTC MAIN commitmail json YAML

2014-05-19 10:40:41 UTC MAIN commitmail json YAML

2014-05-19 09:34:44 UTC MAIN commitmail json YAML

Updated chat/loudmouth to 1.4.3nb9

(jperkin)

2014-05-19 09:34:34 UTC MAIN commitmail json YAML

Apply a number of changes:

* Install a dummy log handler to avoid spamming e.g. the irssi-xmpp console
  window in non-debug mode, patch from:

    https://github.com/mcabber/loudmouth/commit/65fda2c884f2cd70096def29fde5c6b9c1e70ecb

* Fix build on Darwin

* Add patch comments and LICENSE.

Bump PKGREVISION.

(jperkin)

2014-05-19 08:21:23 UTC MAIN commitmail json YAML

Updated multimedia/xine-lib to 1.2.5nb2

(wiz)

2014-05-19 08:21:14 UTC MAIN commitmail json YAML

Remove patch that was misapplied probably in 2004. See upstream
bug report.

Bump PKGREVISION.

(wiz)

2014-05-19 00:30:39 UTC MAIN commitmail json YAML

Needs libgetopt when PREFER_PKGSRC=yes, seems.

(rodent)

2014-05-19 00:23:35 UTC MAIN commitmail json YAML

Needs zlib and xz when PREFER_PKGSRC=yes, seems.

(rodent)

2014-05-18 21:31:02 UTC MAIN commitmail json YAML

2014-05-18 21:30:05 UTC MAIN commitmail json YAML

Added devel/hs-dlist version 0.7.0.1

(szptvlfn)

2014-05-18 21:29:39 UTC MAIN commitmail json YAML

Import dlist-0.7.0.1 as devel/hs-dlist,
packaged for wip by pho.

Difference lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing (e.g. with
the Writer monad), where list append quickly becomes too expensive.

(szptvlfn)

2014-05-18 21:28:28 UTC MAIN commitmail json YAML

2014-05-18 21:28:24 UTC MAIN commitmail json YAML

+ hs-data-default-class

(szptvlfn)

2014-05-18 21:27:49 UTC MAIN commitmail json YAML

Added devel/hs-data-default-class version 0.0.1

(szptvlfn)

2014-05-18 21:26:31 UTC MAIN commitmail json YAML

2014-05-18 21:26:26 UTC MAIN commitmail json YAML

2014-05-18 21:26:02 UTC MAIN commitmail json YAML

2014-05-18 21:24:56 UTC MAIN commitmail json YAML

2014-05-18 21:24:04 UTC MAIN commitmail json YAML

2014-05-18 21:22:49 UTC MAIN commitmail json YAML

2014-05-18 21:22:13 UTC MAIN commitmail json YAML

Uses syntax not supported by Python 2.6.

(joerg)

2014-05-18 21:21:32 UTC MAIN commitmail json YAML

Needs libexecinfo on NetBSD.

(joerg)

2014-05-18 21:21:06 UTC MAIN commitmail json YAML

2014-05-18 21:20:34 UTC MAIN commitmail json YAML

Don't assign PKGVERRSION. Set PKGNAME. Fixes bulk builds.

(joerg)

2014-05-18 21:20:12 UTC MAIN commitmail json YAML

Added devel/hs-text version 1.1.1.2

(szptvlfn)

2014-05-18 21:19:54 UTC MAIN commitmail json YAML

2014-05-18 21:19:44 UTC MAIN commitmail json YAML

Import text-1.1.1.2 as devel/hs-text,
packaged for wip by pho.

An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.

The Text type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both in
terms of large data quantities and high speed.

The Text type provides character-encoding, type-safe case conversion
via whole-string case conversion functions. It also provides a range
of functions for converting Text values to and from ByteStrings, using
several standard encodings.

Efficient locale-sensitive support for text IO is also supported.

These modules are intended to be imported qualified, to avoid name
clashes with Prelude functions, e.g.

import qualified Data.Text as T

To use an extended and very rich family of functions for working with
Unicode text (including normalization, regular expressions,
non-standard encodings, text breaking, and locales), see the text-icu
package: http://hackage.haskell.org/package/text-icu

(szptvlfn)

2014-05-18 21:19:36 UTC MAIN commitmail json YAML

2014-05-18 21:19:21 UTC MAIN commitmail json YAML

+ hs-utf8-string

(szptvlfn)

2014-05-18 21:19:14 UTC MAIN commitmail json YAML

Mark as broken, doesn't build against our rudiments version.

(joerg)

2014-05-18 21:17:22 UTC MAIN commitmail json YAML

Added devel/hs-utf8-string version 0.3.7

(szptvlfn)

2014-05-18 21:16:55 UTC MAIN commitmail json YAML

Import utf8-string-0.3.7 as devel/hs-utf8-string,
packaged for wip by pho.

A UTF8 layer for IO and Strings. The utf8-string
package provides operations for encoding UTF8
strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.

(szptvlfn)

2014-05-18 21:09:02 UTC MAIN commitmail json YAML

+sysutils/p5-Config-Simple. Previous addition, p5-String-Similarity, was
packaged originally in -wip by Mihai Chelaru.

(rodent)

2014-05-18 21:06:22 UTC MAIN commitmail json YAML

+p5-Config-Simple - packaged originally in -wip by Leonardo Taccari.

(rodent)

2014-05-18 21:03:38 UTC MAIN commitmail json YAML

Import p5-Config-Simple-4.59 as sysutils/p5-Config-Simple.

Reading and writing configuration files is one of the most frequent tasks of
any software design. Config::Simple is the library that helps you with it.

Config::Simple is a class representing configuration file object. It supports
several configuration file syntax and tries to identify the file syntax
automatically. Library supports parsing, updating and creating configuration
files.

(rodent)

2014-05-18 20:58:10 UTC pkgsrc-2014Q1 commitmail json YAML

Pull up ticket 4405; emulators/suse131_libxml2 security update.

(schnoebe)

2014-05-18 20:56:25 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4405 - requested by obache
emulators/suse131_libxml2: Fetch the RPM from the update site.

Revisions pulled up:
- emulators/suse131_libxml2/Makefile                            1.2,1.3
- emulators/suse131_libxml2/distfile                            1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu May 15 11:27:22 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_libxml2: Makefile distinfo

  Log Message:
  Apply openSUSE Security Update: openSUSE-SU-2014:0645-1
  libxml2

  Description:

      - fix for CVE-2014-0191 (bnc#876652)
      * libxml2: external parameter entity loaded when entity substitution is
      disabled
      * added libxml2-CVE-2014-0191.patch

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu May 15 18:39:28 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_libxml2: Makefile

  Log Message:
  Fix fetch.

(schnoebe)

2014-05-18 20:55:57 UTC MAIN commitmail json YAML

+textproc/p5-String-Similarity

(rodent)

2014-05-18 20:55:38 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4405 - requested by obache
emulators/suse131_libxml2: Fetch the RPM from the update site.

Revisions pulled up:
- emulators/suse131_libxml2/Makefile                            1.2,1.3
- emulators/suse131_libxml2/distfile                            1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu May 15 11:27:22 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_libxml2: Makefile distinfo

  Log Message:
  Apply openSUSE Security Update: openSUSE-SU-2014:0645-1
  libxml2

  Description:

      - fix for CVE-2014-0191 (bnc#876652)
      * libxml2: external parameter entity loaded when entity substitution is
      disabled
      * added libxml2-CVE-2014-0191.patch

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu May 15 18:39:28 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_libxml2: Makefile

  Log Message:
  Fix fetch.

(schnoebe)

2014-05-18 20:53:50 UTC MAIN commitmail json YAML

+p5-String-Similarity

(rodent)

2014-05-18 20:52:09 UTC MAIN commitmail json YAML

Import p5-String-Similarity-1.04 as textproc/p5-String-Similarity.

String::Similarity - calculate the similarity of two strings

(rodent)

2014-05-18 20:48:21 UTC MAIN commitmail json YAML

Remove patch that mutated far beyond the original intent.
(fixing a non-constant initializer in 2005...)

(wiz)

2014-05-18 20:37:41 UTC MAIN commitmail json YAML

2014-05-18 20:36:10 UTC MAIN commitmail json YAML

Update to latest release, 3.0.16. From ChangeLog:

- ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.1.
- Redis: Fixes ``TypeError`` problem in ``unregister`` (Issue #342).
- Tests: Some unit tests accidentally required the `redis-py` library.
- librabbitmq: Would crash when using an older version of :mod:`librabbitmq`,
  now emits warning instead.

(rodent)

2014-05-18 20:25:56 UTC MAIN commitmail json YAML

Updated solarus. Committed this manually, because cce target isn't working.

(rodent)

2014-05-18 20:22:19 UTC MAIN commitmail json YAML

Updated to latest release, 1.2.0. Requires LuaJIT2 and the SDL2 verions of
the SDL packages. From ChangeLog:

Engine changes
--------------

* Upgrade to SDL 2 (#262). Thanks Vlag.
* Accelerate video operations in GPU if available. Expect huge speedups.
* Add the hq2x, hq3 and hq4x pixel filter algorithms as new video modes.
* Make the window resizable (#338).
* Use LuaJIT if available instead of vanilla Lua for better performance.
* New map entity type: custom entities, fully scripted (#323).
* Conveyor belts are now called streams and can be non-blocking (#288).
* Collision rules of streams (conveyor belts) are now like holes.
* Rewrite the main loop with a constant timestep (#351).
* Show a dialog box in case of fatal error.
* The "wide" video modes do not exist anymore. SDL2 does the job now.
* Fix enemy:on_hurt() that was wrongly called when immobilized.
* Fix life and money exceeding the max when the max changes (#355).
* Make stairs sounds optional (#364).
* Make more checks in sprite files to avoid crashes (#357).
* Fix RandomMovement speed that was not taken into account (#361).
* Set the default speed of StraightMovement to 32 instead of 0 (#343).
* The size of all map entities must be a multiple of 8 (#358).
* Thrown entities (pots, bombs...) can now fall to a lower layer (#349).
* Running into a crystal or a solid switch now activates it (#193).
* The hero can now jump over distant crystal blocks (#42).
* The shield no longer protects while using the sword or carrying (#192).
* Fix collisions detected on disabled entities (#455).
* Fix pixel collisions coordinates when sprites move (#372).
* Fix a slowness when loading maps (#374).
* Fix crash when accessing a map not active anymore (#371).
* Fix crash when changing the movement of the hero (#392).
* Fix crash when calling hero:start_treasure() with wrong parameters (#391).
* Fix crash when calling game:has/get/set_ability() with wrong name (#408).
* Fix a crash when creating two entities with the same name (#370).
* Fix issues with unobtainable treasures.
* Fix the starting location wrongly saved with special destinations (#375).
* Fix map:set_tileset() sometimes moving the hero near the map border (#400).
* Fix enemies stuck on blocks (#360).
* Fix enemies stuck on crystal blocks (#41).
* Fix human NPCs not automatically showing "walking" when moving (#336).
* Fix the hero leaving the grabbing state even while the game is suspended.
* Fix low walls in dynamic tiles behaving like normal walls.
* Fix wrong collisions of right-up and left-down diagonal jumpers.
* Fix jumpers that could be traversed sideways (#481).
* Fix blocks no longer stopping when aligned on the grid since Solarus 0.9.3.
* Fix entities not always shown when they have no optimization distance.
* Call hero:on_removed() and stop hero timers when stopping the game (#421).
* Don't die if the map or destination saved no longer exists (#301).
* Don't die if a map has no destination. Show an error and go to 0,0 instead.
* Don't die if hero:teleport() attempts to go to a non-existing place.
* Don't die if attempting to start a game without map.
* Don't die if attempting to start a non-existing dialog.

Data files format changes
-------------------------

You can use the script tools/data_files_conversion/1.1_to_1.2/update_quest.lua
to automatically update your data files.
Don't forget to make a backup first.

* Languages: New syntax of strings.dat easier to read and parse (#170).
* Maps: The world property is now optional (#128).
* Maps: Destructibles no longer have subtypes, they are customizable (#270).
* Maps: Rename entity shop_item to shop_treasure.
* Maps: Rename entity conveyor_belt to stream with new features (#288).
* Maps: Teletransporters transition property is now a string (#402).
* Maps: Walls have a new property "stops_projectiles".
* Sounds: Running into a wall now plays a sound other than "explosion" (#297).

Lua API changes
---------------

Changes that introduce incompatibilities:

* Video mode names have changed: no more wide, fullscreen ou windowed names.
* sol.video.switch_mode() no longer changes the fullscreen flag.
* surface:set_transparency_color() no longer exists. Use surface:clear().
* sol.audio.play_music("none") is replaced by sol.audio.play_music(nil).
* on_key_pressed() and on_character_pressed() are now both called (#344).
* Destructible objects no longer show hardcoded dialogs (#270).
* map:create_destructible() has no hardcoded subtypes anymore (#270).
* map:create_teletransporter(): the transition is now a string (#402).
* map:create_shop_item() is replaced by map:create_shop_treasure().
* map:create_conveyor_belt() is replaced by map:create_stream() (#288).
* The state "conveyor belt" no longer exists in hero:get_state() (#288).
* The built-in strength of the sword has changed (#426).
* Bosses are not initially disabled anymore (#448).
* Call enemy:on_hurt() before enemy:on_dying() (#325).
* enemy:on_hurt() no longer takes a life_lost parameter (#426).
* The built-in defense of the tunic has changed (#428).
* enemy:get/set_magic_damage() no longer exists (#428).
* hero:start_hurt() no longer takes a magic parameter (#428).
* hero:start_hurt() now hurts the hero even when enemies cannot.
* Enemies have now a default size of 16x16 and origin of 8,13 (#354).
* The size of enemies must be a multiple of 8 (#358).
* item:on_pickable_movement_changed replaced by pickable:on_movement_changed.
* pickable:get_treasure() now returns the item instead of the item's name.
* Timers: returning true in the callback now repeats the timer (#152).
* sol.timer.start() now always returns the timer, even if its delay is zero.

Changes that do not introduce incompatibilities:

* New Lua type and methods for custom map entities.
* New API of destructible objects, fully customizable now (#270).
* Colors now take an optional alpha value as fourth component.
* New functions sol.video.get/set/reset_window_size().
* New method surface:clear().
* Add loop and callback features to sol.audio.play_music() (#280).
* New function sol.main.get_metatable(), allows to implement shared behaviors.
* The lifetime of a menu can now be another menu.
* New method menu:is_started().
* Attempt to stop a menu already stopped is no longer an error.
* New method map:get_hero() (#362).
* map:get_world() can now return nil because the world is now optional (#128).
* map:create_wall() accepts a new property "stops_projectiles".
* Entity names are now auto-incremented to simplify their creation.
* New method entity:get_game() (#363).
* New methods entity:bring_to_front() and entity:bring_to_back() (#273).
* entity:test_obstacles() now takes an optional layer parameter.
* New methods enemy:get_attack_consequence(), get_attack_consequence_sprite().
* The event entity:on_created() is now called for all types of entities.
* New event enemy:on_hurt_by_sword() to customize the sword strength (#426).
* New event enemy:on_attacking_hero() to customize attacks (#356).
* New event enemy:on_hurting_hero() to customize hurting the hero (#428).
* New event hero:on_hurt() to customize the defense of the equipment (#428).
* hero:start_hurt() now takes an optional entity and sprite (#417).
* New methods hero:is/set_invincible() and hero:is/set_blinking() (#418).
* New methods hero:get/set_animation() to set custom animations (#155).
* New methods hero:get/set_sword_sound_id() to change the sword sound (#155).
* New methods to set custom tunic, sword and shield sprites (#155).
* New event sensor:on_left() (#339).
* New event block:on_moving() (#334).
* New functions to get/set the properties of teletransporters (#403).
* New functions to get/set the properties of blocks.
* New methods to simulate game commands, by mrunderhill (#382).
* New event sensor:on_left() (#339).
* New event block:on_moving() (#334).
* New event teletransporter:on_activated() (#312).
* New event destination:on_activated() (#312).
* movement:on_position_changed() now takes x and y parameters (#342).
* Fix movement:start() raising an error if the optional callback is nil.
* Fix random_movement:get_max_radius() that was not working.
* Check the parameter sign in game:add/remove life/money/magic (#416).
* Check the parameter sign in item:add/remove_amount.
* Fix timer:is_suspended_with_map() that was not working.
* Fix crash when calling timer:set_suspended_with_map() without game started.
* New methods timer:get/set_remaining_time.
* New function sol.main.get_elapsed_time() to get the simulated time (#424).
* New function sol.input.get_key_modifiers() to get the key modifiers state.

Solarus Quest Editor changes
----------------------------

* The editor is now built with Maven (#365).
* Multiple entities can now be resized at the same time (#405).
* Copy-pasting entities now pastes them at the cursor (#404).
* The map view can now be dragged using the middle mouse button (#413).
* Zoom in/out in the map view using the middle mouse wheel (rekcah1986).
* Add buttons to edit or refresh the tileset from the map view (#425).
* The tileset view can now be dragged using the middle mouse button (#427).
* Selecting a tile now highlights its pattern in the tileset view (#290).
* Ctrl/Shift+click even on an entity now starts a selection rectangle (#410).
* Tile patterns can now be moved in the tileset editor (#422).
* The id and name of a new resource and now asked in a single dialog (#321).
* Show the old value in the dialog to change an id/name (#468) (rekcah1986).
* The order of resources in the quest tree can now be changed (#319).
* Increase the stepsize when scrolling the map view.
* Center the dialog of editing an entity (#443).
* Add a scroller to dialogs that are too high (#437) (rekcah1986).
* Show the map or tileset name in the "do you want to save" dialog.
* Show quest name and resource ids in the tree view (thanks rekcah1986).
* Don't place new tiles below other entities if there are some (#461).
* Fix hidden entities getting selected when clicked (#460).
* Fix selecting entities losing their order when changing the layer.
* Fix NullPointerException when canceling the Open Project dialog.
* Fix freeze if tiles don't exist when changing the tileset of a map.
* Fix the tree not refreshing when deleting a resource (#335).
* Fix the tileset editor not always showing the save dialog on closing.
* Fix the num_columns property of sprites wrongly parsed.
* Fix wrong displaying of right-up and left-down diagonal jumpers.
* Switches, crystals and crystal blocks now show their actual sprite (#376).

(rodent)

2014-05-18 20:15:41 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-vCard to 3.05.

(kleink)

2014-05-18 20:13:43 UTC MAIN commitmail json YAML

Update p5-Text-vCard to 3.05.

3.05 Tue 13 May 2014 18:04:30 BST
    - Another win attempt to fix (kablamo)
    - Get travis working! (kablamo)

3.04 Tue 29 Apr 2014 20:21:52
    - Try a fix for Win32 (kablamo)

3.03 Fri 25 Apr 2014 19:23:43
    - Better error msg for vcards w/o proper line endings (kablamo)
    - Bug fix for names. +test (kablamo)

3.02 Fri 14 Feb 18:35:55 2014
    - Try fix Win32, switch File::Slurp to Path::Tiny (kablamo)

3.01 Mon 10 Feb 11:52:00 2014
    - Try fix Win32 (kablamo)

3.0 Tue Jan 21 15:25:40 GMT 2014
    - Major changes!
    - Initial release of vCard and vCard::AddressBook
    - Fix line unwrapping when reading vcards
    - Rewrote Text::vCard::Node->as_string()
    - Rewrote Text::vCard::AddressBook->export()
    - Redo the way that encoding and decoding works
    - Correctly wrap utf8 encoded strings
    - Fix encoding issues with MIME::Base64 and MIME::QuotedPrint
    - Do a better job escaping and unescaping '\', ';', and ','
    - Fix for writing vcards with ORG values
    - Fix to remove extra semi colon when writing vcards
    - Version defaults to 4.0 when using the new vCard library

(kleink)

2014-05-18 15:39:25 UTC MAIN commitmail json YAML

Updated multimedia/xine-lib to 1.2.5nb1

(wiz)

2014-05-18 15:39:15 UTC MAIN commitmail json YAML

Bump PKGREVISION, to be on the safe side, for patch removal.

(wiz)

2014-05-18 15:38:18 UTC MAIN commitmail json YAML

Remove three patches that I think are not needed any longer.
If I'm wrong, let me know why.

Add upstream bug report URLs to nearly all remaining patches,
after filing these upstream bug reports.

Hi everyone who patched this without doing that!

(wiz)

2014-05-18 15:17:51 UTC MAIN commitmail json YAML

Update HOMEPAGE.

(wiz)

2014-05-18 15:08:49 UTC MAIN commitmail json YAML

Updated devel/py-tryton to 3.2.1

(rodent)

2014-05-18 15:08:33 UTC MAIN commitmail json YAML

Updated to latest release, 3.2.1. ChangeLog cites "bug fixes" as the diff.
py34 was listed twice in options.mk? Fixed.

(rodent)

2014-05-18 13:42:04 UTC MAIN commitmail json YAML

Remove MESSAGE file that was perhaps interesting 8 years ago, but
isn't any longer.

(wiz)

2014-05-18 13:32:32 UTC MAIN commitmail json YAML

2014-05-18 13:23:41 UTC MAIN commitmail json YAML

Updated sysutils/ts to 0.7.4

(wiz)

2014-05-18 13:23:32 UTC MAIN commitmail json YAML

Update to 0.7.4:

v0.7.4:
- Fixing a bug about dangling processes, in case of using "ts -r".
v0.7.3:
- Add option '-N' to set the number of slots required for a job to run.
  Proposed by Sergey Litvinov.
v0.7.2:
- Add option '-E', to keep stderr apart. It goes to "`ts -o`.e".
v0.7.1:
- Implement check of ownership of the socket. Security bugfix.

(wiz)

2014-05-18 13:17:52 UTC MAIN commitmail json YAML

Added security/TweetNaCl version 20140427

(wiz)

2014-05-18 13:17:30 UTC MAIN commitmail json YAML

2014-05-18 13:16:13 UTC MAIN commitmail json YAML

Import tweetnacl-20140427 as security/TweetNaCl.

TweetNaCl is the world's first auditable high-security cryptographic
library. TweetNaCl fits into just 100 tweets while supporting all
25 of the NaCl functions used by applications.

This package installs a libtool library of the code.

(wiz)

2014-05-18 12:27:51 UTC MAIN commitmail json YAML

2014-05-18 11:45:19 UTC MAIN commitmail json YAML

Updated graphics/vigra to 1.10.0; devel/subversion to 1.8.9

(adam)

2014-05-18 11:43:51 UTC MAIN commitmail json YAML

Changes 1.8.9:

User-visible changes:
- Client-side bugfixes:
  * log: use proper peg revision over DAV (r1568872)
  * upgrade: allow upgrading from 1.7 with exclusive locks (r1572102 et al)
  * proplist: resolve inconsitent inherited property results (r1575270 et al)
  * increase minimal timestamp sleep from 1ms to 10ms (r1581305 et al)
  * merge: automatic merge confused by subtree merge (issue 4481)
  * propget: report proper error on invalid revision for url (r1586255)
  * commit: fix an assertion when committing a deleted descendant
    (r1571747, r1571787, r1571795)
  * merge: resolve segfault when '--force' merges a directory delete
    (r1577812, r1577813, r1579429)
  * resolve: prevent interactive conflict resolution when nothing has been
    done to resolve the conflict (r1577294)
  * update: fix locks lost from wc with pre-1.6.17 servers (issue 4412)
  * merge: honor the 'preserved-conflict-file-exts' setting (r1577151)
  * list: fix '--verbose' against older servers (r1591111)
  * unlock: fix ability to remove locks with timeouts (r1579588)
  * copy: fix 'svn copy URL WC' on relocated working copies
    (r1580626, r1580650)
  * export: allow file externals to be exported (issue 4427)
  * move: fix working copy db inconsistency in cert scenarios (issue 4437)
  * commit: fix an issue where mixed revision copy with non copy descendants
    that shadow a not present node couldn't be committed (r1518942 et al)
  * delete: properly remove move_to info when the node in its original
    location is removed (r1538812 et al)
  * status; fix an issue where output would vary based on if the target
    was the node itself or its parent (r1544597 et al)

- Server-side bugfixes:
  * ensure proper access synchronization in fsfs on Windows (r1568953 et al)
  * svnadmin dump: don't let invalid mergeinfo stop dump (r1574868 et al)
  * svnserve: resolve performance regression caused by iprops (r1578853 et al)
  * reduce size of memory buffer when reading config files (r1581296)
  * remove dead transaction if commit was blocked by hook (r1583977)
  * svnrdump load: fix crash when svn:* normalization (issue 4490)
  * fix memcached support (issue 4470)
  * svndumpfilter: fix order of node record headers (r1578670 et al)
  * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25,
    2.4.5 and 2.4.6 (r1545835)
  * mod_dav_svn: allow generic DAV clients to refresh locks (issue 3515)
  * mod_dav_svn: detect out of dateness correctly during commit (issue 4480)

Developer-visible changes:
- General:
  * improve consistency checks of DAV inherited property requests (r1498000)
  * fix ocassional failure in autoprop_tests.py (r1567752)
  * avoid duplicate sqlite analyze information rows (r1571214)
  * add Mavericks to our sysinfo output (r1573088)
  * bump copyright years to 2014 (r1555403)
  * unbreak test suite when running as root (r1583580)
  * resolve buffer overflow in testcode (r1481782)
  * fix libmagic detection with custom LDFLAGS (r1577200)
  * fix an out of scope variable use in merge (r1587946)
  * javahl: fix crash from resolve callback throwing an exception (r1586439)
  * ruby: fix two memory lifetime bugs (r1586052, r1586467)
  * fix a missing null byte when handling old pre-1.4 deltas (r1587968)
  * fix building with APR 0.9.x (r1585499)
  * make svn_ra_get_locks() and svn_ra_get_lock() report not locked nodes
    with a NULL svn_lock_t *, as documented (r1578273, r1578311, r1578326)
  * fix tests for compiler flags

(adam)

2014-05-18 11:31:09 UTC MAIN commitmail json YAML

Changes 1.10.0:
* VIGRA got a tutorial.
* Significant simplification of the API: MultiArrayView arguments can now be passed to functions directly. The old syntax with Argument Object Factories (srcImageRange(), srcMultiArray() and relatives) remains valid, but is only required when the arguments are old-style BasicImages.
* Made StridedArrayTag the default for vigra::MultiArrayView .
* Added an efficient multi-dimensional vigra::GridGraph class which support both the LEMON and boost::graph APIs.
* Generalized various algorithms to arbitrary dimensions (gaussianGradientMultiArray(), hessianOfGaussianMultiArray(), gaussianDivergenceMultiArray(), localMinima(), localMaxima(), labelMultiArray(), watershedsMultiArray()).
* Added slicSuperpixels() for arbitrary dimensions.
* Added automatic differentiation (see vigra::autodiff::DualVector).
* Added nonlinearLeastSquares() using the Levenberg-Marquardt algorithm and automatic differentiation. More information about the changes can be found on the changelog page.

(adam)

2014-05-18 11:23:26 UTC MAIN commitmail json YAML

Catch up to /boot/common => /boot/system/develop on Haiku.

(obache)

2014-05-18 11:20:53 UTC MAIN commitmail json YAML

one more catch up to removal of /boot/common on Haiku.

(obache)

2014-05-18 11:18:17 UTC MAIN commitmail json YAML

catch up to removal of /boot/common on Haiku.

(obache)

2014-05-18 10:13:59 UTC MAIN commitmail json YAML

catch up to /boot/common removal, adust header/library location.

noticed by diger in pkgsrc-users@.

(obache)

2014-05-18 09:45:40 UTC MAIN commitmail json YAML

Haiku has groupadd now.
noticed by diger in pkgsrc-users@.

While here, enable useradd only for the case groupadd exists,
because former useradd is interactive command, not usable with pkgsrc framework.

(obache)

2014-05-18 09:37:51 UTC MAIN commitmail json YAML

catch up after removal of /boot/common on Haiku.

noticed by diger in pkgsrc-users@.

(obache)

2014-05-18 08:38:07 UTC MAIN commitmail json YAML

Haiku also has getprogname(3)/setprogname(3).

noticed by diger in pkgsrc-users@.

(obache)

2014-05-18 08:15:27 UTC MAIN commitmail json YAML

Updated devel/memcached to 1.4.20

(wiz)

2014-05-18 08:15:17 UTC MAIN commitmail json YAML

Update to 1.4.20:

Overview

Just one tiny change to fix a regression causing threads to lock
up and spin max CPU.

1.4.18 and 1.4.19 were affected. 1.4.17 and earlier were not
affected. If you are on .18 or .19 an upgrade to 1.4.20 is strongly
advised.

Thanks to commando.io for reporting the bug initially and putting
up with me being blind for a few weeks.

Fixes

Fix a race condition causing new connections to appear closed,
causing an inifinte loop.

(wiz)

2014-05-18 08:12:22 UTC MAIN commitmail json YAML

2014-05-18 08:00:07 UTC MAIN commitmail json YAML

+ asymptote-2.31, cmus-2.5.1, digikam-4.0, gthumb-3.2.8, jpegoptim-1.4.0,
  kdenlive-0.9.8, vifm-0.7.7, wine-devel-1.7.19.

(wiz)

2014-05-18 07:56:21 UTC MAIN commitmail json YAML

On Haiku:
ulimit -m: invalid option
ulimit -d: data sg size: cannot get limit: Invalid Argment
ulimit -s: stack size: cannot modify limit: Invalid Argment

noticed by diger in pkgsrc-users@.

(obache)

2014-05-18 07:42:39 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-mozc to 1.13.1651.102nb3

(obache)

2014-05-18 07:42:24 UTC MAIN commitmail json YAML

2014-05-18 07:41:24 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20140516.1.

(tron)

2014-05-18 07:40:54 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 2014.05.16.1. A list of changes
is not available unfortunately.

(tron)

2014-05-18 04:49:30 UTC MAIN commitmail json YAML

2014-05-18 04:28:30 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.0.0alpha3

(obache)

2014-05-18 04:28:17 UTC MAIN commitmail json YAML

Update mikutter to 3.0.0alpha3.

New features in 3.0
* multilingual support
* multi accounts
* improve extract tab

(obache)

2014-05-18 03:36:36 UTC MAIN commitmail json YAML

again with updates/added to make cce

(mspo)

2014-05-18 03:35:41 UTC MAIN commitmail json YAML

Updated net/p5-Net-RabbitFoot to 1.03

(mspo)

2014-05-18 03:35:01 UTC MAIN commitmail json YAML

2014-05-18 03:33:04 UTC MAIN commitmail json YAML

2014-05-18 03:32:29 UTC MAIN commitmail json YAML

Added lang/py-hy version 0.10.0

(rodent)

2014-05-18 03:32:16 UTC MAIN commitmail json YAML

Import py27-hy-0.10.0 as lang/py-hy.

Hy is a Python <--> Lisp layer. It helps make things work nicer, and lets Python
and the Hy lisp variant play nice together.

(rodent)

2014-05-18 03:29:55 UTC MAIN commitmail json YAML

2014-05-18 03:23:29 UTC MAIN commitmail json YAML

2014-05-18 03:22:14 UTC MAIN commitmail json YAML

Added devel/py-astor version 0.3

(rodent)

2014-05-18 03:22:03 UTC MAIN commitmail json YAML

Import py27-astor-0.3 as devel/py-astor.

astor is designed to allow easy manipulation of Python source via the AST. There
are some other similar libraries, but astor focuses on the following areas:

* Round-trip back to Python via Armin Ronacher's codegen.py module:
  ** Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly
      compileable
  ** Easy to read generated code as, well, code
* Dump pretty-printing of AST
  ** Harder to read than round-tripped code, but more accurate to figure out
      what is going on.
  ** Easier to read than dump from built-in AST module
* Non-recursive treewalk
  ** Sometimes you want a recursive treewalk (and astor supports that, starting
      at any node on the tree), but sometimes you don't need to do that. astor
      doesn't require you to explicitly visit sub-nodes unless you want to:
  ** You can add code that executes before a node's children are visited,
      and/or
  ** You can add code that executes after a node's children are visited, and/or
  ** You can add code that executes and keeps the node's children from being
      visited (and optionally visit them yourself via a recursive call)
  ** Write functions to access the tree based on object names and/or attribute
      names
  ** Enjoy easy access to parent node(s) for tree rewriting

(rodent)

2014-05-18 03:16:19 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent-RabbitMQ to 1.16

(mspo)

2014-05-18 03:14:17 UTC MAIN commitmail json YAML

2014-05-18 03:08:56 UTC MAIN commitmail json YAML

2014-05-18 03:06:46 UTC MAIN commitmail json YAML

Added devel/py-rply version 0.7.2

(rodent)

2014-05-18 03:06:33 UTC MAIN commitmail json YAML

Import py27-rply-0.7.2 as devel/py-rply.

Welcome to RPLY! A pure python parser generator, that also works with RPython.
It is a more-or-less direct port of David Beazley's awesome PLY, with a new
public API, and RPython support.

(rodent)

2014-05-18 02:53:42 UTC MAIN commitmail json YAML

2014-05-18 02:52:54 UTC MAIN commitmail json YAML

Added devel/ruby-delayer version 0.0.2

(obache)

2014-05-18 02:52:41 UTC MAIN commitmail json YAML

Import ruby-delayer-0.0.2 as devel/ruby-delayer.

Delay Any task.  Similar priority-queue.

(obache)

2014-05-18 02:28:39 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 2.0.3

(obache)

2014-05-18 02:28:27 UTC MAIN commitmail json YAML

Update milter-manager to 2.0.3

== [release-2-0-3] 2.0.3: 2014-05-20

A bug fix release of 2.0.2

=== Package

==== Improvements

  * Drop Ubuntu Quantal (12.10) support
  * Drop Ubuntu Raring (13.04) support
  * Add Ubuntu Trusty (14.04) support
  * Drop Debian squeeze support
  * rpm: Update Ruby1.9.3 package for CentOS6 to Ruby1.9.3-p545.

=== milter manager

==== Improvements

  * Update bundled libev to 4.15

==== Fixes

  * Fix a bug that data_stopper cannot stop apply children
    [GitHub #39]

=== Ruby milter

==== Improvements

  * Update bundled glib2 to 2.2.0
  * Milter::Logger methods can accept a block

=== Document

==== Fixes

  * Fix typos in FreeBSD installation
    [Patched by Dave Dodd]

=== Thanks

  * Dave Dodd

(obache)

2014-05-18 02:22:27 UTC MAIN commitmail json YAML

2014-05-18 00:15:19 UTC MAIN commitmail json YAML

make cce was a little too agressive

(mspo)

2014-05-18 00:14:54 UTC MAIN commitmail json YAML

Updated net/p5-Net-AMQP to 0.06

(mspo)

2014-05-18 00:13:27 UTC MAIN commitmail json YAML

2014-05-17 20:58:19 UTC MAIN commitmail json YAML

2014-05-17 20:56:55 UTC MAIN commitmail json YAML

Added devel/hs-tagged version 0.7.2

(szptvlfn)

2014-05-17 20:56:10 UTC MAIN commitmail json YAML

Imort tagged-0.7.2 as devel/hs-tagged,
packaged for wip by pho.

Haskell 98 phantom types to avoid unsafely passing dummy arguments

(szptvlfn)

2014-05-17 18:57:42 UTC pkgsrc-2014Q1 commitmail json YAML

pullup ticket 4409: security update for net/ldns.

(schnoebe)

2014-05-17 18:57:13 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4409 - requested by he
net/ldns: security update

Revisions pulled up:
- net/ldns/Makefile                                            1.30
- net/ldns/patches/patch_examples_ldns-keygen.c                1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Sat May 17 14:55:51 UTC 2014

  Modified Files:
  pkgsrc/net/ldns: Makefile
  Added Files:
  pkgsrc/net/ldns/patches: patch_examples_ldns-keygen.c

  Log Message:
  Add a patch to fix CVE-2014-3209:
  Let ldns-keygen create private key file with mode 0600.
  Bump PKGREVISION.

(schnoebe)

2014-05-17 16:59:29 UTC MAIN commitmail json YAML

Added sysutils/py-pefile version 1.2.10.139

(khorben)

2014-05-17 16:58:21 UTC MAIN commitmail json YAML

Imported py-pefile

(khorben)

2014-05-17 16:57:55 UTC MAIN commitmail json YAML

Import py27-pefile-1.2.10-139 as sysutils/py-pefile (from wip)

pefile is a multi-platform Python module to read and work with Portable
Executable (aka PE) files. Most of the information in the PE Header is
accessible, as well as all the sections, section's information and data.

pefile requires some basic understanding of the layout of a PE file. Armed with
it it's possible to explore nearly every single feature of the file.

Some of the tasks that pefile makes possible are:

* Modifying and writing back to the PE image
* Header Inspection
* Sections analysis
* Retrieving data
* Warnings for suspicious and malformed values
* Packer detection with PEiD's signatures
* PEiD signature generation

(khorben)

2014-05-17 16:19:27 UTC MAIN commitmail json YAML

More empty cases have been added. Patch them out to fix build on NetBSD.

(schmonz)

2014-05-17 16:10:50 UTC MAIN commitmail json YAML

2014-05-17 16:09:32 UTC MAIN commitmail json YAML

Added security/py-libtaxii version 1.1.101

(khorben)

2014-05-17 16:08:20 UTC MAIN commitmail json YAML

Imported py-libtaxii

(khorben)

2014-05-17 16:07:51 UTC MAIN commitmail json YAML

Import py27-libtaxii-1.1.101 as security/py-libtaxii (from wip)

libtaxii is a Python library for handling TAXII Messages as Python objects and
invoking TAXII Services.

A primary goal of libtaxii is to remain faithful to both the TAXII
specifications and to customary Python practices. libtaxii is designed to be
intuitive both to Python developers and XML developers.

(khorben)

2014-05-17 16:06:15 UTC MAIN commitmail json YAML

Added security/py-stix version 1.1.0.6

(khorben)

2014-05-17 16:04:56 UTC MAIN commitmail json YAML

2014-05-17 16:03:45 UTC MAIN commitmail json YAML

Import py27-stix-1.1.0.6 as security/py-stix (from wip)

A python library for parsing, manipulating, and generating STIX content.

The python-stix library utilizes the STIX v1.1 bindings, is under heavy
development. For more information about STIX, see http://stix.mitre.org.

(khorben)

2014-05-17 16:01:56 UTC MAIN commitmail json YAML

Added security/py-cybox version 2.1.0.4

(khorben)

2014-05-17 16:00:25 UTC MAIN commitmail json YAML

Imported py27-cybox-2.1.0.4

(khorben)

2014-05-17 15:59:10 UTC MAIN commitmail json YAML

Import py27-cybox-2.1.0.4 as security/py-cybox (from wip)

A python library for parsing, manipulating, and generating CybOX content.

A primary goal of the python-cybox library is to remain faithful to both the
CybOX standard and to customary Python practices. There are places where these
will conflict, and the goal is to make the library intuitive both to those
familiar with the XML schemas (but less familiar with Python) and also to
experienced Python developers who want to add CybOX support to their programs.

(khorben)

2014-05-17 14:56:37 UTC MAIN commitmail json YAML

Note update of net/ldns to 1.6.16nb4.

(he)

2014-05-17 14:55:51 UTC MAIN commitmail json YAML

Add a patch to fix CVE-2014-3209:
Let ldns-keygen create private key file with mode 0600.
Bump PKGREVISION.

(he)

2014-05-17 14:00:19 UTC MAIN commitmail json YAML

2014-05-17 13:59:49 UTC MAIN commitmail json YAML

Added graphics/py-pygal version 1.4.6

(rodent)

2014-05-17 13:59:37 UTC MAIN commitmail json YAML

2014-05-17 13:50:37 UTC MAIN commitmail json YAML

2014-05-17 13:49:57 UTC MAIN commitmail json YAML

Added converters/py-cairosvg version 1.0.7

(rodent)

2014-05-17 13:49:46 UTC MAIN commitmail json YAML

Import py27-cairosvg-1.0.7 as converters/py-cairosvg.

CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.

(rodent)

2014-05-17 13:44:40 UTC MAIN commitmail json YAML

2014-05-17 13:43:55 UTC MAIN commitmail json YAML

Added graphics/py-cairocffi version 0.5.3

(rodent)

2014-05-17 13:43:41 UTC MAIN commitmail json YAML

Import py27-cairocffi-0.5.3 as graphics/py-cairocffi.

cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
bindings and object-oriented API for Cairo. Cairo is a 2D vector graphics
library with support for multiple backends including image buffers, PNG,
PostScript, PDF, and SVG file output.

Additionally, the cairocffi.pixbuf module uses GDK-PixBuf to decode various
image formats for use in Cairo.

(rodent)

2014-05-17 11:34:35 UTC MAIN commitmail json YAML

Update comments for ruby21.

(obache)

2014-05-17 09:26:03 UTC MAIN commitmail json YAML

Updated graphics/imlib2 to 1.4.6

(adam)

2014-05-17 09:25:01 UTC MAIN commitmail json YAML

Version 1.4.6
- TGA loader: Fix for corrupt RLE format.
- Fix drawing of closed polygons in certain situations (ticket 2309).
- Set warning options when using gcc.
- Silence compiler warnings.
- Don't set -std=gnu99.
- XPM loader: Simplify and fix certain case of cpp > 2.

(adam)

2014-05-17 04:06:56 UTC MAIN commitmail json YAML

2014-05-16 20:33:28 UTC MAIN commitmail json YAML

2014-05-16 20:32:42 UTC MAIN commitmail json YAML

Added devel/hs-mtl version 2.2.0.1

(szptvlfn)

2014-05-16 20:31:59 UTC MAIN commitmail json YAML

Import mtl-2.2.0.1 as devel/hs-mtl,
packaged for wip by pho.

Monad classes using functional dependencies, with instances for
various monad transformers, inspired by the paper Functional
Programming with Overloading and Higher-Order Polymorphism, by Mark P
Jones, in Advanced School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).

(szptvlfn)

2014-05-16 20:07:59 UTC MAIN commitmail json YAML

+ hs-transformers

(szptvlfn)

2014-05-16 19:55:50 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2014-05-16 19:55:07 UTC MAIN commitmail json YAML

Update to wordpress 3.9.1.

Changes:
- A smoother media editing experience
- Improved visual editing - speed, accessibility, and mobile support
- Edit images easily - quicker access to crop and rotation tools, scale images
  directly in the editor
- Drag and drop your images right onto the editor
- Image gallery previews right in the editor
- Showcase music and clips with simple audio and video playlists
- Live widget and header image previews in the Customizer
- Stunning new theme browser

Version 3.9.1 fixes 34 bugs from 3.9.

More details on http://codex.wordpress.org/Version_3.9 and
http://codex.wordpress.org/Version_3.9.1

(morr)

2014-05-16 18:57:03 UTC MAIN commitmail json YAML

Remove duplicate fix for PR pkg/48508, in particular the flavour which
enforces GCC 4.4 under Mac OS X which is not required to build this.

(tron)

2014-05-16 16:04:27 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup tickets #4407 and #4408.

(tron)

2014-05-16 16:01:22 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4408 - requested by wiz
emulators/qemu: security update

Revisions pulled up:
- emulators/qemu/Makefile patch
- emulators/qemu/PLIST patch
- emulators/qemu/distinfo patch
- emulators/qemu/patches/patch-hw_virtio_virtio.c patch
- emulators/qemu/patches/patch-include_exec_softmmu__template.h patch

---
  Apply patch to update qemu package to version 2.0.0nb2 which
  fixes multiple security vulnerabilities.

(tron)

2014-05-16 14:30:02 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4407 - requested by wiz
print/cups: security patch

Revisions pulled up:
- print/cups/Makefile                                          1.204
- print/cups/distinfo                                          1.98
- print/cups/patches/patch-scheduler_client.c                  1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu May 15 12:51:58 UTC 2014

  Modified Files:
  pkgsrc/print/cups: Makefile distinfo
  Added Files:
  pkgsrc/print/cups/patches: patch-scheduler_client.c

  Log Message:
  Fix CVE-2014-2856 using upstream patch.
  Bump PKGREVISION.

(tron)

2014-05-16 14:12:29 UTC MAIN commitmail json YAML

2014-05-16 14:02:04 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4406, requested by wiz.

(schnoebe)

2014-05-16 14:00:36 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4406 - requested by wiz
lang/python33 OpenSSL security fix

Revisions pulled up:
- lang/python33/Makefile                                        1.24
- lang/python33/distinfo                                        1.15
- lang/python33/patches/patch-Lib_os.py                        1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu May 15 12:33:10 UTC 2014

  Modified Files:
  pkgsrc/lang/python33: Makefile distinfo
  Added Files:
  pkgsrc/lang/python33/patches: patch-Lib_os.py

  Log Message:
  Add fix for CVE-2014-2667.
  Bump PKGREVISION.

(schnoebe)

2014-05-16 13:59:41 UTC MAIN commitmail json YAML

Updated devel/nss to 3.16.1

(ryoon)

2014-05-16 13:59:17 UTC MAIN commitmail json YAML

Update to 3.16.1

Changelog:
Network Security Services (NSS) 3.16.1 is a patch release for NSS 3.16.

New functionality:
* Added the "ECC" flag for modutil to select the module used for
  elliptic curve cryptography (ECC) operations.

New Functions:
* PK11_ExportDERPrivateKeyInfo
* PK11_ExportPrivKeyInfo
* SECMOD_InternalToPubMechFlags

New Types:
* ssl_padding_xtn

New Macros
* PUBLIC_MECH_ECC_FLAG
* SECMOD_ECC_FLAG

Notable Changes:
* Imposed name constraints on the French government root CA ANSSI
  (DCISS).

(ryoon)

2014-05-16 13:55:33 UTC MAIN commitmail json YAML

Updated cross/freemint-gcc to 4.6.4nb1

(ryoon)

2014-05-16 13:55:24 UTC MAIN commitmail json YAML

Update comment.

(wiz)

2014-05-16 13:54:50 UTC MAIN commitmail json YAML

2014-05-16 13:13:22 UTC MAIN commitmail json YAML

Update to 20140516
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD.
Fix undefined __guard_local in devel/libexecinfo.

(ryoon)

2014-05-16 12:57:09 UTC MAIN commitmail json YAML

2014-05-16 12:56:26 UTC MAIN commitmail json YAML

Use libtool(1) under OpenBSD, the build with pkgsrc/devel/libtool-base
hould be fixed.

(ryoon)

2014-05-16 12:51:24 UTC MAIN commitmail json YAML

Make libtool file on all non-Windows platforms, not only Linux and OS X.

(wiz)

2014-05-16 12:49:42 UTC MAIN commitmail json YAML

2014-05-16 12:43:52 UTC MAIN commitmail json YAML

2014-05-16 12:38:01 UTC MAIN commitmail json YAML

2014-05-16 12:29:04 UTC MAIN commitmail json YAML

2014-05-16 12:27:48 UTC MAIN commitmail json YAML

forced revert re joerg

(richard)

2014-05-16 12:27:34 UTC MAIN commitmail json YAML

Fix build under OpenBSD 5.5 and potentially the platform that has no lua
in base.
But this is workaround.

(ryoon)

2014-05-16 12:15:55 UTC MAIN commitmail json YAML

2014-05-16 12:08:40 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.37.0

(wiz)

2014-05-16 12:08:30 UTC MAIN commitmail json YAML

Update to 1.37.0:

- version: 1.37.0

  date: 2014-05-16

  new features:

    - title: "Edit Book: Live spell checking in the code view. Now
    spelling errors are highlighted in the code view for convenient
    correction as you type. This can be turned off via
    Preferences->Editor."

    - title: "E-book viewer: When using the tap and hold gesture
    on a touchscreen, allow lookup of the word currently under
    the finger in the dictionary or online."
      tickets: [1318242]

    - title: "Edit Book: Allow putting the editor into replace mode
    by pressing the Insert key"

    - title: "Content server: Add more descriptive titles to the
    OPDS feeds, where possible."

    - title: "Edit Book: Update the Table of Contents view
    automatically when the ncx file is edited."

    - title: "Edit book: Insert tag button: Allow entering attributes
    along with the tag name to make it easy to repeatedly insert,
    for example, <span class='special'></span>."

    - title: "Windows driver for Woxter Scriba 190."
      tickets: [1317892]

    - title: "Edit Book: Add an entry to the context menu of the
    preview panel to open external URLs when a link is right clicked
    on"

  bug fixes:

    - title: "Edit Book: Fix error in the Check Book tool when
    items in the opf have paths starting with a leading slash."
      tickets: [1319378]

    - title: "Book polishing: Fix publisher field in epub not being
    cleared when updating metadata."
      tickets: [1319732]

    - title: "Kobo driver: Update to handle changes to annotation
    processing in newer Kobo firmware."

    - title: "DOCX Input: Handle docx files with index fields that
    have their field names incorrectly lower cased."
      tickets: [1318670]

    - title: "Edit book: Fix incorrect syntax highlighting on linux
    if the text contains non-BMP unicode characters."

    - title: "Edit book: Fix regression that caused an error when
    trying to edit files with no defined syntax, such as plain .txt
    files."
      tickets: [1318139]

  improved recipes:

    - Wall Street Journal

(wiz)

2014-05-16 12:01:17 UTC MAIN commitmail json YAML

New package option: gcc-objc++

(pho)

2014-05-16 11:56:58 UTC MAIN commitmail json YAML

2014-05-16 11:54:46 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.4.2nb1

(ryoon)

2014-05-16 11:53:56 UTC MAIN commitmail json YAML

2014-05-16 11:53:10 UTC MAIN commitmail json YAML

Fix packaging after patch was added.

(wiz)

2014-05-16 11:53:08 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Set gtk3 and kde4 as options
  Patch is from jaapb@ partially.
* Remove java PLIST entries from PLIST, remove duplicates

(ryoon)