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 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:55:26 UTC Now

2015-11-12 16:39:01 UTC MAIN commitmail json YAML

Updated devel/py-urwid to 1.3.1

(wiz)

2015-11-12 16:38:45 UTC MAIN commitmail json YAML

Update py-urwid to 1.3.1:

Urwid 1.3.1
===========

2015-11-01

* Fix for screen not getting reset on exception regression
  (by Rian Hunter)

* AttrSpec objects are now comparable (by Random User)

* MonitoredList now has a clear method if list has a clear method
  (by neumond)

* Fix for BarGraph hlines sort order (by Heiko Noordhof)

* Fix for final output not appearing on exit with some terminals
  now that extra newline was removed (by Jared Winborne)

* Fix for a resizing bug in raw_display (by Esteban null)

(wiz)

2015-11-12 16:37:15 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.1

(wiz)

2015-11-12 16:37:00 UTC MAIN commitmail json YAML

Update py-cryptography to 1.1:

1.1 - 2015-10-28
~~~~~~~~~~~~~~~~

* Added support for Elliptic Curve Diffie-Hellman with
  :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDH`.
* Added :class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF`.
* Added support for parsing certificate revocation lists (CRLs) using
  :func:`~cryptography.x509.load_pem_x509_crl` and
  :func:`~cryptography.x509.load_der_x509_crl`.
* Add support for AES key wrapping with
  :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap` and
  :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap`.
* Added a ``__hash__`` method to :class:`~cryptography.x509.Name`.
* Add support for encoding and decoding elliptic curve points to a byte string
  form using
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point`.
* Added :meth:`~cryptography.x509.Extensions.get_extension_for_class`.
* :class:`~cryptography.x509.CertificatePolicies` are now supported in the
  :class:`~cryptography.x509.CertificateBuilder`.
* ``countryName`` is now encoded as a ``PrintableString`` when creating subject
  and issuer distinguished names with the Certificate and CSR builder classes.

(wiz)

2015-11-12 16:35:28 UTC MAIN commitmail json YAML

Remove obsolete patch.

(morr)

2015-11-12 16:34:57 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 18.5

(wiz)

2015-11-12 16:34:42 UTC MAIN commitmail json YAML

Update py-setuptools to 18.5:

----
18.5
----

* In preparation for dropping support for Python 3.2, a warning is
  now logged when pkg_resources is imported on Python 3.2 or earlier
  Python 3 versions.
* `Add support for python_platform_implementation environment marker
  <https://github.com/jaraco/setuptools/pull/28>`_.
* `Fix dictionary mutation during iteration
  <https://github.com/jaraco/setuptools/pull/29>`_.

(wiz)

2015-11-12 16:32:29 UTC MAIN commitmail json YAML

Update to newest version.

ChangeLog (only stable versions):

2015/11/03 : 1.6.2
    - BUILD: ssl: fix build error introduced in commit 7969a3 with OpenSSL < 1.0.0
    - DOC: fix a typo for a "deviceatlas" keyword
    - FIX: small typo in an example using the "Referer" header
    - BUG/MEDIUM: config: count memory limits on 64 bits, not 32
    - BUG/MAJOR: dns: first DNS response packet not matching queried hostname may lead to a loop
    - BUG/MINOR: dns: unable to parse CNAMEs response
    - BUG/MINOR: examples/haproxy.init: missing brace in quiet_check()
    - DOC: deviceatlas: more example use cases.
    - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin.
    - BUG/MAJOR: http: don't requeue an idle connection that is already queued
    - DOC: typo on capture.res.hdr and capture.req.hdr
    - BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section was missing
    - CLEANUP: use direction names in place of numeric values
    - BUG/MEDIUM: lua: sample fetches based on response doesn't work

2015/10/20 : 1.6.1
    - DOC: specify that stats socket doc (section 9.2) is in management
    - BUILD: install only relevant and existing documentation
    - CLEANUP: don't ignore debian/ directory if present
    - BUG/MINOR: dns: parsing error of some DNS response
    - BUG/MEDIUM: namespaces: don't fail if no namespace is used
    - BUG/MAJOR: ssl: free the generated SSL_CTX if the LRU cache is disabled
    - MEDIUM: dns: Don't use the ANY query type

2015/10/13 : 1.6.0
    - BUG/MINOR: Handle interactive mode in cli handler
    - DOC: global section missing parameters
    - DOC: backend section missing parameters
    - DOC: stats paramaters available in frontend
    - MINOR: lru: do not allocate useless memory in lru64_lookup
    - BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
    - BUG/MINOR: ssl: fix management of the cache where forged certificates are stored
    - MINOR: ssl: Release Servers SSL context when HAProxy is shut down
    - MINOR: ssl: Read the file used to generate certificates in any order
    - MINOR: ssl: Add support for EC for the CA used to sign generated certificates
    - MINOR: ssl: Add callbacks to set DH/ECDH params for generated certificates
    - BUG/MEDIUM: logs: fix time zone offset format in RFC5424
    - BUILD: Fix the build on OSX (htonll/ntohll)
    - BUILD: enable build on Linux/s390x
    - BUG/MEDIUM: lua: direction test failed
    - MINOR: lua: fix a spelling error in some error messages
    - CLEANUP: cli: ensure we can never double-free error messages
    - BUG/MEDIUM: lua: force server-close mode on Lua services
    - MEDIUM: init: support more command line arguments after pid list
    - MEDIUM: init: support a list of files on the command line
    - MINOR: debug: enable memory poisonning to use byte 0
    - BUILD: ssl: fix build error introduced by recent commit
    - BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers
    - MEDIUM: server: implement TCP_USER_TIMEOUT on the server
    - DOC: mention the "namespace" options for bind and server lines
    - DOC: add the "management" documentation
    - DOC: move the stats socket documentation from config to management
    - MINOR: examples: update haproxy.spec to mention new docs
    - DOC: mention management.txt in README
    - DOC: remove haproxy-{en,fr}.txt
    - BUILD: properly report when USE_ZLIB and USE_SLZ are used together
    - MINOR: init: report use of libslz instead of "no compression"
    - CLEANUP: examples: remove some obsolete and confusing files
    - CLEANUP: examples: remove obsolete configuration file samples
    - CLEANUP: examples: fix the example file content-sw-sample.cfg
    - CLEANUP: examples: update sample file option-http_proxy.cfg
    - CLEANUP: examples: update sample file ssl.cfg
    - CLEANUP: tests: move a test file from examples/ to tests/
    - CLEANUP: examples: shut up warnings in transparent proxy example
    - CLEANUP: tests: removed completely obsolete test files
    - DOC: update ROADMAP to remove what was done in 1.6
    - BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id

(morr)

2015-11-12 16:30:48 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 1.03

(wiz)

2015-11-12 16:30:36 UTC MAIN commitmail json YAML

Update p5-Net-DNS to 1.03:

**** 1.03 November 6, 2015

Fix rt.cpan.org #107897

t/10-recurse.t freezes, never completes

Fix rt.cpan.org #101978

Update Net::DNS to use IO::Socket::IP

Fix rt.cpan.org #84375

Timeout doesn't work with bgsend/bgread

Fix rt.cpan.org #47050

persistent sockets for Resolver::bg(send|read|isready)

Fix rt.cpan.org #15515

bgsend on TCP

(wiz)

2015-11-12 16:26:06 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.63

(wiz)

2015-11-12 16:25:51 UTC MAIN commitmail json YAML

Update iso-codes to 3.63:

iso-codes 3.63
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Sun, 1 Nov 2015

  [ ISO 639 translations ]
  * Ukrainian by Yuri Chornoivan (TP)

  [ ISO 639-3 translations ]
  * Ukrainian by Yuri Chornoivan (TP)

(wiz)

2015-11-12 16:23:24 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 7.6.1

(wiz)

2015-11-12 16:23:09 UTC MAIN commitmail json YAML

Update xf86-video-ati to 7.6.1:

7.6.1:

This is a brown paper bag release fixing a double-free bug in the 7.6.0
release.

