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

2024-05-13 04:29:35 UTC Now

2018-02-26 17:17:32 UTC MAIN commitmail json YAML

finance/Makefile: Add R-timeSeries

(minskim)

2018-02-26 17:17:00 UTC MAIN commitmail json YAML

finance/R-timeSeries: Import version 3042.102

This package provides a class and various tools for financial time
series. This includes basic functions such as scaling and sorting,
subsetting, mathematical operations and statistical functions.

(minskim)

2018-02-26 17:16:52 UTC MAIN commitmail json YAML

py-django-polymorphic: updated to 2.0.2

Changes in 2.0.2:
Fixed manager inheritance behavior for Django 1.11, by automatically enabling Meta.manager_inheritance_from_future if it's not defined. This restores the manager inheritance behavior that django-polymorphic 1.3 provided for Django 1.x projects.
Fixed internal base_objects usage.

Changes in 2.0.1:
Fixed manager inheritance detection for Django 1.11.
It's recommended to use Meta.manager_inheritance_from_future so Django 1.x code also inherit the PolymorphicManager in all subclasses. Django 2.0 already does this by default.
Deprecated the base_objects manager. Use objects.non_polymorphic() instead.
Optimized detection for dumpdata behavior, avoiding the performance hit of __getattribute__().
Fixed test management commands

Changes in 2.0:
BACKWARDS INCOMPATIBILITY: Dropped Django 1.8 and 1.10 support.
BACKWARDS INCOMPATIBILITY: Removed old deprecated code from 1.0, thus:
Import managers from polymorphic.managers (plural), not polymorphic.manager.
Register child models to the admin as well using @admin.register() or admin.site.register(), as this is no longer done automatically.
Added Django 2.0 support.
Added PolymorphicTypeUndefined exception for incomplete imported models. When a data migration or import creates an polymorphic model, the polymorphic_ctype_id field should be filled in manually too. The polymorphic.utils.reset_polymorphic_ctype function can be used for that.
Added PolymorphicTypeInvalid exception when database was incorrectly imported.
Added polymorphic.utils.get_base_polymorphic_model() to find the base model for types.
Using base_model on the polymorphic admins is no longer required, as this can be autodetected.
Fixed manager errors for swappable models.
Fixed deleteText of |as_script_options template filter.
Fixed .filter(applabel__ModelName___field=...) lookups.
Improved polymorphic.utils.reset_polymorphic_ctype() to accept models in random ordering.
Fix fieldsets handling in the admin (declared_fieldsets is removed since Django 1.9)

(adam)

2018-02-26 16:53:15 UTC MAIN commitmail json YAML

doc: Added net/sacc version 1.00

(leot)

2018-02-26 16:52:47 UTC MAIN commitmail json YAML

net/Makefile: + sacc

(leot)

2018-02-26 16:52:21 UTC MAIN commitmail json YAML

sacc: Import sacc-1.00 as net/sacc

sacc is a terminal gopher client. Gopher is a simple protocol to
retreive hierarchical information. The protocol is defined in
RFC 1436 (Gopher).

(leot)

2018-02-26 16:12:59 UTC MAIN commitmail json YAML

Updated devel/py-kaitaistruct, lang/py-js2py

(adam)

2018-02-26 16:12:32 UTC MAIN commitmail json YAML

2018-02-26 16:09:55 UTC MAIN commitmail json YAML

py-kaitaistruct: updated to 0.8

0.8:
Reverting change that broken ~13 tests

(adam)

2018-02-26 15:35:24 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20180226

(leot)

2018-02-26 15:35:08 UTC MAIN commitmail json YAML

youtube-dl: Update net/youtube-dl to 20180226

Changes:
version 2018.02.26

