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 (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:34:57 UTC Now

2018-04-25 12:24:40 UTC MAIN commitmail json YAML

py-cherrypy: updatede to 14.2.0

v14.2.0
* :issue:1680 via :pr:1683: HTTP Basic Auth supports :rfc:7617 UTF-8
  charset decoding where possible. Uses latin1 as a fallback.

v14.1.0
* :cr-pr:37: Add support for peercreds lookup over UNIX domain socket.
  This enables app to automatically identify "who's on the other
  end of the wire".

  This is how you enable it::

    server.peercreds: True
    server.peercreds_resolve: True

  The first option will put remote numeric data to WSGI env vars:
  app's PID, user's id and group.

  Second option will resolve that into user and group names.

  To prevent expensive syscalls, data is cached on per connection
  basis.

(adam)

2018-04-25 12:23:49 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.2.4

v6.2.4

- Fix missing resolve_peer_creds argument in
  :py:class:cheroot.wsgi.Server being bypassed into
  :py:class:cheroot.server.HTTPServer.

- :pr:85: Revert conditional dependencies. System packagers should
  honor the dependencies as declared by cheroot, which are defined
  intentionally.

(adam)

2018-04-25 12:20:54 UTC MAIN commitmail json YAML

pkg_install-20180425: correctly detect package names in PKG_DBDIR

If PKG_DBDIR is /foo and a path like /foobar is given, it is not below
PKG_DBDIR, so don't translate it into a package name look up. The old
logic for giving a path to PKG_DBDIR remains for legacy compat.

(joerg)

2018-04-25 12:12:52 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.3.0

(fhajny)

2018-04-25 12:12:43 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.3.0. Clean up.

- Added support for SQLite's new ON CONFLICT clause, which is modelled
  on the syntax used by Postgresql and will be available in SQLite
  3.24.0 and onward.
- Added better support for using common table expressions and a
  cleaner way of implementing recursive CTEs, both of which are also
  tested with integration tests (as opposed to just checking the
  generated SQL).
- Modernized the CI environment to utilize the latest MariaDB
  features, so we can test window functions and CTEs with MySQL (when
  available).
- Reorganized and unified the feature-flags in the test suite.

(fhajny)

2018-04-25 11:27:31 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-changes

(markd)

2018-04-25 11:25:51 UTC MAIN commitmail json YAML

texlive-collection-plaingeneric: add tex-lambda-lists

(markd)

2018-04-25 11:17:23 UTC MAIN commitmail json YAML

update tex-pgfgantt{,-doc} and add tex-changes{,-doc}

(markd)

2018-04-25 11:13:07 UTC MAIN commitmail json YAML

tex-pgfgantt{,-doc}: update to 5.0

This major update includes:
* a new key 'decade' for \gantttitlecalendar
* a new key 'time slot unit' for using one day, month or year per time
slot; this key replaces 'compress calendar' % a new macro \ganttvrule
for drawing arbitrary vertical rules (similar to the today rule), as
well as associated keys 'vrule', 'vrule offset', 'vrule label font',
and 'vrule label text' % a new key 'expand chart', which specifies that
a chart should expand horizontally to a given dimension % a new key
'title label text', which allows fine-tuning of title label formatting
% compatibility with the amsgen package

(markd)

2018-04-25 11:05:20 UTC MAIN commitmail json YAML

tex-lambda-lists: add TEXLIVE_REV HOMEPAGE and LICENSE

(markd)

2018-04-25 11:02:42 UTC MAIN commitmail json YAML

print: add tex-changes{,-doc}

(markd)

2018-04-25 11:00:45 UTC MAIN commitmail json YAML

tex-changes{,-doc}: add version 2.0.4

The package allows the user to manually markup changes of text,
such as additions, deletions, or replacements. Changed text is
shown in a different colour; deleted text is crossed out. The
package allows definition of additional authors and their
associated colour. It also allows you to define a markup for
authors or annotations. A bash script is provided for removing
the changes.

(markd)

2018-04-25 08:08:43 UTC MAIN commitmail json YAML

Updated emulators/qemu, textproc/py-sphinx

(adam)

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

py-sphinx: updated to 1.7.3

1.7.3:
Bugs fixed
* autodoc loses the first staticmethod parameter
* autosummary: too wide two column tables in PDF builds
* Latex customization via _templates/longtable.tex_t is broken
* imgconverter: confused by convert.exe of Windows
* On windows, Sphinx crashed when drives of srcdir and outdir are different
* autodoc ignores type annotated variables
* wrong URLs on warning messages
* latex: latex_show_urls assigns incorrect footnote numbers if hyperlinks exists inside substitutions
* latex with class memoir Error: Font command \sf is not supported
* latex: too slow in proportion to number of auto numbered footnotes
* htmlhelp: The entries in .hhp file is not ordered
* toctree directive tries to glob for URL having query_string
* html search: Upper characters problem in German
* latex: Compilation for German docs failed with LuaLaTeX and XeLaTeX
* duplicated labels detector does not work well in parallel build
* Crashed with extension which returns invalid metadata

(adam)

2018-04-25 07:56:05 UTC MAIN commitmail json YAML

qemu: updated to 2.12.0

2.12.0:

Incompatible changes
The deprecated CLI options "-tdf", "-no-kvm-pit" and "-drive boot=on|off" have been removed (they only emitted a warning since QEMU 1.3.0).
The deprecated CLI option "-net channel" has been removed. You can use "-netdev user,guestfwd=..." instead.
The deprecated CLI option "-hdachs" has been removed. You can specify the disk geometry e.g. via -device ide-hd,cyls=c,heads=h,secs=s instead.
The deprecated way of configuring SCSI devices with "-drive if=scsi" on x86 has been removed. Use an appropriate SCSI controller together "-device scsi-hd" or "-device scsi-cd" and a corresponding "-blockdev" parameter instead.
The deprecated way of configuring a "host", "serial", "disk" or "net" USB device with "-usbdevice" has been removed. Use "-device usb-..." instead.
The deprecated HMP commands "usb_add" and "usb_del" have been removed. Use "device_add" and "device_del" as replacement instead.
The deprecated HMP commands "host_net_add" and "host_net_remove" have been removed. Use "netdev_add" and "netdev_remove" instead.
The deprecated way of dumping network traffic with "-net dump" has been removed. Use "-object filter-dump" instead.
The deprecated "spapr-pci-vfio-host-bridge" device has been removed (from qemu-system-ppc64). It is not needed for vfio since QEMU v2.6.0 anymore.
Deprecated options and features
qemu-system-ppcemb is deprecated. Use qemu-system-ppc instead.
The parameters "serial", "trans", "secs", "heads", "cyls" and "addr" of the "-drive" option are now deprecated. Use the corresponding options of "-device" instead.
The "-nodefconfig" option is now deprecated. Use "-no-user-config" instead.
The "-s390-squash-mcss" parameter for the s390-ccw-virtio machine is now deprecated. It has been made obsolete by allowing to put any device into any channel subsystem image (unrestricted cssids).
The parameter "handle" of the "-fsdev" and "-virtfs" options is now depecrated. Use "local" instead.
The qmp command "query-cpus" is now deprecated. Use the new "query-cpus-fast" qmp command instead, which does not interrupt all running vCPUs. (However, there is a known bug that in 2.12, the "query-cpus-fast" command reports bogus architecture information for all architectures except "x86" and "s390".)
While "-net" is not deprecated yet, you are encouraged to use the new option "-nic" instead of "-net", as it provides a simpler and better interface ("-nic user" replaces the old "-net nic -net user").
The "-no-frame" parameter is now deprecated and will be removed together with SDL 1.2 in a future release.
The "-balloon" parameter is deprecated, use "-device virtio-balloon" instead.
The "-rtc-td-hack", "-localtime" and "-startdate" parameters are deprecated. You can use the "-rtc" parameter instead.
The "handle" backend for 9pfs is deprecated.
Consult the "Deprecated Features" appendix for the full list of historically deprecated features/options.

Future incompatible changes
Three options are using different names on the command line and in configuration file. In particular:
The "acpi" configuration file section matches command-line option "acpitable";
The "boot-opts" configuration file section matches command-line option "boot";
The "smp-opts" configuration file section matches command-line option "smp".
-readconfig will standardize on the name for the command line option.
Behavior of automatic calculation of SMP topology when some SMP topology options for -smp are omitted (sockets, cores, threads) will change in the future. If guest ABI needs to be preserved on upgrades while using the SMP topology options, users should either set set all options explicitly (sockets, cores, threads), or omit all of them.
Devices "allwinner-a10", "pc87312", "ssi-sd" will be configured with explicit properties instead of implicitly. This is unlikely to affect users.
For x86, specifying a CPUID feature with both "+feature/-feature" and "feature=on/off" will cause a warning. The current behavior for this combination ("+feature/-feature" wins over "feature=on/off") will be changed so that "+feature" and "-feature" will be synonyms for "feature=on" and "feature=off" respectively).
The read-only block drivers "bochs", "cloop" and "dmg" as well as "rbd" and "vvfat" in certain read-only configurations will no longer enable read-only mode automatically. It will be necessary to specify "read-only=on" explicitly on the command line and in QMP commands for the setup to keep working; the default "read-only=off" setting will result in an error.
On s390x, using KVM with a Linux host kernel version < 3.15 has been broken since QEMU version 2.10. This will not be fixed unless a need is communicated (otherwise the code will be removed in the near future, so that you need at least Linux kernel version 3.15 on the host to run KVM on System z)

(adam)

2018-04-25 07:06:58 UTC MAIN commitmail json YAML

Updated devel/py-test, devel/py-pip

(adam)