I could swear I'd tested this appropriately yesterday, but apparently
not. :(

Michel D辰nzer (3):
      Post 7.6.0 release version bump
      Remove duplicate free(output_ids) call
      Set version for 7.6.1 release

The xf86-video-ati 7.6.0 release supports xserver versions 1.8-1.18.

New features in this release:

* DRI3 and Present extension support, allowing more efficient and secure
  OpenGL compositing
* Option "TearFree" [0] to eliminate tearing (currently only effective for
  non-rotated outputs)
* Option "ShadowPrimary" [0] which may deliver better performance for some
  2D use cases, at the potential expense of other use cases (only available
  with glamor)
* DisplayPort 1.2 MST support
* Implemented support for Xorg -background none with glamor and fixed it to
  work better with EXA
* The contents of newly allocated buffers are always initialized before
  scanout, reducing intermittent artifacts

[0] Enabling Option "TearFree" or Option "ShadowPrimary" currently disables
    DRI page flipping.

Plus support for a few more Bonaire and Oland GPUs, and lots of other small
improvements and fixes. Thanks to everybody who contributed to this
release!

Adam Jackson (1):
      Remove dead accelDFS flag

Alex Deucher (3):
      radeon: bump version post release
      add new bonaire pci id
      add new OLAND pci id

Dave Airlie (6):
      radeon: stop caching mode resources
      radeon: move output name creation to its own function
      radeon: add support for DP 1.2 display hotplug (v2)
      radeon: adopt for new X server dirty tracking APIs.
      radeon: cleanup the entity rec
      radeon: move radeon_pixmap forward declaration into other block

David Heidelberger (2):
      radeon/vdpau: don't report VDPAU for < r300
      Handle tiling in radeon_set_shared_pixmap_backing

Emil Velikov (1):
      Do not link radeon_drv.so against libpciaccess

Jerome Glisse (2):
      Avoid leaking memory on output.
      Proper leak fix, previous leak fix was bogus.

Mario Kleiner (6):
      present: Move check for async flips
      present: Fix present notify timestamps and counts.
      Allow/Fix use of multiple ZaphodHead outputs per x-screen. (v2)
      Don't set TILE_SPLIT flags if surface.tile_split == 0.
      Fix inconsistent default eg_tile_split in evergreen_accel.c
      Make selection between DRI2 and DRI3 consistent with other drivers. (v2)

Michel D辰nzer (78):
      Remove duplicate OPTION_PAGE_FLIP entry
      PRIME: Don't advertise offload capabilities when acceleration is disabled
      Prefer drmModeSetCursor2 over drmModeSetCursor
      Require at least xserver 1.8
      Move xorg_list backwards compatibility to new radeon_list.h header
      Add DRM event queue helpers v2
      DRI2: Simplify blit fallback handling for scheduled swaps
      DRI2: Remove superfluous assignments to *_info->frame
      DRI2: Move radeon_dri2_flip_event_handler
      DRI2: Use helper functions for DRM event queue management v3
      DRI2: Split out helper for getting UST and MSC of a specific CRTC
      Move #include "radeon_glamor.h" from radeon.h to where it's needed
      Fold radeon_glamor_flush into radeon_cs_flush_indirect
      Add support for SYNC extension fences v2
      Add support for the Present extension v2
      Add DRI3 support v2
      Simplify includes in radeon_{dri3,present}.c
      Add xorg_list_for_each_entry_safe fallback in radeon_list.h
      Initialize boolean variable before calling xf86GetOptValBool
      DRI3: Use open hook instead of open_client
      Always include misync.h before other misync headers
      glamor: Add glamor_fd_from_pixmap define for standalone glamor tree
      dri3: Use screen->CreatePixmap instead of fbCreatePixmap directly
      EXA: Return NULL from radeon_get_pixmap_bo if there is no driver private
      configure.ac: Check for misyncshm.h again
      Adapt radeon_sync.c for misyncshm.h vs misync.h as well
      Make radeon_do_pageflip take a BO handle directly
      Present: Add radeon_present_get_pixmap_handle helper
      glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2
      glamor: Handle GLAMOR_* flags removed from xserver
      Increase robustness against DRM page flip ioctl failures v3
      Simplify radeon_do_pageflip() error handling slightly more
      Move radeon_drm_handler/abort_proc fields to drmmode_flipdata_rec
      Move get_pixmap_handle helper to radeon_bo_helper.c
      DRI2: Use radeon_get_pixmap_handle
      Only enable SYNC extension fences and the Present extension along with DRI3
      Add radeon_get_pixmap_tiling_flags helper
      present: Don't flip between BOs with different tiling parameters
      Rename scanout_pixmap_x field to prime_pixmap_x
      Split out struct drmmode_scanout for rotation shadow buffer information
      Add RADEON_CREATE_PIXMAP_SCANOUT flag
      glamor: Remove unused function radeon_glamor_pixmap_is_offscreen
      glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmap
      glamor: Add wrappers for the X server rendering hooks
      glamor: Add Option "ShadowPrimary" v2
      glamor: Remove the stride member of struct radeon_pixmap
      Add Option "TearFree" v4
      DRI2: Clear old->devPrivate.ptr in fixup_glamor
      Only copy fbcon BO contents if bgNoneRoot is TRUE
      Defer initial drmmode_copy_fb call until root window creation
      Defer initial modeset until the first BlockHandler invocation
      Update scanout pixmap contents before setting a mode with it
      Make drmmode_copy_fb() work with glamor as well
      On screen resize, clear the new buffer before displaying it
      Don't call radeon_get_pixmap_private() when using EXA
      Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSE
      glamor: Deal with glamor_glyphs_init being removed from xserver
      Replace SyncFence typedef with declaration of struct _SyncFence
      present: Remove get_drmmode_crtc helper
      glamor: Only wait for GPU writes in radeon_glamor_prepare_access_cpu_ro
      DRI2: Fix handling of drmmode_crtc_get_ust_msc return code
      Don't attempt a DRI2/Present page flip while the other one is flipping
      Skip disabled CRTCs in radeon_scanout_(do_)update
      present: Fall back to modeset for unflip operation
      present: Look at all CRTCs to determine if we can flip
      present: Handle DPMS off in radeon_present_get_ust_msc
      Remove unused local variable pRADEONEnt
      glamor: Move declaration of struct radeon_pixmap out of #if/#else blocks
      Only call drmmode_copy_fb (at most) once on server startup
      Wait for scanout BO initialization to finish before setting mode
      DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtc
      DRI2: Keep MSC monotonic when moving window between CRTCs
      Only align screen / scanout pixmap height where necessary
      Call xf86CrtcRotate from initial drmmode_set_desired_modes call
      Don't advertise rotation support without hardware acceleration v2
      Eliminate redundant data parameter from drmmode_crtc_scanout_create
      Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocate
      Bump version for 7.6.0 release

Piotr Redlewski (2):
      Disable CRTCs when disabling the outputs
      Do not try to enable already enabled CRTCs in DPMS hook

Rolf Eike Beer (1):
      radeon: remove unneeded inclusion of sarea.h

Stephen Chandler Paul (1):
      Handle failures in setting a CRTC to a DRM mode properly

Tom St Denis (5):
      dri2: Avoid calculation with undefined msc value
      Simplify pick best crtc to fold two loops into one
      Clean up allocation in RADEONInitVideo()
      Simplify drmmode_set_mode_major() and avoid leaking memory.
      Clean up radeon_dri2_create_buffer2()

(wiz)

2015-11-12 16:14:21 UTC MAIN commitmail json YAML

Updated x11/xf86-video-rendition to 4.2.6

(wiz)

2015-11-12 16:14:06 UTC MAIN commitmail json YAML

Update xf86-video-rendition to 4.2.6:

Just a few accumulated build fixes.

Adam Jackson (4):
      Remove mibstore.h
      Fix build against xserver 1.17
      Remove dependency on xf86PciInfo.h
      rendition 4.2.6

(wiz)

2015-11-12 16:12:33 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.19

(wiz)

2015-11-12 16:12:19 UTC MAIN commitmail json YAML

Update png to 1.6.19:

Libpng 1.6.19 - November 12, 2015
Changes since the last public release (1.6.18):
  Updated obsolete information about the simplified API macros in the
    manual pages (Bug report by Arc Riley).
  Avoid potentially dereferencing NULL info_ptr in png_info_init_3().
  Rearranged png.h to put the major sections in the same order as
    in libpng17.
  Eliminated unused PNG_COST_SHIFT, PNG_WEIGHT_SHIFT, PNG_COST_FACTOR, and
    PNG_WEIGHT_FACTOR macros.
  Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
    (Bug report by Viktor Szakats).  Several warnings remain and are
    unavoidable, where we test for overflow.
  Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
  Fixed uninitialized variable in contrib/gregbook/rpng2-x.c
  Moved config.h.in~ from the "libpng_autotools_files" list to the
    "libpng_autotools_extra" list in autogen.sh because it was causing a
    false positive for missing files (bug report by Robert C. Seacord).
  Removed unreachable "break" statements in png.c, pngread.c, and pngrtran.c
    to suppress clang warnings (Bug report by Viktor Szakats).
  Fixed some bad links in the man page.
  Changed "n bit" to "n-bit" in comments.
  Added signed/unsigned 16-bit safety net. This removes the dubious
    0x8000 flag definitions on 16-bit systems. They aren't supported
    yet the defs *probably* work, however it seems much safer to do this
    and be advised if anyone, contrary to advice, is building libpng 1.6
    on a 16-bit system. It also adds back various switch default clauses
    for GCC; GCC errors out if they are not present (with an appropriately
    high level of warnings).
  Safely convert num_bytes to a png_byte in png_set_sig_bytes() (Robert
    Seacord).
  Fixed the recently reported 1's complement security issue by replacing
    the value that is illegal in the PNG spec, in both signed and unsigned
    values, with 0. Illegal unsigned values (anything greater than or equal
    to  0x80000000) can still pass through, but since these are not illegal
    in ANSI-C (unlike 0x80000000 in the signed case) the checking that
    occurs later can catch them (John Bowler).
  Fixed png_save_int_32 when int is not 2's complement (John Bowler).
  Updated libpng16 with all the recent test changes from libpng17,
    including changes to pngvalid.c to ensure that the original,
    distributed, version of contrib/visupng/cexcept.h can be used
    (John Bowler).
  pngvalid contains the correction to the use of SAVE/STORE_
    UNKNOWN_CHUNKS; a bug revealed by changes in libpng 1.7. More
    tests contain the --strict option to detect warnings and the
    pngvalid-standard test has been corrected so that it does not
    turn on progressive-read. There is a separate test which does
    that. (John Bowler)
  Also made some signed/unsigned fixes.
  Make pngstest error limits version specific. Splitting the machine
    generated error structs out to a file allows the values to be updated
    without changing pngstest.c itself. Since libpng 1.6 and 1.7 have
    slightly different error limits this simplifies maintenance. The
    makepngs.sh script has also been updated to more accurately reflect
    current problems in libpng 1.7 (John Bowler).
  Incorporated new test PNG files into make check.  tests/pngstest-*
    are changed so that the new test files are divided into 8 groups by
    gamma and alpha channel.  These tests have considerably better code
    and pixel-value coverage than contrib/pngsuite; however,coverage is
    still incomplete (John Bowler).
  Removed the '--strict' in 1.6 because of the double-gamma-correction
    warning, updated pngstest-errors.h for the errors detected with the
    new contrib/testspngs PNG test files (John Bowler).
  Worked around rgb-to-gray issues in libpng 1.6.  The previous
    attempts to ignore the errors in the code aren't quite enough to
    deal with the 'channel selection' encoding added to libpng 1.7; abort.
  Fixed 'pow' macros in pngvalid.c. It is legal for 'pow' to be a
    macro, therefore the argument list cannot contain preprocessing
    directives.  Make sure pow is a function where this happens. This is
    a minimal safe fix, the issue only arises in non-performance-critical
    code (bug report by Curtis Leach, fix by John Bowler).
  Added sPLT support to pngtest.c
  Prevent setting or writing over-length PLTE chunk (Cosmin Truta).
  Silently truncate over-length PLTE chunk while reading.
  Libpng incorrectly calculated the output rowbytes when the application
    decreased either the number of channels or the bit depth (or both) in
    a user transform.  This was safe; libpng overallocated buffer space
  (potentially by quite a lot; up to 4 times the amount required) but,
  from 1.5.4 on, resulted in a png_error (John Bowler).
  Fixed some inconsequential cut-and-paste typos in
png_set_cHRM_XYZ_fixed().
  Clarified COPYRIGHT information to state explicitly that versions
    are derived from previous versions.
  Removed much of the long list of previous versions from png.h and
    libpng.3.

(wiz)

2015-11-12 15:37:20 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 2.0.0

(fhajny)

2015-11-12 15:37:08 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 2.0.0.

Breaking changes
- Remove option to configure custom config file via CONF_FILE
  or -Des.default.conf

Deprecations
- Deprecate index.analysis.analyzer.default_index in favor
  of index.analysis.analyzer.default.

Enhancements
- Make PerThreadIDAndVersionLookup per-segment
- TransportNodesAction shouldn't hold on to cluster state
- Packaging: change permissions/ownership of config dir
- Release: Fix package repo path to only consist of major version
- Plugin Cloud GCE: Add _gce_ network host setting
- Check "plugin already installed" before jar hell check.
- Plugin script to set proper plugin bin dir attributes
- Plugin script to set proper plugin config dir attributes

Bug fixes
- CRUD: Send response for update request when it timed out
- Engine: Never wrap searcher for internal engine operations
- Fielddata: Add GeoPoint in StreamInput/StreamOutput
- Properly bind ClassSet extensions as singletons
- Streamline top level reader close listeners and forbid
  general usage
- Settings in log config file should not overwrite custom parameters
- Plugin cli tool should not create empty log files
- Mappings: Enforce metadata fields are not passed in documents
- Plugin Cloud AWS: Discovery-ec2 plugin should check discovery.type
- Parse Java system properties in plugin.bat
- PluginManager: Dont leave leftover files on unsuccessful installs
- REST: Restore support for escaped '/' as part of document id
- REST: Add missing REST spec for detect_noop
- REST: Expose nodes operation timeout in REST API
- REST: Ensure XContent is consistent across platforms
- Shadow Replicas: Don't pull translog from shadow engine
- Snapshot restore operations throttle more than specified

Upgrades
- Upgrade Netty to 3.10.5.final

NOT CLASSIFIED
- [DOCS] terminate_after is not experimental anymore
- Remove unused clear(IndexReader) method from IndexFieldData
- changed ben to been
- move render search template methods to cluster admin client
- Docs: Document ES_CLASSPATH removal in breaking changes
- Rewrite native script documentation
- Docs: Update repository docs with new major version structure
- Add a note about shard failure in the api

(fhajny)

2015-11-12 15:23:38 UTC MAIN commitmail json YAML

Updated www/apache22 to 2.2.31nb1

(prlw1)

2015-11-12 15:21:51 UTC MAIN commitmail json YAML

2015-11-12 08:54:52 UTC MAIN commitmail json YAML

Allow accessing the extended configuration space. Tested on amd64-current
(support the extended configuration space) and i386 netbsd-7(not support).

(msaitoh)

2015-11-11 17:37:45 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.13.0

(leot)

2015-11-11 17:37:18 UTC MAIN commitmail json YAML

Update multimedia/mpv to 0.13.0.

Changes:
NOTE: The previous release changed the default format for youtube-dl and
removed some workarounds related to MPEG DASH support. However, the required
changes to FFmpeg code (FFmpeg/FFmpeg@4ab5666)
are not in any FFmpeg release yet (as of 2015-11-10), so for now, playing DASH
streams requires using FFmpeg git master. You can work around this by using the
--ytdl-format=best option.

Features
--------
New
  * SVG version of the icon (with symbolic counterpart)
  * stream_libarchive: add multivolume support
  * vo_opengl: add prescaling framework along with Super-xBR and NNEDI3
    (currently very slow) prescalers (issue #2230)

Options and Commands
--------------------
Added
  * command: add mistimed-frame-count property
  * vo_opengl: add vsync-fences option

Changed
  * command: make display-fps property writable
  * options: enable mpeg2 hw decoding by default if hw decoding is requested
  * vo_opengl: rename fancy-downscaling to correct-downscaling
  * vo_opengl: correct-downscaling: enable also for anamorphic clips
  * vo_opengl: rename "drm_egl" to "drm-egl"
  * vo_opengl: disable drm-egl autopickup
  * vo_opengl: never load vaapi GLX interop by default

Fixes and Minor Enhancements
----------------------------
  * ao_alsa: fix 7.1 over HDMI
  * audio: do not require full audio chain reinit for speed changes
  * rpi: add support for codecs other than h264 (mpeg2 for now)
  * vd_lavc: make hwdec fallback more tolerant
  * video: fix playback of pal8
  * video: multiple display-sync fixes
  * vo: fix no-audio mode with interpolation enabled/display-sync disabled
  * vo_direct3d: fix operation (issue #2434)
  * vo_drm: handle possible errors from sigaction
  * vo_drm: show osd in audio only mode
  * vo_opengl: do not attempt to cache frames in FBO in dumb-mode (issue #2432)
  * vo_opengl: win32: always request MMCSS for DWM
  * vo_opengl: win32: try to enable DwmFlush by default
  * vo_vdpau: check VDP_RGBA_FORMAT_A8 support
  * win32: request MMCSS "Playback" profile

(leot)

2015-11-11 17:09:06 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.8

(leot)

2015-11-11 17:08:25 UTC MAIN commitmail json YAML

Update print/mupdf to 1.8.

pkgsrc changes:
* Bump BUILDLINK_API_DEPENDS (spotted and tested via the only print/mupdf
  consumer wip/zathura-mupdf)
* OpenGL-based desktop viewer is still not enabled by default neither upstream
  nor in pkgsrc

Changes:
List of changes in MuPDF 1.8
* Headline changes:
* New OpenGL-based barebones desktop viewer.
* New URW fonts with greek and cyrillic.
* 64-bit file support.
* Ghostscript proofing mode (source only; not in shipped binaries).
* EPUB improvements:
* User style sheets.
* GIF images (also for CBZ).
* Table of contents.
* CJK text.
* Page margins.
* Many bug fixes.
* Bug fixes:
* Updated FreeType to version 2.6.1.
* Various font substitution bug fixes.
* Fix setjmp/longjmp behaviour which could cause optimizing compilers to misbehave.

(leot)

2015-11-11 16:47:38 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20151110

(leot)

2015-11-11 16:47:14 UTC MAIN commitmail json YAML

Update net/youtube-dl to 20151110.

Changes:
o Fix and improvements to various extractors (most user visible change is the
  support for new base.js html5 youtube player).

(leot)

2015-11-11 16:20:42 UTC MAIN commitmail json YAML

Avoid possible problems if HOST environment variable is defined.

Fixes PR pkg/50418 submitted by Hauke Fath.

(leot)

2015-11-11 16:14:17 UTC MAIN commitmail json YAML

2015-11-11 16:13:44 UTC MAIN commitmail json YAML

2015-11-11 16:13:12 UTC MAIN commitmail json YAML

Update x11/dmenu to 4.6.

Changes:
Features:
  - Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
    The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dmenu-xft patch (previously on the wiki).
  - Uses a shared libdraw codebase (also used for dwm right now).
  - Merged wiki patches:
    - monarg: allow to specify monitor number to start on with -m (Martin K端hl).
    - multisel: allow selecting multiple items (ctrl-enter) (Evan Gates).
    - xft: see above.
  - Accepted vi'is exit approach ^[ (Arkaduisz).
  - Add ^G escape keybinding (Karl F).
  - Separate config options to config.h (Alex Sedov).
  - Support keybind C-S-[jm] (Connor Lane Smith).
  - stest: get rid of getopt, use suckless arg.h (Hiltjo).
  - stest: support inverse matching (flag -v) (Martin K端hl).

Notable fixes:
  - Buffer nul termination on tab (Alex Sedov's).
  - Crash (pointer dereference) with ctrl-enter as input (Hiltjo).
  - Ignore prompt if it is empty in addition to NULL (Moritz Wilhelmy).
  - Incorrect ordering of match results (Davide Del Zompo).
  - Input text matching (Quentin Rameau).
  - Paste from clipboard (ctrl+shift+y) (Joshua Lloret).
  - Replace deprecated usleep() with nanosleep() (Quentin Rameau).
  - dmenu_run: Split cache logic to dmenu_path again (Quentin Glidic).
  - multimon: always spawn client on first monitor if specified with
-m 0 (Hiltjo).
  - reset ControlMask for C-j and C-m (Hiltjo).

Build improvements:
  - config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
  - config.mk: improve feature test check (k0ga, stateless).
  - config.mk: use -std=c99 by default.

(leot)

2015-11-11 16:12:10 UTC MAIN commitmail json YAML

Update wm/dwm to 6.1.

Changes:
Features:
  - Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
    The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dwm-xft patch (previously on the wiki).
  - Uses a shared libdraw codebase (also used for dmenu right now).
  - _NET_ACTIVE_WINDOW improvements (Andreas Amanns).
  - _NET_CLIENT_LIST support (Andreas Amanns).
  - Spawn dmenu on the selected monitor in dwm (dmenu -m option).
  - Use st as default terminal from now on (used to be xterm).

Notable fixes:
  - Barwin memory leak fix (Eckehard Berns).
  - Drw_text width check fix (Jochen).
  - Setfullscreen: don't process the property twice (Quentin Rameau,
Markus Teich).
  - Smoother resizing of floating windows (capped at 60fps), (Hiltjo).
  - Unfocus on slow sloppy monitor focus (Connor Lane Smith).

Build improvements:
  - config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).

(leot)

2015-11-11 15:02:33 UTC MAIN commitmail json YAML

2015-11-11 14:07:45 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.548

(tsutsui)

2015-11-11 14:06:05 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.548.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb15-28.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: November 10, 2015

Vulnerability identifier: APSB15-28

CVE number: CVE-2015-7651, CVE-2015-7652, CVE-2015-7653, CVE-2015-7654,
CVE-2015-7655, CVE-2015-7656, CVE-2015-7657, CVE-2015-7658, CVE-2015-7659,
CVE-2015-7660, CVE-2015-7661, CVE-2015-7662, CVE-2015-7663, CVE-2015-8042,
CVE-2015-8043, CVE-2015-8044, CVE-2015-8046

Platform: All Platforms

(tsutsui)

2015-11-11 13:55:25 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 11.0.5

(tnn)

2015-11-11 13:54:09 UTC MAIN commitmail json YAML

Update to mesa-11.0.5.

"With this release we have some driver patches for i965 and nouveau, a couple
of llvm 3.7 related fixes and a some bugfixes in the VA state-tracker.
Additionally we have a few new PCI ids for i965 and radeonsi."

(tnn)

2015-11-11 13:03:36 UTC MAIN commitmail json YAML

+ gmp-6.1.0, iso-codes-3.63, libuuid-2.27.1, py-html2text-2015.11.4,
  py-iso8601-0.1.11, py-markdown-2.6.4, py-setuptools-18.5,
  py-urwid-1.3.1, talloc-2.1.5.

(wiz)

2015-11-11 12:47:37 UTC MAIN commitmail json YAML

Updated archivers/unzip to 6.0nb5

(wiz)

2015-11-11 12:47:27 UTC MAIN commitmail json YAML

Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.

>From Debian.

Bump PKGREVISION.

(wiz)

2015-11-11 12:40:03 UTC MAIN commitmail json YAML

2015-11-11 12:02:31 UTC MAIN commitmail json YAML

+ glpk-4.57, modular-xorg-server-1.18.0, p5-Net-DNS-1.03,
  ruby-jekyll-3.0.0, stow-2.2.2.

(wiz)

2015-11-11 11:59:40 UTC MAIN commitmail json YAML

Updated devel/py-hg-git to 0.8.3

(wiz)

2015-11-11 11:59:28 UTC MAIN commitmail json YAML

Update py-hg-git to 0.8.3.

Compatible with latest mercurial (3.6).

Change summary not found, commit list at
https://bitbucket.org/durin42/hg-git/commits/tag/0.8.3

(wiz)

2015-11-11 11:56:21 UTC MAIN commitmail json YAML

py-dulwich is python-3.x compatible now.

(wiz)

2015-11-11 11:53:21 UTC MAIN commitmail json YAML

Updated devel/py-dulwich to 0.11.2

(wiz)

2015-11-11 11:53:11 UTC MAIN commitmail json YAML

Update py-dulwich to 0.11.2.

This version supports python-3.x.

0.11.2 2015-09-18

IMPROVEMENTS

  * Add support for agent= capability. (Jelmer Vernooij, #298)

  * Add support for quiet capability. (Jelmer Vernooij)

CHANGES

  * The ParamikoSSHVendor class has been moved to
  * dulwich.contrib.paramiko_vendor, as it's currently untested.
    (Jelmer Vernooij, #364)

0.11.1 2015-09-13

Fix-up release to exclude broken blame.py file.

0.11.0 2015-09-13

IMPROVEMENTS

  * Extended Python3 support to most of the codebase.
    (Gary van der Merwe, Jelmer Vernooij)
  * The `Repo` object has a new `close` method that can be called to close any
    open resources. (Gary van der Merwe)
  * Support 'git.bat' in SubprocessGitClient on Windows.
    (Stefan Zimmermann)
  * Advertise 'ofs-delta' capability in receive-pack server side
    capabilities. (Jelmer Vernooij)
  * Switched `default_local_git_client_cls` to `LocalGitClient`.
    (Gary van der Merwe)
  * Add `porcelain.ls_remote` and `GitClient.get_refs`.
    (Michael Edgar)
  * Add `Repo.discover` method. (B. M. Corser)
  * Add `dulwich.objectspec.parse_refspec`. (Jelmer Vernooij)
  * Add `porcelain.pack_objects` and `porcelain.repack`.
    (Jelmer Vernooij)

BUG FIXES

  * Fix handling of 'done' in graph walker and implement the
    'no-done' capability. (Tommy Yu, #88)

  * Avoid recursion limit issues resolving deltas. (William Grant, #81)

  * Allow arguments in local client binary path overrides.
    (Jelmer Vernooij)

  * Fix handling of commands with arguments in paramiko SSH
    client. (Andreas Kl旦ckner, Jelmer Vernooij, #363)

  * Fix parsing of quoted strings in configs. (Jelmer Vernooij, #305)

(wiz)

2015-11-11 11:40:06 UTC MAIN commitmail json YAML

Remove the check for the presence of ssh_host_key & the command to generate it,
if ssh_host_key doesn't exist.
RSA1 support is dead and doesn't exist in the package we generate, hence,
regeneration of the key is executed everytime sshd is started/restarted.
Bump PKGREVISION

Reviewed by wiz@

(sevan)

2015-11-11 11:00:07 UTC MAIN commitmail json YAML

2015-11-11 10:59:48 UTC MAIN commitmail json YAML

Remove REPLACE_PERL line for non-existent file.

(wiz)

2015-11-10 17:47:37 UTC MAIN commitmail json YAML

Updated filesystems/libntfs to 2015.3.14

(adam)

2015-11-10 17:45:22 UTC MAIN commitmail json YAML

Changes 2015.3.14:

Changes to NTFS-3G:
-------------------
Fixed inserting a new ACL after wiping out by chkdsk
Fixed Windows-type inheritance
Fixed ignoring the umask mount option when permissions are used
Fixed checking permissions when Posix ACLs are compiled in but not enabled
Disabled option remove_hiberfile on read-only mounts
Implemented an extended attribute to get/set EAs
Avoid full runlist updating in more situations
Update ctime after setting an ACL
Use MFT record 15 for the first extent to MFT:DATA
Ignore the sloppy mount option (-s)
Implemented FITRIM (fstrim) ioctl
Reengineered the compression algorithm

Changes to ntfsprogs:
---------------------
Return success from ntfsprogs utilities with options 窶砺ersion and the like
Implemented configure option 窶兎nable-quarantined for non functional utilities
Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate

(adam)

2015-11-10 14:49:45 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2015.8.1

(sborrill)

2015-11-10 14:48:39 UTC MAIN commitmail json YAML

2015-11-10 12:18:44 UTC MAIN commitmail json YAML

Fix PLIST.egl - fixes build on at least NetBSD/7 amd64
No pkgrevision bump as only affects platforms which would not have built

(abs)

2015-11-10 11:38:47 UTC MAIN commitmail json YAML

Note update of lang/oracle-{jre,jdk}8 to 8.0.66.

(jperkin)

2015-11-10 11:35:31 UTC MAIN commitmail json YAML

Update Oracle JRE/JDK to 8.0u66.

pkgsrc changes:

  - Add support for Darwin (JRE only, Oracle only provide .dmg downloads for
    the JDK).

  - Add better 'distinfo' handling so that all distfiles are included.

Upstream changes in 8.0u66:

New Features and Changes
The following are some of the notable new features and changes in this release:

  Support ISO 4217 "Current funds codes" table (A.2)

  This enhancement adds support for ISO 4217 table A.2 fund codes. Previously
  the JDK only supported those currencies listed in table A.1.

  See JDK-8074350.

Bug Fixes
This release contains fixes for security vulnerabilities. For more
information, see Oracle Critical Patch Update Advisory. For a list of bug fixes
included in this release, see JDK 8u66 Bug Fixes page.

The following are some of the notable bug fixes included in this release:

  Hotspot should use PICL interface to get cacheline size on SPARC The libpicl
  library is now required on Solaris/SPARC to determine the size of the cache
  lines. In case the library is not present or the PICL service is not available
  the JVM will display a warning and compiler optimizations that utilize the BIS
  (Block Initializing Store) instruction will be turned off.

  See JDK-8056124.

  Preloading libjsig.dylib causes deadlock when signal() is called

  Applications need to preload the libjsig library to enable signal chaining.
  Previously, on OS X, after libjsig.dylib was preloaded, any call from native
  code to signal() caused a deadlock. This has been corrected.

  See JDK-8072147.

  VM crash when class is redefined with Instrumentation.redefineClasses

  The JVM could crash when a class was redefined with
  Instrumentation.redefineClasses(). The crash could either be a segmentation
  fault at SystemDictionary::resolve_or_null, or an internal error with the
  message "tag mismatch with resolution error table". This has now been fixed .

  See JDK-8076110.

Upstream changes in 8.0u65:

Bug Fixes
This release contains fixes for security vulnerabilities. For more information,
see Oracle Java SE Critical Patch Update Advisory. For a list of bug fixes
included in this release, see JDK 8u65 Bug Fixes page.

The following are some of the notable bug fixes included in this release:

  Use Safe Prime Diffie-Hellman Groups

  In the JDK SSL/TLS implementation (SunJSSE provider), safe prime
  Diffie-Hellman groups are used by default. Users can customize Diffie-Hellman
  groups with the security property, "jdk.tls.server.defaultDHEParameters".

  [macosx] JRE AU client installed fails update to NEXTVER on Mac 10.11

  A new installer is introduced in the 8u65 release to update OS X users to the
  latest version. The installer will apply to both scheduled and manual updates,
  and bundles made available on java.com and OTN. Users who experience
  compatibility issues with the new installer can manually download and install
  the ".pkg" installer available on My Oracle Support.

Known Issues

  [macosx] Sponsor offer screen accessibility (a11y) issues

  Users who operate the keyboard to access user interfaces in the Java installer
  will be unable to access hyperlinks and checkboxes in software add-on offer
  screens. As a workaround to setting preferences related to add-on software in
  the user interface, users can disable such offers either by disabling them in
  the Java Control Panel, or by passing 'SPONSORS=0' via the command line. For
  more information, refer to:
  https://www.java.com/en/download/faq/disable_offers.xml

  See JDK-8061886.

(jperkin)

2015-11-10 10:24:31 UTC MAIN commitmail json YAML

Updated sysutils/puppet to 3.8.4

(fhajny)

2015-11-10 10:24:15 UTC MAIN commitmail json YAML

Update sysutils/puppet to 3.8.4

Puppet 3.8.4
- Update Windows OpenSSL version to 1.0.2d from 1.0.0s
- PUP-5271: Windows user resource should not manage password
  unless specified
- PUP-5398: Fix regression that reintroduced file watching for
  directory environmnents
- PUP-5380: Slow catalog run after updating to Puppet 3.7.5
- PUP-5350: Puppet filter function does not behave consistently
  across all supported argument types
- PUP-5271: Windows user resource should not manage password
  unless specified
- PUP-4495: Puppet 3.5.0 introduced a regression in tag filtering
  for catalog runs

Puppet 3.8.3
- PUP-5036: --parser future breaks class application {}
- PUP-3045: exec resource with timeout doesn't kill executed
  command
  that times out
- PUP-4639: Refreshing a LaunchDaemon leaves it disabled
- PUP-5044: launchd enable/disable on OS X 10.10
- PUP-5013: resource evaluation metrics are missing when not
  using an ENC
- PUP-735: Status unchanged when "Could not apply complete
  catalog"

(fhajny)

2015-11-10 10:10:56 UTC MAIN commitmail json YAML

Updated databases/sqlrelay to 0.64

(fhajny)

2015-11-10 10:10:39 UTC MAIN commitmail json YAML

Update databases/sqlrelay to 0.64.
Remove bl3 entries that were really only part of devel/rudiments.

- fixed bug in sqlrsh that caused it to filter out non-ascii
  characters
- added informix connection module
- added shutdown loop detection in sqlr-listener
- fixed dbhostname/dbipaddress requests
- added bind variable format validation to php pdo driver
- added softttl parameter
- added db/language detection to configure.vbs
- added passwordfunction parameter to "sqlrelay" authentication
  module
- added -disable-crash-handler command line option to server
  processes
- postgresql connection module PQclear()'s the result of
  PQprepare() now, fixing a memory leak
- updated postgresql connection module to handle invalid bind
  variables properly, and without crash
- added various missing postgresql functions to the postgresql
  drop-in library, most notably PQprepare, PQexecPrepared,
  PQexecParams
- simplified sqlrpaths/sqlrcmdline classes a bit
- renamed sqlrconfigfile to sqlrconfig
- implemented a modular configuration framework
- config files can be loaded over protocols supported by libcurl
  now or http if rudiments compiled withougt libcurl support
- config files can now be "link files" which just refer to other
  local config files, local config directories, or remote config
  files
- updated sqlr-start and sqlr-scaler not to pass the default
  -config value if sqlr-start wasn't explicitly started with
  -config
- fixed a bug that could cause sqlrsh to act funny if the last
  character prior to the command delimiter was a single or double
  quote
- fixed a stacked result-set translation module bug
- applied George Carrette's patch to fix potential PDO
  null-dereferences

(fhajny)

2015-11-10 10:04:54 UTC MAIN commitmail json YAML

Updated devel/rudiments to 0.54

(fhajny)

2015-11-10 10:04:40 UTC MAIN commitmail json YAML

Update devel/rudiments to 0.54.

- tweaked code in configure script to remove -Werror* to be
  non-greedy
- updated semaphoreset/sharedmemory destructors to remove
  the semaphoreset/sharedmemory segment last
- added url class that uses libcurl (read-only for now)
- added support for urls to xmlsax (and thus xmldom and
  codetree)
- added http support to the url class for platforms that
  lack an appropriate libcurl
- charstring 1-argument trim methods trim all whitespace
  now, not just spaces
- added charstring::isNullOrEmpty()
- added read-until-terminator methods with maxbytes option
- applied George Carrette's listener class patch to not close
  invalid-epoll filedescriptors

(fhajny)

2015-11-10 09:15:34 UTC MAIN commitmail json YAML

looks like distinfo mps missed in last

(abs)

2015-11-10 08:52:38 UTC MAIN commitmail json YAML

s/long// (leaving "unsigned") in some code that fails when long is
anything but 32 bits (and unsigned is 32 bits in pretty much all
modern platforms.)

this allows ups-nut-usb to work on sparc64 for me, otherwise the
hidparser fails.

bump pkg revision for ups-nut-usb, as that pkg changes (at least
for big endian platforms.)

(mrg)

2015-11-10 08:46:06 UTC MAIN commitmail json YAML

2015-11-10 05:18:30 UTC MAIN commitmail json YAML

Updated sysutils/xentools45 to 4.5.1nb7

(jnemeth)

2015-11-10 05:18:14 UTC MAIN commitmail json YAML

Add some missing documentation (man pages and configuration information):

- man/man1/xenstore-chmod.1
- man/man1/xenstore-ls.1
- man/man1/xenstore.1
- share/doc/xen/xen-command-line.markdown
- share/doc/xen/xl-disk-configuration.txt
- share/doc/xen/xl-network-configuration.markdown

(jnemeth)

2015-11-09 20:23:13 UTC MAIN commitmail json YAML

Mark the addition of nodejs4

(fhajny)

2015-11-09 20:22:15 UTC MAIN commitmail json YAML

Added lang/nodejs4 version 4.2.2

(fhajny)

2015-11-09 20:21:52 UTC MAIN commitmail json YAML

Import nodejs 4.2.2 as lang/nodejs4, based on the last 4.x update in
lang/nodejs.

This package holds the current 4.x LTS release.

For more on node.js LTS support, see here:

  https://nodejs.org/en/blog/community/node-v5/

(fhajny)

2015-11-09 20:19:50 UTC MAIN commitmail json YAML

2015-11-09 20:19:35 UTC MAIN commitmail json YAML

Update lang/nodejs to 5.0.0.

Move most logic into Makefile.common that will be shared
by the LTS lang/nodejs4 package.

Notable Changes in 5.0.0:

* buffer: (Breaking) Removed both 'raw' and 'raws' encoding types
  from Buffer, these have been deprecated for a long time
* console: (Breaking) Values reported by console.time() now have
  3 decimals of accuracy added
* fs:
  - fs.readFile*(), fs.writeFile*(), and fs.appendFile*() now also
    accept a file descriptor as their first argument
  - (Breaking) In fs.readFile(), if an encoding is specified and
    the internal toString() fails the error is no longer thrown but is
    passed to the callback
  - (Breaking) In fs.read() (using the fs.read(fd, length, position,
    encoding, callback) form), if the internal toString() fails the
    error is no longer thrown but is passed to the callback
* http:
  - Fixed a bug where pipelined http requests would stall
  - (Breaking) When parsing HTTP, don't add duplicates of the
    following headers: Retry-After, ETag, Last-Modified, Server, Age,
    Expires.
  - (Breaking) The callback argument to OutgoingMessage#setTimeout()
    must be a function or a TypeError is thrown
  - (Breaking) HTTP methods and header names must now conform to
    the RFC 2616 "token" rule, a list of allowed characters that
    excludes control characters and a number of separator characters.
* node:
  - (Breaking) Deprecated the _linklist module
  - (Breaking) Removed require.paths and require.registerExtension(),
    both had been previously set to throw Error when accessed
* npm: Upgraded to version 3.3.6 from 2.14.7
* src: (Breaking) Bumped NODE_MODULE_VERSION to 47 from 46
* timers: Attempt to reuse the timer handle for setTimeout().unref().
* tls:
  - Added ALPN Support
  - TLS options can now be passed in an object to createSecurePair()
  - (Breaking) The default minimum DH key size for tls.connect() is
    now 1024 bits and a warning is shown when DH key size is less
    than 2048 bits.
* util:
  - (Breaking) util.p() was deprecated for years, and has now been
    removed
  - (Breaking) util.inherits() can now work with ES6 classes.
* v8: (Breaking) Upgraded to 4.6.85.25 from 4.5.103.35
  - Implements the spread operator
  - Implements new.target
* zlib: Decompression now throws on truncated input (e.g. unexpected
  end of file)

See full release notes with more information at:

  https://nodejs.org/en/blog/release/v5.0.0/

(fhajny)

2015-11-09 16:38:54 UTC MAIN commitmail json YAML

Updated net/grive2 to 0.4.1

(abs)

2015-11-09 14:52:34 UTC MAIN commitmail json YAML

2015-11-09 14:45:35 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate

(wen)

2015-11-09 14:44:24 UTC MAIN commitmail json YAML

Update to 1.14

Upstream changes:
1.14  Sat Jul 11 13:20:03 2015
    - [rt.cpan.org #105621]
      mklocale fails because it creates Locale direcory without executable bit

1.13  Sat Jul 11 12:13:50 2015
    - something to remove 'use Unicode::Collate' from CJK/Korean.pm
      cf. [rt.cpan.org #105791]

(wen)

2015-11-09 14:30:09 UTC MAIN commitmail json YAML

Updated www/moodle to 2.9.3

(wen)

2015-11-09 14:29:10 UTC MAIN commitmail json YAML

Update to 2.9.3

Upstream changes:
Highlights

    MDL-42639 - Web service core_user_get_users_by_field should return username or idnumber to all managers
    MDL-48861 - Assignment: "Need grading" filter is not working properly within grading overview
    MDL-51552 - "Single View" bulk insert for empty grades no longer overwrites non-empty grades
    MDL-51083 - Fixed undesired browser password autofilling in several forms (majority of forms were fixed in MDL-45772 in previous release)
    MDL-36606 - AJAX Grader report now works correctly when uneditable cells are present

Functional changes

    MDL-49545 - Teachers without capability to change course full or short name should not be able to do it during restore as well
    MDL-50917 - Allow manager to access another user's preferences
    MDL-50811 - Forum email replies update completion tracking information
    MDL-51834 - Lock custom profile fields that are set to by synchronised with various auth plugins
    MDL-44707 - Copy embedded files in HTML block when duplicating block (mostly affects adding HTML block with files to default Dashboard)
    MDL-51467 - Changing course start date when resetting course now correctly adjusts Date Restrictions
    MDL-43594 - Assignment: Resetting course start date now updates calendar events respectfully

UI changes

    MDL-40710 - Better visualization of badges backpack icon
    MDL-51290 - Make adding a photo to a profile more obvious
    MDL-50207 - Fixed activity results block CSS not to overwrite table caption and work correctly with RTL

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

Fixes and improvements

    MDL-51514 - Performance improvement in one of regrading queries on MySQL
    MDL-51498 - Improve performance for regrading gradebook
    MDL-50805 - Performance improvement in cron Messaging Cleanup Task
    MDL-50790 - Fixed problem with removing content of Reply to email feature in gmail
    MDL-26429 - Added missing criteria icons to completion report
    MDL-51190 - Fixed MS Edge locking up when viewing embedded PDF
    MDL-46710 - LTI module correctly tracks completion when opened in a new window
    MDL-46497 - Atto: clicking RTL button and then LTR button should not add additional HTML tags
    MDL-49032 - RFC2445_WSP defined incorrectly for Bennu iCal.
    MDL-50892 - Fixed errors appearing when resource or activity was named '0' (zero)
    MDL-51390 - Badges: fixed connection to external backpack
    MDL-50079 - Atto: Fixed bug when user was unable to select "open in new window" when linking to the file from repository
    MDL-48881 - Fixed bug with lesson not always showing student attempts

(wen)

2015-11-09 11:05:44 UTC MAIN commitmail json YAML

Updated i3 to version 4.11.

Changes to i3 mentioned in the release notes:
Keyboard binding handling has been made more correct, for details see:
https://github.com/i3/i3/commit/bf3cd41b5ddf1e757515ab5fbf811be56e5f69cc

Changes:
* docs/debugging: provide instructions on how to debug i3bar
* docs/debugging: added a note about sensitive data
* docs/userguide: add a note to both "exec"s about semicolon and comma
* docs/userguide: quoted strings need to be used, escaping isn't possible
* docs/userguide: make syntax of syntax descriptions consistent
* docs/userguide: recommend "exec exec" for correct signal handling
* docs/userguide: explain i3-config-wizard's behavior
* i3-nagbar: open on the primary screen
* i3-config-wizard: respect XDG config directories
* i3-input: position i3-input at window with input focus
* i3bar: use a reasonable default sep_block_width if a separator_symbol is given
* i3bar: add binding mode indicator
* i3bar: add bindsym command (deprecates wheel_{up,down}_cmd)
* i3bar: make tray padding configurable
* makefiles: respect EXEC_PREFIX and PKG_CONFIG
* added a --toggle switch to mark: "mark [--toggle] <mark>"
* added "focus_on_window_activation" directive
* added "no_focus" directive
* added "move [container|window] [to] mark <str>" command
* added "move [window|container] [to] position mouse|cursor|pointer" command
* added "title_format" command
* added "resize set [width] [height]" command
* added "sticky" command (for floating containers)
* added "workspace" criterion
* added "window_type" criterion
* make center coordinates relative to current workspace
* draw marks in window decoration (configure with show_marks)
* only mark a window if only one window is matched
* make floating window mouse handling consistent with tiled windows
* add a --border flag to enable mouse binds to trigger on border click
* set the _NET_WM_STATE_HIDDEN atom on windows that are currently not visible
  due to being in the non-focused tab of a stacked or tabbed container
* ignore InputHint when not in WM_HINTS
* display which config is used in i3 --moreversion
* support config file line continuation
* use WM_SIZE_HINTS when present to set the geometry of floating windows
* add "tray_output primary" to the default config
* use libxkbcommon for translating keysyms, support all XKB groups
* support special value "__focused__" in criteria
* support _NET_WM_VISIBLE_NAME
* make sure borders are never counted as adjacent to the edge for floating
  containers
* support moving dock clients to another output
* let "focus" report success depending on whether a window was matched
* handle _NET_WM_STATE_STICKY (for floating containers)
* make "debuglog on" command persist over restarts
* randr: use root window in case of no randr outputs
* set proper WM_CLASS on frame windows

Bugfixes:
* i3bar: only detect clicks within the statusline width
* i3bar: fix flickering shortened status bar on other output(s)
* i3bar: send custom-defined command upon click on the non-statusline part of
  i3bar even if workspace_buttons is set to "no".
* i3-config-wizard: Make window size and click coordinates dependent on font
* i3-save-tree: retain "rect" for floating cons
* move urgency hint when moving container
* fix percents when attaching a window to a ws creates a new split con
* cope with non-null-terminated x class properties
* get workspace name when renaming current workspace
* allow single-child non-default layout cons to be moved between outputs
* allow --whole-window right after 'bindsym' within binding modes
* remove windows from the save set when unmapping (fixes problems with e.g.
  owncloud when restarting i3)
* serialize con_id with %p in run_binding()
* initialize workspace rect to the output's upon creation
* mkdirp: do not throw an error if directory exists
* grab all buttons when managing a window to also allow 'bindsym
  --whole-window button4 ...' to work correctly
* properly clear the urgency hint when set by i3
* layout restore: load floating containers correctly
* layout restore: remove remaining criteria when swallowing window
* layout restore: When appending a layout containing a marked container, make
  sure that any other containers with the same mark are unmarked during
  insertion of the new container.
* use the EWMH support window rather than the root window as an input
  focus fallback
* use the focused container to determine the target window_mode when using
  floating mode_toggle

(nros)

2015-11-09 10:54:44 UTC MAIN commitmail json YAML

Default to ABI=64 on Darwin hosts which report as x86_64.

(jperkin)

2015-11-09 07:50:28 UTC MAIN commitmail json YAML

Avoid screwing with libc feature-hiding macros in ways that overtly
break the build.

(dholland)

2015-11-09 07:46:42 UTC MAIN commitmail json YAML

Remove second patch for same file. Hi, joerg of 2005.

(dholland)

2015-11-09 07:30:59 UTC MAIN commitmail json YAML

2015-11-09 07:18:34 UTC MAIN commitmail json YAML

Use termios unconditionally; forget about legacy sysv termio and legacy
bsd sgtty.h.

(dholland)

2015-11-09 07:17:37 UTC MAIN commitmail json YAML

pkglint; also avoid detecting wxGTK

(dholland)

2015-11-09 05:50:05 UTC MAIN commitmail json YAML

2015-11-09 05:26:40 UTC MAIN commitmail json YAML

2015-11-09 05:05:27 UTC MAIN commitmail json YAML

Requires libevent>=2.0

(dholland)

2015-11-09 04:14:52 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.7.6

(manu)

2015-11-09 04:13:56 UTC MAIN commitmail json YAML

2015-11-09 01:55:59 UTC MAIN commitmail json YAML

+ dmenu-4.6, dwm-6.1 (and assign to myself)

(leot)

2015-11-08 23:33:46 UTC MAIN commitmail json YAML

Explicitly disable python bindings.
(anyone want to package the python bindings separately?)

(dholland)

2015-11-08 23:24:58 UTC MAIN commitmail json YAML

2015-11-08 23:24:30 UTC MAIN commitmail json YAML

2015-11-08 23:19:22 UTC MAIN commitmail json YAML

2015-11-08 22:06:52 UTC MAIN commitmail json YAML

2015-11-08 22:06:38 UTC MAIN commitmail json YAML

2015-11-08 22:06:29 UTC MAIN commitmail json YAML

2015-11-08 22:02:57 UTC MAIN commitmail json YAML

2015-11-08 21:55:11 UTC MAIN commitmail json YAML

BROKEN_EXCEPT_ON_PLATFORM, not BROKEN_EXCEPT_FOR_PLATFORM. Oops.

(dholland)

2015-11-08 21:50:09 UTC MAIN commitmail json YAML

Don't try to feed "-liconv" to ar(1). Fixes openbsd build.

(dholland)

2015-11-08 21:41:25 UTC MAIN commitmail json YAML

Move bsd.prefs.mk earlier before uses of PKGMANDIR, which is I think
why the openbsd build failed.

(dholland)

2015-11-08 21:31:59 UTC MAIN commitmail json YAML

Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes.
Sigh.

(dholland)

2015-11-08 21:31:00 UTC MAIN commitmail json YAML

2015-11-08 21:02:49 UTC MAIN commitmail json YAML

2015-11-08 20:57:37 UTC MAIN commitmail json YAML

2015-11-08 20:51:59 UTC MAIN commitmail json YAML

2015-11-08 20:42:38 UTC MAIN commitmail json YAML

2015-11-08 20:13:24 UTC MAIN commitmail json YAML

unchecked buffers considered harmful; fixes openbsd build.

(dholland)

2015-11-08 20:05:36 UTC MAIN commitmail json YAML

Set GITHUB_PROJECT so that fetch works properly.

Thanks joerg.

(markd)

2015-11-08 19:27:40 UTC MAIN commitmail json YAML

Introduce a PLIST_VAR to deal with it not building a particular module
depending on available C++ dialects. This is an approximation until we
get a good way to assess dialect support in pkgsrc makefiles, but it
should improve the chances of getting a build.

(using GCC_REQD seems like overkill)

(dholland)

2015-11-08 15:08:00 UTC MAIN commitmail json YAML

2015-11-08 14:41:17 UTC MAIN commitmail json YAML

Mention the details of the packages for PowerPC Mac OS X.
>From a discussion that took place offlist around
pkg/2015/11/06/msg015926.html">http://mail-index.netbsd.org/tech-pkg/2015/11/06/msg015926.html

Reviewed by gdt@

(sevan)

2015-11-08 14:24:31 UTC MAIN commitmail json YAML

Use a single style to reference OS X

Reviewed by gdt@

(sevan)

2015-11-08 13:06:43 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB-Object to 0.815

(wen)

2015-11-08 13:05:13 UTC MAIN commitmail json YAML

Update to 0.815

Upstream changes:
0.815 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated more project URLs.

0.814 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated project URLs.

(wen)

2015-11-08 11:29:41 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB to 0.777

(wen)

2015-11-08 11:27:41 UTC MAIN commitmail json YAML

Update to 0.777

Upstream changes:
0.777 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated more project URLs.

0.776 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated project URLs.

(wen)

2015-11-08 11:18:30 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 2.000018

(wen)

2015-11-08 11:17:26 UTC MAIN commitmail json YAML

Update to 2.000018

Upstream changes:
2.000018 - 2015-10-29
- repair CPAN.pm bootstrapping broken by extraneous prerequisite.
- ensure directories are created in correct order to avoid errors

2.000017 - 2015-10-06
- fix shell quoting for fish shell
- work around issue where some cpanm versions wouldn't upgrade
  ExtUtils::MakeMaker in some cases it should have
- added --quiet option to surpress directory creation message
- build_environment_vars_for, build_activate_environment_vars_for, and
  environment_vars_string_for options will always include directories being
  added, even if they were already in current ENV vars
- fixes for author tests
- create directory structure under created local::libs, ensuring arch dirs
  will always be added to @INC by perl
- only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
  bootstrap process, not after
- bootstrap process refactored

(wen)

2015-11-08 10:40:52 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Create to 1.19

(wen)

2015-11-08 10:39:24 UTC MAIN commitmail json YAML

Update to 1.19

Upstream changes:
1.19  2015-10-28 MANWAR
      - Added key 'provides' to the Makefile.PL script.
      - Added standard unit test script (t/00-load.t).

1.18  2015-10-26 MANWAR
      - Added MIN_PERL_VERSION to the Makefile.PL script.
      - Tidied up and documented package PDF::Create.
      - Tidied up and documented package PDF::Create::Page.
      - Tidied up README file.

1.17  2015-10-25 MANWAR
      - Renamed file CHANGES to Changes.
      - Tidied up Changes file.
      - Added standard unit test for Changes file (t/changes.t).

1.16  2015-10-24 MANWAR
      - Fixed the warning thrown by method PDF::Image::GIF::UnLZW().
      - Tidied up example scripts (eg/sample.pl and eg/sample-cgi.pl).
      - Added sample images used by example scripts.
      - Added standard unit test for MANIFEST file.

1.15  2015-10-24 MANWAR
      - Added key 'CreationDate' to the list of valid keys to constructor.
      - Tidied up pod document of PDF::Create.
      - Tidied up Makefile.PL script.
      - Removed MANIFEST from .gitignore file.

1.14  2015-10-23 MANWAR
      - Added section REPOSITORY, LICENSE to the pod document.
      - Added standard pod syntax testing script t/pod.t
      - Added MANIFEST file.

1.13  2015-10-22 MANWAR
      - Fixed the distribution as earlier v1.12 didn't have any code (MANWAR).

1.12  2015-10-22 MANWAR
      - Updated repository link in the Makefile.PL script (MANWAR).

(wen)

2015-11-08 09:32:46 UTC MAIN commitmail json YAML

+ py-pluggy, py-tox.

(wiz)

2015-11-08 09:30:13 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.4.1

(adam)

2015-11-08 09:29:35 UTC MAIN commitmail json YAML

2015-11-08 09:25:27 UTC MAIN commitmail json YAML

Let ldap_sasl_bind() use interractive input

Interractive methods such as OTP use the ldap_sasl_bind() callback with
SASL_CB_ECHOPROMPT or SASL_CB_ECHONOPROMPT instead of SASL_CB_PASS. Add
the cases and treat them like SASL_CB_PASS for PHP 5.4.x and PHP 5.5.x.
The exop patch for PHP 5.6.x is broken right now and will be updated later.

(manu)

2015-11-08 09:22:46 UTC MAIN commitmail json YAML

Added devel/py-tox version 2.1.1

(wiz)

2015-11-08 09:21:52 UTC MAIN commitmail json YAML

Import py-tox-2.1.1 as devel/py-tox.

Tox is a generic virtualenv management and test command line tool
you can use for:

* checking your package installs correctly with different Python
  versions and interpreters
* running your tests in each of the environments, configuring your
  test tool of choice
* acting as a frontend to Continuous Integration servers, greatly
  reducing boilerplate and merging CI and shell-based testing.

(wiz)

2015-11-08 09:21:11 UTC MAIN commitmail json YAML

Added devel/py-pluggy version 0.3.1

(wiz)

2015-11-08 09:20:58 UTC MAIN commitmail json YAML

Import py-pluggy-0.3.1 as devel/py-pluggy.

This package contains the plugin manager as used by pytest but
stripped of pytest specific details.

(wiz)

2015-11-08 09:20:16 UTC MAIN commitmail json YAML

Updated net/py-gevent to 1.0.2

(wiz)

2015-11-08 09:20:06 UTC MAIN commitmail json YAML

Update py-gevent to 1.0.2:

Tests don't run through because of

===> Testing for py27-gevent-1.0.2
Traceback (most recent call last):
  File "testrunner.py", line 2, in <module>
    import six
  File "/scratch/net/py-gevent/work/gevent-1.0.2/greentest/six.py", line 2, in <module>
    from gevent.hub import PY3
ImportError: No module named gevent.hub
*** Error code 1

Release 1.0.2
-------------

- Fix LifoQueue.peek() to return correct element. PR #456. Patch by Christine Spang.
- Upgrade to libev 4.19
- Remove SSL3 entirely as default TLS protocol
- Import socket on Windows (closes #459)
- Fix C90 syntax error (PR #449)
- Add compatibility with Python 2.7.9's SSL changes. Issue #477.

(wiz)

2015-11-08 09:06:30 UTC MAIN commitmail json YAML

+ Sigil-0.9.0.

(wiz)

2015-11-08 08:54:02 UTC MAIN commitmail json YAML

Updated devel/py-greenlet to 0.4.9

(wiz)

2015-11-08 08:53:52 UTC MAIN commitmail json YAML

Update py-greenlet to 0.4.9:

0.4.9
=====
- Fixed Windows builds

0.4.8
=====
- Added support for iOS (arm32)
- Added support for ppc64le

0.4.7
=====
- Added a missing workaround for `return 0` on mips
- Restore compatibility with Python 2.5
- Fixed stack switching on sparc

0.4.6
=====
- Expose `_stack_saved` property on greenlet objects, it may be used to
  introspect the amount of memory used by a saved stack, but the API is
  subject to change in the future
- Added a workaround for `return 0` compiler optimizations on all
  architectures
- C API typo fixes

0.4.5
=====
- Fixed several bugs in greenlet C API
- Fixed a bug in multi-threaded applications, which manifested itself
  with spurious "cannot switch to a different thread" exceptions
- Fixed some crashes on arm and mips architectures

0.4.4
=====
- Fixed PyGreenlet_SetParent signature, thanks to BoonsNaibot
- Fixed 64-bit Windows builds depending on wrong runtime dll

0.4.3
=====
- Better slp_switch performance on SPARC
- Drop support for Python 2.3
- Fix trashcan assertions on debug builds of Python
- Remove deprecated -fno-tree-dominator-opts compiler switch
- Enable switch code for SunStudio on 32-bit SunOS
- Support for abc abstract methods in greenlet subclasses
- Support custom directories for tests
- Document switch tracing support

0.4.2
=====
- Add .travis.yml
- Fix 'err' may be used uninitialized in this function
- Check _MSC_VER for msvc specific code
- Fix slp_switch on SPARC for multi-threaded environments
- Add support for m68k

(wiz)

2015-11-08 08:49:46 UTC pkgsrc-2015Q3 commitmail json YAML

2015-11-08 08:41:49 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4851 - requested by he
x11/gtk3: build fix

Revisions pulled up:
- x11/gtk3/Makefile                                            1.70
- x11/gtk3/distinfo                                            1.32
- x11/gtk3/patches/patch-gtk_fallback-c89.c                    1.1

---
  Module Name:    pkgsrc
  Committed By:  he
  Date:          Sat Nov  7 15:49:38 UTC 2015

  Modified Files:
          pkgsrc/x11/gtk3: Makefile distinfo

  Log Message:
  Improve compatibility with systems which lack either round(), rint()
  or nearbyint(), but might still have them declared in <math.h>.
  Bump PKGREVISION.

---
  Module Name:    pkgsrc
  Committed By:  he
  Date:          Sat Nov  7 15:51:40 UTC 2015

  Added Files:
          pkgsrc/x11/gtk3/patches: patch-gtk_fallback-c89.c

  Log Message:
  Improve compatibility with systems which lack either round(), rint()
  or nearbyint(), but might still have them declared in <math.h>.
  Bump PKGREVISION.

(bsiegert)

2015-11-08 08:33:26 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 1.01

(wiz)

2015-11-08 08:33:17 UTC MAIN commitmail json YAML

Update p5-DateTime-Locale to 1.01.

Remove duplicate depends, add test dependencies.

1.01    2015-11-07

- Prevent CPAN from indexing the tools directory, which is just for the
  author's use.

1.00    2015-11-07

* All of these changes were originally released in previous trial releases,
  but I'm repeating them here for clarity.

[ENHANCEMENTS]

- This release uses the locale data from CLDR version 28. The last major
  update of the locale data used CLDR 1.7.1, released in 2009, so this is a
  big change. Many things have changed in terms of locale data.

- Some locales are no longer available because they are not in the CLDR data.

- The CLDR data no longer includes default date and time format lengths. This
  is now "medium" for every locale, simply to provide some level of backwards
  compatibility.

- Loading DateTime::Locale itself is now quite a bit faster. The whole locale
  registration system has been removed entirely, except for custom
  locales. This fixes RT #78794. Requested by Michael Conrad.

- A long-standing issue with the Austrian locale not using the Austrian name
  for January has been fixed. RT #52337. Reported by Thomas Klausner.

[BACKWARDS INCOMPATIBILITIES]

- This is a big new release, and includes a number of backwards-incompatible
  changes. However, most users should be unaffected by this change. If you
  only use this module via DateTime.pm, you are unlikely to notice any changes
  other than changes to the locale data.

- The old API deprecated since 0.40 has been removed (almost) entirely.

- We now refer to things as "code" in the docs and method names where we used
  to call them ids. This includes locale, language, script, territory, and
  variant codes. This is more in line with the various ISO standards and the
  CLDR packages.

- All the $locale->*_id methods (including $locale->id) are deprecated. Use
  the relevant $locale->*_code method instead.

- The canonical form of the locale codes now uses dashes (-) instead of
  underscores (_). Loading a locale with an underscore in the name
  (e.g. en_US) still works.

- The way that locale data is packaged has changed quite a bit. We no longer
  package each locale in its own class. Instead, all locale data is in a
  single module (mostly in a __DATA__ section) and loaded into memory as
  needed. If you have any code that checks $locale->isa, that code may
  break.

- Locales are no longer subclasses of DateTime::Locale::Base. This module is
  still included in the distribution in case someone has a custom locale that
  inherits from this module. However, this module will go away in a future
  release.
z
- The "ii-*" aliases for the "he-*" locales have been removed.

- The "no-*" aliases for the "nn-*" locales have been removed.

- The value of $locale->code no longer reflects the value passed to
  DateTime::Locale->load. This only affects aliases and non-canonical forms of
  the code. For example, if you load "en_US" then $locale->code will return
  "en-US". If you load "C" or "POSIX" the returned code will be "en-US-POSIX".

- All of the documentation related to creating aliases and registering custom
  locales has been removed. All of these methods still work, but I don't think
  this system got much use, so I don't want to emphasize it in the docs. (But
  let me know if you are using this and want to see these docs restored).

0.96    2015-10-04 (TRIAL RELEASE)

- Locale data with characters in the 0x80-0xFF range was not marked as UTF-8
  by Perl. This could cause all sorts of weirdness and was generally bad.

0.95    2015-09-30 (TRIAL RELEASE)

- Added .pod files for each locale that document the data for that locale.

0.94    2015-09-30 (TRIAL RELEASE)

- Restored the datetime_format method to individual locale objects for
  backwards compatibility.

0.93    2015-09-28 (TRIAL RELEASE)

- Really release a trial release this time. I'm not kidding. See 0.90 for the
  interesting changes.

(wiz)

2015-11-08 08:29:49 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 2.000002

(wiz)

2015-11-08 08:29:40 UTC MAIN commitmail json YAML

Update p5-strictures to 2.000002:

2.000002 - 2015-11-04
  - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder
  - more comprehensive testing

(wiz)

2015-11-08 08:28:47 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-POM to 2.01

(wiz)

2015-11-08 08:28:37 UTC MAIN commitmail json YAML

Update p5-Pod-POM to 2.01:

2.01 2015-11-07 NEILB
    * Added abstracts to all of the submodules -- a PR from GARU.
    * Changed README to README.md -- another PR from GARU.
    * Fixed runtime warning for Pod::POM::ERROR -- another PR from GARU.

(wiz)

2015-11-08 07:05:45 UTC MAIN commitmail json YAML

Catch up to move of lang/gcc -> lang/gcc2.

Also, fix the referring paths to use the canonical pkgsrc form
(../../lang/gcc2) rather than ${.CURDIR}/../gcc2, which is not
idiomatic and thus easily overlooked, both by hand and via grep.

(dholland)

2015-11-08 06:56:54 UTC MAIN commitmail json YAML

Remove stray && in install rule. This blows up when using a shell other
than netbsd's sh. (that netbsd's sh accepts syntactic nonsense like this
is known)

(dholland)

2015-11-08 05:11:21 UTC MAIN commitmail json YAML

Updated www/py-tornado to 4.3

(wen)

2015-11-08 05:10:28 UTC MAIN commitmail json YAML

2015-11-08 05:04:27 UTC MAIN commitmail json YAML

Added devel/py-backports_abc version 0.4

(wen)

2015-11-08 05:03:01 UTC MAIN commitmail json YAML

Add py-backports_abc

(wen)

2015-11-08 05:01:48 UTC MAIN commitmail json YAML

Import backports_abc-0.4 as devel/py-backports_abc.

A backport of recent additions to the 'collections.abc' module.

(wen)

2015-11-08 03:21:46 UTC MAIN commitmail json YAML

Fix a typo in a comment.

(leot)

2015-11-08 02:31:06 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1604

(wen)

2015-11-08 02:29:48 UTC MAIN commitmail json YAML

Update to 2.1604

Upstream changes:
2.1604  2015-11-07

  [OTHER]

  - minimum perl requirement is now set in configure-requires, as well as
    runtime-requires, to ensure that smokers bail out early enough to declare
    the installation N/A rather than FAIL.

(wen)

2015-11-08 01:34:24 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3202

(wen)

2015-11-08 01:28:56 UTC MAIN commitmail json YAML

Update to 1.3202

Upstream changes:
1.3202 2015-11-07
- Re-releasing 1.3200 again now CPAN perms should be fully sorted.

1.3201 2015-11-07
- Re-releasing 1.3200 now I should have the required permissions. (Can't
  re-upload as 1.3200 even though it wasn't indexed due to PAUSE
  restrictions)

1.3200 2015-11-06
[BUG FIXES]
- Fix temporary directory handling in serialiser tests (PR 1133, nanis)

[ENHANCEMENTS]
- Promoting 1.3144 to stable.       Only one odd, rare failure remains on
  CPAN Testers, which I cannot reproduce.
- Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy
  build hosts (PR 1136, thanks to @redbaron)
- More efficient handling of large requests - don't store the raw request
  body, but fish it out of the HTTP::Body object's temp file if required
  (PR 1134, David Precious (bigpresh))

[NEW FEATURES]
- Allow mixd named params and splats in route definitions (PR 1086,
  veryrusty)

1.3144 2015-11-04
[ENHANCEMENTS]
- Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy
  build hosts (PR 1136, thanks to @redbaron)

1.3143 2015-10-26
- Note: new release manager for Dancer1: David Precious (BIGPRESH)

[BUG FIXES]
- Fix temporary directory handling in serialiser tests (PR 1133, nanis)

[ENHANCEMENTS]
- More efficient handling of large requests - don't store the raw request
  body, but fish it out of the HTTP::Body object's temp file if required
  (PR 1134, David Precious (bigpresh))

[NEW FEATURES]
- Allow mixd named params and splats in route definitions (PR 1086,
  veryrusty)

(wen)

2015-11-08 01:04:11 UTC MAIN commitmail json YAML

Remove a fix intended for NetBSD/amd64 2.0, added to address PR/31225 in r1.37
It's safe to assume the test for MACHINE_ARCH == "amd64" doesn't actually apply
to NetBSD, hence being redundant.

ok joerg@

(sevan)

2015-11-08 01:03:53 UTC MAIN commitmail json YAML

Updated misc/libreoffice4-bin to 4.4.6

(ryoon)

2015-11-08 01:03:30 UTC MAIN commitmail json YAML

Update to 4.4.6

Changelog:
Bugs fixed compared to the 4.4.6 rc1 (rc2 was not announced publicly):

    i#126516 # TYPE() formula help doesn't document value 64 for arrays [Damjan Jovanovic]
    tdf#64432 EDITING: Input fields in protected section cannot be properly edited (summary: comment 14) [Oliver Specht]
    tdf#64773 No help items for the new subroutines IFNA and IFERROR [Olivier Hallot]
    tdf#69685 UI: Category location of functions COUNTBLANK, COUNTIF and COUNTIFS [Stanislav Horacek]
    tdf#70733 UI: Location of ISEVEN and ISODD functions [Stanislav Horacek]
    tdf#77014 Words in input fields are broken between lines at the end of line [Toma転 Vajngerl]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#89294 Scanner control/access: help needs to be updated to the new menu [Stanislav Horacek]
    tdf#89437 Ordinal suffix should never be auto-corrected to superscript in some languages [Niklas Johansson]
    tdf#90264 [LOCALIZATION] Missing translation in button UI for pt_BR [Andras Timar]
    tdf#90782 Named formula not documented correctly [Olivier Hallot]
    tdf#90846 Writer-UI: 'Optimal View' mislabelled in English (GB) [Andras Timar]
    tdf#90929 Paper Format ERROR [Andras Timar]
    tdf#92825 Update help for all menu changes [Yousuf Philips]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94415 Please update the el_GR hunspell dictionary [Andras Timar]
    tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
    tdf#94804 Cross references break on reload. [Michael Stahl, Oliver Specht]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

Bugs fixed compared to the 4.4.5 final (rc2):

    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    coverity#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    coverity#1311944 logically dead code [Caol叩n McNamara]
    coverity#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
    collabora#1000018 DOCX import: fix missing paragraph style on footnotes [Miklos Vajna]
    i#121407 fix mis-merge [Stephan Bergmann]
    i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
    rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password [Stephan Bergmann]
    rhbz#1242099 [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV [Eike Rathke]
    rhbz#1247588 hold UNO objects by css::uno::Reference [Stephan Bergmann]
    rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
    rhbz#1259746 Writer fails to open correct ODT file from WebDAV share [Stephan Bergmann]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caol叩n McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#44621 EDITING: Drag and drop images into Writer opens Draw (OS X >= 10.7) [mmeof2]
    tdf#58838 : =A1="" returns TRUE when A1 does not contain a blank [Eike Rathke]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#63955 CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. [Caol叩n McNamara]
    tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Miklos Vajna]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
    tdf#76845 Other: File > Wizards > Web Pages crashes LibreOffice on Windows [Michael Stahl]
    tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
    tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
    tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#86374 FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted [Miklos Vajna]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
    tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
    tdf#88402 Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) [Eike Rathke]
    tdf#88831 When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down [Toma転 Vajngerl]
    tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
    tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
    tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
    tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
    tdf#89702 DOCX: Bullet character is large [Miklos Vajna]
    tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
    tdf#89890 DOCX:bullets picture is big [Miklos Vajna]
    tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
    tdf#90046 RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) [Michael Stahl]
    tdf#90377 MAILMERGE: Option to "Exclude this Recipient" broken [Bjoern Michaelsen]
    tdf#90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) [Caol叩n McNamara]
    tdf#90575 DDE LINK does not work between two documents Writer [Miklos Vajna]
    tdf#90609 FILEOPEN XML XLSX causes Calc to terminate [Caol叩n McNamara]
    tdf#90611 Footnote font size imported incorrectly [Miklos Vajna]
    tdf#91060 LO impress crashes when opening pptx with comments [Caol叩n McNamara]
    tdf#91278 xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation [Eike Rathke]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#91594 FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol font (old bug returns with a twist) [Mark Hung]
    tdf#91950 Crash on saving document [Caol叩n McNamara]
    tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tam叩s]
    tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
    tdf#92404 Web Wizard - no result / crash [Julien Nabet]
    tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann]
    tdf#92448 CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit [Eike Rathke]
    tdf#92457 Subformat ;@ changes date input to number [Eike Rathke]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92573 Writer crash when attempting to open one file. [Caol叩n McNamara]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
    tdf#92684 Calc Help Conversion document L.O. [Andras Timar]
    tdf#92693 EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner [Julien Nabet]
    tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke]
    tdf#92767 Autofilter on date is locale dependent [Eike Rathke]
    tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash [Eike Rathke]
    tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
    tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
    tdf#93080 EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. [Eike Rathke]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
    tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke]
    tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
    tdf#93388 Crash when deleting cell contents [Eike Rathke]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
    tdf#93676 docx: Graph export Offset and mislabelled [Caol叩n McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94249 EDITING: Calc sort crashes [Eike Rathke]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]

(ryoon)

2015-11-08 00:55:31 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.4.6.3

(ryoon)

2015-11-08 00:55:04 UTC MAIN commitmail json YAML

Update to 4.4.6.3

Changelog:
Bugs fixed compared to the 4.4.6 rc1 (rc2 was not announced publicly):

    i#126516 # TYPE() formula help doesn't document value 64 for arrays [Damjan Jovanovic]
    tdf#64432 EDITING: Input fields in protected section cannot be properly edited (summary: comment 14) [Oliver Specht]
    tdf#64773 No help items for the new subroutines IFNA and IFERROR [Olivier Hallot]
    tdf#69685 UI: Category location of functions COUNTBLANK, COUNTIF and COUNTIFS [Stanislav Horacek]
    tdf#70733 UI: Location of ISEVEN and ISODD functions [Stanislav Horacek]
    tdf#77014 Words in input fields are broken between lines at the end of line [Toma転 Vajngerl]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#89294 Scanner control/access: help needs to be updated to the new menu [Stanislav Horacek]
    tdf#89437 Ordinal suffix should never be auto-corrected to superscript in some languages [Niklas Johansson]
    tdf#90264 [LOCALIZATION] Missing translation in button UI for pt_BR [Andras Timar]
    tdf#90782 Named formula not documented correctly [Olivier Hallot]
    tdf#90846 Writer-UI: 'Optimal View' mislabelled in English (GB) [Andras Timar]
    tdf#90929 Paper Format ERROR [Andras Timar]
    tdf#92825 Update help for all menu changes [Yousuf Philips]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94415 Please update the el_GR hunspell dictionary [Andras Timar]
    tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
    tdf#94804 Cross references break on reload. [Michael Stahl, Oliver Specht]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

Bugs fixed compared to the 4.4.5 final (rc2):

    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    coverity#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    coverity#1311944 logically dead code [Caol叩n McNamara]
    coverity#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
    collabora#1000018 DOCX import: fix missing paragraph style on footnotes [Miklos Vajna]
    i#121407 fix mis-merge [Stephan Bergmann]
    i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
    rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password [Stephan Bergmann]
    rhbz#1242099 [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV [Eike Rathke]
    rhbz#1247588 hold UNO objects by css::uno::Reference [Stephan Bergmann]
    rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
    rhbz#1259746 Writer fails to open correct ODT file from WebDAV share [Stephan Bergmann]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caol叩n McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#44621 EDITING: Drag and drop images into Writer opens Draw (OS X >= 10.7) [mmeof2]
    tdf#58838 : =A1="" returns TRUE when A1 does not contain a blank [Eike Rathke]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#63955 CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. [Caol叩n McNamara]
    tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Miklos Vajna]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
    tdf#76845 Other: File > Wizards > Web Pages crashes LibreOffice on Windows [Michael Stahl]
    tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
    tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
    tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#86374 FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted [Miklos Vajna]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
    tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
    tdf#88402 Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) [Eike Rathke]
    tdf#88831 When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down [Toma転 Vajngerl]
    tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
    tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
    tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
    tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
    tdf#89702 DOCX: Bullet character is large [Miklos Vajna]
    tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
    tdf#89890 DOCX:bullets picture is big [Miklos Vajna]
    tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
    tdf#90046 RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) [Michael Stahl]
    tdf#90377 MAILMERGE: Option to "Exclude this Recipient" broken [Bjoern Michaelsen]
    tdf#90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) [Caol叩n McNamara]
    tdf#90575 DDE LINK does not work between two documents Writer [Miklos Vajna]
    tdf#90609 FILEOPEN XML XLSX causes Calc to terminate [Caol叩n McNamara]
    tdf#90611 Footnote font size imported incorrectly [Miklos Vajna]
    tdf#91060 LO impress crashes when opening pptx with comments [Caol叩n McNamara]
    tdf#91278 xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation [Eike Rathke]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#91594 FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol font (old bug returns with a twist) [Mark Hung]
    tdf#91950 Crash on saving document [Caol叩n McNamara]
    tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tam叩s]
    tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
    tdf#92404 Web Wizard - no result / crash [Julien Nabet]
    tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann]
    tdf#92448 CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit [Eike Rathke]
    tdf#92457 Subformat ;@ changes date input to number [Eike Rathke]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92573 Writer crash when attempting to open one file. [Caol叩n McNamara]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
    tdf#92684 Calc Help Conversion document L.O. [Andras Timar]
    tdf#92693 EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner [Julien Nabet]
    tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke]
    tdf#92767 Autofilter on date is locale dependent [Eike Rathke]
    tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash [Eike Rathke]
    tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
    tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
    tdf#93080 EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. [Eike Rathke]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
    tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke]
    tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
    tdf#93388 Crash when deleting cell contents [Eike Rathke]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
    tdf#93676 docx: Graph export Offset and mislabelled [Caol叩n McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94249 EDITING: Calc sort crashes [Eike Rathke]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]

(ryoon)

2015-11-08 00:53:25 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.0.3.2

(ryoon)

2015-11-08 00:52:59 UTC MAIN commitmail json YAML

Update to 5.0.3.2

Bugs fixed compared to 5.0.3 final (RC1):

    tdf#72205 LibreOffice Database - LONGVARCHAR anomaly when trying to dismiss a window without first saving [Lionel Elie Mamane]
    tdf#93044 Calc crashes after print preview (PRINTING) [Michael Meeks]
    tdf#93318 Calc sheet navigation buttons on extreme left of Tab bar [Tomaž Vajngerl]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94384 Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled [Tomaž Vajngerl]
    tdf#94495 Crash when navigating to styles and formatting sidebar tab after properties fill type selector has focus [Michael Meeks]
    tdf#94514 Using cell names in functions doesn't work if name begins with 3 letters and an underscore [Eike Rathke]
    tdf#94709 Base Crashes when deleting a table in Relationship [Michael Meeks]
    tdf#94804 Cross references break on reload. [Oliver Specht]
    tdf#94848 Crash after changing paragraph style using mouse click (on tab Font) [Dennis Francis]
    tdf#94924 OpenCL: strange behavior in formulas computing [Tor Lillqvist]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

fixed compared to 5.0.2 final (RC2):

Bugs fixed compared to 5.0.2 final (RC2):
    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    cid#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    deb#795131 plausible fix [Caolán McNamara]
    i#124638 xmloff: fix import of stretched background image [Miklos Vajna]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caolán McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#40091 Vertical writing inferior to MS Word [Mark Hung]
    tdf#40335 Using Right-to-left (vertical) for text, the characters overlap each other [Mark Hung]
    tdf#57370 [ACCESSIBILITY] Panel 'Places' in LibreOffice file dialog is not in TAB-order - can't use it with the key board [Szymon Kłos]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#66141 CRASH (OOM) while scrolling through a specific document [Caolán McNamara]
    tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund, Yousuf Philips]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
    tdf#78897 DISPLAY: Hashmarks instead of number with * repeat format code if the same number/format was displayed left of it in a wider column [Eike Rathke]
    tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
    tdf#82176 CJK: Cursor position, line selection and non-printing characters do not take account of hanging punctuation [Mark Hung]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83252 Wrong punctuation direction after Chinese characters in vertical layout [Mark Hung]
    tdf#83558 Shortcuts sometimes not displayed in toolbar [Samuel Mehrbrodt]
    tdf#85303 SLIDESHOW: cannot start show at selected slide after having changed range [Julien Nabet]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86397 Bookmark: no consecutive name numbering applied when copied [Cor Nouws]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#88314 saving big file crashes writer (and LibreOffice) [Caolán McNamara]
    tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
    tdf#90991 style dialog or sidebar adds undo entries creating/deleting styles [Michael Stahl]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91379 UI: Breeze icons appear in Sifr theme [Yousuf Philips]
    tdf#91383 UI: Switching between Style and Formatting tabs changes document status to modified [Michael Stahl]
    tdf#91501 CONDITIONAL FORMATTING: Color not available in default palette not shown in dialog [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#92036 Writer infinite idle spelling loop ... [Michael Stahl]
    tdf#92124 Internal corruption prevents BS or DEL deleting final paragraph (after copy/paste or import?) [Miklos Vajna]
    tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92553 Web Wizard: Not open FTP Configure on Web Wizard Preview Setting. [Julien Nabet]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92732 Writer crash after editing with index entry dialog [Oliver Specht]
    tdf#92794 Addressbook Integration: Unevaluated variable '$filename$' displayed in error dialog [Julien Nabet]
    tdf#92934 Web Wizard: Cannot Export Zip archive. [Julien Nabet]
    tdf#93052 When save, generate unused list-styles in context.xml [Juergen Funk]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93141 last colon of emojis not correctly removed by AutoCorrect in Calc and Impress [László Németh]
    tdf#93187 GTK+ 3: Spin box element in navigator is cut off [Caolán McNamara]
    tdf#93246 Cancel in last mail merge dialog via file->print doesn't stop the printing [Juergen Funk]
    tdf#93261 Persistently high background CPU usage by soffice.bin with high-word-count Writer document and auto spell checking disabled [Michael Stahl]
    tdf#93302 Greek letter phi and varphi in formulas are swapped when saving in.doc, .docx or .rtf [Khaled Hosny]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93461 Caption of images are hidden behind the image [Caolán McNamara]
    tdf#93634 getDisplayDirectory returns an empty string for Windows filepicker [Regina Henschel]
    tdf#93676 docx: Graph export Offset and mislabelled [Caolán McNamara]
    tdf#93814 cache binary compiled versions of shaders ... [Marco Cecchetti]
    tdf#93887 Crash when pasting with the middle mouse button (GTK3) [Caolán McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#93help tooltips don't disappear after changing sheets [Michael Meeks]
    tdf#93928 The tooltip hides the zoom slider [László Németh]
    tdf#94037 Crash when uncheck Protect this... in Protec Sheet window [Katarina Behrens]
    tdf#94060 Iteration steps number [Eike Rathke]
    tdf#94079 NETWORKDAYS gives error #VALUE! when Holidays range is empty [Winfried Donkers]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94198 Print Document Directly Tooltip No Longeramuel Mehrbrodt]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94275 Unguarded strlen causes core dump when XKeysymToString returns NULL [Julien Nabet]
    tdf#94415 Please uGR hunspell dictionary [Andras Timar]
    tdf#94421 Web Wizard: option shift when loading saved session [Julien Nabet]
    tdf#94428 Printing adds garbage to top edge of page [Michael Meeks]
    tdf#94450 Web Wizard: Not enough space for date in step 6 [Julien Nabet]
    tdf#94451 Agenda: Not enough space for date in step 5 (French UI) [Julien Nabet]
    tdf#94542 ScPostIt's GetText() replaces tabs with U+0001 [Markus Mohrhard]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]
    tdf#94617 method nStart overflow in pCode [Laurent Godard]
    tdf#94686 LibO 5.0.2.2 Windows don't work into VMware [Michael Meeks]