Extractors
* [udemy] Use custom User-Agent (#15571)

version 2018.02.25

Core
* [postprocessor/embedthumbnail] Skip embedding when there aren't any
  thumbnails (#12573)
* [extractor/common] Improve jwplayer subtitles extraction (#15695)

Extractors
+ [vidlii] Add support for vidlii.com (#14472, #14512, #14779)
+ [streamango] Capture and output error messages
* [streamango] Fix extraction (#14160, #14256)
+ [telequebec] Add support for emissions (#14649, #14655)
+ [telequebec:live] Add support for live streams (#15688)
+ [mailru:music] Add support for mail.ru/music (#15618)
* [aenetworks] Switch to akamai HLS formats (#15612)
* [ytsearch] Fix flat title extraction (#11260, #15681)

version 2018.02.22

Core
+ [utils] Fixup some common URL typos in sanitize_url (#15649)
* Respect --prefer-insecure while updating (#15497)

Extractors
* [vidio] Fix HLS URL extraction (#15675)
+ [nexx] Add support for arc.nexx.cloud URLs
* [nexx] Switch to arc API (#15652)
* [redtube] Fix duration extraction (#15659)
+ [sonyliv] Respect referrer (#15648)
+ [brightcove:new] Use referrer for formats' HTTP headers
+ [cbc] Add support for olympics.cbc.ca (#15535)
+ [fusion] Add support for fusion.tv (#15628)
* [npo] Improve quality metadata extraction
* [npo] Relax URL regular expression (#14987, #14994)
+ [npo] Capture and output error message
+ [pornhub] Add support for channels (#15613)
* [youtube] Handle shared URLs with generic extractor (#14303)

version 2018.02.11

Core
+ [YoutubeDL] Add support for filesize_approx in format selector (#15550)

Extractors
+ [francetv] Add support for live streams (#13689)
+ [francetv] Add support for zouzous.fr and ludo.fr (#10454, #13087, #13103,
  #15012)
* [francetv] Separate main extractor and rework others to delegate to it
* [francetv] Improve manifest URL signing (#15536)
+ [francetv] Sign m3u8 manifest URLs (#15565)
+ [veoh] Add support for embed URLs (#15561)
* [afreecatv] Fix extraction (#15556)
* [periscope] Use accessVideoPublic endpoint (#15554)
* [discovery] Fix auth request (#15542)
+ [6play] Extract subtitles (#15541)
* [newgrounds] Fix metadata extraction (#15531)
+ [nbc] Add support for stream.nbcolympics.com (#10295)
* [dvtv] Fix live streams extraction (#15442)

(leot)

2018-02-26 13:21:35 UTC MAIN commitmail json YAML

doc: Added net/torsocks version 2.2.0

(leot)

2018-02-26 13:20:59 UTC MAIN commitmail json YAML

net/Makefile: + torsocks

(leot)

2018-02-26 13:19:56 UTC MAIN commitmail json YAML

torsocks: Import torsocks-2.2.0 as net/torsocks

Torsocks allows you to use most applications in a safe way with
Tor. It ensures that DNS requests are handled safely and explicitly
rejects any traffic other then TCP from the application you're
using.

Torsocks is an ELF shared library that is loaded before all others.
The library overrides every needed Internet communication libc
function calls such as connect(2) or gethostbyname(3).

This process is transparent to the user and if torsocks detects
any communication that can't go through the Tor network such as
UDP traffic for instance, the connection is denied. If, in some
way, there is no way for torsocks to provide the Tor anonymity
guarantee with your application, torsocks will force the application
to quit and stop everything.

Originally packaged in pkgsrc-wip by <wiz>, with some improvements by Ben
Gergely and further updates and improvements by myself.

(leot)

2018-02-26 12:32:41 UTC MAIN commitmail json YAML

Update to 0.34

* Change file is inconsistent: no information about this release available
* Homepage and repository are dead: tarball reached and archived on
  ftp.NetBSD.org thands to OpenPKG repository
* Configurations files are installed in VARBASE because CSPHOME must be
  writable since CA tree is built in this directory
* Fix deprecated use of unescaped '{'
* Clean Makefile

(triaxx)

2018-02-26 12:29:00 UTC MAIN commitmail json YAML

doc: Updated net/mitmproxy to 3.0.3

(leot)

2018-02-26 12:28:48 UTC MAIN commitmail json YAML

mitmproxy: Update net/mitmproxy to 3.0.3

pkgsrc changes:
- Sync DEPENDS with upstream setup.py
- Update DESCR to reflect current reality

Changes:
23 February 2018: mitmproxy 3.0
  * Fix a quote-related issue affecting the mitmproxy console command prompt

22 February 2018: mitmproxy 3.0
    Major Changes
    -------------
  * Commands: A consistent, typed mechanism that allows addons to expose
    actions to users.
  * Options: A typed settings store for use by mitmproxy and addons.
  * Shift most of mitmproxy's own functionality into addons.
  * Major improvements to mitmproxy console, including an almost complete
    rewrite of the user interface, integration of commands, key bindings, and
    multi-pane layouts.
  * Major Improvements to mitmproxy窶冱 web interface, mitmweb. (Matthew Shao,
    Google Summer of Code 2017)
  * Major Improvements to mitmproxy窶冱 content views and protocol layers (Ujjwal
    Verma, Google Summer of Code 2017)
  * Faster JavaScript and CSS beautifiers. (Ujjwal Verma)

    Minor Changes
    -------------
  * Vastly improved JavaScript test coverage (Matthew Shao)
  * Options editor for mitmweb (Matthew Shao)
  * Static web-based flow viewer (Matthew Shao)
  * Request streaming for HTTP/1.x and HTTP/2 (Ujjwal Verma)
  * Implement more robust content views using Kaitai Struct (Ujjwal Verma)
  * Protobuf decoding now works without protoc being installed on the host
    system (Ujjwal Verma)
  * PNG, GIF, and JPEG can now be parsed without Pillow, which simplifies
    mitmproxy installation and moves parsing from unsafe C to pure Python
    (Ujjwal Verma)
  * Add parser for ICO files (Ujjwal Verma)
  * Migrate WebSockets implementation to wsproto. This reduces code size and
    adds WebSocket compression support. (Ujjwal Verma)
  * Add 窶徭plit view窶� to split mitmproxy窶冱 UI into two separate panes.
  * Add key binding viewer and editor
  * Add a command to spawn a preconfigured Chrome browser instance from
    mitmproxy
  * Fully support mitmproxy under the Windows Subsystem for Linux (WSL), work
    around display errors
  * Add XSS scanner addon (@ddworken)
  * Add ability to toggle interception (@mattweidner)
  * Numerous documentation improvements (@pauloromeira, @rst0git, @rgerganov,
    @fulldecent, @zhigang1992, @F1ashhimself, @vinaydargar, @jonathanrfisher1,
    @BasThomas, @LuD1161, @ayamamori, @TomTasche)
  * Add filters for websocket flows (@s4chin)
  * Make it possible to create a response to CONNECT requests in http_connect
    (@mengbiping)
  * Redirect stdout in scripts to ctx.log.warn (@nikofil)
  * Fix a crash when clearing the event log (@krsoninikhil)
  * Store the generated certificate for each flow (@dlenski)
  * Add --keep-host-header to retain the host header in reverse proxy mode
    (@krsoninikhil)
  * Fix setting palette options (@JordanLoehr)
  * Fix a crash with brotli encoding (@whackashoe)
  * Provide certificate installation instructions on mitm.it (@ritiek)
  * Fix a bug where we did not properly fall back to IPv4 when IPv6 is
    unavailable (@titeuf87)
  * Fix transparent mode on IPv6-enabled macOS systems (@Ga-ryo)
  * Fix handling of HTTP messages with multiple Content-Length headers
    (@surajt97)
  * Fix IPv6 authority form parsing in CONNECT requests (@r1b)
  * Fix event log display in mitmweb (@syahn)
  * Remove private key from PKCS12 file in ~/.mitmproxy (@ograff).
  * Add LDAP as a proxy authentication backend (@charlesdhdt)
  * Use mypy to check the whole codebase (@iharsh234)
  * Fix a crash when duplicating flows (@iharsh234)
  * Fix testsuite when the path contains a 窶�.窶� (@felixonmars)
  * Store proxy authentication with flows (@lymanZerga11)
  * Match ~d and ~u filters against pretty_host (@dequis)
  * Update WBXML content view (@davidpshaw)
  * Handle HEAD requests for mitm.it to support Chrome in transparent mode on
    iOS (@tomlabaude)
  * Update dns spoofing example to use --keep-host-header (@krsoninikhil)
  * Call error handler on HTTPException (@tarnacious)
  * Make it possible to remove TLS from upstream HTTP connections
  * Update to pyOpenSSL 17.5, cryptography 2.1.4, and OpenSSL 1.1.0g
  * Make it possible to retroactively increase log verbosity.
  * Make logging from addons thread-safe
  * Tolerate imports in user scripts that match hook names (`from mitmproxy
    import log`)
  * Update mitmweb to React 16, which brings performance improvements
  * Fix a bug where reverting duplicated flows crashes mitmproxy
  * Fix a bug where successive requests are sent to the wrong host after a
    request has been redirected.
  * Fix a bug that binds outgoing connections to the wrong interface
  * Fix a bug where custom certificates are ignored in reverse proxy mode
  * Fix import of flows that have been created with mitmproxy 0.17
  * Fix formatting of (IPv6) IP addresses in a number of places
  * Fix replay for HTTP/2 flows
  * Decouple mitmproxy version and flow file format version
  * Fix a bug where 窶徇itmdump -nr窶� does not exit automatically
  * Fix a crash when exporting flows to curl
  * Fix formatting of sticky cookies
  * Improve script reloading reliability by polling the filesystem instead of
    using watchdog
  * Fix a crash when refreshing Set-Cookie headers
  * Add connection indicator to mitmweb to alert users when the proxy server
    stops running
  * Add support for certificates with cyrillic domains
  * Simplify output of mitmproxy --version
  * Add Request.make to simplify request creation in scripts
  * Pathoc: Include a host header on CONNECT requests
  * Remove HTML outline contentview (#2572)
  * Remove Python and Locust export (#2465)
  * Remove emojis from tox.ini because flake8 cannot parse that. :(

(leot)

2018-02-26 12:10:31 UTC MAIN commitmail json YAML

doc: Added www/py-wsproto version 0.11.0

(leot)

2018-02-26 12:10:09 UTC MAIN commitmail json YAML

www/Makefile: + py-wsproto

(leot)

2018-02-26 12:09:18 UTC MAIN commitmail json YAML

py-wsproto: Import py-wsproto-0.11.0 as www/py-wsproto

Pure-Python implementation of a WebSocket protocol stack. It's written from the
ground up to be embeddable in whatever program you choose to use, ensuring that
you can communicate via WebSockets, as defined in RFC6455, regardless of your
programming paradigm.

(leot)

2018-02-26 12:07:17 UTC MAIN commitmail json YAML

doc: Added www/py-h11 version 0.7.0

(leot)

2018-02-26 12:06:58 UTC MAIN commitmail json YAML

www/Makefile: + py-h11

(leot)

2018-02-26 12:06:13 UTC MAIN commitmail json YAML

py-h11: Import py-h11-0.7.0 as www/py-h11

This is a little HTTP/1.1 library written from scratch in Python,
heavily inspired by hyper-h2.

It's a "bring-your-own-I/O" library; h11 contains no IO code
whatsoever. This means you can hook h11 up to your favorite network
API, and that could be anything you want: synchronous, threaded,
asynchronous, or your own implementation of RFC 6214 - h11 won't
judge you. (Compare this to the current state of the art, where
every time a new network API comes along then someone gets to start
over reimplementing the entire HTTP protocol from scratch.)

(leot)

2018-02-26 11:38:13 UTC MAIN commitmail json YAML

doc: Updated x11/py-pyperclip to 1.6.0

(leot)

2018-02-26 11:38:00 UTC MAIN commitmail json YAML

py-pyperclip: Update x11/py-pyperclip to 1.6.0

pkgsrc changes:
- Fetch the `.tar.gz' distfile instead of the `.zip' one

Changes:
v1.6.0,  2017/11/08
Refactor all the code in a single file.

v1.5.32, 2017/10/29
Added limited cygwin support.

v1.5.31, 2017/10/29
Fixed another mistake where 'posix' was checked for OS X instead
of 'mac' due to a mistaken merge. Added lazy loading.

v1.5.30, 2017/10/29
Fixed the encoding that was set to "uft-8".

v1.5.29, 2017/10/29
Pyperclip works with qtpy module, osx can use objc now, set pyqt
as lower priority than xsel/xclip/klipper, add support for PyQt5.

v1.5.28, 2017/10/28
Capture stderr of xclip subprocess, fixed issue #88 where emojii
cut off the last character, allowed selection between PRIMARY and
CLIPBOARD for xsel and xclip.

v1.5.27, 2016/03/14
Disable broken cygwin implementation until issue 55 can be fixed.

v1.5.26, 2016/01/20
Fix #51, Replace wcscpy_s with memmove for Windows XP.

(leot)

2018-02-26 10:55:46 UTC MAIN commitmail json YAML

py-Unidecode: updated CATEGORIES and HOMEPAGE

(adam)

2018-02-26 09:52:58 UTC MAIN commitmail json YAML

Updated multimedia/mkvtoolnix

(adam)

2018-02-26 09:52:03 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 21.0.0

Version 21.0.0 "Tardigrades Will Inherit The Earth"

New features and enhancements
* mkvmerge: track statistics tags: the TagDefault element will not be
  written anymore as it was always set to the default value 1
  anyway. Implements 2202.
* mkvmerge, MKVToolNix GUI: JSON files can now contain C++-style line comments
  outside of strings (e.g. something like this: // this is ignored). Such
  comments, even though not part of the official JSON specifications, are now
  ignored when reading JSON files.
* MKVToolNix GUI: chapter editor: opening a Matroska file without chapters in
  it will now open the file in an empty chapter editor instead of showing an
  error message. Implements 2218.
* MKVToolNix GUI: an "info" tool has been added, replacing the functionality
  of mkvinfo's GUI. The functionality is not on par yet but will be for
  release v22. Implements most of the functionality of 2104.

Bug fixes
* build system: configure was treating --disable-ubsan and
  --disable-addrsan the same as --enable-ubsan and
  --enable-addrsan.
* build system: an error message is output if a command to execute is not
  found instead of silently failing.
* build system: in addition to looking for the gettext C function and
  library, configure now also verifies the presence of the msgfmt program
  instead of simply relying on it.
* mkvmerge: appending files with additional parts at the same time was broken
  if more than one additional part was appended (e.g. when appending files
  from DVDs with something like '(' VTS_01_1.VOB VTS_01_2.VOB ')' + '('
  VTS_02_1.VOB VTS_02_2.VOB ')'). In such a situation the content from files
  VTS_02_1.VOB and VTS_02_2.VOB where laid out in parallel to the content
  from the earlier files.
* mkvmerge: FLV reader: a single invalid AAC frame was written for AAC audio
  tracks with codec initialization data longer than five bytes.
* mkvmerge: FLV reader: timestamps will be normalized down to 0.
* mkvmerge: MP4 reader: if an AAC track doesn't contain an AAC-specific
  decoder configuration in the ESDS portion, then a default decoder
  configuration will be generated based on the track's header data instead of
  skipping the track.
* mkvmerge: MP4 reader: fixed reading HEVC/h.265 video tracks if they're
  stored as Annex B byte streams inside MP4.
* mkvmerge: Ogg Opus reader: mkvmerge will now emit a warning instead of
  aborting when it encounters an Ogg Opus page with no data in the
  packet.
* mkvmerge, mkvextract: Matroska parser: fixed a segmentation fault that
  occurred whenever the first level 1 element after resyncing after an error
  in the file structure isn't a cluster.
* mkvmerge, MKVToolNix GUI multiplexer & header editor: fixed a crash during
  --enable-addrsan.
* build system: an error message is output if a command to execute is not
* build system: an error message is output if a command to execute is not
  found instead of silently failing.
* build system: in addition to looking for the gettext C function and
  library, configure now also verifies the presence of the msgfmt program
  instead of simply relying on it.
* mkvmerge: appending files with additional parts at the same time was broken
  if more than one additional part was appended (e.g. when appending files
  from DVDs with something like '(' VTS_01_1.VOB VTS_01_2.VOB ')' + '('
  VTS_02_1.VOB VTS_02_2.VOB ')'). In such a situation the content from files
  VTS_02_1.VOB and VTS_02_2.VOB where laid out in parallel to the content
  from the earlier files.
* mkvmerge: FLV reader: a single invalid AAC frame was written for AAC audio
  tracks with codec initialization data longer than five bytes.
* mkvmerge: FLV reader: timestamps will be normalized down to 0.
* mkvmerge: MP4 reader: if an AAC track doesn't contain an AAC-specific
  decoder configuration in the ESDS portion, then a default decoder
  configuration will be generated based on the track's header data instead of
  skipping the track.
* mkvmerge: MP4 reader: fixed reading HEVC/h.265 video tracks if they're
  stored as Annex B byte streams inside MP4.
* mkvmerge: Ogg Opus reader: mkvmerge will now emit a warning instead of
  aborting when it encounters an Ogg Opus page with no data in the
  packet.
* mkvmerge, mkvextract: Matroska parser: fixed a segmentation fault that
  occurred whenever the first level 1 element after resyncing after an error
  in the file structure isn't a cluster.
* mkvmerge, MKVToolNix GUI multiplexer & header editor: fixed a crash during
  file type detection for attachments if MKVToolNix is installed in a path
  with non-ASCII characters (e.g. German Umlauts).
* mkvinfo: the --hex-positions parameter did nothing in summary mode.
* mkvinfo: Windows: line endings will be written as \r\n (carriage return &
  line feed) again instead of just \n (line feed).
* mkvpropedit: adding track statistics tags: for tracks with content encoding
  (compression) mkvpropedit is now accounting the uncompressed number of
  bytes, not the encoded (compressed) number of bytes.
* MKVToolNix GUI: multiplexer: the subtitle character set can now be set for
  appended subtitle files, too.
* MKVToolNix GUI: multiplexer: when appending, all tracks appended to disabled
  tracks will start out disabled, too.

Build system changes
* mkvinfo: the GUI portion has been removed. mkvinfo is now a pure
  command-line program again.

(adam)

2018-02-26 09:48:13 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.7.24

(ryoon)

2018-02-26 09:47:01 UTC MAIN commitmail json YAML

Update to 7.0.7.24

* Fix broken file format detection and potentially other features
  7.0.7.23 does not work at all for me.

Changelog:
2018-02-25  7.0.7-24 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.0-24, GIT revision 23079:7ccb76178:20180225.

2018-02-19  7.0.7-24 Cristy  <quetzlzacatenango@image...>
  * Do not refer to page in OptimizeLayerFrames (reference
    https://github.com/ImageMagick/ImageMagick/pull/987).
  * PerlMagick unit tests pass again.
  * Fixed numerous use of uninitialized values, integer overflow,
    memory exceeded, and timeouts (credit to OSS Fuzz).

(ryoon)

2018-02-26 09:12:16 UTC MAIN commitmail json YAML

Updated security/gnupg2, devel/py-limits, sysutils/py-supervisor

(adam)

2018-02-26 09:11:47 UTC MAIN commitmail json YAML

py-supervisor: updated to 3.3.4

3.3.4:
Fixed a bug where rereading the configuration would not detect changes to eventlisteners.
Fixed a bug where the warning Supervisord is running as root and it is searching for its config file may have been incorrectly shown by supervisorctl if its executable name was changed.
Fixed a bug in the web interface where redirect URLs did not have a slash between the host and query string, which caused issues when proxying with Nginx.
When supervisord successfully drops privileges during startup, it is now logged at the INFO level instead of CRIT.
The HTTP server now returns a Content-Type header specifying UTF-8 encoding. This may fix display issues in some browsers.

(adam)

2018-02-26 09:07:42 UTC MAIN commitmail json YAML

py-limits: updated to 1.3

1.3:
Remove pinging redis on initialization

(adam)

2018-02-26 09:05:45 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.5

version 2.2.5:

* gpg: Allow the use of the "cv25519" and "ed25519" short names in
  addition to the canonical curve names in --batch --gen-key.

* gpg: Make sure to print all secret keys with option --list-only
  and --decrypt.

* gpg: Fix the use of future-default with --quick-add-key for
  signing keys.

* gpg: Select a secret key by checking availability under gpg-agent.

* gpg: Fix reversed prompt texts for --only-sign-text-ids.

* gpg,gpgsm: Fix detection of bogus keybox blobs on 32 bit systems.

* gpgsm: Fix regression since 2.1 in --export-secret-key-raw which
  got $d mod (q-1)$ wrong.  Note that most tools automatically fixup
  that parameter anyway.

* ssh: Fix a regression in getting the client'd PID on *BSD and
  macOS.

* scd: Support the KDF Data Object of the OpenPGP card 3.3.

* scd: Fix a regression in the internal CCID driver for certain card
  readers.

* scd: Fix a problem on NetBSD killing scdaemon on gpg-agent
  shutdown.

* dirmngr: Improve returned error description on failure of DNS
  resolving.

* wks: Implement command --install-key for gpg-wks-server.

* Add option STATIC=1 to the Speedo build system to allow a build
  with statically linked versions of the core GnuPG libraries.  Also
  use --enable-wks-tools by default by Speedo builds for Unix.

(adam)

2018-02-26 08:53:54 UTC MAIN commitmail json YAML

Updated CATEGORIES and HOMEPAGE

(adam)

2018-02-26 08:51:43 UTC MAIN commitmail json YAML

py-prefixspan: only for Python 3.x; sort PLIST

(adam)

2018-02-26 08:46:34 UTC MAIN commitmail json YAML

Updated www/py-parsel, devel/py-curtsies, devel/py-hypothesis, security/py-m2crypto

(adam)

2018-02-26 08:46:03 UTC MAIN commitmail json YAML

py-m2crypto: updated to 0.29.0

0.29.0:
- Fix building on Windows (all tests fix on Win32 and Win64 on all
  supported combinations of versions of OpenSSL and Python)
- Fixes of some small bugs

(adam)

2018-02-26 08:40:42 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.46.0

3.46.0:
:func:~hypothesis.strategies.characters has improved docs about what arguments are valid, and additional validation logic to raise a clear error early (instead of e.g. silently ignoring a bad argument). Categories may be specified as the Unicode 'general category' (eg u'Nd'), or as the 'major category' (eg [u'N', u'Lu'] is equivalent to [u'Nd', u'Nl', u'No', u'Lu'].

In previous versions, general categories were supported and all other input was silently ignored. Now, major categories are supported in addition to general categories (which may change the behaviour of some existing code), and all other input is deprecated.

(adam)

2018-02-26 08:38:53 UTC MAIN commitmail json YAML

py-curtsies: updated to 0.3.0

0.3.0:
Change name of "dark" color to "black"
Drop support for Python 2.6 and 3.3
New FmtStr method width_aware_splitlines which cuts up a FmtStr in linear time

(adam)

2018-02-26 08:32:32 UTC MAIN commitmail json YAML

py-parsel: updated to 1.4.0

1.4.0:
* Selector and SelectorList can't be pickled because
  pickling/unpickling doesn't work for lxml.html.HtmlElement;
  parsel now raises TypeError explicitly instead of allowing pickle to
  silently produce wrong output. This is technically backwards-incompatible
  if you're using Python < 3.6.

(adam)

2018-02-26 08:29:48 UTC MAIN commitmail json YAML

doc/TODO: + mDNSResponder-878.30.4.

(wiz)

2018-02-26 08:28:08 UTC MAIN commitmail json YAML

Updated textproc/py-html5lib, www/py-django-js-asset

(adam)

2018-02-26 08:27:02 UTC MAIN commitmail json YAML

py-django-js-asset: updated to 1.0.0

1.0.0:
Added an export of the js_asset.static() helper (which does the right thing regarding django.contrib.staticfiles)
Fixed the documentation to not mention internal (and removed) API of Django's Media() class.
Switched to using tox for running tests and style checks locally.
Added more versions of Python and Django to the CI matrix.

(adam)

2018-02-26 08:24:42 UTC MAIN commitmail json YAML

py-html5lib: updated to 1.0.1

1.0.1

Breaking changes:
* Drop support for Python 2.6.
* Remove utils/spider.py

Features:
* Improve documentation.
* Add iframe seamless boolean attribute.
* Add itemscope as a boolean attribute.
* Support Python 3.6.
* Add CI support for Windows using AppVeyor.
* Improve testing and CI and add code coverage
* Semver-compliant version number.

Bug fixes:
* Add support for setuptools < 18.5 to support environment markers.
* Add explicit dependency for six >= 1.9.
* Fix regexes to work with Python 3.7 regex adjustments.
* Fix alphabeticalattributes filter namespace bug.
* Include license file in generated wheel package.
* Fix annotation-xml typo.
* Allow uppercase hex chararcters in CSS colour check.

(adam)

2018-02-26 08:19:32 UTC MAIN commitmail json YAML

2018-02-26 08:10:39 UTC MAIN commitmail json YAML

Updated www/libsass, www/sassc

(adam)

2018-02-26 08:09:54 UTC MAIN commitmail json YAML

sassc: updated to 3.4.8

3.4.8:
Fix regression in command line options

(adam)

2018-02-26 08:09:27 UTC MAIN commitmail json YAML

libsass: updated to 3.4.9

3.4.9:
Fix math with multiple units
Make error indicator Unicode aware
Make sourcemaps fully Unicode aware
Fix parser state column following static values
Fix memory leak of custom functions signature
Adding the missing scope identifier std::
Fix fall-trough warning in latest gnu gcc
Tweak warning message format
Fix msvc compiler warning

(adam)

2018-02-26 08:00:28 UTC MAIN commitmail json YAML

doc: Updated security/CSP to 0.34

(triaxx)

2018-02-26 08:00:08 UTC MAIN commitmail json YAML

2018-02-26 07:40:28 UTC MAIN commitmail json YAML

2018-02-26 02:31:34 UTC MAIN commitmail json YAML

Correct the dependency on unicorn

Manticore really depends on the Python bindings for Unicorn.

Bumps PKGREVISION.

(khorben)

2018-02-26 02:25:57 UTC MAIN commitmail json YAML

doc: Added emulators/py-unicorn version 1.0.1

(khorben)

2018-02-26 02:25:28 UTC MAIN commitmail json YAML

2018-02-25 22:05:35 UTC MAIN commitmail json YAML

Updated multimedia/x264-devel, www/py-aiohttp

(adam)

2018-02-25 22:04:55 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.0.3

3.0.2:
Security Fix
Prevent Windows absolute URLs in static files. Paths like /static/D:\path and /static/\\hostname\drive\path are forbidden.

3.0.1:
Technical release for fixing distribution problems.

(adam)

2018-02-25 21:59:35 UTC MAIN commitmail json YAML

doc: Updated devel/py-manticore to 0.1.7

(khorben)

2018-02-25 21:58:48 UTC MAIN commitmail json YAML

Update devel/py-manticore to version 0.1.7

From the release notes:

This release brings EVM, performance, Linux emulation, and API improvements,
along with numerous bug fixes. Thanks again to our external contributors!

Added:

* Documentation on symbolic input
* "force" keyword argument in cpu.write_bytes/read_bytes etc.
* Linux syscalls: getrandom(), openat()

Fixed

* Improved ARMv7 Thumb support
* Numerous EVM bug fixes and improvements (transaction generation, SHA3
  handling, instruction tracing, int overflow detection)
* Improved x86/64 emulation performance

(khorben)

2018-02-25 21:57:43 UTC MAIN commitmail json YAML

x264-devel: updated to 20180224

20180224:
Remove ARRAY_SIZE macro which is identical to ARRAY_ELEMS
x86inc: Correctly set mmreg variables
.gitignore: Ignore TAGS file
Minor configure improvements
Bump dates to 2018
Merge zero buffers
rdo: Use ALIGNED_ARRAY for stack arrays
Correctly align buffers for AVX and AVX-512
Cosmetics
ppc: Add load_deinterleave_chroma_fenc_altivec
Update to the latest upstream version of gas-preprocessor
input: Add a workaround for swscale overread bugs
filters/resize: Upgrade to a newer libavutil API
aarch64: Use ldurb/sturb for loads/stores with negative offsets
configure: Add support for building with MSVC/armasm for ARM64
arm: Check for __ELF__ instead of !__APPLE__, for using .arch/.fpu

(adam)

2018-02-25 21:40:20 UTC MAIN commitmail json YAML

Updated time/py-pendulum, graphics/py-imagesize, textproc/py-sphinx

(adam)

2018-02-25 21:39:21 UTC MAIN commitmail json YAML

py-sphinx: updated to 1.7.1

Release 1.7.1:
Deprecated
4623: sphinx.build_main() is deprecated. Use sphinx.cmd.build.build_main() instead.
autosummary: The interface of sphinx.ext.autosummary.get_documenter() has been changed (Since 1.7.0)
4664: sphinx.ext.intersphinx.debug() is deprecated. Use sphinx.ext.intersphinx.inspect_main() instead.

Bugs fixed
4608: epub: Invalid meta tag is generated
4260: autodoc: keyword only argument separator is not disappeared if it is appeared at top of the argument list
4622: epub: epub_scheme does not effect to content.opf
4627: graphviz: Fit graphviz images to page
4617: quickstart: PROJECT_DIR argument is required
4623: sphinx.build_main no longer exists in 1.7.0
4615: The argument of sphinx.build has been changed in 1.7.0
autosummary: The interface of sphinx.ext.autosummary.get_documenter() has been changed
4630: Have order on msgids in sphinx.pot deterministic
4563: autosummary: Incorrect end of line punctuation detection
4577: Enumerated sublists with explicit start with wrong number
4641: A external link in TOC cannot contain “?” with :glob: option
C++, add missing parsing of explicit casts and typeid in expression parsing.
C++, add missing parsing of this in expression parsing.
4655: Fix incomplete localization strings in Polish
4653: Fix error reporting for parameterless ImportErrors
4664: Reading objects.inv fails again
4662: any refs with term targets crash when an ambiguity is encountered

(adam)

2018-02-25 21:35:55 UTC MAIN commitmail json YAML

doc: Updated net/wireshark to 2.4.5

(wiz)

2018-02-25 21:35:42 UTC MAIN commitmail json YAML

wireshark: update to 2.4.5.

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2018-05
      The IEEE 802.11 dissector could crash. [2]Bug 14442,
      [3]CVE-2018-7335
    * [4]wnpa-sec-2018-06
      Multiple dissectors could go into large infinite loops. All ASN.1
      BER dissectors ([5]Bug 14444), along with the DICOM ([6]Bug 14411),
      DMP ([7]Bug 14408), LLTD ([8]Bug 14419), OpenFlow ([9]Bug 14420),
      RELOAD ([10]Bug 14445), RPCoRDMA ([11]Bug 14449), RPKI-Router
      ([12]Bug 14414), S7COMM ([13]Bug 14423), SCCP ([14]Bug 14413),
      Thread ([15]Bug 14428), Thrift ([16]Bug 14379), USB ([17]Bug
      14421), and WCCP ([18]Bug 14412) dissectors were susceptible.
    * [19]wnpa-sec-2018-07
      The UMTS MAC dissector could crash. [20]Bug 14339,
      [21]CVE-2018-7334
    * [22]wnpa-sec-2018-08
      The DOCSIS dissector could crash. [23]Bug 14446, [24]CVE-2018-7337
    * [25]wnpa-sec-2018-09
      The FCP dissector could crash. [26]Bug 14374, [27]CVE-2018-7336
    * [28]wnpa-sec-2018-10
      The SIGCOMP dissector could crash. [29]Bug 14398, [30]CVE-2018-7320
    * [31]wnpa-sec-2018-11
      The pcapng file parser could crash. [32]Bug 14403,
      [33]CVE-2018-7420
    * [34]wnpa-sec-2018-12
      The IPMI dissector could crash. [35]Bug 14409, [36]CVE-2018-7417
    * [37]wnpa-sec-2018-13
      The SIGCOMP dissector could crash. [38]Bug 14410, [39]CVE-2018-7418
    * [40]wnpa-sec-2018-14
      The NBAP disssector could crash. [41]Bug 14443, [42]CVE-2018-7419

  The following bugs have been fixed:
    * Change placement of "double chevron" in Filter Toolbar to eliminate
      overlap. ([43]Bug 14121)
    * AutoScroll does not work. ([44]Bug 14257)
    * BOOTP/DHCP: malformed packet -> when user class option (77) is
      present. ([45]Bug 14312)
    * GET MAX LUN wLength decoded as big-endian - USB Mass Storage.
      ([46]Bug 14360)
    * Unable to create Filter Expression Button for a yellow filter.
      ([47]Bug 14369)
    * Buildbot crash output: fuzz-2018-01-28-15874.pcap. ([48]Bug 14371)
    * NetScaler RPC segmentation fault / stack overflow. ([49]Bug 14399)
    * [oss-fuzz] #6028 RPC_NETLOGON: Direct-leak in g_malloc
      (generate_hash_key). ([50]Bug 14407)
    * Newline "\n" in packet list field increase line height for all
      rows. ([51]Bug 14424)
    * ieee80211-radio.c preamble duration calculation not correct.
      ([52]Bug 14439)
    * DIS: Malformed packet in SISO-STD-002 transmitter. ([53]Bug 14441)

  Updated Protocol Support

  ASN.1 BER, BOOTP/DHCP, DCE RPC NETLOGON, DICOM, DIS, DMP, DOCSIS, EPL,
  FCP, GSM A RR, HSRP, IAX2, IEEE 802.11, Infiniband, IPMI, IPv6, LDAP,
  LLTD, NBAP, NetScaler RPC, OpenFlow, RELOAD, RPCoRDMA, RPKI-Router,
  S7COMM, SCCP, SIGCOMP, Thread, Thrift, TLS/SSL, UMTS MAC, USB, USB Mass
  Storage, and WCCP

  New and Updated Capture File Support

  pcap pcapng

(wiz)

2018-02-25 21:32:03 UTC MAIN commitmail json YAML

2018-02-25 21:27:10 UTC MAIN commitmail json YAML

doc: Updated devel/waf to 2.0.6

(wiz)

2018-02-25 21:27:00 UTC MAIN commitmail json YAML

waf: update to 2.0.6.

NEW IN WAF 2.0.6
----------------
* Add Task.deep_inputs to enable further dependencies on input file tasks
* Set unit tests to depend on input file tasks instead of timestamps

NEW IN WAF 2.0.5
----------------
* Force unit tests to depend on the executable creation time besides file contents
* Enhance the Eclipse project generator
* Update the cuda examples

(wiz)

2018-02-25 21:26:18 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.38.8

(wiz)

2018-02-25 21:26:09 UTC MAIN commitmail json YAML

vala: update to 0.38.8.

Vala 0.38.8
===========
* Various bug fixes:
  - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
  - Avoid critical when connecting dynamic signals
  - compiler: Prefix headers for set_cheader_override() if includedir is given
    [#793299]
  - Don't warn about unused internal methods which are meant to be visible
    on DBus [#593902]
  - libvaladoc: Prevent WITH_CGRAPH conditional having an impact on generated
    sources

* Bindings:
  - gio-2.0: Cherry-pick some DBusProxy fixes from 0.40
  - gstreamer-1.0: Update from 1.13+ git master
  - gdk-3.0,gtk+-3.0: Update to 3.22.27

(wiz)

2018-02-25 21:25:51 UTC MAIN commitmail json YAML

py-pendulum: updated to 1.4.2

1.4.2:
Fixed an offset error when subtracting datetimes in the same timezone.
Fixed wrong value returned by tzname() for the UTC timezone.
Fixed deepcopy() raising an error when using UTC.

(adam)

2018-02-25 21:22:20 UTC MAIN commitmail json YAML

doc: Updated graphics/sane-backends to 1.0.27

(wiz)

2018-02-25 21:22:07 UTC MAIN commitmail json YAML

sane-backends: update to 1.0.27.

New with 1.0.27 (see Note 1), released 2017-05-22:

* Significant enhancements to canon_dr, epjitsu, epsonds, fujitsu,
  genesys, hp3500, pixma and xerox-mfp backends.
* Minor updates, bugfixes or scanners added in several backends.
* 30+ new scanner models supported.
* Made libusb-1.0 the default for USB support (see Note 2).
* Switched code from C90 to C99 (Thanks to Volker Diels-Grabsch).
* Updated Linux USB3 workaround (see Note 3).
* Documentation and translation updates.
* Bugfixes (Avahi, threading, USB, ICC/PNG/JPEG, etc).
* Reduced compiler warnings, improved code (see Note 4).

Note 1: There is no 1.0.26 release of sane-backends. That number was
skipped so that our development version numbers would more clearly be
an extension of the prior release. This should make packaging a little
easier for our downstream users.

Note 2: On all systems, the --enable-libusb* flags are now ignored.
Instead, the --with-usb and --without-usb flags now control support.
When neither is given, USB support will be enabled if possible and
disabled otherwise.  If --with-usb is requested but not possible,
./configure will fail.  There is no support to prefer libusb-0.1 over
libusb-1.0.  When libusb-1.0 is not found, libusb-0.1 will be tried.

Note 3: The Linux USB3 workaround which was added in version 1.0.25 is
now disabled by default. If you have difficulty using a scanner which
previously worked, or intermittent scanner availability, try setting
the new environment variable SANE_USB_WORKAROUND=1 before starting
your frontend.

Note 4: A special thanks goes to Olaf Meeuwissen for picking up the
janitorial duties in sane-backends. He has found and fixed a large
number of long-standing bugs, curated our bug tracker, improved our
build scripts and docs, and provided user support. Thank you Olaf!

(wiz)

2018-02-25 21:10:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Send2Trash to 1.5.0

(wiz)

2018-02-25 21:10:03 UTC MAIN commitmail json YAML

py-Send2Trash: update to 1.5.0.

Version 1.5.0 -- 2018/02/16
---------------------------

* More specific error when failing to create XDG fallback trash directory (#20)
* Windows: Workaround for long paths (#23)

(wiz)

2018-02-25 21:09:02 UTC MAIN commitmail json YAML

doc: Updated devel/libffcall to 2.1

(wiz)

2018-02-25 21:08:53 UTC MAIN commitmail json YAML

libffcall: update to 2.1.

New in 2.1:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - x86_64: Solaris 11.3.
  - OpenBSD 6.1.
  - HardenedBSD 10 and 11.

* Fixed a bug regarding passing of pointers on the following platforms:
  - x86_64: Linux with x32 ABI: CC="gcc -mx32".

* Fixed a crash in trampoline on the following platforms:
  - mips: Linux with CC="gcc -mabi=64", little endian.

(wiz)

2018-02-25 21:08:02 UTC MAIN commitmail json YAML

doc: Updated archivers/lzip to 1.20

(wiz)

2018-02-25 21:07:53 UTC MAIN commitmail json YAML

lzip: update to 1.20.

Changes in version 1.20:

The option '--loose-trailing', has been added.

The test used by lzip to discriminate trailing data from a corrupt
header in multimember or concatenated files has been improved to a
Hamming distance (HD) of 3, and the 3 bit flips must happen in different
magic bytes for the test to fail. As a consequence some kinds of files
no longer can be appended to a lzip file as trailing data unless the
'--loose-trailing' option is used when decompressing.
Lziprecover can be used to remove conflicting trailing data from a file.

The contents of a corrupt or truncated header found in a multimember
file are now shown, after the error message, in the same format as
trailing data.

Option '-S, --volume-size' now keeps input files unchanged.

When creating multimember files or splitting the output in volumes, the
dictionary size is now adjusted for each member individually.

The 'bits/byte' ratio has been replaced with the inverse compression
ratio in the output.

The progress of decompression is now shown at verbosity level 2 (-vv) or
higher.

Progress of (de)compression is only shown if stderr is a terminal.

A final diagnostic is now shown at verbosity level 1 (-v) or higher if
any file fails the test when testing multiple files.

A second '.lz' extension is no longer added to the argument of '-o' if
it already ends in '.lz' or '.tlz'.

In case of (de)compressed size mismatch, the stored size is now also
shown in hexadecimal to ease visual comparison.

The dictionary size is now shown at verbosity level 4 (-vvvv) when
decompressing or testing.

The new chapter "Meaning of lzip's output" has been added to the manual.

(wiz)

2018-02-25 21:07:10 UTC MAIN commitmail json YAML

doc: Updated x11/gtk3 to 3.22.28

(wiz)

2018-02-25 21:07:01 UTC MAIN commitmail json YAML

gtk3+: update to 3.22.28.

2Overview of Changes in GTK+ 3.22.28
===================================

* Fix the build

* Improve frame clock accuracy (#787665)

2Overview of Changes in GTK+ 3.22.27
===================================

* Require libcloudproviders 0.2.0

* The Emoji chooser can now be used with GtkTextView as well

* The Emoji chooser avoids fallback sequences that break the grid

* GTK+ is now using ~/.config/gtk-3.0/settings.ini when using
  Wayland without dconf

* Make fuse-mounted network filesystems show up in Other Locations

* The font chooser dialog supports search now

* Bugs fixed:
737175 most horizontal sliders are inverted when scrolled with mouse wheel
741633 GtkListBoxRow should implement GtkActionable
771986 Inconsistent 'row-activated' signal emission before drag'n'drop, 'acti...
774248 Desktop-wide text scaling factor is ignored by gtk_widget_override_fon...
779009 Missing property-change::accessible-description events when the toolti...
786123 GtkPlacesSidebar: Add support for libcloudproviders
786509 GDK W32: OLE2 DnD is completely broken
786528 Please make the output deterministic
787089 win32: GtkWindow of type GTK_WINDOW_POPUP/GDK_WINDOW_TEMP leaks memory...
787128 Re-add FUSE network mounts in local-only mode
789054 Firefox crashes @gdk_window_begin_move_drag() on WM without _NET_WM_MO...
789160 Add Windows compatible emoji shortcuts
789268 Keyboard grab by popup window causes a session-modal shortcut-inhibiti...
790029 GtkTextView: Support gtk 3.22.19's emoji chooser
790031 GtkClipboardClearFunc is not being called
790033 Add support for third stylus button on Wacom's new Pro Pen 3D
790201 Settings in ~/.config/gtk-3.0/settings.ini ignored with GDK_BACKEND=wa...
790270 avoid copy of CSS data from resources
790862 Addition of insert_emoji breaks ABI on gtk-3-22
790963 Thread safety issue in gtk_application_impl_dbus_startup
791039 Emit enter+motion after GDK_CROSSING_TOUCH_END leave
791062 Fix mapping window with complete xdg-foreign state
791234 autocleanups: allow g_autoptr() usage with GtkTreePath
791281 Backport size allocation optimization from master to 3.22
791363 Shadow vertical offset is wrong when scaling is > 2
791549 gtklistbox: Crash on page-up on GtkListBox
791650 Do not warn about missing colord systemd service unit
791710 css documentation, non-breaking spaces/hyphens, and other details
791943 gnome-shell built with meson hangs when opening more than one window
792279 Use portable sed syntax in gdk/wayland/Makefile.am
792459 gtk_tree_model_sort_set_sort_column_id() ignores change to sort order
792624 Critical due to gtk_widget_reset_controllers() passing NULL to gtk_e...

* Translation updates:
Africaans
Catalan
Chinese (Taiwan)
Esperanto
Finnish
Friulian
Galician
Hebrew
Hungarian
Icelandic
Indonesian
Italian
Lithuanian
Norwegian bokm奪l
Polish
Russian
Serbian
Slovenian
Spanish
Turkish

(wiz)

2018-02-25 20:56:14 UTC MAIN commitmail json YAML

doc: Updated audio/libmpdclient to 2.14

(wiz)

2018-02-25 20:56:05 UTC MAIN commitmail json YAML

libmpdclient: update to 2.14.

libmpdclient 2.14 (2018/02/11)
* support MPD protocol 0.21
  - command "outputset"
  - mpd_output_get_plugin()
  - receive output attributes
* MSVC compatibility
* improved local and abstract socket support

(wiz)

2018-02-25 20:55:18 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.7.23

(wiz)

2018-02-25 20:55:07 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.7.23.

2018-02-18  7.0.7-23 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.0-23, GIT revision 22969:c6b3a22b0:20180218.

2018-02-09  7.0.7-23 Dirk Lemstra <dirk@lem.....org>
  * Add support for reading the HEIC image format to the Windows build.

2018-01-23  7.0.7-23 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow,
  memory exceeded, and timeouts (credit to OSS Fuzz).
  * Add list-length policy to limit the maximum image sequence length.

(wiz)

2018-02-25 20:48:24 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.20.18

(wiz)

2018-02-25 20:48:14 UTC MAIN commitmail json YAML

musicpd: update to 0.20.18.

ver 0.20.18 (2018/02/24)
* input
  - curl: allow authentication methods other than "Basic"
* decoder
  - flac: improve seeking precision
* fix gapless CUE song transitions
* Android, Windows
  - enable the NFS storage plugin

ver 0.20.17 (2018/02/11)
* output
  - alsa: fix crash bug with 8 channels
* mixer
  - alsa: fix rounding error at volume 0
* fix real-time and idle scheduling with Musl
* Android
  - fix compatibility with Android 4.0

(wiz)

2018-02-25 20:45:11 UTC MAIN commitmail json YAML

doc: Updated devel/apache-ant to 1.10.2

(wiz)

2018-02-25 20:44:59 UTC MAIN commitmail json YAML

apache-ant: update to 1.10.2.

Changes from Ant 1.10.1 TO Ant 1.10.2
=====================================

Changes that could break older environments:
-------------------------------------------

* updated the dependency of BCEL to 6.2.
  Bugzilla Report 61196

* delete task previously would silently accept wildcard (*)
  value for the "file" attribute. That's no longer the case
  and an exception could get thrown by the underlying filesystem
  for such use. Usage like:

  <delete file="/foo/bar/*.something"/>

  should instead be changed to use resource collections like:

  <delete>
  <fileset dir="/foo/bar/" includes="*.something"/>
  </delete>

* Commons Net 3.6 is binary-code, but not source compatible;
  see change list of Commons Net 3.0 for details

* The Log4jListener is marked as deprecated as the required log4j library
  (in version 1.x) is not maintained any more.

* Image task is marked as deprecated as the required JAI library is not
  maintained any more and internal APIs that JAI depended on are no longer
  available in Java 9.

Fixed bugs:
-----------

* <genkey>'s <dname> child now skips <param>s that lack a key or
  value.
  Bugzilla Report 60767

* bootstrapping Ant on Windows failed
  Bugzilla Report 61027

* Fixed the issue where the SCP based tasks would try to change
  the permissions on the parent directory of a transferred file,
  instead of changing it on the transferred file itself.
  Bugzilla Reports 59648 and 43271

* Fixed the issue where the source file being copied could end
  up being corrupted if the target of the copy happened to be
  the same source file (symlinked back to itself).
  Bugzilla Report 60644

* Fixed the issue where symlink creation with "overwrite=false",
  on existing symlink whose target was a directory, would end
  up creating a new symlink under the target directory.
  Bugzilla Report 58683

* Improvement to the Zip task for reduced memory usage in certain
  cases. Thanks to Glen Lewis for reporting the issue and
  suggesting the fix.
  Bugzilla Report 19516

* Fixed an issue where the content redirected from output/error
  streams of a process, could end up being truncated.
  Bugzilla Report 58833, 58451

* <fileset>/<zipfileset>/<tarfileset> will now throw an exception
  with a more useful error message when setFile is called twice on
  the same instance.
  Bugzilla Report 62071

Other changes:
--------------

* Added forceCsvQuoteChar option to <csv> task. When enabled the
  values always get quoted.
  Github Pull Request #32

* Added <encoding> attributes to various script related tasks and a
  compiled attribute to scriptdef.
  Github Pull Request #30

* Added support for jarsigner's -tsadigestalg to <signjar>.
  Bugzilla Report 60665

* added "regexp" attribute to <linecontainsregexp>
  Bugzilla Report 60968

* reduced GC pressure by replacing all usage of FileInputStream and
  FileOutputStream.

* Task can now also use attribute setters that expect a
  java.nio.file.Path argument.
  Bugzilla Report 61042

* added a new magic property ant.tstamp.now that can be used to
  override the current time/date used by <tstamp>.
  Bugzilla Report 61079

* added Orion support to ejbjar
  Github Pull Request #33

* SCP task, when configured to use SFTP protocol, now preserves last
  modified timestamp on files that it uploads, if the
  preserveLastModified attribute is set to true for that task
  Bugzilla Report 58589

* zip and the related tasks can now set the modification time of all
  entries to a fixed timestamp.
  Github Pull Request #36

* Jsch library dependency has now been upgraded to 0.1.54. Jsch is
  the library behind the sshexec and scp Ant tasks.
  Bugzilla Report 61718

* Added a new <javaversion> condition.

* added "javac10+" as new supported value for javac's compiler attribute.

* javah has been removed from Java 10. The task will now throw an
  exception if you try to use it while running Java 10 or newer.

* Updated Maven Ant Tasks, Jakarta Regexp and JUnit 4 to the latest
  stable version (2.1.3, 1.4, and 4.12 respectively); updated
  JRuby to the latest Java 5 compatible version (1.6.8); added
  resolve target for AntUnit to facilitate updates.
  Github Pull Request #50

* Updated Java Mail API, Jython, Rhino and Commons Net to the latest
  stable version (1.6.0, 2.7.0, 1.7.7.2 and 3.6, respectively).
  Github Pull Request #53

(wiz)

2018-02-25 20:43:15 UTC MAIN commitmail json YAML

doc: Updated devel/global to 6.6.2

(wiz)

2018-02-25 20:43:05 UTC MAIN commitmail json YAML

global: update to 6.6.2.

Version 6.6.2 - February 9 2018

[INCOMPATIBLE CHANGES]
o gozilla: Deleted the following undocumented functions to reduce or eliminate
  possibility of future security risks. These were inherently unnecessary as
  source code tagging system.

  $HOME/.gozillarc
        Alias file. Please read the source code for details.
  BUGS
        Gozilla can accept not only source files but also text files,
        directories, HTML files and even URLs, because it is omnivorous.

[FIXED BUGS]
o geco.rc: gecoless always failed with a message 'geco: percol, peco or fzf is required.'
  Now, it works.
o gtags-cscope: did not accept function '9' in the line mode. This caused vim8 to hang.
  Now it accepts function '9' and reports an error message.

(wiz)

2018-02-25 20:41:23 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.31.0

(wiz)

2018-02-25 20:41:13 UTC MAIN commitmail json YAML

filezilla: update to 3.31.0.

New features:

    Allow trusting all subject alternative names (SAN) in a certificate if the current hostname matches the certificate

Bugfixes and minor changes:

    OS X: Fix file lists becoming inresponsive when a file rename edit box is discarded by clicking to the right of the last column in the file list
    Fix rare crash during directory removal
    Fix rare crash in the transfer queue

(wiz)

2018-02-25 20:36:17 UTC MAIN commitmail json YAML

2018-02-25 20:35:44 UTC MAIN commitmail json YAML

ffmpeg2: updated to 2.8.14

version 2.8.14:
- avcodec/vp8: Check for bitstream end before vp7_fade_frame()
- avcodec/exr: Check remaining bits in last get code loop
- avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
- avcodec/h264_cabac: Tighten allowed coeff_abs range
- avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()
- avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()
- avcodec/mpeg4videodec: Ignore multiple VOL headers
- avcodec/vp3: Check eob_run
- avcodec/huffyuvdec: Check input buffer size
- avcodec/wavpack: Fix integer overflow in FFABS
- avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()
- changelog: update with previous commit
- x264: Support version 153
- avcodec/indeo5: Do not leave frame_type set to an invalid value
- avcodec/hevc_ps: Check log2_sao_offset_scale_*
- avcodec/mpeg4videodec: Avoid possibly aliasing violating casts
- avcodec/get_bits: Document the return code of get_vlc2()
- avcodec/mpeg4videodec: Check mb_num also against 0
- avfilter/vf_transpose: Fix used plane count.
- avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()
- avcodec/mjpegdec: Fix integer overflow in DC dequantization
- avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down
- avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()
- avcodec/snowdec: Fix integer overflow before htaps check
- avcodec/ulti: Check number of blocks at init
- avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
- avformat/lrcdec: Fix memory leak in lrc_read_header()
- avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks()
- configure: bump year
- avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one
- avcodec/h264addpx_template: Fixes integer overflows
- avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0
- avcodec/diracdec: Fix integer overflow with quant
- avcodec/opus_parser: Check payload_len in parse_opus_ts_header()
- avcodec/jpeg2000dsp: Fix integer overflows in ict_int()
- avcodec/h264_slice: Do not attempt to render into frames already output
- avcodec/exr: Check buf_size more completely
- avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
- avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()
- avcodec/flacdec: avoid undefined shift
- avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()
- avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()
- avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()
- libavfilter/af_dcshift.c: Fixed repeated spelling error
- avfilter/formats: fix wrong function name in error message
- avcodec/amrwbdec: Fix division by 0 in voice_factor()
- avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*
- avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.
- Don't manipulate duration when it's AV_NOPTS_VALUE.
- avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
- avformat/utils: Prevent undefined shift with wrap_bits > 64.
- avcodec/j2kenc: Fix out of array access in encode_cblk()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()
- avcodec/mlpdsp: Fix signed integer overflow, 2nd try
- avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*
- avcodec/mpeg4videodec: Check also for negative versions in the validity check
- Close ogg stream upon error when using AV_EF_EXPLODE.
- Fix undefined shift on assumed 8-bit input.
- avformat/mov: Propagate errors in mov_switch_root.
- avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()
- avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
- avcodec/zmbv: Check that the buffer is large enough for mvec
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()
- avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()
- avcodec/snowdec: Check for remaining bitstream in decode_blocks()
- avcodec/snowdec: Check intra block dc differences.
- avformat/mov: Check size of STSC allocation
- avcodec/h264dec: Fix potential array overread
- avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
- avcodec/aacdec_fixed: Fix undefined shift
- avcodec/mdct_*: Fix integer overflow in addition in RESCALE()
- avcodec/snowdec: Fix integer overflow in header parsing
- avcodec/cngdec: Fix integer clipping
- avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c()
- avutil/softfloat: Add FLOAT_MIN
- avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc()
- avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
- avcodec/xan: Check for bitstream end in xan_huffman_decode()
- avformat: Free the internal codec context at the end
- avcodec/xan: Improve overlapping check
- avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()
- avcodec/aacdec_fixed: Fix integer overflow in predict()
- avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()
- avcodec/jpeglsdec: Check ilv for being a supported value
- avcodec/snowdec: Check mv_scale
- avcodec/pafvideo: Check for bitstream end in decode_0()
- avcodec/ffv1dec: Fix out of array read in slice counting
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0()
- avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb()
- avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta
- avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()
- avcodec/aacdec_template: Clear tns present flag on error
- avcodec/proresdec2: SKIP_BITS() does not work with len=32
- avcodec/hevcdsp_template: Fix undefined shift
- avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized
- avcodec/takdec: Fix integer overflow in decode_lpc()
- avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift
- avcodec/takdec: Fix integer overflows in decode_subframe()
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()
- avcodec/ffv1dec: Fix integer overflow in read_quant_table()
- avcodec/svq3: Fix overflow in svq3_add_idct_c()
- avcodec/pngdec: Clean up on av_frame_ref() failure
- avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixels
- avcodec/diracdec: Fix overflow in DC computation
- avformat/asfdec: Fix DoS in asf_build_simple_index()
- avformat/mov: Fix DoS in read_tfra()
- avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting
- avformat/libssh: check the user provided a password before trying to use it

(adam)

2018-02-25 20:30:32 UTC MAIN commitmail json YAML

doc: Updated audio/mpc to 0.29

(wiz)

2018-02-25 20:30:21 UTC MAIN commitmail json YAML

mpc: update to 0.29.

0.29 (2018/02/11)
* implement %prio% for --format
* the default --format falls back to "performer" if there is no "artist"
* add command "prio"
* command "outputs" prints attributes
* fix build failure with gcc 7.0 and clang 4.0
* build with Meson instead of autotools

(wiz)

2018-02-25 20:27:55 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.44.1nb1

(wiz)

2018-02-25 20:27:42 UTC MAIN commitmail json YAML

py-meson: add workaround for rpath stripping.

By default, meson strips all rpaths, see
https://github.com/mesonbuild/meson/issues/314

Remove the stripping (which might leave build rpaths inside installed binaries
but at least gives us runnable binaries) until meson fixes this properly.

Bump PKGREVISION.

(wiz)

2018-02-25 20:17:55 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.44.1

(wiz)

2018-02-25 20:17:42 UTC MAIN commitmail json YAML

py-meson: update to 0.44.1.

Bugfix release.

(wiz)

2018-02-25 20:00:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-scandir to 1.7

(wiz)

2018-02-25 20:00:00 UTC MAIN commitmail json YAML

py-scandir: update to 1.7.

Changes not found.

(wiz)

2018-02-25 19:53:42 UTC MAIN commitmail json YAML

doc: Updated net/libfilezilla to 0.12.1

(wiz)

2018-02-25 19:53:30 UTC MAIN commitmail json YAML

libfilezilla: update to 0.12.1.

0.12.1 (2018-02-23)

+ Added fz::buffer::operator== and operator!=
- Fixed bug in fz::buffer::get(size_t)

0.12.0 (2018-02-16)

+ Added fz::datetime::operator bool
+ Added fz::datetime::get_rfc822 and fz::datetime::set_rfc822

(wiz)

2018-02-25 19:49:32 UTC MAIN commitmail json YAML

doc: Updated www/p5-WWW-Mechanize to 1.87

(wiz)

2018-02-25 19:49:20 UTC MAIN commitmail json YAML

p5-WWW-Mechanize: update to 1.87.

1.87      2018-02-07 22:04:16Z
========================================
    [FIXED]
    - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK))
    - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner)
    - Fix some section links (GH#238) (Evan Zacks)
    - Override _agent() method. (GH#236) (Сергей Романов)
    - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks)
    - Make version consistent in .pm files (GH#231) (Olaf Alders)

    [ENHANCEMENTS]
    - Return form number in list context. (GH#235) (Сергей Романов)
    - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston)
    - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle)
    - Add docs for the output of dump_forms (GH#112) (John Beppu)

(wiz)

2018-02-25 19:47:09 UTC MAIN commitmail json YAML

doc: Updated www/p5-Plack-Middleware-Debug to 0.17

(wiz)

2018-02-25 19:46:56 UTC MAIN commitmail json YAML

p5-Plack-Middleware-Debug: update to 0.17.

0.17  2018-02-22 06:11:23 JST

    - Added support for loading debug middleware outside of the
      Plack::Middleware::Debug::* namespace, by prefixing the name of
      middleware with a "+",
      e.g. "+My::Plack::Middleware::Debug::Something".
    - Debug.pm no longer injects inline JavaScript

(wiz)

2018-02-25 19:43:30 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.69

(wiz)

2018-02-25 19:43:18 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.69.

7.69  2018-02-24
  - Improved respond_to method in Mojolicious::Controller and accepts helper in
    Mojolicious::Plugin::DefaultHelpers to no longer limit support for multiple
    MIME types to requests containing an X-Requested-With header, since browsers
    have become smarter about requesting what they actually want.

7.68  2018-02-22
  - Fixed RFC 7230 compliance bugs in Mojo::Message::Request that prevented
    "GET //foo/bar HTTP/1.1" to be interpreted as a request target in origin
    form.

7.67  2018-02-19
  - Modernized ".perltidyrc".
  - Fixed a bug in Mojo::Asset::File where forked processes could delete
    temporary files prematurely.

7.66  2018-02-13
  - This release contains fixes for security issues, everybody should upgrade!
  - Removed origin attribute of Mojo::Cookie::Response.
  - Removed deprecated data and remaining methods from Mojo::IOLoop::Delay.
  - Added host_only attribute to Mojo::Cookie::Response.
  - Improved all method in Mojo::Promise to resolve with no results if no
    promises have been passed.
  - Fixed a bug in Mojo::UserAgent::CookieJar where old cookies could be leaked.
    (exp-innit, sri)

7.65  2018-02-11
  - Added EXPERIMENTAL timing->begin, timing->elapsed, timing->rps and
    timing->server_timing helpers to Mojolicious::Plugin::DefaultHelpers.
  - Added EXPERIMENTAL server_timing method to Mojo::Headers.
  - Added support for new HTTP status code.

7.64  2018-02-07
  - Fixed a bug in Mojo::Log where short log messages spanning multiple lines
    would not be formatted properly for systemd.

7.63  2018-02-06
  - Improved Mojo::Log to use native systemd log levels.

7.62  2018-02-01
  - Added -u option to get command. (jberger)
  - Added dont_use_nlink option to list_tree method in Mojo::File.
  - Added reverse proxy section to Mojolicious::Guides::Cookbook. (polettix)
  - Fixed a promise resolution bug in Mojo::Promise.

(wiz)

2018-02-25 19:41:40 UTC MAIN commitmail json YAML

doc: Updated www/p5-LWP-ConsoleLogger to 0.000037

(wiz)

2018-02-25 19:41:27 UTC MAIN commitmail json YAML

p5-LWP-ConsoleLogger: update to 0.000037.

0.000037  2018-02-09 15:54:17Z
    - Improve docs by pushing users towards LWP::ConsoleLogger::Everywhere as a
      first step

(wiz)

2018-02-25 19:38:09 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTML-Restrict to 2.3.0

(wiz)

2018-02-25 19:37:57 UTC MAIN commitmail json YAML

p5-HTML-Restrict: update to 2.3.0.

v2.3.0    2018-02-09 16:00:41Z
        - Add code filters for attribute values (GH#27) (Graham Knop)

(wiz)

2018-02-25 19:35:07 UTC MAIN commitmail json YAML

doc: Updated www/p5-Dancer-Session-Cookie to 0.29

(wiz)

2018-02-25 19:34:54 UTC MAIN commitmail json YAML

p5-Dancer-Session-Cookie: update to 0.29.

0.29 2018-02-19
  [ MISC ]
    - Added appveyor integration for Windows CI. [GH#11, Paul Cochrane]
    - Set minimal Perl version to be 5.8. [GH#10, Paul Cochrane]
    - Misc code cleanup. [GH#14, GH#15, GH#16, GH#17, Paul Cochrane]
    - Added appveyor and travis badges to README. [GH#13, Paul Cochrane]

  [ STATISTICS ]
    - code churn: 12 files changed, 69 insertions(+), 21 deletions(-)

0.28 2018-02-10
  [ BUG FIXES ]
    - Tests require Plack::Test v1.0029+. [GH#8, Mohammad S Anwar]

  [ DOCUMENTATION ]
    - Improve English flow of the POD. [GH#9, Paul Cochrane]

  [ STATISTICS ]
    - code churn: 10 files changed, 105 insertions(+), 48 deletions(-)

(wiz)

2018-02-25 19:29:27 UTC MAIN commitmail json YAML

doc: Updated www/p5-Catalyst-Runtime to 5.90117

(wiz)

2018-02-25 19:29:15 UTC MAIN commitmail json YAML

p5-Catalyst-Runtime: update to 5.90117.

5.90117 - 2018-01-21
  - Fixed errors in distribution packaging

5.90116 - 2018-01-19
  - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++
  - Killed Test::Aggregate since its clearly doomed
  - PR135 - improved test cases for query keywork
  - PR158 - improved docs for Catalyst::Test
  - PR157 - improved error response for data_handlers
  - PR156 - POD fixes
  - PR154 - Few dependencies
  - PR152 - Better support for HTTP Patch

(wiz)

2018-02-25 19:08:40 UTC MAIN commitmail json YAML

doc: Updated time/p5-Test-MockTime to 0.16

(wiz)

2018-02-25 19:08:28 UTC MAIN commitmail json YAML

p5-Test-MockTime: update to 0.16.

  0.16 - 22 Feb 2018

      * Fixed calls to CORE::localtime in test suite to cope with years > 2020 as per RT #124508.  Thanks to Bernhard M. W. for patch.

(wiz)

2018-02-25 19:07:23 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-Format-Flexible to 0.29

(wiz)

2018-02-25 19:07:10 UTC MAIN commitmail json YAML

p5-DateTime-Format-Flexible: update to 0.29.

Add missing dependencies.

0.29 Web Feb 21 2018
  - add support for 19 February 2018 at 10:33
    - thanks Rod Taylor rt #124520

(wiz)

2018-02-25 19:04:29 UTC MAIN commitmail json YAML

doc: Updated time/p5-Calendar-Simple to 1.23

(wiz)

2018-02-25 19:04:17 UTC MAIN commitmail json YAML

p5-Calendar-Simple: update to 1.23.

2018-02-22  Dave Cross <dave@dave.org.uk>

* lib/Calendar/Simple.pm: Bump version for another release. Thanks
  Mohammed Anwar

2018-02-22  Mohammad S Anwar <mohammad.anwar@yahoo.com>

* Build.PL, MANIFEST, README.xml: - Removed +x bit from Build.PL as
  reported by CPANTS.

2018-02-22  Dave Cross <dave@dave.org.uk>

* lib/Calendar/Simple.pm: Bump version to a number that that's not
  already on CPAN :-/
* Build.PL: Remove signing.
* lib/Calendar/Simple.pm: Bump version for release.
* lib/Calendar/Simple.pm: Change the arguments passed to timelocal()
  Following advice in the documentation:  "Whenever possible, use an
  absolute four digit year instead."

(wiz)

2018-02-25 19:03:33 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-YAML-Tiny to 1.73

(wiz)

2018-02-25 19:03:22 UTC MAIN commitmail json YAML

p5-YAML-Tiny: update to 1.73.

1.73    2018-02-21 21:07:59Z

        - shipping 1.72 as stable, with no changes.

1.72    2017-02-12 23:17:26Z (TRIAL RELEASE)

        [FIXED]

        - fix compatibility with Test::Builder 0.94 in test shim

1.71    2017-02-04 05:44:07Z (TRIAL RELEASE)

        [FIXED]

        - Perform correct stripping of leading white space in literal/folded
          text blocks (Flavio Poletti, GitHub #44, fixes RT#56045).

(wiz)

2018-02-25 19:02:37 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-LibXSLT to 1.96

(wiz)

2018-02-25 19:02:26 UTC MAIN commitmail json YAML

p5-XML-LibXSLT: update to 1.96.

1.96    2018-02-21
    - Apply patch from RT#83028
        - $Config{libs} is not needed
    - Move to git/GitHub:
        - https://github.com/shlomif/perl-XML-LibXSLT .
        - For Travis-CI/etc.

(wiz)

2018-02-25 19:01:30 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Encode to 2.97

(wiz)

2018-02-25 19:01:19 UTC MAIN commitmail json YAML

p5-Encode: update to 2.97.

$Revision: 2.97 $ $Date: 2018/02/21 12:14:33 $
! Encode.xs
  Pulled: New perls that fixes
    https://github.com/dankogai/p5-encode/issues/129
    https://rt.cpan.org/Ticket/Display.html?id=124399
  https://github.com/dankogai/p5-encode/pull/130

2.96 2018/02/11 05:35:26
! Encode.pm encoding.pm Unicode/Unicode.pm
  VERSION++ to make bleadperl happy
  <CADED=K4v5WQ3R7+aTu1xV4q2RcZFT=jriZubqfrHe7PZrgRmDA@mail.gmail.com>

2.95 2018/02/08 00:26:15
! Encode.pm Encode.xs Encode/encode.h Unicode/Unicode.pm
  Unicode/Unicode.xs encengine.c
  Pulled: new perls
  https://github.com/dankogai/p5-encode/pull/128

(wiz)

2018-02-25 19:00:07 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-SFTP to 0.12

(wiz)

2018-02-25 18:59:56 UTC MAIN commitmail json YAML

p5-Net-SFTP: update to 0.12.

0.12  2017.06.27
    - put function was broken when trying to send 64 Kbyte chunks
      send only 8 Kbytes at a time
    - offset variable should be 64 bit

(wiz)

2018-02-25 18:57:24 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-OpenSSH to 0.77

(wiz)

2018-02-25 18:57:11 UTC MAIN commitmail json YAML

p5-Net-OpenSSH: update to 0.77.

0.77  Feb 15, 2018
- Fix regression broking password authentication (bug report
          by Russell Shingleton).

0.76  Feb 8, 2018
        - Allow passing "file_from" and "from0" options into "rsync"
          (bug report and patch by Slaven Rezic, fixes #rt124357)
        - Document how to manipulate port forwardings.
        - Rename sample directory to examples (fixes #rt122042
          reported by Karen Etheridge).

0.75_02  Jul 18, 2017
        - Add support for "master_pty_force" and "get_master_pty_log"
          features.
        - Add support for "subsystem" feature.

0.75_01  Mar 3, 2017
        - Use an opaque digest as the last part of the multiplexing
          socket path in order to reduce its size (bug report by
          Sombrerero_Loco at PerlMonks).
        - Improve ctl_path/ctl_dir handling catching more errors
          earlier.
        - Add support for stdin_keep_open feature (bug report by
          fwalters at PerlMonks).

(wiz)

2018-02-25 18:56:27 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-DNS-SEC to 1.04

(wiz)

2018-02-25 18:56:15 UTC MAIN commitmail json YAML

p5-Net-DNS-SEC: update to 1.04.

**** 1.04 February 15, 2018

Feature
Cryptographic library access re-engineered using PerlXS
directly instead of CPAN Crypt::OpenSSL::(DSA|EDSA|RSA)
distributions which have fallen into disrepair.

(wiz)

2018-02-25 18:53:58 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-OpenSSL-RSA to 0.28nb10

(wiz)

2018-02-25 18:53:48 UTC MAIN commitmail json YAML

2018-02-25 18:47:42 UTC MAIN commitmail json YAML

doc: Updated security/p5-IO-Socket-SSL to 2.056

(wiz)

2018-02-25 18:47:31 UTC MAIN commitmail json YAML

p5-IO-Socket-SSL: update to 2.056.

2.056 2018/02/19
- Intercept - fix creation of serial number: base it on binary digest instead of
  treating hex fingerprint as binary. Allow use of own serial numbers again.
- t/io-socket-ip.t - skip test if no IPv6 support on system RT#124464
- update PublicSuffix
2.055 2018/02/15
- use SNI also if hostname was given all-uppercase
- Utils::CERT_create - don't add authority key for issuer since Chrome does
  not like this
- Intercept:
  - change behavior of code based cache to better support synchronizing
    within multiprocess/threaded setups
  - don't use counter for serial number but somehow base it on original
    certificate in order to avoid conflicts with reuse of serial numbers
    after restart
- RT#124431 - better support platforms w/o IPv6
- RT#124306 - spelling fixes in documentation
2.054 2018/01/22
- added missing test certificates to MANIFEST
2.053 2018/01/21
- small behavior fixes
  - if SSL_fingerprint is used and matches don't check for OCSP
  - Utils::CERT_create - small fixes to properly specific purpose, ability to
    use predefined complex purpose but disable some features
- update PublicSuffix
- updates for documentation, especially regarding pitfalls with forking or using
  non-blocking sockets. Spelling fixes.
- test fixes and improvements
  - stability improvements for live tests
  - regenerate certificate in certs/ and make sure they are limited to the
    correct purpose. Checkin program used to generate certificates.
  - adjust tests since certificates have changed and some tests used
    certificates intended for client authentication as server certificates,
    which now no longer works

(wiz)

2018-02-25 18:45:17 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.057

(wiz)

2018-02-25 18:45:05 UTC MAIN commitmail json YAML

p5-CryptX: update to 0.057.

0.057  2018-01-31
        - significant speed-up (more stuff handled on XS level)
        - Crypt::Checksum is deprecated in favour of Crypt::Checksum::Adler32|CRC32

(wiz)

2018-02-25 18:43:35 UTC MAIN commitmail json YAML

doc: Updated net/p5-WebService-MusicBrainz to 1.0.4

(wiz)

2018-02-25 18:43:22 UTC MAIN commitmail json YAML

p5-WebService-MusicBrainz: update to 1.0.4.

Changes not documented.

(wiz)

2018-02-25 18:41:29 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.46

(wiz)

2018-02-25 18:41:17 UTC MAIN commitmail json YAML

p5-SNMP-Info: update to 3.46.

version 3.46 (2018-02-17)

  [ENHANCEMENTS]

  * Add method to get err-disable cause for interfaces on Cisco

version 3.45 (2018-02-14)

  [ENHANCEMENTS]

  * Enable Layer3::Foundry for Brocade VDX platform

  [BUG FIXES]

  * #222 #238 #239 handle BayStack switches with port index 128 (zoeloe)

version 3.44 (2018-02-12)

  [ENHANCEMENTS]

  * Improve F10 OS version detection (laelly)
  * Better IPv6 prefix derivation

version 3.43 (2018-02-02)

  [BUG FIXES]

  * Fix identification of Brocade CES

version 3.42 (2018-02-02)

  [ENHANCEMENTS]

  * IPv6 Prefix Length support via IPv6::ipv6_addr_prefixlength

  [BUG FIXES]

  * Fix test for updated snmplabs.com data

version 3.41 (2018-02-01)

  [BUG FIXES]

  * Fixes to distriution metadata

version 3.40 (2018-01-28)

  [ENHANCEMENTS]

  * #240 Support for CheckPoint devies through SNMP
  * #240 Cisco SB switches fixup
  * #244 Add Adtran support
  * #241 Vyatta/VyOS support
  * #246 Nexus VRF support (works with Netdisco)
  * #244 Improve Juniper model reporting
  * #240 Improve H3C reporting

  [BUG FIXES]

  * #243 Nexus additional debug lines should be hidden

(wiz)

2018-02-25 18:35:42 UTC MAIN commitmail json YAML

doc: Updated net/net-snmp to 5.7.3nb9

(wiz)

2018-02-25 18:35:30 UTC MAIN commitmail json YAML

2018-02-25 18:00:11 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-GitHub to 0.94

(wiz)

2018-02-25 17:59:59 UTC MAIN commitmail json YAML

p5-Net-GitHub: update to 0.94.

0.94  2018-02-23 09:15:32 CST
        - Add item-per-item iteration (HaraldJoerg)

(wiz)

2018-02-25 17:59:04 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS to 1.15

(wiz)

2018-02-25 17:58:52 UTC MAIN commitmail json YAML

p5-Net-DNS: update to 1.15.

**** 1.15 Feb 9, 2018

GOST R 34.11-94 hash algorithm: end of life 1st Jan 2018
per sunset clause in successor standard GOST R 34.11-2012.
Digest::GOST removed from the recommended module metadata,
but will still be used if available.

(wiz)

2018-02-25 17:57:13 UTC MAIN commitmail json YAML

doc: Updated mail/p5-User-Identity to 0.99

(wiz)

2018-02-25 17:57:01 UTC MAIN commitmail json YAML

p5-User-Identity: update to 0.99.

Changes not documented.

(wiz)

2018-02-25 17:55:57 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Email-Address-XS to 1.02

(wiz)

2018-02-25 17:55:45 UTC MAIN commitmail json YAML

p5-Email-Address-XS: update to 1.02.

1.02  Sat Feb 03 13:41:38 2018
- add support for parsing and generating addresses with nul character
- fix function compose_address when both user and host contains non-ASCII 8bit characters
- fix possible memory leak in dovecot parser

(wiz)

2018-02-25 17:55:06 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-SVG to 2.84

(wiz)

2018-02-25 17:54:54 UTC MAIN commitmail json YAML

p5-SVG: update to 2.84.

2.84  2018.02.19 MANWAR
      - Removed '+x' bits from the script "xt/author/pod-syntax.t".

2.83  2018.02.12 MANWAR
      - Merged PR #11 (Test Reports), thanks @genio.

(wiz)

2018-02-25 17:54:14 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-Image-ExifTool to 10.80

(wiz)

2018-02-25 17:54:02 UTC MAIN commitmail json YAML

p5-Image-ExifTool: update to 10.80.

Feb. 22, 2018 - Version 10.80 (production release)

  - Decode a new PanasonicRaw tag (thanks LibRaw)
  - Extract ImageWidth/Height for main image of HEIC file
  - Added preliminary read/write support for Reconyx UltraFire maker notes
  - Added a new Sony/Minolta lens (thanks Jos Roost)
  - Internal changes:
      - Changed TimeNow() make ExifTool object optional

Feb. 11, 2018 - Version 10.79

  - Added a new Olympus CameraType (thanks LibRaw)
  - Added a new XMP-microsoft tag (thanks Jos&eacute; Oliver-Didier)
  - Decode a new GoPro QuickTime tag
  - Convert nulls IPTC:DocumentHistory to newlines
  - Removed all null terminators from JSON and PHP output
  - Fixed writing of GPSDateStamp and GPSTimeStamp to be able to set to "now"
  - Internal changes:
      - Changed TimeNow() to require ExifTool object as first argument

Jan. 31, 2018 - Version 10.78

  - Added a few new values for some Olympus tags (thanks John)
  - Decode GoPro APP6 metadata in JPEG images and more GoPro MP4 tags
  - Decode more Red tags, and improved decoding of others
  - Decode face detection information from timed metadata with the -ee option
  - Fixed problem writing shorthand XMP containing CDATA sections
  - Fixed problem copying XMP-acdsee:Snapshots
  - Fixed decoding of a few Panasonic RAW tags (thanks Klaus Homeister)

Jan. 26, 2018 - Version 10.77

  - Added read support for Redcode R3D RAW videos
  - Enhanced -sep option to specify separator and terminator for binary output
  - Removed null terminator from JSON output of ICC_Profile:CharTarget
  - Improved error messages to help diagnosing some types of corrupted files
  - Return an exit status of 2 instead of 1 if all files fail the -if condition
  - Fixed decoding of QuickTime chapter names
  - Fixed incorrect MimeType for RMD files
  - Fixed problem where exit status of 1 was returned when writing with a -if
    condition if any of the files failed the condition

Jan. 22, 2018 - Version 10.76

  - Added ability to write shorthand XMP with the -z option
  - Added write support for Google XMP GFocus tags
  - Improved decoding of GoPro timed metadata
  - Renamed ASF PlayDuration to Duration
  - Fixed problem where fractional seconds were ignored when geotagging from an
    NMEA track log with no date stamps
  - Fixed runtime warning when reading XMP with an empty structure in a list
  - API Changes:
      - Added XMPShorthand option
      - Enhanced Compact option so a setting of 2 avoids XMP indentation

Jan. 12, 2018 - Version 10.75

  - Added another Sony/Minolta lens (thanks Jos Roost)
  - Decode more QuickTime tags
  - Decode a number of new tags from GoPro Hero6 MP4 videos
  - Enhanded "Unknown file type" error to indicate if "File is empty" or "File
    header is all binary zeros"
  - Improved decoding of some Sony tags (thanks Jos Roost)
  - Improved decoding of QuickTime timed metadata
  - Marked ArtworkCircaDateCreated as "Unsafe" for writing to avoid it being
    added when attempting to shift all date/time tags
  - Fixed bug which could cause runtime error when reading some old Sony maker
    notes (thanks Tamas Lovag)

Jan. 8, 2018 - Version 10.74

  - Added a new Sony/Minolta lens (thanks Jos Roost)
  - Added print conversion for ICC_Profile DeviceManufacturer and ProfileCreator
  - Added informational warning when the ExtractEmbedded option may be useful
  - Improved experimental validate feature for RAW files
  - Fixed bug in experimental Validate feature that could cause out-of-memory
    error when combined with "-use mwg"

Jan. 5, 2018 - Version 10.73

  - Added read/write support for GoPro RAW (GPR) files
  - Added a new Sony/Minolta lens (thanks Sylvain)
  - Improved conversions for GPS tags extracted from video streams

Jan. 4, 2018 - Version 10.72

  - Added IF feature to -p option
  - Decode streamed GPS position and other streamed metadata from MP4 videos
    when the -ee option is used
  - Fixed problem geotagging GPSAltitude from some GPX files

Jan. 2, 2018 - Version 10.71

  - Decode some more ICC_Profile tags (thanks Eef Vreeland)
  - Decode MechanicalShutterCount for Nikon D850 (thanks Xavier Jubier)
  - Convert PNG:CreationTime values to/from standard date format
  - Fixed problem loading default config file from application directory
  - Fixed problem reading XMP where a namespace is defined after an attribute
    which uses the namespace

Dec. 27, 2017 - Version 10.70

  - Search application directory for -config file
  - Improved robustness of JSON import
  - Enhancements to experimental Validate feature
  - Fixed bug introduced in 10.69 which could result in hang when writing
    multi-segment JPEG metadata

Dec. 18, 2017 - Version 10.69

  - Added "OK" UserParam for use in -if conditions
  - Allow writing an empty JPEG Comment
  - Check for proper location of Photoshop metadata with -validate or -use mwg
  - Exit status now set to 1 if command was aborted due to invalid arguments
  - Translate "UTF8" to appropriate escape sequence when writing
    IPTC:CodedCharacterSet with the -n option
  - Improved "Not a valid TIFF" error message to be more specific about the file
    type for TIFF-based formats
  - Fixed problem parsing Honeywell PTNTHPR NMEA sentences from some GPS devices

Dec. 5, 2017 - Version 10.68

  - Added ability to set tag values and API options to an empty string using
    "^=" on the command line
  - Added a new Sony LensType (thanks Jos Roost)
  - Added a new Nikon LensID
  - Decode more tags from some newer Leica models
  - Decode a new Apple tag
  - Fixed indeterminate order of extracted XMP structures

Nov. 16, 2017 - Version 10.67

  - Fixed problem introduced in 10.66 with -execute not returning the command
    number in the "{ready}" message when -stay_open was used
  - API Changes:
      - Added TimeZone option

Nov. 14, 2017 - Version 10.66

  - Added a new Canon LensType (thanks Norbert Wasser)
  - Updated en-ca and en-gb language translations
  - Minor format change to experimental Validate feature return value
  - Prevent JFIF from being added to a JPEG containing Adobe APP14
  - Changed a number of Canon LensType strings to add "USM" to L model names
  - Patched for compatibility with Time::Piece version 1.29_04 and later, and
    improved error handling when writing formatted date/time values
  - Fixed bug in Composite MWG CreateDate and DateTimeOriginal tags which could
    cause existing tags to be hidden when not using the -a option
  - Fixed problem using '#' suffix not properly fixed in 10.65
  - Fixed problem decoding Nikon D810 MultiExposure tags

Oct. 31, 2017 - Version 10.65

  - Added support for DOSLatinUS (cp437) and DOSLatin1 (cp850) character sets
  - Added Extra ForceWrite tag for forcing metadata in a file to be rewritten
  - Added write support for RAF images from some newer FujiFilm models
  - Added a new SonyModelID, Sony LensType and Olympus LensTypes (thanks LibRaw)
  - Added a new Pentax LensType
  - Added a new Nikon LensID
  - Decode more Sony tags for new models (thanks Jos Roost)
  - Decode Nikon D850 ShotInfo tags and custom settings (thanks Warren Hatch)
  - Decode Nikon D850 ColorTemperatureAuto (thanks LibRaw)
  - Decode Photoshop LayerModifyDates and LayerIDs
  - Improved decoding of Nikon D5/D500/D810 ShotInfo tags
  - Allow advanced formatting expressions to return a list reference
  - Fixed problem in Composite:GPSAltitude when derived from an "undef" altitude
  - Fixed bug which could result in runtime warning when excluding some tags
    from being extracted

Oct. 17, 2017 - Version 10.64

  - Added a new Nikon LensID
  - Added a new SonyModelID
  - Added a new CanonModelID (thanks LibRaw)
  - Added some new non-standard CustomRendered values
  - Decode FrameRate from FLIR SEQ files (thanks Sebastian Hani)
  - Enhanced shift feature to be able to shift some not-so-simple numerical
    values (eg. GPSLatitude) with -TAG+=VALUE syntax
  - Fixed problem with possible malformed UTF-8 when writing IPTC values that
    require truncation
  - Fixed incorrect Writable type for XMP-GSpherical:TimeStamp
  - Fixed incorrect family 2 group name for Nikon HDRInfo tags

Oct. 4, 2017 - Version 10.63

  - Added a number of new Canon LensTypes (thanks Norbert Wasser for some)
  - Added a new CanonModelID
  - Added a new Olympus CameraType
  - Decode MD5Signature in FLAC StreamInfo (thanks Tim Eliseo)
  - Improved decoding of HEIC/HEIF metadata
  - Removed useless write support for QuickTime date/time tags in HEIC/HEIF
    images
  - Fixed "Incorrect XMP stream length" problem when writing some INDD files

Sept. 28, 2017 - Version 10.62

  - Added preliminary support for HEIC/HEIF images
  - Added support for Google depthmap metadata (XMP-GDepth)
  - Added some new Sony/Minolta lenses (thanks LibRaw and Jos Roost)
  - Added a new CanonModelID (thanks Norbert Wasser)
  - Added a new Nikon LensID (thanks Michael Tapes)
  - Decode a new Sony tag (thanks Jos Roost)
  - Decode some new Nikon tags (thanks Warren Hatch)
  - Decode maker notes from Leica TL2
  - Enhanced ID3 -v2 output to show frame flags
  - Fixed problem decoding Nikon D810 camera tilt angles
  - Fixed problem where SphericalVideoXML metadata was deleted when writing XMP
    to a QuickTime-format file containing this information

Aug. 18, 2017 - Version 10.61

  - Added a new Canon LensType (thanks LibRaw)
  - Added a number of new Sigma, Nikon and Sony lenses (thanks Jos Roost)
  - Added a new Nikon LensID (thanks Yang You)
  - Decode a number of new Sony tags (thanks Jos Roost)
  - Decode Panasonic FocusDistance (thanks David Ellsworth)
  - Updated to the IPTC video metadata 1.1 specification
  - Restored the ability to delete JpgFromRaw from RAW images (broken in 10.38)
  - Fixed problem decoding maker notes from Pentax K-70 AVI videos
  - Fixed problem conditionally replacing a tag if the value to be deleted was
    taken from another tag while the new value was assigned directly

July 21, 2017 - Version 10.60

  - Added two new Sony/Minolta LensTypes (thanks Jos Roost)
  - Added a new Pentax LensType (thanks Dieter Pearcey)
  - Added new Composite UniquePathPoints tag to photoshop_paths.config
  - Extract raw-data JFIF/JFXX thumbnails as ThumbnailTIFF
  - Improved Sony LensSpec conversion
  - Updated German translations (thanks Herbert Kauer)
  - Set family 1 group name of JFXX ThumbnailImage to JFXX instead of JFIF
  - Fixed problem with %C no longer incrementing properly

July 7, 2017 - Version 10.59

  - Added a new Canon LensType (thanks LibRaw)
  - Added a new Nikon LensID
  - Added "wrong extension" warning to experimental Validate feature
  - Decode Pentax maker notes in Q-S1 AVI videos
  - Updated iptc2exif.args and exif2iptc.args to support new EXIF OffsetTime
    tags (thanks Herb)
  - Patched potential problem with "Use of uninitialized value $pos" error when
    importing malformed JSON data
  - Patched to avoid runtime warning due to invalid Nikon ShutterCount value
  - Raise an error if -b is used with the -csv option
  - Changed PNG exIf chunk name to eXIf
  - Fixed bug introduced in 10.26 which could cause hang when %C is used in an
    output file name
  - Fixed MWG:DateTimeOriginal and MWG:CreateDate to return XMP when EXIF and
    IPTC don't exist

June 29, 2017 - Version 10.58

  - Added read support for RIFF-format MBWF/RF64 files
  - Added write support for dji-drone XMP tags
  - Added a new Canon LensType (thanks Steve Bates)
  - Added a few new Sony/Minolta LensType values (thanks Jos Roost)
  - Added a couple of new CanonModelID values (thanks LibRaw and Norbert Wasser)
  - Decode some new FujiFilm tags (thanks Chris Schucker)
  - Enhanced FileSize print conversion to show in "GB" for large files
  - Fixed "outside of string in unpack" errors when reading some corrupted
    EXE/ICC files
  - Fixed problem extracting GIF MIDISong metadata

June 20, 2017 - Version 10.57

  - Added a new Canon LensType (thanks Norbert Wasser)
  - Added write support for PNG Collection tag
  - Added a few new CanonModelID values
  - Added some new Pentax ShakeReduction values
  - Removed ability to create PNG zxIf chunks
  - Documented -progress:%b feature (added in 10.26)
  - No longer report FileType, FileTypeExtension or MIMEType for JPEG/TIFF
    images with an unknown header
  - Relaxed case requirement for "SourceFile" header in CSV and JSON import
  - Fixed decoding of Pentax ExposureCompensation for newer Ricoh models
  - Fixed some incorrect "Wrong IFD" messages with experimental Validate feature
  - Fixed a couple of Sony/Minolta lens names (thanks Jos Roost)
  - Fixed "Error reading PreviewImage" warning for some Sony models

June 6, 2017 - Version 10.56

  - Removed ordering constraints between Geotag/Geosync and Geotime assignments
    on the command line
  - Removed debugging print statement left in photoshop_paths.config

(wiz)

2018-02-25 17:52:22 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-GraphViz2 to 2.47

(wiz)

2018-02-25 17:52:10 UTC MAIN commitmail json YAML

p5-GraphViz2: update to 2.47.

2.47  2018-02-23T10:06:00
- Adopt github pull request from ThornyS, with thanx. This is part of CPAN via the PRC aka
Pull Request Challenge.
- Adjust tests in t/test_more_methods.t to work with BSD-based systems, and for systems
which don't use '/' as a dir separator. As a consequence, running the tests no longer
leaves test output files in t/.
- Fix some code in Config.pm which triggered a warning from Perl which said:
'panic: attempt to copy freed scalar ...'.

(wiz)

2018-02-25 17:46:01 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-GD to 2.68

(wiz)

2018-02-25 17:45:46 UTC MAIN commitmail json YAML

p5-GD: update to 2.68.

2.68    * fix GD::Polygon->clear, RT #124463 Michael Cain

(wiz)

2018-02-25 17:45:01 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Tree-DAG_Node to 1.31

(wiz)

2018-02-25 17:44:49 UTC MAIN commitmail json YAML

p5-Tree-DAG_Node: update to 1.31.

1.31  2018-02-14T09:08:00
- Clarify licence issue by changing the reference in the DAG_Node.pm file from Artistic V 2
to Perl, so it now matches what I preemptively put in Makefile.PL and the LICENSE file.
Sean Burke has kindly agreed to this change.
$thanx x $many to Gregor Herrmann (Debian Perl Group) for reporting this via github.

(wiz)

2018-02-25 17:43:53 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000100

(wiz)

2018-02-25 17:43:42 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000100.

0.000100  2018-02-13 21:41:30-08:00 America/Los_Angeles

    - No changes from last TRIAL

0.000099  2018-02-06 12:53:16-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix AsyncSubtest plan to be at the right nesting, and buffered

0.000098  2018-02-06 12:05:28-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix AsyncSubtest main event buffered/nesting values
    - Fix bug where AsyncSub test vanishes with no error when finished after
      its parent ends.

(wiz)

2018-02-25 17:42:28 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Version to 2.07

(wiz)

2018-02-25 17:42:16 UTC MAIN commitmail json YAML

p5-Test-Version: update to 2.07.

2.07      2018-02-21
  - Fix tests to work with -T on Strawberry / MSWin32 Perl

2.06_01  2017-11-12
  - Support running in taint mode (Damyan Ivanov++)

(wiz)

2018-02-25 17:41:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Simple to 1.302125

(wiz)

2018-02-25 17:41:06 UTC MAIN commitmail json YAML

p5-Test-Simple: update to 1.302125.

1.302125  2018-02-21 23:10:39-08:00 America/Los_Angeles

    - No changes since trial

1.302124  2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix a test to skip without threads

1.302123  2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Make it possible to disable IPC

1.302122  2018-02-05 08:13:56-08:00 America/Los_Angeles

    - Add 'mode' ro render facet

1.302121  2018-02-04 13:27:41-08:00 America/Los_Angeles

    - Update Copyright
    - Add 'render' facet

(wiz)

2018-02-25 17:39:32 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-CheckManifest to 1.33

(wiz)

2018-02-25 17:39:18 UTC MAIN commitmail json YAML

p5-Test-CheckManifest: update to 1.33.

1.33  2018-01-26

      [INTERNAL]
      * Auto generate META.json using dzil plugin [MetaJSON] (github #8, thanks to manwar)

1.32  2018-01-26

      [BUGFIX]
      * ok_manifest reports duplicate files on internal symlinks (github #7)

(wiz)

2018-02-25 17:38:03 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-API to 0.010

(wiz)

2018-02-25 17:37:50 UTC MAIN commitmail json YAML

p5-Test-API: update to 0.010.

0.010    2018-02-16 22:00:49-05:00 America/New_York

    - No changes from 0.009-TRIAL

0.009    2018-01-22 11:15:13-05:00 America/New_York (TRIAL RELEASE)

    [FIXED]

    - Revised internals for constants/subrefs in the stash (a breaking
      change planned for Perl 5.28)

(wiz)

2018-02-25 17:37:22 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Term-Size-Perl to 0.031

(wiz)

2018-02-25 17:35:00 UTC MAIN commitmail json YAML

p5-Term-Size-Perl: update to 0.031.

0.031 Wed Feb 14 2018

        - Makefile.PL: add Test::Pod{,::Coverage} as "develop" prereqs
        - Enclose GitHub issues link in a link
        - Don't mention deprecated Term::Size::Unix

0.030_0 Tue Feb 13 2018

        - rewrite Makefile.PL
        - proper POD for Term::Size::Perl::Params (CPAN RT#74219)
        - fix POD typos (CPAN RT#74219)
        - put VERSION in quotes
        - t/99_pod.t: only if RELEASE_TESTING
        - t/98_pod-coverage.t: only if RELEASE_TESTING
        - document that GitHub issues are preferred to report bugs

(wiz)

2018-02-25 17:33:27 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Sub-Quote to 2.005000

(wiz)

2018-02-25 17:33:14 UTC MAIN commitmail json YAML

p5-Sub-Quote: update to 2.005000.

2.005000 - 2018-02-06
  - fixed defer_info and undefer_sub from returning data for a deferred sub
    after it expires, even if the ref address matches
  - fixed defer_info not returning info for undeferred unnamed subs after the
    deferred sub expires
  - include options in defer_info return data
  - exclude internals from defer_info return data
  - document defer_info function
  - encode all utf8 flagged scalars as strings, since they generally will
    always have originated as strings.  Avoids future warning on bitwise ops
    on strings with wide characters.
  - more thorough check for threads availability to avoid needless test
    failures.
  - added file and line options to quote_sub to allow specifying apparent
    source location.
  - documented additional options to Sub::Defer::defer_sub and
    Sub::Quote::quote_sub.

(wiz)

2018-02-25 17:32:29 UTC MAIN commitmail json YAML

doc: Updated devel/p5-String-Print to 0.93

(wiz)

2018-02-25 17:32:17 UTC MAIN commitmail json YAML

p5-String-Print: update to 0.93.

version 0.93:

Improvements:
- convert to GIT
- publish via GitHUB

(wiz)

2018-02-25 17:31:26 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Scalar-List-Utils to 1.50

(wiz)

2018-02-25 17:31:14 UTC MAIN commitmail json YAML

p5-Scalar-List-Utils: update to 1.50.

1.50 -- 2018-02-20 19:13:27
[CHANGES]
* Added head() and tail() functions (thanks preaction)
* Support binary and Unicode in symbol names for set_subname()

[BUGFIXES]
* Fix building with C++ and C89 compilers
* Fix uniq() test for old Test::More
* Fix example get_code_info for unnamed subs (RT#116962)
* Fixes for symbol names containing ' characters
        * Don't leak SVs from sum0/product1 when called with zero args
  (RT#124017)
        * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
* Misc. fixes for perl 5.6

(wiz)

2018-02-25 17:30:04 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Ref-Util-XS to 0.117

(wiz)

2018-02-25 17:29:49 UTC MAIN commitmail json YAML

p5-Ref-Util-XS: update to 0.117.

0.117    2018-01-31 12:47:11+01:00 Europe/Amsterdam

        * Allow the custom OPs to be deparsed with B::Deparse.
          (Graham @haarg Knop)
        * Optimize the shared object size by moving common call checker
          logic into a function. (James Raspass)

(wiz)

2018-02-25 17:28:36 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Proc-ProcessTable to 0.55

(wiz)

2018-02-25 17:28:25 UTC MAIN commitmail json YAML

p5-Proc-ProcessTable: update to 0.55.

Changes not documented.

(wiz)

2018-02-25 17:27:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Params-ValidationCompiler to 0.27

(wiz)

2018-02-25 17:27:01 UTC MAIN commitmail json YAML

p5-Params-ValidationCompiler: update to 0.27.

0.27    2018-02-11

- Fixed a bug with inlining Moose types. If a type's parent needed environment
  variables those would not get closed over. Reported by Mark Fowler. GH #22.

- Added a debug option to dump the source of the subroutine before it is
  eval'd.

(wiz)

2018-02-25 17:25:51 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PPIx-Regexp to 0.055

(wiz)

2018-02-25 17:25:39 UTC MAIN commitmail json YAML

p5-PPIx-Regexp: update to 0.055.

0.055 2018-02-08 T. R. Wyant
    Tokenizer method prior() is now fatal. This was documented as
    package-private, but as it WAS documented, I am putting it through a
    deprecation cycle anyway. Six months from now it will be removed.

    Add Script_Run classes as subclasses to their superclass docs. This
    was missed in the last update.

(wiz)

2018-02-25 17:24:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-CoreList to 5.20180220

(wiz)

2018-02-25 17:24:05 UTC MAIN commitmail json YAML

p5-Module-CoreList: update to 5.20180220.

5.20180220
  - Improve handling of broken versions in is_core()
  - Removed Module::CoreList::TieHashDelta
  - Updated for v5.27.9

(wiz)

2018-02-25 17:22:54 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MetaCPAN-Client to 2.023000

(wiz)

2018-02-25 17:22:41 UTC MAIN commitmail json YAML

p5-MetaCPAN-Client: update to 2.023000.

2.023000    26.1.18
            * Support the new 'deprecated' field in File and Release types (Mickey)

(wiz)

2018-02-25 17:18:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Report-Optional to 1.06

(wiz)

2018-02-25 17:18:32 UTC MAIN commitmail json YAML

p5-Log-Report-Optional: update to 1.06.

version 1.06: Fri  2 Feb 08:53:01 CET 2018

Fixes:
- fix metadata [Mohammad S Anwar]
- Accidentally removed from CPAN

version 1.05: Tue Jan 23 22:44:26 CET 2018

Improvements:
- convert to GIT
- publish via GitHUB

(wiz)

2018-02-25 17:17:47 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Dispatchouli to 2.016

(wiz)

2018-02-25 17:17:38 UTC MAIN commitmail json YAML

p5-Log-Dispatchouli: update to 2.016.

2.016    2018-02-21 12:47:46-05:00 America/New_York
        - the Proxy logger now respects the same overloading as the root logger
        - muted works as a constructor argument (thanks, Dan Book)

(wiz)