2018-04-25 07:06:36 UTC MAIN commitmail json YAML

py-pip: updated to 10.0.1

10.0.1:
Features
Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/.

Bug Fixes
Fix a bug that made get-pip.py unusable on Windows without renaming.
Fix a TypeError when loading the cache on older versions of Python 2.7.
Fix and improve error message when EnvironmentError occurs during installation.
A crash when reinstalling from VCS requirements has been fixed.
Fix PEP 518 support when pip is installed in the user site.

Vendored Libraries
Upgrade distlib to 0.2.7

(adam)

2018-04-25 06:57:01 UTC MAIN commitmail json YAML

py-test: updated to 3.5.1

Pytest 3.5.1:
Bug Fixes
Reset sys.last_type, sys.last_value and sys.last_traceback before each test executes. Those attributes are added by pytest during the test run to aid debugging, but were never reset so they would create a leaking reference to the last failing test窶冱 frame which in turn could never be reclaimed by the garbage collector.
pytest.raises now raises TypeError when receiving an unknown keyword argument.
pytest.raises now works with exception classes that look like iterables.

Improved Documentation
Fix typo in caplog fixture documentation, which incorrectly identified certain attributes as methods.

Trivial/Internal Changes
Added a more indicative error message when parametrizing a function whose argument takes a default value.
Remove internal _pytest.terminal.flatten function in favor of more_itertools.collapse.
Import some modules from collections.abc instead of collections as the former modules trigger DeprecationWarning in Python 3.7.
record_property is no longer experimental, removing the warnings was forgotten.
Mention in documentation and CLI help that fixtures with leading _ are printed by pytest --fixtures only if the -v option is added.

(adam)

2018-04-25 06:00:37 UTC MAIN commitmail json YAML

2018-04-25 05:57:58 UTC MAIN commitmail json YAML

2018-04-25 05:53:53 UTC MAIN commitmail json YAML

2018-04-25 05:51:20 UTC MAIN commitmail json YAML

libical: update to 3.0.3

Version 3.0.3:
--------------
* VTODO COMPLETED property can be a DATE-TIME or DATE (for backward compatibility)
* Improved recurrence iteration

Version 3.0.2:
--------------
* No longer attempt to detect the need for -DUSE_32BIT_TIME_T with MSVC
* New CMake option ICAL_BUILD_DOCS which can be used to disable the docs target
* Fix threading hang in BSD type systems (OpenBSD, MacOS,...)
* Build with Ninja improvements

Version 3.0.1:
--------------
* Built-in timezones updated to tzdata2017c
* Fix a multi-threaded deadlock in icaltimezone_load_builtin_timezone()
* Fix a CMake problem with parallel builds

Version 3.0.0:
--------------
* Relicense from MPL 1.0 to MPL 2.0 (keep dual license for LGPL v2.1)
* Requires CMake v3.1.0 or higher along with various CMake and buildsystem fixes
* Added a 'make uninstall'
* Fixed use-after-free issues and some memory leaks
* Built-in timezones updated to tzdata2017b
* More accurate VTIMEZONE generation when using the system time zone data (when
  USE_BUILTIN_TZDATA=False)
* icalvalue_as_ical_string() returns "TRUE" (non-zero) or "FALSE" (zero) values only.
* New icalvalue.h convenience macros: ICAL_BOOLEAN_TRUE and ICAL_BOOLEAN_FALSE
* Better value type checking of property values when parsing
* icalvalue_new/set_date and icalvalue_new/set_datetime now enforce DATE and DATE-TIME
  values respectively
* draft-ietf-calext-extensions (RFC 7986) support added
* Parameter values are now en/decoded per RFC 6868
* Removed is_utc from icaltimetype struct
    * Set icaltimetype.zone to icaltimezone_get_utc_timezone() to change a time to UTC
    * Use icaltime_is_utc() to check if a time is in UTC
* Added support for VPATCH component
* New publicly available functions:
    + icalproperty_set_parent (icalproperty_get_parent was already public)
    + icalvalue_get_parent (icalvalue_set_parent was already public)
    + icalparameter_set_parent
    + icalparameter_get_parent
    + icalvalue_new_datetimedate (DATE or DATE-TIME)
    + icalvalue_set_datetimedate
    + icalvalue_get_datetimedate
    + icalrecur_iterator_set_start
    + icalcomponent_normalize()
    + icalproperty_normalize()
* Removed deprecated functions:
    + icaltime_from_timet (use icaltime_from_timet_with_zone)
    + icaltime_start_day_of_week (use icaltime_start_day_week)
    + icalproperty_remove_parameter (use icalproperty_remove_parameter_by_kind)
    + icalproperty_string_to_enum (use icalproperty_kind_and_string_to_enum)
* Signature changed for functions:
    + VObject *Parse_MIME_FromFileName(const char *fname)
    + icalgauge *icalgauge_new_from_sql(const char *sql, int expand)
    + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep)
    + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep)
    + void set_zone_directory(const char *path)
    + icalcalendar *icalcalendar_new(const char *dir)
    + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array)