(ryoon)

2015-11-08 00:46:23 UTC MAIN commitmail json YAML

Add devel/yasm as build dependency.
It fixes the build under NetBSD/i386 and amd64.

(ryoon)

2015-11-08 00:16:29 UTC MAIN commitmail json YAML

2015-11-08 00:10:34 UTC MAIN commitmail json YAML

Fix INSTALLATION_DIRS.
XXX: this package should be tagged as a binary blob package and isn't

(dholland)

2015-11-08 00:02:03 UTC MAIN commitmail json YAML

Treat FreeBSD, DragonFly, OpenBSD, and Bitrig the same as NetBSD.

(dholland)

2015-11-07 23:47:52 UTC MAIN commitmail json YAML

2015-11-07 23:46:28 UTC MAIN commitmail json YAML

MACHINE_ARCH for Bitrig/amd64 is now set to x86_64
Ammend if statement

(sevan)

2015-11-07 23:43:56 UTC MAIN commitmail json YAML

2015-11-07 23:39:15 UTC MAIN commitmail json YAML

Take out upstream's --traditional-cpp for MacOS as it breaks the build,
even on PPC (old) MacOS.

(dholland)

2015-11-07 23:26:34 UTC MAIN commitmail json YAML

add configurations for openbsd, bitrig, macos

(dholland)

2015-11-07 23:20:59 UTC MAIN commitmail json YAML

2015-11-07 23:16:18 UTC MAIN commitmail json YAML

Prevent cmake from finding glib.

(dholland)

2015-11-07 23:03:32 UTC MAIN commitmail json YAML

Explicitly disable V8, in case cmake finds it somewhere.

XXX: Someone(tm) should make this an option; but note that it implies
XXX: adding USE_LANGUAGES+=c++.

(dholland)

2015-11-07 22:56:13 UTC MAIN commitmail json YAML

Let g95 build for NetBSD powerpc as well: treat NetBSD the same
as Linux in terms of FPU usage.  Since this is only a build fix
for the NetBSD powerpc ports, there's no revision bump.

(he)

2015-11-07 22:52:54 UTC MAIN commitmail json YAML

2015-11-07 22:52:04 UTC MAIN commitmail json YAML

2015-11-07 22:46:25 UTC MAIN commitmail json YAML

2015-11-07 22:42:20 UTC MAIN commitmail json YAML

- build fix for bulk builds
- reset MAINTAINER as MAINTAINER says he no longer wishes to maintain it
  - also, based on commit logs, it appears that almost nobody is
    respecting MAINTAINER anyways
- skip PKGREVISION bump as this is build fix and minor metadata change