Version 2.0.0:
--------------
* WARNING: Version 2 IS NOT Binary Compatible with Older Versions
* Version 2 is Source Compatible with Older Versions
* Lots of source code scrubbing
* [New] RSCALE support (requires libicu from http://www.icu-project.org)
* [New] CalDAV attachment support (draft-ietf-calext-caldav-attachments)
* [New] Resurrect the Berkeley DB storage support
* [Bug] issue83: Incorrect recurrence generation for weekly pattern
* Handle RRULEs better
* Handle threading better

(markd)

2018-04-24 13:09:01 UTC MAIN commitmail json YAML

Updated www/py-pylint-django, www/py-django-countries

(adam)

2018-04-24 13:08:43 UTC MAIN commitmail json YAML

py-django-countries: updated to 5.3

5.3:
Iterating a Countries object now returns named tuples. This makes things nicer when using {% get_countries %} or using the country list elsewhere in your code.

(adam)

2018-04-24 13:06:15 UTC MAIN commitmail json YAML

py-pylint-django: updated to 0.11

0.11:
New JsonResponseChecker that looks for common anti-patterns with http responses returning JSON.

(adam)

2018-04-23 15:29:03 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.2.5

(fhajny)

2018-04-23 15:28:54 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.2.5.

- Added ValuesList for representing values lists.
- DateTimeField, DateField and TimeField will parse formatted-string
  before sending to the database. Previously this only occurred when
  reading values from the database.

(fhajny)

2018-04-23 15:22:09 UTC MAIN commitmail json YAML

parallel/slurm-wlm: Add SUPERCEDES following rename

OK wiz@

(bacon)

2018-04-23 14:57:57 UTC MAIN commitmail json YAML

2018-04-23 14:42:03 UTC MAIN commitmail json YAML

2018-04-23 14:31:11 UTC MAIN commitmail json YAML

doc: Updated www/contao45 to 4.5.8

(taca)

2018-04-23 14:30:45 UTC MAIN commitmail json YAML

www/contao45: update to 4.5.8

Contao 4.5.7 (2018-04-04)

Contao version 4.5.7 is available.  The bugfix release fixes a few minor
issues including a problem with validating the request token and a problem
with rendering custom layout sections.

Contao 4.5.8 (2018-04-18)

Contao version 4.5.8 is available.  The bugfix release fixes an XSS
vulnerability in the system log of the back end (CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.

(taca)

2018-04-23 14:19:21 UTC MAIN commitmail json YAML

doc: Updated www/contao44 to 4.4.18

(taca)

2018-04-23 14:19:00 UTC MAIN commitmail json YAML

www/contao44: update to 4.4.18

Contao 4.4.17 (2018-04-04)

Contao version 4.4.17 is available.  The bugfix release fixes a few minor
issues including a problem with rendering custom layout sections.

Contao 4.4.18 (2018-04-18)

Contao version 4.4.18 is available.  The bugfix release fixes an XSS
vulnerability in the system log of the back end (CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.

(taca)

2018-04-23 14:00:44 UTC MAIN commitmail json YAML

doc: Updated www/contao35 to 3.5.35

(taca)

2018-04-23 14:00:18 UTC MAIN commitmail json YAML

www/contao35: update to 3.5.35

Version 3.5.35 (2018-04-18)
---------------------------

### Fixed
Fix an XSS vulnerability in the system log (see CVE-2018-10125).

CVE-2018-10125

With a manipulated request, an attacker can implant a script which is executed
when a logged in back end user opens the system log.  The attacker themselves
does not have to be logged in.

The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to
4.5.7. We highly recommend you to update.

(taca)

2018-04-23 13:56:58 UTC MAIN commitmail json YAML

doc: Update of mail/roundcube to 1.2.8

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2018-04-23 13:55:00 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.2.8

This is a security update to the stable version 1.2.  It fixes a recently
reported vulnerability allowing IMAP command injection via a GET parameters.
More details about this are published under CVE-2018-9846.

The second fix is about a missed remote content blocking on HTML messages with
specially crafted image and style tags.

We strongly recommend to update all productive installations of Roundcube
1.2.x.  Please do backup your data before updating!

CHANGELOG

* Fix check_request() bypass in places using get_uids() [CVE-2018-9846]
  (#6238)

* Fix possible IMAP command injection vulnerability [CVE-2018-9846] (#6229)

* Fix security issue in remote content blocking on HTML image and style tags
  (#6178)

(taca)

2018-04-23 13:51:19 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 1.19

(wen)

2018-04-23 13:50:01 UTC MAIN commitmail json YAML

Update to 1.19

Upstream changes:
1.19    2018-04-21

- Fix handling of a locale (nds) that does not provide a native name for its
  own locale code. This is a bug in CLDR, but since it exists we should handle
  it sanely.

- If you attempted to thaw a DateTime::Locale::FromData object in a process
  that had not loaded DateTime::Locale this would fail. Reported by Gregor
  Herrmann. GH #18.

(wen)

2018-04-23 13:44:46 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.206000

(wen)

2018-04-23 13:43:21 UTC MAIN commitmail json YAML

Update to 0.206000

Upstream changes:
0.206000  2018-04-19 22:09:46-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
      Dancer2::Core::Request. (Russell @veryrusty Jenkins)
    * GH #1292: Fix multiple attribute definitions within Plugins
      (Nigel Gregoire)
    * GH #1304: Fix the order by which config files are loaded, independently
      of their filename extension (Alberto Sim探es, Russell @veryrusty Jenkins)
    * GH #1400: Fix infinite recursion with exceptions that use circular
      references. (Andre Walker)
    * GH #1430: Fix `dancer2 gen` from source directory when Dancer2 not
      installed. (Tina @perlpunk M端ller - Tina)
    * GH #1434: Add `validate_id` method to verify a session id before
      requesting the session engine fetch it from its data store.
      (Russell @veryrusty Jenkins)
    * GH #1435, #1438: Allow XS crush_cookie methods to return an arrayref
      of values. (Russell @veryrusty Jenkins)
    * GH #1443: Update copyright year (Joseph Frazer)
    * GH #1445: Use latest HTTP::Headers::Fast (Russell @veryrusty Jenkins)
    * PR #1447: Fix missing build requires (Mohammad S Anwar)

    [ ENHANCEMENTS ]
    * PR #1354: TemplateToolkit template engine will log (at debug level)
      if a template is not found. (Kiel R Stirling, Russell @veryrusty Jenkins)
    * GH #1432: Support Content-Disposition of inline in
      send_file() (Dave Webb)
    * PR #1433: Verbose testing in AppVeyor (Graham Knop)

    [ DOCUMENTATION ]
    * GH #1314: Documentation tweaks (David Precious)
    * GH #1317: Document serializer configuration (sdeseille)
    * GH #1386: Add Hello World example (Gabor Szabo)
    * PR #1408: List project development resources (Steve Dondley)
    * PR #1426: Move performance improvement information from Migration guide
      to Deployment (Pedro Melo)

0.206000_02 2018-04-09 21:48:24-04:00 America/New_York (TRIAL RELEASE)

    [ BUG FIXES ]
    * GH #1090, #1406: Replace HTTP::Body with HTTP::Entity::Parser in
      Dancer2::Core::Request. (Russell @veryrusty Jenkins)
    * GH #1304: Fix the order by which config files are loaded, independently
      of their filename extension (Alberto Sim探es, Russell @veryrusty Jenkins)
    * GH #1400: Fix infinite recursion with exceptions that use circular
      references. (Andre Walker)
    * GH #1430: Fix `dancer2 gen` from source directory when Dancer2 not
      installed. (Tina @perlpunk M端ller - Tina)
    * GH #1434: Add `validate_id` method to verify a session id before
      requesting the session engine fetch it from its data store.
      (Russell @veryrusty Jenkins)
    * GH #1435, #1438: Allow XS crush_cookie methods to return an arrayref
      of values. (Russell @veryrusty Jenkins)
    * GH #1443: Update copyright year (Joseph Frazer)
    * GH #1445: Use latest HTTP::Headers::Fast (Russell @veryrusty Jenkins)

    [ ENHANCEMENTS ]
    * PR #1354: TemplateToolkit template engine will log (at debug level)
      if a template is not found. (Kiel R Stirling, Russell @veryrusty Jenkins)
    * GH #1432: Support Content-Disposition of inline in
      send_file() (Dave Webb)
    * PR #1433: Verbose testing in AppVeyor (Graham Knop)

    [ DOCUMENTATION ]
    * GH #1317: Document serializer configuration (sdeseille)
    * PR #1426: Move performance improvement information from Migration guide
      to Deployment (Pedro Melo)

(wen)

2018-04-23 13:33:06 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-FeedPP to 0.95

(wen)

2018-04-23 13:32:11 UTC MAIN commitmail json YAML

Update to 0.95

Upstream changes:
version 0.95: Sat 21 Apr 01:15:08 CEST 2018
    * fixed #35061: use guid for uniqueness, when available.
      (thanks to avbidder)
    * improved #58422: XML::FeedPP cannot be subclassed.
      (thanks to bitcard)
    * remove useless XML::FeedPP::Common layer
    * fixed #71318: save use of timegm
      (thanks to Brian Gomes Bascoy)
    * fixed #72523: merge of items in channel changes guid
      (thanks to Никулин Юрий)
    * fixed #78407: Empty item in RSS-feed breaks processing
      (thanks to colink)
    * fixed #84798: forgot the 'use' in the documentation
      (thanks to jidanny)
    * fixed #87373: ignore namespace prefixes when you collect a value
      (thanks to Jesse Quinn)
    * fixed #124569: timegm should be called with 4-digit year
      (thanks to bitcardbmw)
    * fixed #125052: returns HASH for empty field
      (thanks to Mark Overmeer)

2011/05/09 (0.45_01) ** DEVELOPER RELEASE
    * supports subclassing. t/47_subclass_content.t added.
      https://rt.cpan.org/Public/Bug/Display.html?id=58422
      (thanks to bitcard)

(wen)

2018-04-23 13:28:56 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Table to 0.10.1

(wen)

2018-04-23 13:28:02 UTC MAIN commitmail json YAML

2018-04-23 13:26:31 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.74

(wen)

2018-04-23 13:25:17 UTC MAIN commitmail json YAML

Update to 1.74

Upstream changes:
1.74      2018-04-22 12:30:44Z
    - avoid 'uninitialized' warning in URI::File when host has no domain name
      set (PR#53, thanks Shoichi Kaji!)

(wen)

2018-04-23 12:02:17 UTC MAIN commitmail json YAML

Updated devel/py-pathlib2, textproc/py-openpyxl

(adam)

2018-04-23 12:01:48 UTC MAIN commitmail json YAML

py-openpyxl: updated to 2.5.3

2.5.3:
Bugfixes:
* Warning level too aggressive.
* Alignment and protection values not saved for named styles.
* Deleting elements from a legend doesn窶冲 work.
* Index names repeated for every row in dataframe.
* Worksheet protection not being stored.
* Exception raised when reading a tooltip.

(adam)

2018-04-23 11:59:26 UTC MAIN commitmail json YAML

py-pathlib2: updated to 2.3.2

Version 2.3.2
- Hotfix for broken setup.py.

Version 2.3.1
- Fix tests for systems where filesystem encoding only supports ascii.
- Use modern setuptools syntax for specifying conditional scandir
  dependency.
- Remove legacy use of support module from old pathlib module.
  This fixes the tests for Python 3.6.
- Drop the "from __future__ import unicode_literals" and -Qnew tests
  as it introduced subtle bugs in the tests, and maintaining separate
  test modules for these legacy features seems not worth the effort.
- Drop Python 3.2 support, as scandir no longer supports it.

(adam)

2018-04-23 08:58:52 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CPANfile to 1.1003

(wen)

2018-04-23 08:58:05 UTC MAIN commitmail json YAML

Update to 1.1003

Upstream changes:
1.1003  2018-04-22 01:54:46 CEST
        - Make options written back with save()
        - Documented options_for_module method
        - Internal refactoring

(wen)

2018-04-23 08:56:19 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 5.20180420

(wen)

2018-04-23 08:53:29 UTC MAIN commitmail json YAML

Update to 20180420

Upstream changes:
5.20180420
  - Updated for v5.27.11

5.20180414_26
  - Updated for v5.26.2

5.20180414_24
  - Updated for v5.24.4

(wen)

2018-04-23 08:50:46 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build-XSUtil to 0.19

(wen)

2018-04-23 08:42:39 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19 2018-04-17T14:51:20Z
    - Use File::Copy::Recursive::Reduced instead File::Copy::Recursive(#13)
        (jkeenan)

(wen)

2018-04-23 08:38:22 UTC MAIN commitmail json YAML

Added sysutils/p5-File-Copy-Recursive-Reduced version 0.006

(wen)

2018-04-23 08:35:03 UTC MAIN commitmail json YAML

Add p5-File-Copy-Recursive-Reduced

(wen)

2018-04-23 08:33:26 UTC MAIN commitmail json YAML

Import File-Copy-Recursive-Reduced-0.006 as p5-File-Copy-Recursive-Reduced.

File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
for certain functionality provided by CPAN distribution File-Copy-Recursive. The
library provides methods similar enough to that distribution's fcopy(),
dircopy() and rcopy() functions to be usable in those CPAN distributions often
described as being part of the Perl toolchain.

(wen)

2018-04-23 08:26:50 UTC MAIN commitmail json YAML

2018-04-23 08:21:20 UTC MAIN commitmail json YAML

Updated sysutils/p5-File-Copy-Recursive to 0.43

(wen)

2018-04-23 08:20:12 UTC MAIN commitmail json YAML

Update to 0.43

Upstream changes:
0.43 Sat Apr 21 15:39:09 2018
    - pull request #16 - strip down list of prerequisites to modules that are safe to use high on
      the CPAN river (thanks karenetheridge)

0.42 Fri Apr 20 23:42:41 2018
    - rt 125136 - reinstate 5.8 compat by not using // operator in the new unc test (thanks SREZIC)
    - pull request #14 - Add .gitignore. (thanks jkeenan)
    - pull request #13 - File::Find::Rule is used in the test suite but not named as a prequisite in Makefile.PL. (thanks jkeenan)

0.41 Thu Apr 19 15:58:12 2018
    - Issue #10 and #8: fix Makefile.PL; add github metadata (thanks karenetheridge and chorny)
    - Issue #11: Fix the test failure described in RT#123964 (thanks tomhukins and SREZIC)
    - Issue #9: Fixes for Windows (thanks chorny)
    - rt 124324 - fix v0.40 changelog date (thanks ANDK)
    - rt 124151 - pathrm with force on should guard against absolute paths (thanks chorny)
    - rt 124423 - have fcopy() work around File::Copy::copy() bug rt132866 (thanks DROLSKY)
    - Issue #12 and rt 124166 - set umask for reliability (thanks teoric and ether)
    - rt 43328 - add ULC test to verify pathmk() w/ ULC (thanks willi.weikum and LouisStrous)

(wen)

2018-04-23 08:01:00 UTC MAIN commitmail json YAML

Updated devel/p5-MetaCPAN-Client to 2.025000

(wen)

2018-04-23 07:59:47 UTC MAIN commitmail json YAML

Update to 2.025000

Upstream changes:
2.025000    22.4.18
            * Added support for the new 'cover' index - cpancover.org info (Mickey)

2.024000    20.4.18
            * Fix warning on a JSON::PP::Boolean check (Mickey)

(wen)

2018-04-23 07:42:04 UTC MAIN commitmail json YAML

Updated www/py-django-admin-rangefilter, www/py-django-tastypie

(adam)

2018-04-23 07:41:45 UTC MAIN commitmail json YAML

2018-04-23 07:38:38 UTC MAIN commitmail json YAML

py-django-admin-rangefilter: updated to 0.3.5

0.3.5:
Fix: Pip install fails in Python 2.7 for version 0.3.4

(adam)

2018-04-23 07:28:55 UTC MAIN commitmail json YAML

Updated mail/exim, mail/exim-html

(adam)

2018-04-23 07:28:19 UTC MAIN commitmail json YAML

exim: updated to 4.91

Version 4.91

1. Dual-certificate stacks on servers now support OCSP stapling, under GnuTLS
    version 3.5.6 or later.

2. DANE is now supported under GnuTLS version 3.0.0 or later.  Both GnuTLS and
    OpenSSL versions are moved to mainline support from Experimental.
    New SMTP transport option "dane_require_tls_ciphers".

3. Feature macros for the compiled-in set of malware scanner interfaces.

4. SPF support is promoted from Experimental to mainline status.  The template
    src/EDITME makefile does not enable its inclusion.

5. Logging control for DKIM verification.  The existing DKIM log line is
    controlled by a "dkim_verbose" selector which is _not_ enabled by default.
    A new tag "DKIM=<domain>" is added to <= lines by default, controlled by
    a "dkim" log_selector.

6. Receive duration on <= lines, under a new log_selector "receive_time".

7. Options "ipv4_only" and "ipv4_prefer" on the dnslookup router and on
    routing rules in the manualroute router.

8. Expansion item ${sha3:<string>} / ${sha3_<N>:<string>} now also supported
    under OpenSSL version 1.1.1 or later.

9. DKIM operations can now use the Ed25519 algorithm in addition to RSA, under
    GnuTLS 3.6.0 or OpenSSL 1.1.1 or later.

10. Builtin feature-macros _CRYPTO_HASH_SHA3 and _CRYPTO_SIGN_ED25519, library
    version dependent.

11. "exim -bP macro <name>" returns caller-usable status.

12. Expansion item ${authresults {<machine>}} for creating an
    Authentication-Results: header.

13. EXPERIMENTAL_ARC.  See the experimental.spec file.
    See also new util/renew-opendmarc-tlds.sh script for use with DMARC/ARC.

14: A dane:fail event, intended to facilitate reporting.

15. "Lightweight" support for Redis Cluster. Requires redis_servers list to
    contain all the servers in the cluster, all of which must be reachable from
    the running exim instance. If the cluster has master/slave replication, the
    list must contain all the master and slave servers.

16. Add an option to the Avast scanner interface: "pass_unscanned". This
    allows to treat unscanned files as clean. Files may be unscanned for
    several reasons: decompression bombs, broken archives.

(adam)

2018-04-23 07:27:31 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Run to 0.99

(wen)

2018-04-23 07:26:17 UTC MAIN commitmail json YAML

Update to 0.99

Upstream changes:
0.99 Fri Mar 30 2018
- Fixes for windows unit tests so they skip or pass.
  t/autoflush.t
  t/readonly.t
  t/run_stdin-callback-return-array.t

0.98 Thu Mar 29 2018
- Switch to using $!{EINTR}
- Honor umask for user/group permissions on a +rw file
- Remove commented code from RT 50739
- #63 - Patch for fixing _write on invalid objects
- #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
- #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
- #46 - '&' closing the stdin of the right process.
- #41 - Do POSIX::_exit not ::exit
- #40 - Assure child Win32 processes have same priority as parent
- #38 - Add unit test for passing use of Readonly.pm
- #39 - Fix GLOB test in IPC::Run::IO->new
- #86 - Fix for memory leak [rt.cpan.org #57990]
- MANIFEST was updated. New tests may start shipping now.

0.97 Mon Mar 26 2018
- Update meta and POD to point to GitHub issues not RT.
- Update README with pod changes.
- Fix variable name in synopsis - [Github #47]
- Fix t/run.t to work on "perl in space" - [Github #100]

(wen)

2018-04-23 07:21:30 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.081

(wen)

2018-04-23 07:20:22 UTC MAIN commitmail json YAML

Update to 2.081

Upstream changes:
2.081 4 April 2018

      * previous release used $^W instead of use warnings. Fixed.

  2.080 2 April 2018

      * bin/zipdetails
        #124003: zipdetails SYNOPSIS section got a typo: zipdetaile-> zipdetails

      * IO::Uncompress::Base.pm
        Changes for Archive::Zip::SimpleUnzip

      * bin/zipdetails
        Fix issues with zip64 archives.

      * bin/zipdetails
        Cope with zip archives where there is padding data after the compressed payload.
        Example is Microsoft appx file.

      * File::GlobMapper
        #120580: File::GlobMapper::$VERSION needs increment; trailing whitespace

      * t/cz-03zlib-v1.t
        valgrind errors fixed in Compress::Raw::Zlib 2.0.75 for issue #121074
        #121076: uninitialized errors from valgrind

(wen)

2018-04-23 07:18:43 UTC MAIN commitmail json YAML

doc/TODO: assign mupdf-1.13.0 update to myself

(leot)

2018-04-23 07:14:09 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Async to 0.72

(wen)

2018-04-23 07:12:48 UTC MAIN commitmail json YAML

Update to 0.72

Upstream changes:
0.72    2018-04-02 19:34:27
        [CHANGES]
        * Expanded docs on Stream's on_read sub return values
        * Overridable timeout for IO::Async::Test::wait_for
        * Hide IO::Async::ChildManager as an internal implementation detail;
          move the docs into main IO::Async::Loop
        * Added $loop->open_process; suggest using that instead of
          ->open_child
        * Begin implementation of $loop->is_running method (part of RT123780)

        [BUGFIXES]
        * Make IO::Async::Future->await wait until it's ready
        * Fix calculation of periodic timer in 'skip' mode (RT124414)
        * Perform synchronous getaddrinfo shortcut even for service-less
          lookups
        * Make sure that errors from underlying read/write functions are
          debug-logged by IO::Async::Stream

(wen)

2018-04-23 07:07:47 UTC MAIN commitmail json YAML

Updated devel/p5-Git-Repository to 1.322

(wen)

2018-04-23 07:06:42 UTC MAIN commitmail json YAML

2018-04-23 07:06:04 UTC MAIN commitmail json YAML

Update to 1.322

Upstream changes:
1.322 2018-04-21 BOOK
    [DOCUMENTATION]
    - Detail what Git::Repository::Command does to the environment
    [TESTS]
    - Match new error message format in git 2.17. (HMBRAND and JANPAZ)
    - Fixed the 'git-collection' link for extended ("all gits") tests

(wen)

2018-04-23 07:04:09 UTC MAIN commitmail json YAML

Updated devel/libdatrie, devel/libuv

(adam)

2018-04-23 07:03:12 UTC MAIN commitmail json YAML

libuv: updated to 1.20.2

v1.20.2:
* zos: use custom semaphore
* win: fix registry API error handling
* build: add support for 64-bit AIX
* aix: guard STATIC_ASSERT for glibc work around

v1.20.1:
* doc,fs: improve documentation
* win: return a floored double from uv_uptime()
* doc: clarify platform specific pipe naming
* unix: fix uv_pipe_chmod() on macOS
* unix: work around glibc semaphore race condition
* tcp,openbsd: disable Unix TCP check for IPV6_ONLY
* test,openbsd: use RETURN_SKIP in UDP IPv6 tests
* test,openbsd: fix multicast test
* Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files"

(adam)

2018-04-23 07:02:42 UTC MAIN commitmail json YAML

Updated devel/p5-File-ShareDir-Install to 0.13

(wen)

2018-04-23 07:01:52 UTC MAIN commitmail json YAML

Update to 0.13

Upstream changes:
0.13      2018-04-22 08:19:00Z
    - re-instate testrules.yml file to force serialize testing

0.12      2018-04-20 11:00:09Z
    - add rules files for 'prove' and Test::Harness to specify that tests need
      to be run serially for now
    - support spaces (and other special characters too) in share files (PR #2;
      thanks, Shoichi Kaji!)

(wen)

2018-04-23 07:00:39 UTC MAIN commitmail json YAML

libdatrie: updated to 0.2.11

0.2.11:
- Detect iconv() error more correctly in trietool.
- Clarify package description that search time is O(m), where m is
  key length, not O(1), while still claiming that it's independent
  of database size.
- Fix trie_state_get_data() on a prefix key.
- Fix reported segfault on full-range alpha map.

(adam)

2018-04-23 06:54:01 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.42

(wen)

2018-04-23 06:53:14 UTC MAIN commitmail json YAML

Update to 3.42

Upstream changes:
3.42 - 2018-04-21

    * Include 'Changes' (this file) in the distribution.

3.41 - 2018-04-21

    * Fix security problem: CWE-134: Use of Externally-Controlled Format String.
    * Fix WIDEST_UTYPE.
    * Add the following functions:
      croak_sv, die_sv, mess_sv, warn_sv, mess, vmess, warn_nocontext,
      croak_nocontext, croak_no_modify, croak_memory_wrap, croak_xs_usage.
    * Delist functions listed as deprecated or unstable.
    * (perl #132876) define API macros on if the NEED_ macro is defined.
    * (perl #132876) only define croak_xs_usage()'s assert macro if cxu requested.
    * (perl #132761) updates for older perls.
    * Do not define PERL_MAGIC_qr more times.
    * Do not mask Perl_warn_nocontext and Perl_croak_nocontext.
      (Fixes compile errors on older threaded Perl versions.)
    * Skip ASCII tests on non-ASCII platforms.
    * Skip tests invalid on EBCDIC.
    * Will now compile under C++11.
    * Documentation improvements.

(wen)

2018-04-23 06:24:41 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Random to 0.13

(wen)

2018-04-23 06:23:40 UTC MAIN commitmail json YAML

Update to 0.13

Upstream changes:
0.13      2018-04-18 00:46:01-07:00 America/Los_Angeles
          - allow a single argument to `rand_enum` as long as it's an arrayref
          Thanks to NEILB (Neil Bowers) for the suggestion
          Thanks to jjatria (Jos辿 Joaquin Atria) for doing the work
          - upgrade to Dist::Zilla
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - use Test::MockTime to avoid off-by-a-second bogus test failures
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - fix mismatched docs and implementation for `rand_chars`
            now both are correct
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request
          - better error handling in `rand_time`
          Thanks to jjatria (Jos辿 Joaquin Atria) for the pull request

(wen)

2018-04-23 06:20:36 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 3.56

(wen)

2018-04-23 06:19:38 UTC MAIN commitmail json YAML

Update to 3.56

Upstream changes:
version 3.56 at 2018-04-20 15:42:01 +0000
-----------------------------------------

  Change: 1f304574ea4bfd31f0052d1262e257043e673991
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-04-20 16:42:01 +0000

    Updated for v5.27.11

-----------------------------------------
version 3.54 at 2018-04-14 15:53:18 +0000
-----------------------------------------

  Change: 24d6de304aeba48d7cbf82876ecd0b6a41c24919
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-04-14 16:53:18 +0000

    Updated for v5.24.4 & v5.26.2

(wen)

2018-04-23 06:09:51 UTC MAIN commitmail json YAML

calltree-perl: simplify

(wiz)

2018-04-23 03:24:21 UTC MAIN commitmail json YAML

Updated devel/p5-Config-MVP to 2.200011

(wen)

2018-04-23 03:20:05 UTC MAIN commitmail json YAML

Update to 2.200011

Upstream changes:
2.200011  2018-04-21 10:12:06+02:00 Europe/Oslo
        - cwd is now locally added to @INC during config reading (but this can
          be disabled by setting add_cwd_to_lib to false)

(wen)

2018-04-23 02:53:54 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 2.98

(wen)

2018-04-23 02:53:05 UTC MAIN commitmail json YAML

Update to 2.98

Upstream changes:
2.98        2018-04-21
    * Remove old author-only test scripts.
        - https://rt.cpan.org/Ticket/Display.html?id=125161
        - Thanks to SREZIC for the report.

2.97        2018-04-21
    * Apply pull-request to implement -php_compat
        - https://github.com/shlomif/perl-Config-IniFiles/pull/3
        - https://rt.cpan.org/Ticket/Display.html?id=102339
        - Thanks to @Sadrak !

(wen)

2018-04-23 02:51:35 UTC MAIN commitmail json YAML

Updated devel/p5-Config-AutoConf to 0.316

(wen)

2018-04-23 02:50:32 UTC MAIN commitmail json YAML

Update to 0.316

Upstream changes:
0.316  2018-04-12
        - deal with pkg-config errors
        - allow more search_lib others

(wen)

2018-04-23 02:48:27 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.081

(wen)

2018-04-23 02:47:34 UTC MAIN commitmail json YAML

Update to 2.081

Upstream changes:
2.081 4 April 2018

      * previous release used $^W instead of use warnings. Fixed.

  2.080 2 April 2018

      * No Changes

(wen)

2018-04-23 02:44:34 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3 to 0.34

(wen)

2018-04-23 02:43:49 UTC MAIN commitmail json YAML

Update to 0.34

Upstream changes:
0.34 - 2018-04-19
    - update bundled ExtUtils::HasCompiler to 0.021
    - fix some examples in pod

(wen)

2018-04-23 02:40:43 UTC MAIN commitmail json YAML

Updated devel/p5-Test-BDD-Cucumber to 0.56

(wen)

2018-04-23 02:38:42 UTC MAIN commitmail json YAML

Update to 0.56
Update DEPENDS

Upstream changes:
0.56: 21 Apr 2018
    - Minor upgrade to minimum required Moo version to help try and flush
      out some CPAN smokers failure.
0.55: 11 Apr 2018
    - Fix a parsing bug with PyStrings at the end of a scenario, via latk
        https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/127

(wen)

2018-04-23 00:20:49 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Base to 0.89

(wen)

2018-04-23 00:19:52 UTC MAIN commitmail json YAML

Update to 0.89

Upstream changes:
0.89 Thu Apr 19 08:54:04 PDT 2018
- Apply PR/19 and PR/21 from @perlpunk++

(wen)

2018-04-23 00:14:08 UTC MAIN commitmail json YAML

Updated devel/p5-Task-Weaken to 1.06

(wen)

2018-04-23 00:13:08 UTC MAIN commitmail json YAML

Update to 1.06

Upstream changes:
1.06      2018-04-19 15:27:23Z
        - merge last commits from adamk's svn repository, which bump the
          minimum version of Scalar::Util in some cases (PR #1)

(wen)

2018-04-23 00:05:48 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Quote to 2.005001

(wen)

2018-04-23 00:03:10 UTC MAIN commitmail json YAML

Update to 2.005001

Upstream changes:
2.005001 - 2018-04-20
  - add a workaround for test failures on early 5.8 releases with threads

(wen)

2018-04-22 23:59:58 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 2.000005

(wen)

2018-04-22 23:58:56 UTC MAIN commitmail json YAML

Update to 2.000005

Upstream changes:
2.000005 - 2018-04-20
  - update internal list of warnings for categories added in 5.28.0 (no
    behaviour change)

2.000004 - 2018-04-19
  - update bundled ExtUtils::HasCompiler to 0.021
  - update internal list of warnings for categories added in 5.26.0 (no
    behavior change)

(wen)

2018-04-22 22:51:28 UTC MAIN commitmail json YAML

doc: Updated mail/sylpheed to 3.7.0

(szptvlfn)

2018-04-22 22:51:01 UTC MAIN commitmail json YAML

sylpheed: Update to 3.7.0

NEWS:
Changes of Sylpheed

* 3.7.0 (stable)

    * The message catalogs were updated.

* 3.7.0beta1 (development)

    * The function to export the address book to CSV files was added.
    * 'Nick Name' column was added to the address book.
    * Context menu was added to the search result of the query search dialog.
    * When attaching UTF-16 text files, they are automatically converted
      into UTF-8 now.
    * Show original From on the summary view if the display-name seems to
      be an e-mail address.
    * The bug that wrong reply target could be selected when the summary was
      sorted by the unread flag (#286).
    * Win32: the bug that Japanese characters were overlapped on printings
      with some font settings was fixed.
    * Win32: the bug that empty lines were not properly spaced on printings
      with some font settings was fixed.

(szptvlfn)

2018-04-22 22:21:19 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 4.5.3

(wiz)

2018-04-22 22:21:09 UTC MAIN commitmail json YAML

py-tortoisehg: update to 4.5.3.

TortoiseHg 4.5.3

TortoiseHg 4.5.3 is a regularly scheduled bug-fix release

    repowidget: do not stringify 'None' of filter revisions (fixes #5060)
    i18n: drop excessive '\' from internal URL of ru translation (fixes #5063)
    graphopt: do not build nodes just for flags() (fixes #5061)

TortoiseHg 4.5.2

TortoiseHg 4.5.2 is a regularly scheduled bug-fix release, primarily containing the security fixes in Mercurial 4.5.2
TortoiseHg 4.5

TortoiseHg 4.5 is a quarterly feature release
Bug Fixes

    mergetools: add meld with --auto-merge (fixes #4973)
    mq: add action for "qpush --move" (closes #4991)
    mq: preserve selection on trivial renames (fixes #5004)
    mq: trigger delete patches action by Del (closes #4944)

Improvements

    chunks: do not apply fontdiff to whole DiffBrowser widget
    manifestmodel: do not call begin/endInsertRows() if empty (fixes #5000)
    qtapp: do not try to select destroyed signal having no argument (fixes #5020)
    qtapp: enable support for HiDPI toolbar icons (fixes #5025)
    settings: remove unsupported "fontlist" config knob (fixes #4945)

TortoiseHg 4.4.2

TortoiseHg 4.4.2 is a regularly scheduled bug-fix release
Fixed Bugs

    graphopt: in revset_mode don't add edges for revs not in the set (fixes #4935)
    guess: replace Model.reset() by begin/endResetModel() (fixes #4967)
    qt5: work around incompatibility with QProxyStyle (fixes #4962)
    qtapp: convert login username to unicode (fixes #4964)
    repomodel: cache repo.branchheads() (refs #4963)
    visdiff: coerce type of configbool() value to be passed to setEnabled()

TortoiseHg 4.4.1

TortoiseHg 4.4.1 is a major release, coinciding with Mercurial's 4.4.1 security fix release. The x64 Windows installer packages are now built with Qt5. The x86 Windows installer packages will remain on Qt4. Linux and Mac OS X users can use Qt4 or Qt5, whichever is more stable on your platform.
Installer

    Qt5.9.2, PyQt5.9.2
    latest versions of hg-git, dulwich and evolve

(wiz)

2018-04-22 22:11:47 UTC MAIN commitmail json YAML

py-qt4-qscintilla: fix buildlink3.mk depends pattern

(wiz)

2018-04-22 21:43:01 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-18.0.1, attica-qt5-5.45.0, boost-libs-1.67.0, calibre-3.22.1,
  extra-cmake-modules-5.45.0, file-5.33, gnome-3.28.1, gsed-4.5,
  gtk3-3.22.30, karchive-5.45.0, kauth-5.45.0, kbookmarks-5.45.0,
  kcodecs-5.45.0, kcompletion-5.45.0, kconfig-5.45.0,
  kconfigwidgets-5.45.0, kcoreaddons-5.45.0, kcrash-5.45.0,
  kdbusaddons-5.45.0, kdoctools-5.45.0, kglobalaccel-5.45.0,
  kguiaddons-5.45.0, ki18n-5.45.0, kiconthemes-5.45.0, kio-5.45.0,
  kitemmodels-5.45.0, kitemviews-5.45.0, kjobwidgets-5.45.0,
  knotifications-5.45.0, kservice-5.45.0, ktextwidgets-5.45.0,
  kwallet-5.45.0, kwidgetsaddons-5.45.0, kwindowsystem-5.45.0,
  kxmlgui-5.45.0, libgsf-1.14.43, libsoup-2.62.1, libuv-1.20.1,
  libwebp-1.0.0, mupdf-1.13.0, nginx-1.14.0, ocaml-findlib-1.8.0,
  openafs-1.8, oxygen-icons-5.45.0, perl5-5.26.2, phonon-qt5-4.10.0,
  phpmyadmin-4.8, poppler-0.64.0, py-cairo-1.17.0, py-certifi-2018.4.16,
  py-pathlib2-2.3.2, solid-5.45.0, sonnet-5.45.0, subversion-1.10,
  subversion-base-1.10.0, vala-0.40.4, vim-8.0.1747, vim-share-8.0.1747,
  xscreensaver-5.39, zziplib-0.13.69.

(wiz)

2018-04-22 21:40:32 UTC MAIN commitmail json YAML

Updated devel/libebml, multimedia/libmatroska

(adam)

2018-04-22 21:40:00 UTC MAIN commitmail json YAML

libmatroska: updated to 1.4.9

v1.4.9:
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Added a code of conduct to the project.

(adam)

2018-04-22 21:38:22 UTC MAIN commitmail json YAML

libebml: updated to 1.3.6

v1.3.6.
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Fixed undefined behavior when reading signed integers with
negative values from files (though compilers implemented this the
way we wanted them to already).
* Fixed a small memory leak when reading an element runs into an
I/O exception (e.g. due to having reached the end of the file).
* Fixed the EbmlMaster::GetDataStart() function returning wrong
values for elements with an infinite/unknown size.
* Fixed finding the next element ID when garbage data is
encountered during the scan for the ID.
* Fixed several potential situations where reading child element
data could exceed the parent element's size.
* Added a code of conduct to the project.

(adam)

2018-04-22 21:31:09 UTC MAIN commitmail json YAML

parallel/slurm-wlm: import slurm-wlm-17.11.5

SLURM is an open-source resource manager designed for Linux clusters of
all sizes. It provides three key functions. First it allocates exclusive
and/or non-exclusive access to resources (computer nodes) to users for some
duration of time so they can perform work. Second, it provides a framework
for starting, executing, and monitoring work (typically a parallel job) on
a set of allocated nodes. Finally, it arbitrates contention for resources
by managing a queue of pending work.

Renamed from parallel/slurm.

OK wiz@

(bacon)

2018-04-22 20:09:57 UTC MAIN commitmail json YAML

doc/CHANGES-2018: Delete an extra 0 in the date (should really fix PR pkg/53203)

(leot)

2018-04-22 20:07:37 UTC MAIN commitmail json YAML

doc/CHANGES-2018: Fix a typo in the date of wordpress-4.9.4 entry

Pointed out by Daniel Loffgren via PR pkg/53203. Thanks!

(leot)

2018-04-22 17:57:47 UTC MAIN commitmail json YAML

cdrtools: Fix build under macOS (High Sierra)

Create 64bit clang rules file by copying the 32bit file. The compiler
defaults to 64bit binaries under modern version of macOS/Xcode anyway.

(tron)

2018-04-22 17:26:36 UTC MAIN commitmail json YAML

slurm: Rename to slurm-wlm to resolve conflict with net/slurm

ok wiz@

(bacon)

2018-04-22 17:25:53 UTC MAIN commitmail json YAML

slurm: Rename to slurm-wlm to resolve conflict with net/slurm

ok wiz@

(bacon)

2018-04-22 17:02:12 UTC MAIN commitmail json YAML

doc: Updated finance/py-alpha_vantage to 2.0.0

(minskim)

2018-04-22 17:01:33 UTC MAIN commitmail json YAML

finance/py-alpha_vantage: Update to 2.0.0

Notable changes since 1.8.0:

* From version 1.9.0 onwards, the urllib was substituted by pythons
  request library that is thread safe. If you have any error, post an
  issue.

(minskim)

2018-04-22 16:43:30 UTC MAIN commitmail json YAML

textproc/php-intl: unbreak with icu61.1

This fix is taken from a commit of FreeBSD ports:
<https://svnweb.freebsd.org/ports?view=revision&revision=466398>.

(taca)

2018-04-22 11:56:46 UTC MAIN commitmail json YAML

Updated devel/p5-Storable to 3.09

(wen)

2018-04-22 11:54:57 UTC MAIN commitmail json YAML

Update to 3.09

Upstream changes:
    Version 3.09
        * Fix "provides" in metadata (META.yml/META.json) to use the Storable
          template instead of a small other file (which also didn't exist).

2018-04-21 11:23:00 xsawyerx
    Version 3.08
        * (perl #132849) try to disable core files when deliberatly segfaulting.
        * (perl #127743) don't probe Storable limits so much.
        * (perl #132893) don't probe for Storable recursion limits on old Win32.
        * (perl #132870) workaround VC2017 compiler bug.
        * (perl #127743) re-work for debugging builds with MSVC.
        * (perl #133039) dont build a Storable.so/.dll with a static perl build.

2018-02-07 15:08:00 tonyc
    Version 3.06

        * support large object ids.  The code in theory supported arrays
        with more than 2**32 elements, but references to the elements
        emitted at the end of the array with be retrieved as references to
        the wrong elements.
        * 32-bit object ids over 2**31-1 weren't correctly handled.
        * hook object id generation now supports 64-bit ids where needed
        * writing 64-bit lengths in network order now works
        * reading 64-bit lengths in network order now reads the components
        in the correct order.
        * retrieving large object tags are now only handled on 64-bit
        platforms, large object tags should only be emitted for objects
        that are too large for the 32-bit address space, so it was only
        wasted code.
        * reading 32-bit lengths for LSCALAR and LUTF8STR as unsigned
        (perl #131990)
        * reading flagged large object hashes didn't read the flags
        * treat the 32-bit size of hook data as unsigned, values over 2GB
        were treated as large (close to 2**64) parameters to NEWSV().
        (perl #131999)
        * added support for hook data over 4GB in size
        * zero length data receievd from STORABLE_freeze() no longer
        results in an invalid SV being passed to STORABLE_thaw/_attach()
        (perl #118551)
        * where practical, padding is now cleared when emitting a long
        double (perl #131136)
        * cache the value of $Storable::DEBUGME (since cperl enabled
        Storable TRACEME builds for all -DDEBUGGING builds)
        * no longer discard exceptions thrown by
        STORABLE_freeze/_thaw/attach() (perl #25933)
        * fix dependencies used to build Storable.pm from __Storable__.pm
        * add experimental support for freezing/thawing regular
        expressions (perl #50608)
        * re-work recursion limiting to store the limit in a perl variable
        instead of baked into Storable.$so.  This allows static Storable
        builds to work, and avoids the kind of circular reference on
        Storable.$so.

2017-07-24 13:57:13 rurban
    Version 3.05_13

        * mingw fix: use safe defaults, not segfaulting defaults.
        mingw fails on the stacksize binary search, leaving it empty.

Wed Apr 19 09:11:07 2017 +0200 Reini Urban <rurban@cpan.org>
    Version 3.05_12

        * enhance stack reserve from 8 to 16
        * fix LD_LIBRARY_PATH usage for CORE
        * fixed some coverity warnings and leaks
        * added a release make target

Wed Mar 29 21:04:28 2017 +0200 Reini Urban <rurban@cpan.org>
    Version 3.05_11

        * croak on sizes read > I32_MAX
        * simplify last_op_in_netorder
        * protect from empty retrieve_vstring
        * protect store_other error buf, potential static
        buffer overflow.

Tue Mar 14 09:52:20 2017 +0100 Reini Urban <rurban@cpan.org>
    Version 3.05_10

        * CORE-only improvements to stacksize

Thu Mar 9 19:20:19 2017 +0100 Reini Urban <rurban@cpan.org>
    Version 3.05_09

        * compute the stacksizes, improve cleanup within croak
        from stack exhaustion.
        * added stack_depth and stack_depth_hash getters.

Wed Mar  8 21:03:43 CET 2017 Reini Urban <rurban@cpan.org>
    Version 3.05_08

        * finetune the max stack limit, for C++, DEBUGGING and 32bit.
        * fix t/blessed.t for cperl5.22

Sun Mar 5 13:36:47 2017 +0100 Reini Urban <rurban@cpan.org>
    Version 3.05_07

        * Fixed a podchecker issue

Sun Mar 5 11:42:04 2017 +0100 Reini Urban <rurban@cpan.org>
    Version 3.05_06

        * Fixed wrong recursion depth error with large arrays containing
        another array.
L<[cperl #257]|https://github.com/perl11/cperl/issues/257>

Thu Feb 2 12:40:44 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05_05

        * Add leak tests for [cpan #97316], [perl #121928]
        * Limit the max recursion depth to 1200 on 32bit systems.
        We have no max_depth option yet, as in JSON::XS.

Thu Feb 2 11:59:21 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05_04

        * Fix retrieve_tied_array which fails since 5.16
        [cpan #84705]
        * Improve t/blessed.t in the creation of sv_yes/sv_no
        with threaded perls.

Tue Jan 31 02:55:30 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05_03

        * Tune t/recurse.t stack-overflow limit more.

Mon Jan 30 19:50:29 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05_02

        * Tune t/recurse.t stack-overflow limit. Small 64bit systems overflow
        even with depth 3000, where 32bit are ok.

Mon Jan 30 15:13:38 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05_01

        * Protect against stack overflows with nested arrays and hashes
        [cpan #97526]. This imposes a new limit to your nested structures,
        but JSON::XS has a limit of 512. We use a max_depth of 3000 for the
        typical stack limit of 8k.

Sun Jan 29 11:36:43 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.05

        * Protect against classname len overflow on the stack
        and 2x on the heap with retrieve_bless and retrieve_hook.
        A serious security issue with malcrafted storable files or buffers,
        but p5p accepts no CVE on Storable attacks. See RT #130635
        (reported by JD).
        * Fix NULL ptr SEGVs with retrieve_code and retrieve_other.
        See RT #130098 (reported and fixed by JD)
        * Fix wrong huge LOBJECT support, broken since 3.00c.
        Repro with `export PERL_TEST_MEMORY=8`
        * Fix the few remaining 2-arg open calls.
        * Portability and backport fixes back to 5.6.2

Sat Jan 7 09:01:29 2017 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.04c

        * fix printf types and warnings, esp. for 32bit use64bitint
        * Change sv_setpvn(鐃緒申, "鐃緒申", 鐃緒申) to sv_setpvs(鐃緒申, "鐃緒申")

Tue Jul 26 11:49:33 2016 +1000 Tony Cook <tony@develop-help.com>
    Version 3.03c

        * remove . from @INC when loading optional modules

Sun Nov 20 18:06:45 2016 +0100 Reini Urban <rurban@cpanel.net>
    Version 3.02c

        * Fix -Wc++11-compat warnings, fix -Wchar-subscripts

Fri Sep 16 01:32:59 2016 +0200 Reini Urban <rurban@cpanel.net>
    Version 3.01c

        * Added warn_security("Movable-Type CVE-2015-1592 Storable metasploit attack")
          when detecting the third destructive metasploit vector,
          thawing bless \"mt-config.cgi", "CGITempFile".

Thu Mar 31 17:10:27 2016 +0200 Reini Urban <rurban@cpanel.net>
    Version 3.00c

        * Added support for u64 strings, arrays and hashes >2G
          via a new LOBJECT tag. This is for 32bit systems and lengths
          between 2GB and 4GB (I32-U32), and 64bit (>I32).
        * Bumped STORABLE_BIN_MINOR and STORABLE_BIN_WRITE_MINOR from 10 to 11
        * fix parallel tests, use unique filenames.
        * fixed 2 instances of 2arg open,
        * added optional flag arguments to skip tie and bless on retrieve/thaw,
        * added SECURITY WARNING and Large data support to docs
        * compute CAN_FLOCK at compile-time
        * reformat everything consistently
        * enable DEBUGME tracing and asserts with -DDEBUGGING
        * fix all 64 bit compiler warnings
        * added some abstraction methods to avoid code duplication

?????? p5p <perl5-porters@perl.org>
    Version 2.65

* Replace multiple 'use vars' by 'our'
* remove Config dependency

(wen)

2018-04-22 11:49:51 UTC MAIN commitmail json YAML

Updated audio/p5-Audio-Scan to 1.00

(wen)

2018-04-22 11:48:54 UTC MAIN commitmail json YAML

Update to 1.00

Upstream changes:
1.00    2018-04-21
        - Fixed parsing of DSF files with more than 2 channels.

(wen)

2018-04-22 11:42:28 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA3 to 1.04

(wen)

2018-04-22 11:41:36 UTC MAIN commitmail json YAML

Update to 1.04

Upstream changes:
1.04  Fri Apr 20 16:25:30 MST 2018
- silenced compiler warnings from VS2017
-- ref. rt.cpan.org #124477
-- thanks to Sergey Aleynikov for diagnostics
- modified addfile to return error when given a directory name
-- makes behavior consistent with GNU coreutils shaXsum
-- thanks to Scott Baker for pointing this out

(wen)

2018-04-21 23:30:47 UTC MAIN commitmail json YAML

auth_socket.so is built on DragonFly BSD too.

(sevan)

2018-04-21 19:40:50 UTC MAIN commitmail json YAML

Add support for DragonFly BSD.
OS is essentially the same as FreeBSD from our configuration point of view, with
the exception of the name of utiliy for nullfs mounts.
Tested on DragonFly 5.3-DEVELOPMENT.

(sevan)

2018-04-21 17:28:33 UTC MAIN commitmail json YAML

doc: Updated misc/moreutils to 0.62

(leot)

2018-04-21 17:27:51 UTC MAIN commitmail json YAML

moreutils: Update misc/moreutils to 0.62

Changes:
0.62
----
- ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber
- ts: Added %.T format like %T but with hi-res. Thanks, Matt Koscica
- pee: Ignore SIGPIPE and write errors caused by the command not consuming all
  its input. Closes: #697052 Thanks, Ole Jørgen Brønner
- chronic: document return value semantics of -e option.
  Closes: #867167 Thanks, Daniel Shahaf
- vidir: reword man page to more explicit mention 'file' args.
  Closes: #885221 Thanks, Daniel Shahaf
- pee: Don't buffer input, bringing behavior into line with tee.
  Thanks, Sauerbeck Tilman

0.61
----
- chronic: Flush output more often to better preserve stdout,err ordering.
  Thanks, Miroslav Šustek

(leot)

2018-04-21 13:38:07 UTC MAIN commitmail json YAML

2018-04-21 12:39:55 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-borgbackup to 1.1.5nb1

(wiz)

2018-04-21 12:37:46 UTC MAIN commitmail json YAML

py-borgbackup: add patch for previous

(wiz)

2018-04-21 12:36:17 UTC MAIN commitmail json YAML

2018-04-21 10:50:46 UTC MAIN commitmail json YAML

doc: add ffmpeg-4.0

(zafer)

2018-04-21 10:22:56 UTC MAIN commitmail json YAML

gnucash: add TEST_TARGET

37% tests passed, 67 tests failed out of 107

(wiz)

2018-04-21 09:25:28 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.3.4

(leot)

2018-04-21 09:25:16 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.3.4

Changes:
1.3.4
-----
* Added support for custom OAuth2 credentials for `pinterest`
* Improved rate limit handling for `tumblr` extractors
* Improved `hentaifoundry` extractors
* Improved `imgur` URL patterns
* Fixed miscellaneous extraction issues for `luscious` and `komikcast`
* Removed `loveisover` and `spectrumnexus`

(leot)

2018-04-21 04:40:01 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.6.6

(tsutsui)

2018-04-21 04:39:41 UTC MAIN commitmail json YAML

mikutter: update to 3.6.6.

Upstream changes:

mikutter 3.6.6

* some README contents were obsolete
* tweets fetched via userstream were not in extended_mode
* account registration per tutorial stalled in some case
* gtk: window roll commands whose visible attribute was false was
  shown on the toolbar
* gtk2 3.2.4
* a command to switch to a specific account didn't work

(tsutsui)

2018-04-21 01:13:09 UTC MAIN commitmail json YAML

kirigami2: remove plasma-framework dependency.

Don't remember why I added it.

(markd)

2018-04-20 15:34:36 UTC MAIN commitmail json YAML

ovmf: use older pkgsrc acpica to fix build on netbsd-current.
add missing depends.

Install OVMF.fd as data so we do not try to strip it. it's not ELF and
broke install.

(maya)

2018-04-20 04:57:33 UTC MAIN commitmail json YAML

doc: Updated mail/mpop to 1.2.6

(wiz)

2018-04-20 04:57:23 UTC MAIN commitmail json YAML

mpop: update to 1.2.6.

mpop 1.2.6 is released!
This release improves error exit codes when multiple accounts are queried.

Requested by Archie in PR 53198.

(wiz)

2018-04-20 01:36:00 UTC MAIN commitmail json YAML

2018-04-19 22:12:25 UTC MAIN commitmail json YAML

Commit missing part of gnutls recursive bump.

Noted by Patrick Welche.

(wiz)

2018-04-19 18:07:04 UTC MAIN commitmail json YAML

2018-04-19 09:59:28 UTC MAIN commitmail json YAML

src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp,
so apply the same workaround.
Bump PKGREVISION

(bouyer)

2018-04-19 08:23:12 UTC MAIN commitmail json YAML

2018-04-19 08:20:18 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.2.4

(fhajny)

2018-04-19 08:20:10 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.2.4.

- Smarter handling of model-graph when dealing with compound queries
  (union, intersect, etc).
- If the same column-name is selected multiple times, first value
  wins.
- If ModelSelect.switch() is called without any arguments, default to
  the query's model.
- Fix issue where cloning a ModelSelect query did not result in the
  joins being cloned.

(fhajny)

2018-04-19 07:56:48 UTC MAIN commitmail json YAML

doc: Updated devel/gradle to 4.7

(fhajny)

2018-04-19 07:56:39 UTC MAIN commitmail json YAML

devel/gradle: Update to 4.7.

- Gradle's incremental Java compiler can now run annotation processing
  incrementally.
- Support for Gradle builds with JDK 10
- Gradle log output is now grouped by task for non-interactive
  execution.
- Failed tests now run first. Together with the --fail-fast option it
  provides the quickest possible feedback loop.
- Incubating new capability for Kotlin DSL users: precompiled script
  plugins.
- Kotlin DSL v0.16 also includes Kotlin 1.2.31, a more consistent API,
  better IDE support, and more.

(fhajny)

2018-04-19 07:28:41 UTC MAIN commitmail json YAML

libpurple: remove files that are not needed after 2.13.0 update

(wiz)

2018-04-19 06:59:34 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-OpenSSL-Random to 0.14

(wen)

2018-04-19 06:57:57 UTC MAIN commitmail json YAML

Update to 0.14
Add missing DEPENDS

Upstream changes:
0.14  2018-04-17 rurban
        - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)

0.13  2018-04-14 rurban
        - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)

0.12  2018-04-13 rurban
        - use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
          fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)

(wen)

2018-04-19 06:52:17 UTC MAIN commitmail json YAML

Added security/p5-Crypt-OpenSSL-Guess version 0.11

(wen)

2018-04-19 06:50:42 UTC MAIN commitmail json YAML

Add p5-Crypt-OpenSSL-Guess.

(wen)

2018-04-19 06:49:11 UTC MAIN commitmail json YAML

Import Crypt::OpenSSL::Guess-0.11 as security/p5-Crypt-OpenSSL-Guess.

Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path
on any platforms.

(wen)

2018-04-19 03:14:30 UTC MAIN commitmail json YAML

Updated security/p5-CryptX to 0.059

(wen)

2018-04-19 03:12:32 UTC MAIN commitmail json YAML

Update to 0.059

Upstream changes:
0.059  2018-03-25
        - new Crypt::Digest::Keccak(224|256|384|512)
        - new methods sign_hash_rfc7518 + verify_hash_rfc7518 (Crypt::PK::ECC)
        - improved import of pkcs#8 private keys (Crypt::PK::ECC)
        - improved export allowing "compressed" variants (Crypt::PK::ECC)
        - fix #28 Apple's APNS pkcs8 auth key import fails (Crypt::PK::ECC)
        - fix cpantesters failure (5.8.1 related)

(wen)

2018-04-19 02:49:04 UTC MAIN commitmail json YAML

2018-04-19 02:47:42 UTC MAIN commitmail json YAML

Updated www/p5-HTML-FormFu to 2.06

(wen)

2018-04-19 02:46:47 UTC MAIN commitmail json YAML

Update to 2.06

Upstream changes:
2.06      2018-04-09 20:23:54+00:00 UTC

    - New JSON Constraint

    - Improve email tests, so that MX tests are only run if internet access

    - Tests improved to ensure all locales pass

    - Corrected Email Validation so that spaces in the address cause failures

    - add new auto_error_field_class() method to add classes directly
      to field tag

    - constraints_from_dbic() can now be called on Blocks,
      handles 'nested_name', and support added for BOOL and DECIMAL columns

    - remove bundled/renamed MooseX::Attribute::Chained and depend on the
      fixed version

    - Remove out-of-date reference to lacunaexpanse.

(wen)

2018-04-19 02:21:16 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny to 1.002002

(wen)

2018-04-19 02:19:54 UTC MAIN commitmail json YAML

Update to 1.002002

Upstream changes:
1.002002 2018-04-17

[ Bug Fixes ]
- Compatibility with constants and with CV-in-stash optimisation.
  Fixes RT#123408.
  <https://rt.cpan.org/Ticket/Display.html?id=123408>

(wen)

2018-04-18 20:49:13 UTC MAIN commitmail json YAML

2018-04-18 20:48:19 UTC MAIN commitmail json YAML

2018-04-18 20:03:43 UTC MAIN commitmail json YAML

fann: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:59:36 UTC MAIN commitmail json YAML

py-libtaxii: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:56:42 UTC MAIN commitmail json YAML

sign: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:54:21 UTC MAIN commitmail json YAML

py-httpie: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:47:20 UTC MAIN commitmail json YAML

transifex-client: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:38:26 UTC MAIN commitmail json YAML

p5-Mojo-IOLoop-ForkCall: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:34:11 UTC MAIN commitmail json YAML

sniproxy: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 19:25:27 UTC MAIN commitmail json YAML

keychain: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

(kamil)

2018-04-18 15:38:04 UTC MAIN commitmail json YAML

doc: Added devel/R-inline version 0.3.14

(minskim)

2018-04-18 15:37:59 UTC MAIN commitmail json YAML

devel/Makefile: Add R-inline

(minskim)

2018-04-18 15:37:56 UTC MAIN commitmail json YAML

devel/R-inline: Import version 0.3.14

Functionality to dynamically define R functions and S4 methods with
inlined C, C++ or Fortran code supporting .C and .Call calling
conventions.

(minskim)

2018-04-18 12:18:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/beats to 6.2.4

(fhajny)

2018-04-18 12:18:49 UTC MAIN commitmail json YAML

sysutils/beats: Update to 6.2.4. Enable auditbeat (outside SunOS).

Auditbeat
- Add hex decoding for the name field in audit path records.

Filebeat
- Fix panic when log prospector configuration fails to load.

Packetbeat
- HTTP parses successfully on empty status phrase.

(fhajny)

2018-04-18 11:27:30 UTC MAIN commitmail json YAML

doc: Updated databases/elasticsearch to 6.2.4

(fhajny)

2018-04-18 11:27:21 UTC MAIN commitmail json YAML

databases/elasticsearch: Update to 6.2.4.

=== Bug fixes

Engine::
- Harden periodically check to avoid endless flush loop

Ingest::
- Don't allow referencing the pattern bank name in the pattern bank

Java High Level REST Client::
- Bulk processor#awaitClose to close scheduler

Java Low Level REST Client::
- REST client: hosts marked dead for the first time should not be
  immediately retried

Network::
- Cross-cluster search and default connections can get crossed

Percolator::
- Fixed bug when non percolator docs end up in the search hits
- Fixed a msm accounting error that can occur during analyzing a
  percolator query
- Fix more query extraction bugs.
- Fix some query extraction bugs.

Plugins::
- Plugins: Fix native controller confirmation for non-meta plugin

Search::
- Propagate ignore_unmapped to inner_hits

Settings::
- Archive unknown or invalid settings on updates

(fhajny)

2018-04-18 09:53:21 UTC MAIN commitmail json YAML

Updated security/py-asn1-modules, www/py-cheroot

(adam)

2018-04-18 09:52:59 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.2.3

v6.2.3
Skip installing dependencies from backports namespace under Python 3.

(adam)

2018-04-18 09:43:27 UTC MAIN commitmail json YAML

py-asn1-modules: updated to 0.2.1

Revision 0.2.1, released 23-11-2017
- Allow ANY DEFINED BY objects expanding automatically if requested
- Imports PEP8'ed

Revision 0.1.5, released 10-10-2017
- OCSP response blob fixed in test
- Fixed wrong OCSP ResponderID components tagging

Revision 0.1.4, released 07-09-2017
- Typo fixed in the dependency spec

Revision 0.1.3, released 07-09-2017
- Apparently, pip>=1.5.6 is still widely used and it is not PEP440
  compliant. Had to replace the `~=` version dependency spec with a
  sequence of simple comparisons to remain compatible with the aging pip.

Revision 0.1.2, released 07-09-2017
- Pinned to pyasn1 ~0.3.4

Revision 0.1.1, released 27-08-2017
- Tests refactored into proper unit tests
- pem.readBase64fromText() convenience function added
- Pinned to pyasn1 0.3.3

(adam)

2018-04-18 08:43:22 UTC MAIN commitmail json YAML

Note update of lang/sr to 2.3.3nb10.

(he)

2018-04-18 08:42:16 UTC MAIN commitmail json YAML

Modernize this so that it builds again (after SSP), and
do the context-shifting in a non-MI manner so it may work
on other ports than i386.
Bump PKGREVISION.

(he)

2018-04-18 08:26:42 UTC MAIN commitmail json YAML

dconf: disable man page generation, add bug report URL

Enabling the man page generation was not intended to be committed,
sorry for the breakage.

(wiz)

2018-04-18 07:38:35 UTC MAIN commitmail json YAML

Updated www/py-werkzeug

(adam)