Approved by: cegger@

(jnemeth)

2015-11-07 22:38:08 UTC MAIN commitmail json YAML

Avoid failing in sed if $HOME isn't set. I thought pkgsrc provided
work/.home for that, but maybe it's not getting through for some
reason? Seen on MacOS.

(dholland)

2015-11-07 22:34:53 UTC MAIN commitmail json YAML

Remove obsolete hacks under instruction from Joerg@, found whilst culling references to amd64.
Unclear if intended for OpenBSD or other operating systems as history does not
indicate.

(sevan)

2015-11-07 22:19:46 UTC MAIN commitmail json YAML

2015-11-07 22:19:32 UTC MAIN commitmail json YAML

Mark BROKEN_ON OpenBSD because the latter doesn't have utmpx. I can't be
arsed to patch legacy utmp support in right now.

(dholland)

2015-11-07 22:07:15 UTC MAIN commitmail json YAML

Work around lack of access() on OpenBSD.

(dholland)

2015-11-07 22:00:16 UTC MAIN commitmail json YAML

2015-11-07 21:47:07 UTC MAIN commitmail json YAML

If we're going to use <termios.h>, which is reasonable, don't also use
<sgtty.h>. Hi joerg...

(dholland)

2015-11-07 21:43:21 UTC MAIN commitmail json YAML

Add some more test dependencies, and run the correct tool for testing.

Still more changes needed to get this anywhere approximatelysuccessful.

(wiz)

2015-11-07 21:36:57 UTC MAIN commitmail json YAML

Revert previous and make perl an option instead, since it actually links
to the perl interpreter; and if the option isn't selected, disable perl
explicitly to avoid accidentally finding a builtin version.

(dholland)

2015-11-07 21:33:32 UTC MAIN commitmail json YAML

Needs DocBook to build.

(asau)

2015-11-07 21:18:23 UTC MAIN commitmail json YAML

Uses perl during build; seen in last OpenBSD build.

(dholland)

2015-11-07 21:16:36 UTC MAIN commitmail json YAML

2015-11-07 21:06:37 UTC MAIN commitmail json YAML

2015-11-07 20:54:17 UTC MAIN commitmail json YAML

Use the NetBSD and DragonFly makefiles for FreeBSD, OpenBSD, and Bitrig.

(dholland)

2015-11-07 20:47:03 UTC MAIN commitmail json YAML

MacOS doesn't support this audio interface.

(dholland)

2015-11-07 20:46:20 UTC MAIN commitmail json YAML

MacOS doesn't have OSS; mask this plugin.

(dholland)

2015-11-07 20:44:23 UTC MAIN commitmail json YAML

Remove unused #include of <sys/timeb.h>, which is an old legacy header
that doesn't exist on many platforms.

(dholland)

2015-11-07 20:41:32 UTC MAIN commitmail json YAML

Add build for openbsd amd64.

(dholland)