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

2024-05-13 03:37:55 UTC Now

2018-09-04 00:02:03 UTC MAIN commitmail json YAML

security/botan{,-devel}: Designate doc dir explicitly

Before this change, botan{,-devel} installed documents in
${PREFIX}/doc, not ${PREFIX}/share/doc, on Darwin.

(minskim)

2018-09-03 23:48:12 UTC MAIN commitmail json YAML

doc: Updated math/py-numba to 0.39.0nb1

(minskim)

2018-09-03 23:47:44 UTC MAIN commitmail json YAML

2018-09-03 19:09:46 UTC MAIN commitmail json YAML

doc: Updated www/php-owncloud to 10.0.9

(hauke)

2018-09-03 19:09:19 UTC MAIN commitmail json YAML

Update to owncloud 10.0.9

From the changelog:

10.0.9 - 2018-07-17

Added
Added account module middleware to be able to plug in logic after authentication - #31883 #31933
occ user:list now takes a list of attributes to display - #31115
Added Symfony events for user preference changes - #31266
Added Symfony events for public links shared by email - #31632
Added Symfony events for accept and reject for local shares - #31702
Added support for Imprint and Privacy Policy URLs in web UI and email footers - #31666 #31699 #31730 #31766
Added HTML template for lost password email - #31144
Received local shares can now trigger a notification to accept or reject them, also visible in "Shared with you" section - #31613 #31886
Rejected shares can now be accepted again in the "Shared with you" section - #31613
Provide original exception via logging events - #31623
Share autocomplete now displays useful tooltip when typing less characters - #31729
Added public Webdav API for versions using a new "meta" DAV endpoint - #31729 #29637 #31805 #31801
Added support for retrieving file previews using Webdav endpoint - #29319 #30192 #31748 #31788 #31862 #31865
Added versioning support for primary object store - #29607 #31285 #31595

Changed
Updated ca-bundle.crt - #31734
Bump symfony to 3.4.8 and other pending minor bumps - #31221
Bump karma from 2.0.0 to 2.0.2 in /build - #31253
Bump karma-jasmine from 1.1.1 to 1.1.2 in /build - #31378
Bump karma-coverage from 1.1.1 to 1.1.2 in /build - #31380
Bump zendframework/zend-inputfilter from 2.8.1 to 2.8.2 - #31431
Bump icewind/smb from 1.1.0 to 3.0.0 in /apps/files_external/3rdparty - #31521
Bump symfony 3.4.9 to 3.4.11 - #31571
Update jsdoc requirement to ~3.5.5 - #30036
Removed example theme which now lives in the theme-example repository - #31447
A user who is a member of multiple groups is now excluded from sharing if at least one of their group is configured for exclusion - #31737 #31822
Changed back default minimum search characters to 2 for share autocomplete due to confusion - #31729
Files app UI now uses new versions API through the "meta" DAV endpoint - #29607

Removed
Removed old private ajax API for previews, deprecated by DAV endpoint support - #30254
Bookmarks certificate was removed - #31878

Fixed
Adjustments for the notifications messages of the sharing apps - #31947
Disable jquery globalEval - #31972
Work around Edge browser memory leak in web UI chunked upload - #31884
Don't fail if ISqlMigration doesn't return anything - #31779
Fixed restoring of versions for single file shares - #31681
Group admins are not able to create groups any more using provisioning API - #31738
Fix Oracle for queries using ILIKE operator - #31466
Improve user-sync command help description - #31691
Fix deletion and restoration of files in trashbin in some partial selection scenarios - #31700
Do not load the code of disabled theme apps - #31478
Fix encrypt-all and decrypt-all commands to keep shares when encrypting - #31600 #31590
Proceed with encrypt-all command by enabling user-keys if no mode is selected by user - #31612
Validate maximum length of a username - #31664
Save timezone as given during login - #31493
Fix checksum computation to not apply on read-write streams to avoid potential mismatch results - #31619
Exclude uploads directory from read-only cache mask, fixes guest app chunked uploads - #31596
Properly normalize paths for event, no &$magic needed - #31689
Use the correct user id in login related Symfony events - #31605
Fix public link dialog issue when collaborative tags app is disabled - #31581
Fix updating public link share in transfer ownership command - #31176 #31953
Do not set the password again if it hasn't changed - #31370
Use correct l10n to translate 'password was changed' email - #31553
Improve text in settings/personal App Password - #31539
Fix default language code example - #31448
Fix double slash in versioning file copy events - #31452
Split public password enforced capabilities based on a config - #31499
Fix bogus exceptions related to missing DAV nodes after deletion - #31479
Fix enabling of users by group admins in the web UI - #31489
Fix AccountMapper to return an object or throw an exception - #31445
Proper handling of exceptions in UserManager - #31446
Properly cache non-existing user in UserManager - #31446
Update verify checksums console output to flow more naturally - #31449
Subadmin shouldn't be able to add users to their groups via API - #31337
Catch duplicate inserts in token table - #31460 #31794 #32041
Fix overflowing public share names in the share panel - #31369
Fix occ user:sync to sync quota from preferences after upgrade if backend provided no quota - #31360
Fix for Redis dev editions - #31282
Fix mail debug message recipient field - #31227
Prevent infinite loop in case of error in "log" event handler - #31247
Fix HTTP status code when uploading virus-infected files - #31260
Add back robots.txt in the release - #31248

(hauke)

2018-09-03 18:59:16 UTC MAIN commitmail json YAML

doc: Updated security/vault to 0.11.0

(fhajny)

2018-09-03 18:59:08 UTC MAIN commitmail json YAML

security/vault: Update to 0.11.0.

DEPRECATIONS/CHANGES:

- Request Timeouts: A default request timeout of 90s is now enforced. This
  setting can be overwritten in the config file. If you anticipate requests
  taking longer than 90s this setting should be updated before upgrading.
- (NOTE: will be re-added into 0.11.1 as it broke more than anticipated. There
  will be some further guidelines around when this will be removed again.)
  * `sys/` Top Level Injection: For the last two years for backwards
  compatibility data for various `sys/` routes has been injected into both the
  Secret's Data map and into the top level of the JSON response object.
  However, this has some subtle issues that pop up from time to time and is
  becoming increasingly complicated to maintain, so it's finally being
  removed.
- Path Fallback for List Operations: For a very long time Vault has
  automatically adjusted `list` operations to always end in a `/`, as list
  operations operates on prefixes, so all list operations by definition end
  with `/`. This was done server-side so affects all clients. However, this
  has also led to a lot of confusion for users writing policies that assume
  that the path that they use in the CLI is the path used internally. Starting
  in 0.11, ACL policies gain a new fallback rule for listing: they will use a
  matching path ending in `/` if available, but if not found, they will look
  for the same path without a trailing `/`. This allows putting `list`
  capabilities in the same path block as most other capabilities for that
  path, while not providing any extra access if `list` wasn't actually
  provided there.
- Performance Standbys On By Default: If you flavor/license of Vault
  Enterprise supports Performance Standbys, they are on by default. You can
  disable this behavior per-node with the `disable_performance_standby`
  configuration flag.
- AWS Secret Engine Roles: The AWS Secret Engine roles are now explicit about
  the type of AWS credential they are generating; this reduces reduce
  ambiguity that existed previously as well as enables new features for
  specific credential types. Writing role data and generating credentials
  remain backwards compatible; however, the data returned when reading a
  role's configuration has changed in backwards-incompatible ways. Anything
  that depended on reading role data from the AWS secret engine will break
  until it is updated to work with the new format.

FEATURES:

- Namespaces (Enterprise): A set of features within Vault Enterprise
  that allows Vault environments to support *Secure Multi-tenancy* within a
  single Vault Enterprise infrastructure. Through namespaces, Vault
  administrators can support tenant isolation for teams and individuals as
  well as empower those individuals to self-manage their own tenant
  environment.
- Performance Standbys (Enterprise): Standby nodes can now service
  requests that do not modify storage. This provides near-horizontal scaling
  of a cluster in some workloads, and is the intra-cluster analogue of
  the existing Performance Replication feature, which replicates to distinct
  clusters in other datacenters, geos, etc.
- AliCloud OSS Storage: AliCloud OSS can now be used for Vault storage.
- AliCloud Auth Plugin: AliCloud's identity services can now be used to
  grant access to Vault. See the plugin repository for more information.
- Azure Secrets Plugin: There is now a plugin (pulled in to Vault) that
  allows generating credentials to allow access to Azure. See the plugin
  repository for more information.
- HA Support for MySQL Storage: MySQL storage now supports HA.
- ACL Templating: ACL policies can now be templated using identity Entity,
  Groups, and Metadata.
- UI Onboarding wizards: The Vault UI can provide contextual help and
  guidance, linking out to relevant links or guides on vaultproject.io for
  various workflows in Vault.

IMPROVEMENTS:

- agent: Add `exit_after_auth` to be able to use the Agent for a single
  authentication
- auth/approle: Add ability to set token bound CIDRs on individual Secret IDs
- cli: Add support for passing parameters to `vault read` operations
- secrets/aws: Make credential types more explicit
- secrets/nomad: Support for longer token names
- secrets/pki: Allow disabling CRL generation
- storage/azure: Add support for different Azure environments
- storage/file: Sort keys in list responses
- storage/mysql: Support special characters in database and table names.

BUG FIXES:

- auth/jwt: Always validate `aud` claim even if `bound_audiences` isn't set
  (IOW, error in this case)
- core: Prevent Go's HTTP library from interspersing logs in a different
  format and/or interleaved
- identity: Properly populate `mount_path` and `mount_type` on group lookup
- identity: Fix persisting alias metadata
- identity: Fix carryover issue from previously fixed race condition that
  could cause Vault not to start up due to two entities referencing the same
  alias. These entities are now merged.
- replication: Fix issue causing some pages not to flush to storage
- secrets/database: Fix inability to update custom SQL statements on
  database roles.
- secrets/pki: Disallow putting the CA's serial on its CRL. While technically
  legal, doing so inherently means the CRL can't be trusted anyways, so it's
  not useful and easy to footgun.
- storage/gcp,spanner: Fix data races

(fhajny)

2018-09-03 18:34:18 UTC MAIN commitmail json YAML

Add missing dependency on textproc/php-intl.

(hauke)

2018-09-03 17:40:32 UTC MAIN commitmail json YAML

erlang: disable PGO on netbsd. gcov doesn't work on netbsd-8 at least.

From Michael Taylor in PR pkg/53567

(maya)

2018-09-03 17:11:23 UTC MAIN commitmail json YAML

Updated sysutils/findutils to 4.6.0nb2

(ryoon)

2018-09-03 17:10:54 UTC MAIN commitmail json YAML

We no longer apply a patch to *.y files. So do not use bison as tool

Bump PKGREVISION.

(ryoon)

2018-09-03 16:59:12 UTC MAIN commitmail json YAML

doc: Updated textproc/py-xlsxwriter to 1.1.0

(fhajny)

2018-09-03 16:56:24 UTC MAIN commitmail json YAML

Restore maybe accidental comment-out in NetBSD/i386 conditional.
And do not use 1.28.0 bootstrap for FreeBSD.

This will fix the problem from gdt@.

(ryoon)

2018-09-03 16:39:55 UTC MAIN commitmail json YAML

doc: Updated www/nghttp2 to 1.33.0

(fhajny)

2018-09-03 16:39:45 UTC MAIN commitmail json YAML

www/nghttp2: Update to 1.33.0.

- lib: Tweak nghttp2_session_set_stream_user_data
- lib: Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS.
- lib: Implement ORIGIN frame
- asio: support definition of local endpoint for cleartext client
  session
- integration: Remove remaining SPDY code from the integration tests.
- nghttpx: Fix worker process crash with neverbleed write error
- nghttpx: Support per-backend mruby script
- nghttpx: Fix stream reset if data from client is arrived before dconn
  is attached

(fhajny)

2018-09-03 14:51:02 UTC MAIN commitmail json YAML

Remove duplicate SunOS-only items from PLIST. Fixes non-SunOS builds.

(fhajny)

2018-09-03 12:46:59 UTC MAIN commitmail json YAML

2018-09-03 12:37:45 UTC MAIN commitmail json YAML

ddclient: Substitute in post-patch, not pre-configure

The pre-configure target is not run when there is no configure phase.

(gdt)

2018-09-03 12:25:12 UTC MAIN commitmail json YAML

Updated www/py-cherrypy, www/py-django2

(adam)

2018-09-03 12:24:51 UTC MAIN commitmail json YAML

py-django2: updated to 2.1.1

2.1.1:
Bugfixes
Fixed a race condition in QuerySet.update_or_create() that could result in data loss
Fixed a regression where QueryDict.urlencode() crashed if the dictionary contains a non-string value
Fixed a regression in Django 2.0 where using manage.py test --keepdb fails on PostgreSQL if the database exists and the user doesn窶冲 have permission to create databases
Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed
Fixed translation failure of DurationField窶冱 窶徙verflow窶� error message
Fixed a regression where the admin change form crashed if the user doesn窶冲 have the 窶和dd窶� permission to a model that uses TabularInline
Fixed a regression where a related_query_name reverse accessor wasn窶冲 set up when a GenericRelation is declared on an abstract base model
Fixed the test client窶冱 JSON serialization of a request data dictionary for structured content type suffixes
Made the admin change view redirect to the changelist view after a POST if the user has the 窶�view窶� permission
Fixed admin change view crash for view-only users if the form has an extra form field
Fixed a regression in Django 2.0.5 where QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection() crashed due to mismatching columns
Fixed crash if InlineModelAdmin.has_add_permission() doesn窶冲 accept the obj argument

(adam)

2018-09-03 12:22:30 UTC MAIN commitmail json YAML

py-cherrypy: updated to 18.0.0

v18.0.0
* Drop support for Python 2.7. CherryPy 17 will
  remain an LTS release for bug and security fixes.
* Drop support for Python 3.4.

v17.4.0
* When setting Response Body, reject Unicode
  values, making behavior on Python 2 same as on Python 3.
* Other inconsequential refactorings.

(adam)

2018-09-03 11:22:18 UTC MAIN commitmail json YAML

MesaLib: fix redundant entry in PLIST

(wiz)

2018-09-03 11:00:36 UTC MAIN commitmail json YAML

intel-microcode-netbsd: Adjust LICENSE

Since 20180807a the license was changed, licenses/intel-microcode-license
now reflect the updated license so use it.

(leot)

2018-09-03 10:56:17 UTC MAIN commitmail json YAML

licenses/intel-microcode-license: Update with the current version

Since 20180807a the license was changed, adjust accordingly.

(leot)

2018-09-03 10:51:48 UTC MAIN commitmail json YAML

doc: Updated security/py-certifi to 2018.8.24

(wiz)

2018-09-03 10:51:37 UTC MAIN commitmail json YAML

py-certifi: update to 2018.8.24.

Changes not documented.

(wiz)

2018-09-03 10:51:00 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-18.1.7, go-1.11.

(wiz)

2018-09-03 10:50:19 UTC MAIN commitmail json YAML

2018-09-03 10:46:55 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.42.0

(wiz)

2018-09-03 10:46:45 UTC MAIN commitmail json YAML

vala: update to 0.42.0.

Vala 0.42.0
===========
* Bindings:
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Update to 2.21.92
  - Update GIR-based bindings

Vala 0.41.92
============
* Various improvements and bug fixes:
  - codegen: Fix floating reference regression with Variants [#661]
  - build: Correctly quote square brackets in regular expression
  - codegen: Call ref_sink on Object.new_valist/new_with_properties if needed
  - vala: Don't bail early on property with not supported default value
  - manual: Update from wiki.gnome.org

* Bindings:
  - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
  - glib-2.0: Add float.parse/try_parse() [#649]
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Update to 2.21.91

Vala 0.41.91
============
* Various bug fixes:
  - codegen: Call ref_sink on objects passed to generic type [#655]
  - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
  - girparser: Actually resolve type-arguments to be able to box them if needed
  - vala: Add consts/methods to retrieve and check library version [#304]

* Bindings:
  - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
  - glib-2.0: Add (u)long.parse/try_parse() [#649]
  - gstreamer: Update from 1.15+ git master
  - gtk+-3.0: Update to 3.23.2+6b6e53fd
  - gtk+-4.0: Update to 3.94.0+4e868584

Vala 0.41.90
============
* Highlights
  - Reintroduce POSIX profile
  - parser: Add support for explicit "unlock" syntax
  - vala: Support anonymous definitions of delegates in bindings
  - codegen: Support automatic properties as GtkChild
  - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
  - codegen: Drop support for non-auto property initializer in gobjects
  - codegen: Avoid using deprecated "g_type_class_add_private"

* Various bug fixes:
  - vala: Constants and signals are not lockable
  - codegen: Don't apply ref_sink_function if target_type is floating_reference
  - vala: Treat floating method-return-type as nullable if error may be thrown
  - vala: Transfer floating-reference attribute while casting
  - analyzer: Break cyclic references of BasicBlock
  - vala: Break reference chain between DataType and Symbol if possible
  - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
    compact classes
  - vala: Report error for invalid base access in method/property of compact
    class
  - libvaladoc: Replace void* with corresponding Vala API
  - codegen: Don't include the full absolute path in line directives
  - codegen: Add source_reference to unsupported floating reference error

* Bindings:
  - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
  - clutter-1.0: Change type of Clutter.Key.* constants to uint
  - gdk-3.0: Change type of Gdk.Key.* constants to uint
  - gtk+-4.0: Change type of Gdk.Key.* constants to uint
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
  - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
    tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
    twitter-glib-1.0, mx-1.0
  - Remove vala-specific deprecations <= vala-0.22

(wiz)

2018-09-03 10:37:47 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-PerlMagick to 7.0.8.11

(wiz)

2018-09-03 10:37:34 UTC MAIN commitmail json YAML

p5-PerlMagick: update to 7.0.8.11.

Follow ImageMagick update.

(wiz)

2018-09-03 10:37:21 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.8.11

(wiz)

2018-09-03 10:37:11 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.8.11.

2018-08-28  7.0.8-11 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-11, GIT revision 14729:798fbdb5b:20180828

2018-08-15  7.0.8-11 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).
  * Add support for "module" security policy.

(wiz)

2018-09-03 09:41:05 UTC MAIN commitmail json YAML

mk: describe canlock option

(wiz)

2018-09-03 09:40:28 UTC MAIN commitmail json YAML

databases/Makefile: - postgresql96-fuzzystrmatch

(wiz)

2018-09-03 09:39:39 UTC MAIN commitmail json YAML

doc: Updated news/tin to 2.4.2

(wiz)

2018-09-03 09:39:27 UTC MAIN commitmail json YAML

tin: update to 2.4.2.

From Michael B辰uerle via pkgsrc-wip.

New features and changes since tin-2.2.0

New features
------------
- simplified Chinese translation
- handle RFC 2231 parameter value continuation
- skip over RFC 2231 language parameters
- RFC 2231 decoding of non us-ascii MIME-parameter values
- options to color external quotes (extquote_handling, extquote_regex,
  col_extquote)
- LookupMessage ('L') in select level if reading via NNTP

Changes
-------
The gTLD list is no longer actively maintained (too many new gTLD recently),
disable_gnksa_domain_check=OFF might result in false positives.

--enable-heapsort is now default during configure (sort_function in tinrc
still needs to be set accordingly if you like to use heapsort instead of
qsort)

--enable-ipv6 is now default during configure

--enable-break-long-lines is now default during configure

sigfile=!/path/to/command no longer passes the name of the current
newsgroup to command. One can specify %G which will be replaced by
the name of the current newsgroup.
To match the old behaviour: 'sigfile=!/path/to/command %G'.

--enable-cancel-locks requires libcanlock-3 (which is included, but
some distros (e.g. debian) are linking against a shared lib which may
be too old).

Retired Features
----------------
. groupname_max_length, can now be set via user defined screen layout at
  select level

(wiz)

2018-09-03 09:30:36 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.47.0nb1

(wiz)

2018-09-03 09:30:25 UTC MAIN commitmail json YAML

2018-09-03 09:04:24 UTC MAIN commitmail json YAML

2018-09-03 08:57:24 UTC MAIN commitmail json YAML

py-scipy: remove obsolete patch; HAVE_OPEN_MEMSTREAM is defined to 1 nowadays.

(wiz)

2018-09-03 08:36:44 UTC MAIN commitmail json YAML

py-scipy: remove reference to non-existent file

(wiz)

2018-09-03 07:59:12 UTC MAIN commitmail json YAML

Added devel/py-setuptools_scm_git_archive; Updated www/py-cheroot

(adam)

2018-09-03 07:58:51 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.5.1

v6.5.1:
Improve UNIX socket fs access mode in :py:meth:cheroot.server.HTTPServer.prepare on a file socket when starting to listen to it.

v6.5.0
Add support for validating client certificates.

(adam)

2018-09-03 07:51:21 UTC MAIN commitmail json YAML

py-setuptools_scm_git_archive: added version 1.0

This is a setuptools_scm plugin that adds support for git archives (for example
the ones GitHub automatically generates).

(adam)

2018-09-03 07:40:45 UTC MAIN commitmail json YAML

Updated www/py-aiohttp, devel/py-hypothesis, devel/py-attrs

(adam)

2018-09-03 07:40:18 UTC MAIN commitmail json YAML

py-attrs: updated to 18.2.0

18.2.0:
Deprecations
Comparing subclasses using <, >, <=, and >= is now deprecated. The docs always claimed that instances are only compared if the types are identical, so this is a first step to conform to the docs.
Equality operators (== and !=) were always strict in this regard.

Changes
attrs now ships its own PEP 484 type hints. Together with mypy窶冱 attrs plugin, you窶况e got all you need for writing statically typed code in both Python 2 and 3!
At that occasion, we窶况e also added narrative docs about type annotations in attrs.
Added kw_only arguments to attr.ib and attr.s, and a corresponding kw_only attribute to attr.Attribute. This change makes it possible to have a generated __init__ with keyword-only arguments on Python 3, relaxing the required ordering of default and non-default valued attributes.
The test suite now runs with hypothesis.HealthCheck.too_slow disabled to prevent CI breakage on slower computers.
attr.validators.in_() now raises a ValueError with a useful message even if the options are a string and the value is not a string.
attr.asdict() now properly handles deeply nested lists and dictionaries.
Added attr.converters.default_if_none() that allows to replace None values in attributes. For example attr.ib(converter=default_if_none("")) replaces None by empty strings.
Fixed a reference leak where the original class would remain live after being replaced when slots=True is set.
Slotted classes can now be made weakly referenceable by passing @attr.s(weakref_slot=True).
Added cache_hash option to @attr.s which causes the hash code to be computed once and stored on the object.
Attributes can be named property and itemgetter now.
It is now possible to override a base class窶� class variable using only class annotations.

(adam)

2018-09-03 07:39:34 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.70.0

3.70.0:
This release adds a fullmatch argument to :func:~hypothesis.strategies.from_regex. When fullmatch=True, the whole example will match the regex pattern as for :func:python:re.fullmatch.

3.69.12:
This release reverts the changes to logging handling in 3.69.11, which broke test that use the :pypi:pytest caplog fixture internally because all logging was disabled (:issue:1546).

3.69.11:
This patch will hide all logging messages produced by test cases before the final, minimal, failing test case (:issue:356).

3.69.10:
This patch fixes a bug that prevents coverage from reporting unexecuted Python files (:issue:1085).

3.69.9:
This patch improves the packaging of the Python package by adding LICENSE.txt to the sdist (:issue:1311), clarifying the minimum supported versions of :pypi:pytz and :pypi:dateutil <python-dateutil> (:issue:1383), and adds keywords to the metadata (:issue:1520).

3.69.8:
This is an internal change which replaces pickle with json to prevent possible security issues.

3.69.7:
This patch ensures that :func:~hypothesis.note prints the note for every test case when the :obj:~hypothesis.settings.verbosity setting is Verbosity.verbose. At normal verbosity it only prints from the final test case.

3.69.6:
This patch improves the testing of some internal caching. It should have no user-visible effect.

3.69.5:
This change performs a small rename and refactoring in the core engine. There is no user-visible change.

3.69.4:
This change improves the core engine's ability to avoid unnecessary work, by consulting its cache of previously-tried inputs in more cases.

(adam)

2018-09-03 07:32:36 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.4.2

3.4.2:
Fix iter_chunks type annotation

(adam)

2018-09-03 07:15:44 UTC MAIN commitmail json YAML

py-zope.testing: PLIST fix

(adam)

2018-09-03 07:14:16 UTC MAIN commitmail json YAML

py-zc.lockfile: PLIST fix

(adam)

2018-09-03 05:38:41 UTC MAIN commitmail json YAML

Remove databases/postgresql96-fuzzystrmatch

This PostgreSQL module is available from databases/postgresql96-contrib

(manu)

2018-09-03 00:06:35 UTC MAIN commitmail json YAML

glusterfs: fix checksum of newly-added patch

ok manu@

(gdt)

2018-09-02 21:53:03 UTC MAIN commitmail json YAML

python: fix a pkglint warning

(wiz)

2018-09-02 21:49:15 UTC MAIN commitmail json YAML

doc: Updated net/wireshark to 2.6.3

(wiz)

2018-09-02 21:49:06 UTC MAIN commitmail json YAML

wireshark: update to 2.6.3.

Fix some pkglint warnings while here.

Wireshark 2.6.3 Release Notes

  Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2018-44[1]

    • Bluetooth AVDTP dissector crash. Bug 14884[2]. CVE-2018-16058[3].

    • wnpa-sec-2018-45[4]

    • Bluetooth Attribute Protocol dissector crash. Bug 14994[5].
      CVE-2018-16056[6].

    • wnpa-sec-2018-46[7]

    • Radiotap dissector crash. Bug 15022[8]. CVE-2018-16057[9].

  The following bugs have been fixed:

    • Wireshark Hangs on startup initializing external capture plugins.
      Bug 14657[10].

    • Qt: SCTP Analyse Association Dialog: Segmentation fault when
      clicking twice the Filter Association button. Bug 14970[11].

    • Incorrect presentation of dissected data item (NETMASK) in ISAKMP
      dissector. Bug 14987[12].

    • Decode NFAPI: CONFIG.request Error. Bug 14988[13].

    • udpdump frame too long error. Bug 14989[14].

    • ISDN - LAPD dissector broken since version 2.5.0. Bug 15018[15].

    • ASTERIX Category 062 / 135 Altitude has wrong value. Bug
      15030[16].

    • Wireshark cannot decrypt SSL/TLS session if it was proxied over
      HTTP tunnel. Bug 15042[17].

    • TLS records in a HTTP tunnel are displayed as "Encrypted
      Handshake Message". Bug 15043[18].

    • BTATT Dissector: Temperature Measurement: Celsius and Fahrenheit
      swapped. Bug 15058[19].

    • Diameter AVP User Location Info, Mobile Network Code decoded not
      correctly. Bug 15068[20].

    • Heartbeat message "Info" displayed without comma separator. Bug
      15079[21].

  Updated Protocol Support

  ASTERIX, Bluetooth, Bluetooth ATT, Bluetooth AVDTP, DHCP, DTLS,
  E.212, FP, GSM A RR, HTTP, HTTP2, IEEE 802.11, ISAKMP, ISDN, K12,
  NFAPI, Nordic BLE, PFCP, Radiotap, SSL, Steam IHS Discovery, and TLS
  1.3

  New and Updated Capture File Support

  pcapng

  New and Updated Capture Interfaces support

  ciscodump, udpdump

(wiz)

2018-09-02 21:33:00 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 0.68.0

(wiz)

2018-09-02 21:32:45 UTC MAIN commitmail json YAML

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

poppler: update to 0.68.0.

Release 0.68.0
        core:
        * Add Reason and Location to SignatureInfo. Bug #107299
        * Fix memory misuse on signature handling
        * Fix security issues found by oss-fuzz
        * Don't give a warning when Marked value is false. Bug #107430

        qt5:
        * Add Reason and Location to SignatureInfo. Bug #107299

        cpp:
        * Add rotation() to text_box. Bug #106562
        * Fix build with MSVC

        utils:
        * pdftoppm: Add -jpegopt optimize option support
        * pdftocairo: Add -jpegopt optimize option support
        * pdftohtml: Add option to not round coordinates
        * pdftohtml: Fix possible crash. Bug #107316

        build system:
        * Use OpenJpeg cmake config file instead of pkgconfig
        * Remove wchar_t- on MSVC

(wiz)

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

doc: Updated devel/go-homedir to 1.0.0

(minskim)

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

devel/go-homedir: Update to 1.0.0

Changes:
- Use dscl(1) on Darwin instead of getent(1)
- On plan9, prefer lowercase "home" env var
- Shift up the preference of the USERPROFILE variable
- Add go.mod

(minskim)

2018-09-02 21:03:22 UTC MAIN commitmail json YAML

xz: add test target, omit old GCC_REQD.

(maya)

2018-09-02 20:55:36 UTC MAIN commitmail json YAML

doc: Updated devel/go-cobra to 0.0.3

(minskim)

2018-09-02 20:55:15 UTC MAIN commitmail json YAML

devel/go-cobra: Update to 0.0.3

Many bug fixes and improvements for the past year. No official
changelog available.

(minskim)

2018-09-02 20:37:25 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.36.0

(wiz)

2018-09-02 20:37:16 UTC MAIN commitmail json YAML

filezilla: update to 3.36.0.

3.36.0 (2018-08-27)

- Fix --site-manager command-line argument
- Fix potential crash with malformed directory listings
- Fix potential crash if opening/closing tabs or starting the queue while directories are being renamed or deleted

3.36.0-rc1 (2018-08-20)

+ Ask for explicit confirmation prior to falling back to insecure plaintext FTP if a server refuses to use TLS
+ Warn if an FTP server refuses TLS that is known from previous connections to be capable of TLS

(wiz)

2018-09-02 20:30:53 UTC MAIN commitmail json YAML

doc: Updated fonts/fontconfig to 2.13.1

(wiz)

2018-09-02 20:30:43 UTC MAIN commitmail json YAML

2018-09-02 20:27:40 UTC MAIN commitmail json YAML

2018-09-02 20:27:20 UTC MAIN commitmail json YAML

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

xscreensaver: mark delwebcollage target as .PHONY

(wiz)

2018-09-02 20:13:08 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver-demo to 5.40

(wiz)

2018-09-02 20:12:59 UTC MAIN commitmail json YAML

xscreensaver-demo: reset PKGREVISION after base package update

(wiz)

2018-09-02 20:12:12 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver to 5.40

(wiz)

2018-09-02 20:12:03 UTC MAIN commitmail json YAML

xscreensaver: update to 5.40.

5.40 * New hacks, 'filmleader', 'vfeedback'.
* New hack, 'glitchpeg' (X11 and macOS only).
* GLPlanet blends between day and night maps at the dusk terminator.
* DymaxionMap can display arbitrary map images, and animate sunlight
          across the flattened globe.
* Tessellimage can draw either Delaunay or Voronoi tilings.
* XAnalogTV includes test cards.
* Android: These hacks work now: 'blitspin', 'bumps', 'cityflow',
  'endgame', 'esper', 'flipscreen3d', 'gleidescope', 'glslideshow',
  'jigglypuff', 'queens', 'tessellimage', 'xanalogtv', 'xmatrix',
  'zoom'.

(wiz)

2018-09-02 18:38:04 UTC MAIN commitmail json YAML

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

2018-09-02 16:34:58 UTC MAIN commitmail json YAML

gutenprint: Update to 5.2.14

Upstream changes are maintenance: new printers, bug fixes, minor improvements.

(gdt)

2018-09-02 15:31:05 UTC MAIN commitmail json YAML

free42: Change MASTER_SITES to BACKUP

The upstream distfile for this release is no longer present.

(gdt)

2018-09-02 15:20:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.47.0

(wiz)

2018-09-02 15:20:02 UTC MAIN commitmail json YAML

py-meson: update to 0.47.0.

0.47.0

    Allow early return from a script
    Concatenate string literals returned from get_define()
    ARM compiler(version 6) for C and CPP
    New base build option for LLVM (Apple) bitcode support
    New compiler check: check_header()
    New action copy: for configure_file()
    New keyword argument encoding: for configure_file()
    New keyword argument output_format: for configure_file()
    Substitutions in custom_target(depfile:)
    Deprecated build_always: for custom targets
    New built-in object type: dictionary
    Array options treat -Dopt= and -Dopt=[] as equivalent
    Feature detection based on meson_version: in project()
    New type of build option for features
    New options to gnome.gdbus_codegen()
    Made 'install' a top level Meson command
    install_mode: keyword argument extended to all installable targets
    New built-in option install_umask with a default value 022
    Octal and binary string literals
    New keyword arguments: 'check' and 'capture' for run_command()
    Windows resource files dependencies
    Polkit support for privileged installation

(wiz)

2018-09-02 14:14:42 UTC MAIN commitmail json YAML

gnome meta package updated

(bsiegert)

2018-09-02 14:14:12 UTC MAIN commitmail json YAML

GNOME 2 needs libgnomekbd2, not 3.

Patch by Benjamin Lorenz in PR pkg/53554.

Bump revision.

(bsiegert)

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

doc: Updated graphics/tuxpaint-stamps to 2018.09.01

(wiz)

2018-09-02 13:00:56 UTC MAIN commitmail json YAML

tuxpaint-stamps: update to 2018.09.01.

2018.September.1
  * Stamp updates
    * Removed white background from globe
      Thanks to @568legos on Twitter for noticing

  * Build- and release-related improvements:
    * Update macOS build to work with Xcode 9.2.
      Mark K. Kim <markuskimius@gmail.com>

    * Enable universal build on macOS
      + Explicitly enable compatibility with macOS 10.6 and later.
      + Explicitly enable universal build (both 32-bit and 64-bit Intel).
      Mark K. Kim <markuskimius@gmail.com>

    * Update Makefile to create DMG files; prettify the generated DMG.
      Mark K. Kim <markuskimius@gmail.com>

  * New localizations:
    + Kabyle translation
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Localization updates:
    + Aragones translation
      Juan Pablo Martinez Cortes <juanpabl@gmail.com>

    + Basque translation
      Alexander Gabillondo <alexgabilondo@gmail.com>

    + Brazilian Portuguese translation
      Fred Maranhão <fred.maranhao@gmail.com>

    + British English
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Catalan translation
      Robert Buj Gelonch <rbuj@users.sf.net>

    + Chinese (Simplified) translation
      Hackergene <hackergene@gmail.com>

    + Croatian translation
      Paulo Pavačić <pavacic.p@gmail.com>

    + Danish translation
      Joe Hansen <joedalton2@yahoo.dk>

    + Dutch translation
      Willem Heppe <heppew@yahoo.com>

    + Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    + Gaelic (Scottish) translation
      GunChleoc <fios@foramnagaidhlig.net>

    + Galician translation
      Miguel Anxo Bouzada <mbouzada@gmail.com>

    + Georgian translation
      Gia Shervashidze <giasher@gmail.com>

    + German translation
      Helge Kreutzmann <debian@helgefjell.de>

    + Greek translation
      Yannis Kaskamanidis <kiolalis@gmail.com>

    + Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>

    + Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    * Irish Gaelic translation
      Kevin Patrick Scannell <kscanne@gmail.com>

    * Japanese translation
      TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>

    + Malay traslation
      abuyop <abuyop@gmail.com>

    + Norwegian Bokmål translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Norwegian Nynorsk translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Polish translation
      Piotr Kwiliński <euvcp@hotmail.com>

    + Portuguese translation
      Sergio Marques <smarquespt@gmail.com>

    + Russian translation
      Yuri Kozlov <yuray@komyakino.ru>

    + Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>

    + Slovenian translation
      Matej Urbančič <mateju@svn.gnome.org>

    + Spanish translation
      Matías Bellone <matiasbellone+debian@gmail.com>

    + Swedish translation
      Sebastian Rasmussen <sebras@gmail.com>

    + Thai translation
      aliza <aimon_bokbok@hotmail.com>
      Nudjaree <poonim_p@hotmail.com>

    + Ukrainian translation
      yurchor <yurchor@ukr.net>
      Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>

(wiz)

2018-09-02 12:55:36 UTC MAIN commitmail json YAML

doc: Updated graphics/tuxpaint-config to 0.0.14

(wiz)

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

tuxpaint-config: update to 0.0.14.

2018.August.18 (0.0.14)
  * Updated translations:
    + Catalan
      Robert Buj Gelonch <rbuj@users.sf.net>

    + British English translation
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Dutch
      William Heppe <heppew@yahoo.com>

    + Fula
      Ibrahima SARR <ibrahima.sarr@pulaagu.com>

    + Portuguese
      Sérgio Marques (smarquespt@gmail.com) (via Joe)

    + Scottish gaelic
      Michael Bauer <fios@akerbeltz.org>
      Fòram na Gàidhlig

    + Slovak
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    + Spanish
      Matías Bellone <matiasbellone+debian@gmail.com>

  * New translations:
    + Kabyle
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Added options for "Bengali', "Bodo", "Dogri", "Kabyle",
    "Kashmiri" (both Devanagari and Perso-Arabic),
    "Sindhi" (both Devanagari and Perso-Arabic), and "Urdu" languages
    (added to Tux Paint in v. 0.9.23).

  * Building:
    * Avoid using "install -D" to mkdir
      Thomas Klausner <tk@giga.or.at>

    * Update macOS build files for macOS 10.7 and later.
      Mark K. Kim <mkkim214@gmail.com>

    * Allow to override build date (in order to make builds reproducible)
      by Chris Lamb, pushed by Bernhard M. Wiedemann

(wiz)

2018-09-02 12:53:36 UTC MAIN commitmail json YAML

boost: Use XARGS instead of -exec of FIND to properly address PR pkg/53543

This should properly fix PR pkg/53543 (also remove the big `XXX'
comment, this is a proper solution to the problem).

Thanks to <joerg> for suggesting that!

(leot)

2018-09-02 12:52:12 UTC MAIN commitmail json YAML

doc: Updated graphics/tuxpaint to 0.9.23

(wiz)

2018-09-02 12:52:02 UTC MAIN commitmail json YAML

tuxpaint: update to 0.9.23.

2018.August.30 (0.9.23)
  * New tools
    ---------
    * Color selector
      Pere Pujal i Carabantes

  * New shapes
    ----------
    * Stars
      Pere Pujal i Carabantes

  * Documentation updates
    ---------------------
    * Made stamp controls (size, flip, mirror) section clearer.
      Fixes https://sourceforge.net/p/tuxpaint/bugs/182/

    * Cleaned up and reorganized docs subdirectory.

  * New locales
    -----------
    * Bengali
      Provided by Chandrakant Dhutadmal

    * Bodo
      Provided by Chandrakant Dhutadmal

    * Dogri
      Provided by Chandrakant Dhutadmal

    * Kabyle (aka Kabylian)
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

    * Kashmiri (Devanagari)
    * Kashmiri (Perso-Arabic)
      Provided by Chandrakant Dhutadmal

    * Sindhi (Devanagari)
    * Sindhi (Perso-Arabic)
      Provided by Chandrakant Dhutadmal

    * Urdu
      Provided by Chandrakant Dhutadmal

  * Localization Updates:
    ---------------------
    * Various
      Chris Leonard <cjlhomeaddress@gmail.com>

    * Aragnoes translation
      Juan Pablo Martinez Cortes <jpmart@unizar.es>

    * Basque translation
      Ander Elortondo <ander.elor@gmail.com>
      Alexander Gabillondo <alexgabilondo@gmail.com>

    * British English translation
      Caroline Ford <caroline.ford.work@googlemail.com>

    * Catalan translation
      Robert Buj Gelonch <rbuj@users.sf.net>

    * Chinese (Simplified) translation
      Never Min <nevermin@gmail.com>

    * Croatian translation
      Paulo Pavačić <pavacic.p@gmail.com>

    * Danish translation
      Joe Hansen <joedalton2@yahoo.dk>

    * Dutch translation
      Willem Heppe <heppew@yahoo.com>

    * Estonian translation
      Sven Ollino <sven.ollino@gmail.com>

    * French translation
      Chion Jacques <jacques.chion@orange.fr>

    * Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    * Gaelic (Irish) translation
      Kevin Scannell <kscanne@gmail.com>

    * Galician translation
      Miguel Bouzada

    * Georgian translation
      Gia Shervashidze <giasher@gmail.com>

    * German translation
      Holger Wansing <hwansing@mailbox.org>
      Helge Kreutzmann <debian@helgefjell.de> typos fixes and improvements for stamps

    * Greek translation
      Yannis Kaskamanidis <kiolalis@gmail.com>

    * Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>,

    * Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    * Indonesian translation
      Courtesy of SugarLabs and
      T. Surya Fajri <kilelme@gmail.com>

    * Italian translation
      Flavio Pastore <ironbishop@fsfe.org>

    * Japanese translation
      TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>

    * Korean translation
      Mark K. Kim <mkkim214@gmail.com>

    * Norwegian translation
      Karl Ove Hufthammer

    * Portuguese (Brazilian) translation
      Fred Ulisses Maranhão <fred.maranhao@gmail.com>

    * Portuguese (Portugal) translation
      Sérgio Marques <smarquespt@gmail.com>

    * Russian translaton
      Yuri Kozlov

    * Scottish translation
      Fòram na Gàidhlig

    * Slovenian
      Matej Urbančič <mateju@svn.gnome.org>

    * Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>

    * Spanish translaton
      Matías Bellone

    * Swedish translation
      Sebastian Rasmussen <sebras@gmail.com>

    * Thai translation
      Nudjaree <poonim_p@hotmail.com>

    * Ukrainian translation
      yurchor <yurchor@ukr.net>
      Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>

  * Bug Fixes
    ---------
    * Crash if any "mosaic" magic tool used, Xubuntu 15.10
      If the PNG patterns used to generate the effect were compressed
      the wrong(lossy) way, the program will crash
      (SF.net Bug #210)

    * "Hat" started could not be drawn on.  Mended.
      https://sourceforge.net/p/tuxpaint/bugs/202/

  * Ports & Building
    ----------------
    * Rewrote the macOS build system to be more Linux-like, with no XCode IDE.
      Build for older releases of macOS / Mac OS X (10.6 and later).
      Mark K. Kim <mkkim214@gmail.com>

    * Mac install creates a DMG
      Robert Buj Gelonch <rbuj@users.sf.net>
      Mark K. Kim <mkkim214@gmail.com>

    * Allow override override build date (in order to make builds reproducible)
      ("SOURCE_DATE_EPOCH")
      by Chris Lamb, pushed by Bernhard M. Wiedemann

    * Allow specifying a suffix to the "lib" directory where
      magic tools are installed.
      ("LIBDIRSUFFIX")
      Tim Dickson <dickson.tim@googlemail.com>

    * Install Tux Paint docs into a version-numbered directory
      (e.g., "/usr/local/share/doc/tuxpaint-0.9.23/")
      Tim Dickson <dickson.tim@googlemail.com>

    * Launcher icon installation location adjustments:
      * .../X11R6/include/X11/pixmaps/ -> .../share/pixmaps/
      * Using kde4config (vs kdeconfig); not putting things in "Graphics" subdir.
      * Removed gnome-config stuff
      Tim Dickson <dickson.tim@googlemail.com>
      Bill Kendrick <bill@newbreedsoftware.com>

  * Other Improvements:
    -------------------
    * Reformatted source code via GNU Indent tool; should
      greatly increase code readability and formatting consistency.

(wiz)

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

doc: Added net/taskserver version 1.1.0nb2

Delete wrong entry for time/timewarrior.

(triaxx)

2018-09-02 09:58:27 UTC MAIN commitmail json YAML

doc: Added time/taskwarrior version 2.5.1nb2

(triaxx)

2018-09-02 09:55:46 UTC MAIN commitmail json YAML

Import taskserver

(triaxx)

2018-09-02 09:53:14 UTC MAIN commitmail json YAML

net/taskserver: import taskserver-1.1.0

Packaged for wip by esg@sdf.org.

Rename wip/taskd to net/taskserver to be consistent with time/taskwarrior.

The taskserver package provides a daemon to securely synchronize task data
over network.

(triaxx)

2018-09-02 08:45:22 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.11, filezilla-3.36.0, fontconfig-2.13.1,
  glib2-2.58.0, gobject-introspection-1.58.0, gtk-doc-1.29,
  librsvg-2.44.2 [needs rust+cargo], py-gobject3-3.30.0, vala-0.42.0,
  wireshark-2.6.3, xscreensaver-5.40.

(wiz)

2018-09-02 08:44:46 UTC MAIN commitmail json YAML

doc: Updated devel/pango to 1.42.4

(wiz)

2018-09-02 08:44:36 UTC MAIN commitmail json YAML

pango: update to 1.42.4.

Overview of changes in 1.42.4
=============================
- Fix build failures (OS X, C89)
- Prevent an assertion with invalid Unicode sequences

(wiz)

2018-09-02 08:34:43 UTC MAIN commitmail json YAML

doc: Updated x11/libdrm to 2.4.94

(wiz)

2018-09-02 08:34:34 UTC MAIN commitmail json YAML

libdrm: update to 2.4.94.

Benjamin Gaignard (2):
      tests/modetest: Add atomic support
      tests/util: Add support for stm module

Christian K旦nig (7):
      amdgpu: stop using the hash table for fd_tab
      amdgpu: add handle table implementation v2
      amdgpu: use handle table for KMS handles
      amdgpu: use handle table for flink names
      amdgpu: remove the hash table implementation
      amdgpu: always add all BOs to handle table
      amdgpu: fix off by one in handle_table_insert

Junwei Zhang (5):
      amdgpu: add bo from user memory to handle table
      amdgpu: add a function to find bo by cpu mapping (v2)
      tests/amdgpu: add test for finding bo by CPU mapping
      amdgpu: free flink bo in bo import
      amdgpu: add a function to create amdgpu bo internally (v4)

Kristian H. Kristensen (1):
      Bump to version 2.4.94

Likun Gao (1):
      amdgpu: Disable deadlock test suite for RV

Michel D辰nzer (2):
      amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
      amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping

Mike Lothian (1):
      libdrm: Fix amdgpu build failure

Rob Clark (2):
      freedreno: don't leak stateobj rb refs
      freedreno: fix use-after-free with stateobj rb's

Rodrigo Vivi (1):
      intel: Add a new CFL PCI ID.

Tanmay Shah (1):
      libdrm: add msm drm uapi header

(wiz)

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

doc: Updated math/gnumeric112 to 1.12.43

(wiz)

2018-09-02 08:31:57 UTC MAIN commitmail json YAML

2018-09-02 08:09:30 UTC MAIN commitmail json YAML

doc: Updated misc/goffice0.10 to 0.10.43

(wiz)

2018-09-02 08:09:17 UTC MAIN commitmail json YAML

goffice0.10: update to 0.10.43.

Set TEST_TARGET.

Changes not documented.

(wiz)

2018-09-02 07:55:39 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.94

(wiz)

2018-09-02 07:55:30 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.94.

7.94  2018-08-27
  - Added EXPERIMENTAL content_type and file_type methods to Mojolicious::Types.
  - Fixed a bug where the reply->file helper would not try to set a Content-Type
    header.
  - Fixed a bug where the render method in Mojolicious::Controller would not
    always use Mojolicious::Types to find the correct Content-Type value.

(wiz)

2018-09-02 07:52:41 UTC MAIN commitmail json YAML

doc: Updated www/p5-AnyEvent-HTTP to 2.24

(wiz)

2018-09-02 07:52:31 UTC MAIN commitmail json YAML

p5-AnyEvent-HTTP: update to 2.24.

2.24 Thu Aug 30 03:23:03 CEST 2018
- bring cookie management more in line with RFC 6265; implement idn
          matching for cookie domains.
        - update cookie_jar version to 2, invalidate existing cookie jars.
        - preserve original cookie domain attribute.
        - also expire old cookie jars in cookie parser, just in case.
- further improve relative redirection code.
        - comment out code that tried to detect possible bugs with persistent
          connection caching, but since it never triggered, it's probably
          working fine :)
- do not call on_body callback on a response that AE::HTTP will recurse
          on internally (reported by Антон Онуфриев and Ruslan Zakirov).

(wiz)

2018-09-02 07:49:51 UTC MAIN commitmail json YAML

2018-09-02 07:37:10 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-YAML-LibYAML to 0.74

(wiz)

2018-09-02 07:37:00 UTC MAIN commitmail json YAML

p5-YAML-LibYAML: update to 0.74.

0.74 Fri Aug 31 18:06:17 PDT 2018
- Fix tests on older perls
- Support back to perl.5.8.1

(wiz)

2018-09-02 07:36:14 UTC MAIN commitmail json YAML

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

(wiz)

2018-09-02 07:36:05 UTC MAIN commitmail json YAML

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

**** 1.10 Aug 31, 2018

make test_cover
now collects SEC.xs test coverage metrics using gcc and gcov.

(wiz)

2018-09-02 07:33:45 UTC MAIN commitmail json YAML

doc: Updated security/p5-Module-Signature to 0.83

(wiz)

2018-09-02 07:33:35 UTC MAIN commitmail json YAML

p5-Module-Signature: update to 0.83.

[Changes for 0.83 - Wed Aug 29 17:33:12 JST 2018]

* Update META.yml.

(wiz)

2018-09-02 07:32:05 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-Codes to 3.58

(wiz)

2018-09-02 07:31:54 UTC MAIN commitmail json YAML

p5-Locale-Codes: update to 3.58.

3.58  2018-09-01  sbeck
  -  (*) Locale-Codes removed from core
        Locale-Codes will no longer be distributed in new versions of perl.

  -  Documentation fix
        Fixed an incorrect link reported by Mohammad S Anwar on GitHub (#9)

(wiz)

2018-09-02 07:31:17 UTC MAIN commitmail json YAML

doc: Updated math/p5-Spreadsheet-Read to 0.79

(wiz)

2018-09-02 07:31:06 UTC MAIN commitmail json YAML

p5-Spreadsheet-Read: update to 0.79.

0.79 - 29 Aug 2018, H.Merijn Brand
    * Environmant control hardening
    * ReadData () docs (opening from scalar ref: issue#21)
    * Check for XLSX content on opening from plain scalar content
    * Fix typo in ss-dup-tk.pl (PRC, Branislav Zahradnik)
    * Allow source from command line option in xls2csv (PRC, Branislav Zahradnik)
    * Allow --in-sep=tab in xlscat/xlsgrep
    * Add --hash to xlscat/xlsgrep
    * Help and usage for examples/xls2csv PR#23)

(wiz)

2018-09-02 07:29:41 UTC MAIN commitmail json YAML

doc: Updated math/p5-Math-Prime-Util to 0.71

(wiz)

2018-09-02 07:29:32 UTC MAIN commitmail json YAML

p5-Math-Prime-Util: update to 0.71.

0.71 2018-08-28

    [ADDED]

    - forfactored { ... } a,b        loop n=a..b setting $_=n, @_=factor(n)
    - forsquarefree { ... } a,b      as forfactored, but only square-free n
    - forsemiprimes { ... } a,b      as forcomposites, but only semiprimes
    - random_factored_integer(n)      random [1..n] w/ array ref of factors
    - semiprime_count([lo],hi)        counts semiprimes in range

    [FIXES]

    - Monolithic sieves beyond 30*2^32 (~ 1.2 * 10^11) overflowed.

    - is_semiprime was wrong for five small values since 0.69.  Fixed.

    [FUNCTIONALITY AND PERFORMANCE]

    - is_primitive_root much faster (doesn't need to calulate totient,
      and faster rejection when n has no primitive root).

    - znprimroot and znorder use Montgomery, 1.2x to 2x faster.

    - slightly faster sieve_range for native size inputs (use factor_one).

    - bin/primes.pl faster for palindromic primes and works for 10^17

    [OTHER]

    - Added ability to use -DBENCH_SEG for benchmarking sieves using
      prime_count and ntheory::_segment_pi without table optimizations.

    - Reorg of main factor loop.  Should be identical from external view.

    - Internal change to is_semiprime and is_catalan_pseudoprime.

(wiz)

2018-09-02 07:25:46 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-MockModule to 0.170.0

(wiz)

2018-09-02 07:25:37 UTC MAIN commitmail json YAML

p5-Test-MockModule: update to 0.170.0.

v0.170.0
- 182d066 Fix versioning for semver conversion + PAUSE - Geoff Franks
- 4afeedf release v0.17.0 - CI Bot
- 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks
- 577350e Pod - provide a code snippet for original usage - Nicolas R
- 3e4ec72 Add missing pod entries - Geoff Franks

v0.16
    - Fixes an issue where warnings were thrown for mismatched prototypes,
      when mocking a prototyped function.

      Thanks @toddr for the fix!

(wiz)

2018-09-02 07:24:06 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Pegex to 0.66

(wiz)

2018-09-02 07:23:58 UTC MAIN commitmail json YAML

p5-Pegex: update to 0.66.

0.66 Sat Sep  1 11:20:12 PDT 2018
- Support back to perl5.8.1

0.65 Wed Aug 29 09:53:13 PDT 2018
- Use new TestML for tests
- Support back to perl5.8.3

(wiz)

2018-09-02 07:21:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-MooseX-Getopt to 0.73

(wiz)

2018-09-02 07:21:16 UTC MAIN commitmail json YAML

p5-MooseX-Getopt: update to 0.73.

0.73      2018-09-01 05:43:55Z
- properly wrap usage text that contains newlines (Andreas Koenig, github
  #10)
- move the exit() to a higher scope, to allow for 'after' method modifiers on
  'print_usage_text' (Michael Schout, github #9)

(wiz)

2018-09-02 07:17:10 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Modern-Perl to 1.20180901

(wiz)

2018-09-02 07:17:01 UTC MAIN commitmail json YAML

p5-Modern-Perl: update to 1.20180901.

1.20180901 2018-09-01 12:19:53-07:00 America/Los_Angeles
    - skip tests when PERL5OPT is set (David Precious, GH #9)

(wiz)

2018-09-02 07:14:17 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Path to 2.16

(wiz)

2018-09-02 07:14:07 UTC MAIN commitmail json YAML

p5-File-Path: update to 2.16.

2.16 2018-08-31
    - Correct inadequate method of generating names for dummy users
      and groups during testing (RTC 121967).  No change in
      functionality from 2.15.

(wiz)

2018-09-02 07:11:16 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Date-Manip to 6.73

(wiz)

2018-09-02 07:11:06 UTC MAIN commitmail json YAML

p5-Date-Manip: update to 6.73.

6.73  2018-09-01
  -  Fixed math on non-64-bit architectures
        Much of the math in Date::Manip::Base is in a 'use integer' section.
        This math can overflow in some cases in non-64-bit architectures.
        Fixed the cases where this would reasonably occur. Reported by
        Daniel Albers (GitHub #22). Also reported and tested in RT 126052.

  -  Bug in normalizing estimated business deltas
        While working on the non-64-bit issue, it uncovered a bug where
        normalizing estimated business deltas was wrong. It had never been
        reported, and it was only off by a couple seconds in some rare
        situations.

(wiz)

2018-09-02 07:07:44 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Alien-Base-ModuleBuild to 1.05

(wiz)

2018-09-02 07:07:32 UTC MAIN commitmail json YAML

p5-Alien-Base-ModuleBuild: update to 1.05.

1.05 2018-08-29 16:53:39 -0400
  - Documentation improvements
  - Improve diagnostics for HTTP connection failures (gh#6, gh#7)

(wiz)

2018-09-02 00:52:50 UTC MAIN commitmail json YAML

imap-uw: remove conditional logic for netbsd 1.x

(maya)

2018-09-01 21:57:08 UTC MAIN commitmail json YAML

doc: Updated pkgtools/bootstrap-mk-files to 20180901

(tnn)

2018-09-01 21:56:05 UTC MAIN commitmail json YAML

2018-09-01 21:21:47 UTC MAIN commitmail json YAML

boost: Revert -r1.74 in order to avoid PR pkg/53543

At least devel/boost-libs can fail due an `Argument list too long' due the use
of `+' in ${FIND}. Revert -r1.74 in order to use `\;' instead (and add a big XXX
comment regarding that).

(leot)

2018-09-01 20:58:32 UTC MAIN commitmail json YAML

2018-09-01 20:58:11 UTC MAIN commitmail json YAML

Remove pthread-stublib.

"Provide dummy implementations of pthread functions like mutex operations
to enable libraries to be used in both thread-aware and non-threaded
programs.
This is for NetBSD<=2; newer operating systems don't need it."

Announced on tech-pkg on 2018-03-25.

(bsiegert)

2018-09-01 20:52:24 UTC MAIN commitmail json YAML

Remove pthread-stublib dependency.

This was conditional for NetBSD 1.x and 2.x only.

(bsiegert)

2018-09-01 20:46:07 UTC MAIN commitmail json YAML

Remove dependency on pthread-stublib.

This dependency has been conditional for NetBSD before 3.0 (!), thus
removing it is no change in the package.

(bsiegert)

2018-09-01 20:35:22 UTC MAIN commitmail json YAML

Fix astyle build on NetBSD-8.

Add an include for limits.h, covering PATH_MAX. From Rhialto in PR pkg/53501.

(bsiegert)

2018-09-01 19:10:10 UTC MAIN commitmail json YAML

doc: Updated ham/rtl-sdr to 0.5.4

(gdt)

2018-09-01 19:09:57 UTC MAIN commitmail json YAML

rtl-sdr: update to 0.5.4

upstream changes:
  bugfixes
  minor improvments
  add new HanfTek dongle

(gdt)

2018-09-01 19:03:25 UTC MAIN commitmail json YAML

doc: Updated games/prboom-plus to 2.5.1.4

(leot)

2018-09-01 19:02:53 UTC MAIN commitmail json YAML

prboom-plus: Update games/prboom-plus to 2.5.1.4

Changes:
2.5.1.4  @ 2016-Jan-10
[+]  Added "Fix clipping problems in large levels" option.
[+]  Added "gl_finish" config variable.
[+]  Added "mus_fluidsynth_gain" and "mus_opl_gain cfg" config variables to
    fine tune output of fluidsynth and opl2 midi. Values allowed are 0 to
    1000. 50 (default) exactly matches old behavior.
[+]  Added a "Health Bar Above Monsters" option (health_bar* config variables).
[+]  Added a "Things appearance" automap option. Possible values: "classic",
    "scaled" and "icons".
[+]  Added "notarget" and "fly" cheat codes.
[+]  Added MBF's "-beta" codepointers.
[+]  Added a new HUD.
[+]  Added "shaders" sector light mode.
[+]  Support "Classic Doom" WAD files of Doom 3 BFG Edition, by Fabian
    Greffrath.
[+]  Support for HACX 1.2 IWAD, by Fabian Greffrath.
[+]  Support up to eight joystick buttons instead of just four, by Fabian
    Greffrath. The fifth and sixth buttons are mapped to strafe left and right.
[+]  Mouse look now is available in software mode.
[+]  Added a crosshair. Three different crosshair graphics are for choice:
    cross, angle and dot. Extra features are changing crosshair colors
    according to the player's health and/or on sight of a target.
[+]  Added "Allow Jump" option on "Prboom-plus 'bad' compatibility settings"
    page. Implemented by Fabian Greffrath.
[+]  Added a "Backpack Changes Thresholds" option.
[+]  -skipsec accepts a minutes prefix followed by a colon.
[+]  Two-key strafe50: StrafeOn + MoveLR = strafe50
[+]  Added "Allow Vertical Aiming" option on "Prboom-plus 'bad' compatibility
    settings" page.
[*]  Update to newest SDL libraries: SDL_mixer 1.2.12, SDL_image 1.2.12,
    SDL_net 1.2.8.
[*]  Brown color for weapons that cannot be fired on weapon HUD widget.
[*]  "Use GL surface for software mode" mode now works much faster if
    gl_finish is 0 in config.
[*]  process_affinity_mask config variable is removed. Single CPU core will be
    automatically forced if SDL MIDI player is used.
[*]  Better support for Chex Quest, by Fabian Greffrath. Embed chex.deh by
    fraggle in prboom-plus.wad.
[*]  Redo MBF-style multiple DEHACKED lumps. Load command line DeHackEd patches
    after DEHACKED lumps.
[*]  Improved rendering precision (wall wiggle), by kb1.
[*]  Realign automap grid with blockmap.
[-]  'Max Health', 'Max Soulsphere' and 'Megasphere Health' DEH parameters did
    not work after warping to level from command line since 2.4.8.1.
[-]  Buggy invulnerability effect if hi-res textures are used and there is no
    support for GL_ARB_framebuffer_object.
[-]  Simple shadows flicker during lowering lifts.
[-]  "Change palette on pain/bonus/power" settings did not work.
[-]  Lines of walls on automap were not displayed on Planisphere 2 at some zoom.
[-]  Fixed HOMs on Planisphere 2.
[-]  Incorrect clipping of automap in opaque mode after changing view window
    size. Affects only software mode.
[-]  Fixed long wall error.
[-]  Boom's ability to change floor and ceiling lighting independently was not
    applied to things in opengl.

(leot)

2018-09-01 18:01:48 UTC MAIN commitmail json YAML

doc: Updated www/netsurf to 3.8

(leot)

2018-09-01 18:01:35 UTC MAIN commitmail json YAML

netsurf: Update www/netsurf to 3.8

Changes:
3.8
---
NetSurf 3.8 features some page layout improvements, stability and
security improvements, and some minor additional features. We
recommend all users upgrade to NetSurf 3.8.

(leot)

2018-09-01 18:01:25 UTC MAIN commitmail json YAML

doc: Updated databases/liquibase to 3.5.5

(tnn)

2018-09-01 17:57:17 UTC MAIN commitmail json YAML

liquibase: update to 3.5.5

From Michael Moll via GH #29 ( https://github.com/NetBSD/pkgsrc/pull/29 )

v3.5.5
[CORE-2851] - includeAll tag with a relative path duplicates the database changes with an absolute and with a relative changelog

v3.5.4
[CORE-2851] - includeAll tag with a relative path duplicates the database changes with an absolute and with a relative changelog
[CORE-2863] - Issue with Spring boot 1.4.0 - 1.4.3
[CORE-2898] - includeAll broken in 3.5.1
[CORE-2948] - Changelog with includeAll will not find child changelogs in Spring Boot's executable JAR
[CORE-2978] - AddAutoIncrement on Postgres does not work when no schema is specified
[CORE-3123] - ResourceComparator is not applied for includeAll
[CORE-3139] - ClassLoaderResourceAccessor cannot read jar path resources from SpringLiquibase
[CORE-3015] - Oracle: diffChangeLog TIMESTAMP WITH LOCAL TIME ZONE correctly

(tnn)

2018-09-01 16:49:59 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20180901

(leot)

2018-09-01 16:49:45 UTC MAIN commitmail json YAML

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

Changes:
version 2018.09.01

Core
* [utils] Skip remote IP addresses non matching to source address' IP version
  when creating a connection (#13422, #17362)

Extractors
+ [ard] Add support for one.ard.de (#17397)
* [niconico] Fix extraction on python3 (#17393, #17407)
* [ard] Extract f4m formats
* [crunchyroll] Parse vilos media data (#17343)
+ [ard] Add support for Beta ARD Mediathek
+ [bandcamp] Extract more metadata (#13197)
* [internazionale] Fix extraction of non-available-abroad videos (#17386)

version 2018.08.28

Extractors
+ [youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix)
  (#17361)
* [bitchute] Fix extraction by pass custom User-Agent (#17360)
* [webofstories:playlist] Fix extraction (#16914)
+ [tvplayhome] Add support for new tvplay URLs (#17344)
+ [generic] Allow relative src for videojs embeds (#17324)
+ [xfileshare] Add support for vidto.se (#17317)
+ [vidzi] Add support for vidzi.nu (#17316)
+ [nova:embed] Add support for media.cms.nova.cz (#17282)

(leot)

2018-09-01 12:04:56 UTC MAIN commitmail json YAML

u-boot-rockpro64: drop el1 option and create single bundle for SD card

suggested by jmcneill@

(tnn)

2018-09-01 11:19:25 UTC MAIN commitmail json YAML

doc: add sysutils/u-boot-rockpro64

(tnn)

2018-09-01 10:38:19 UTC MAIN commitmail json YAML

sysutils/u-boot-rockpro64: import u-boot-rockpro64-2017.09

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the rk3389-based RockPRO64 from PINE64.

(tnn)

2018-09-01 08:03:03 UTC MAIN commitmail json YAML

Fix Storable build on OS X where DYLD_LIBRARY_PATH is no longer
inherited by child processes.

(schmonz)

2018-08-31 19:19:28 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.5.2

(leot)

2018-08-31 19:18:59 UTC MAIN commitmail json YAML

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

Changes:
1.5.2
-----
- Added support for `twitter` timelines
- Added option to suppress FFmpeg output during ugoira conversions
- Improved filename formatter performance
- Improved inline image quality on `tumblr`
- Fixed image URLs for newly released `mangadex` chapters
- Fixed a smaller issue with `deviantart` journals
- Replaced `subapics` with `ngomik`

(leot)

2018-08-31 13:59:18 UTC MAIN commitmail json YAML

Updated misc/dpkg

(adam)

2018-08-31 13:58:44 UTC MAIN commitmail json YAML

dpkg: updated to 1.18.25

dpkg (1.18.25)

  * Parse start-stop-daemon usernames and groupnames starting with digits in
    -u and -c correctly.
  * Always use the binary version for the .buildinfo filename in
    dpkg-genbuildinfo.
  * Fix integer overflow in deb(5) format version parser.
  * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
    that the DEBIAN pathname does not exist.
  * Do not try to recompute hashes for the .dsc file when signing binary-only
    builds in dpkg-buildpackage.
  * Architecture support:
    - Add support for riscv64 CPU.
  * Perl modules:
    - Do not normalize args past a passthrough stop word in Dpkg::Getopt.
      Some commands pass some arguments through to another command, and
      those must not be normalized as that might break their invocation.
  * Documentation:
    - Update buildinfo information in dpkg-buildpackage man page to match
      the current implementation.
    - Use correct name for archname validator value in dpkg(1) man page.
    - Update git URLs for move away from alioth.debian.org.
  * Packaging:
    - Add versioned Build-Depends on tar, due to the --clamp-mtime option
      being used in Dpkg::Source::Archive which is used by dpkg-source,
      used by the test suite.

(adam)

2018-08-31 12:31:07 UTC MAIN commitmail json YAML

Updated www/py-livereload, www/py-tornado, textproc/py-mkdocs

(adam)

2018-08-31 12:30:47 UTC MAIN commitmail json YAML

py-mkdocs: updated to 1.0.3

Version 1.0.3:
Bugfix: Warn on relative paths in navigation
Bugfix: Handle empty theme_config.yml files correctly

Version 1.0.2:
Bugfix: Provide absolute base_url to error templates

Version 1.0.1:
Bugfix: Prevent page reload when [Enter] is pressed in search box
Bugfix: Avoid calling search until all assets are ready
Bugfix: Exclude README.md if index.md is present
Bugfix: Fix readthedocs theme navigation bug with homepage

Version 1.0:
Keyboard shortcuts changed to not conflict with commonly used accessibility shortcuts
User friendly YAML parse errors
Officially support Python 3.7.
A missing theme configuration file now raises an error.
Empty extra_css and extra_javascript settings no longer raise a warning.
Add highlight.js configuration settings to built-in themes
Close search modal when result is selected
Add a level attribute to AnchorLinks
Add MkDocs version check to gh-deploy script
Improve Markdown extension error messages.
Drop official support for Python 3.3 and set tornado>=5.0
Add support for GitLab edit links
Link to GitHub issues from release notes
Expand {sha} and {version} in gh-deploy commit message
Compress sitemap.xml
Defer loading JS scripts
Add a title attribute to the search input
Update RespondJS to latest version
Always load Google Analytics over HTTPS
Improve scrolling frame rate
Provide more version info.
Refactor writing-your-docs.md
Workaround Safari bug when zooming to < 100%
Remove addition of clicky class to body and animations.
Prevent search plugin from reinjecting extra_javascript files
Refactor copy_media_files util function for more flexibility
Remove PyPI Deployment Docs
Update links to Python-Markdown library
Document how to generate manpages for MkDocs commands

(adam)

2018-08-31 10:11:24 UTC MAIN commitmail json YAML

doc: add sysutils/rkdeveloptool

(tnn)

2018-08-31 10:09:51 UTC MAIN commitmail json YAML

sysutils/rkdeveloptool: import rkdeveloptool-1.3

rkdeveloptool is a libusb-based utility for working with RockUSB devices.
RockUSB is a vendor specific USB class from Rockchip, used for firmware
download for Rockchip SoCs.

(tnn)

2018-08-31 10:02:00 UTC MAIN commitmail json YAML

2018-08-31 09:51:06 UTC MAIN commitmail json YAML

py-tornado: updated to 5.1

What's new in Tornado 5.1

Deprecation notice
- Tornado 6.0 will drop support for Python 2.7 and 3.4. The minimum
  supported Python version will be 3.5.2.
- The tornado.stack_context module is deprecated and will be removed
  in Tornado 6.0. The reason for this is that it is not feasible to
  provide this module's semantics in the presence of async def
  native coroutines. .ExceptionStackContext is mainly obsolete
  thanks to coroutines. .StackContext lacks a direct replacement
  although the new contextvars package (in the Python standard
  library beginning in Python 3.7) may be an alternative.
- Callback-oriented code often relies on .ExceptionStackContext to
  handle errors and prevent leaked connections. In order to avoid the
  risk of silently introducing subtle leaks (and to consolidate all of
  Tornado's interfaces behind the coroutine pattern), callback
  arguments throughout the package are deprecated and will be removed
  in version 6.0. All functions that had a callback argument
  removed now return a .Future which should be used instead.
- Where possible, deprecation warnings are emitted when any of these
  deprecated interfaces is used. However, Python does not display
  deprecation warnings by default. To prepare your application for
  Tornado 6.0, run Python with the -Wd argument or set the
  environment variable PYTHONWARNINGS to d. If your
  application runs on Python 3 without deprecation warnings, it should
  be able to move to Tornado 6.0 without disruption.

tornado.auth
- .OAuthMixin._oauth_get_user_future may now be a native coroutine.
- All callback arguments in this package are deprecated and will
  be removed in 6.0. Use the coroutine interfaces instead.
- The OAuthMixin._oauth_get_user method is deprecated and will be removed in
  6.0. Override ~.OAuthMixin._oauth_get_user_future instead.

tornado.autoreload
- The command-line autoreload wrapper is now preserved if an internal
  autoreload fires.
- The command-line wrapper no longer starts duplicated processes on windows
  when combined with internal autoreload.

tornado.concurrent
- .run_on_executor now returns .Future objects that are compatible
  with await.
- The callback argument to .run_on_executor is deprecated and will
  be removed in 6.0.
- .return_future is deprecated and will be removed in 6.0.

tornado.gen
- Some older portions of this module are deprecated and will be removed
  in 6.0. This includes .engine, .YieldPoint, .Callback,
  .Wait, .WaitAll, .MultiYieldPoint, and .Task.
- Functions decorated with @gen.coroutine will no longer accept
  callback arguments in 6.0.

tornado.httpclient
- The behavior of raise_error=False is changing in 6.0. Currently
  it suppresses all errors; in 6.0 it will only suppress the errors
  raised due to completed responses with non-200 status codes.
- The callback argument to .AsyncHTTPClient.fetch is deprecated
  and will be removed in 6.0.
- tornado.httpclient.HTTPError has been renamed to
  .HTTPClientError to avoid ambiguity in code that also has to deal
  with tornado.web.HTTPError. The old name remains as an alias.
- tornado.curl_httpclient now supports non-ASCII characters in
  username and password arguments.
- .HTTPResponse.request_time now behaves consistently across
  simple_httpclient and curl_httpclient, excluding time spent
  in the max_clients queue in both cases (previously this time was
  included in simple_httpclient but excluded in
  curl_httpclient). In both cases the time is now computed using
  a monotonic clock where available.
- .HTTPResponse now has a start_time attribute recording a
  wall-clock (time.time) timestamp at which the request started
  (after leaving the max_clients queue if applicable).

tornado.httputil
- .parse_multipart_form_data now recognizes non-ASCII filenames in
  RFC 2231/5987 (filename*=) format.
- .HTTPServerRequest.write is deprecated and will be removed in 6.0. Use
  the methods of request.connection instead.
- Malformed HTTP headers are now logged less noisily.

tornado.ioloop
- .PeriodicCallback now supports a jitter argument to randomly
  vary the timeout.
- .IOLoop.set_blocking_signal_threshold,
  ~.IOLoop.set_blocking_log_threshold, ~.IOLoop.log_stack,
  and .IOLoop.handle_callback_exception are deprecated and will
  be removed in 6.0.
- Fixed a KeyError in .IOLoop.close when .IOLoop objects are
  being opened and closed in multiple threads.

tornado.iostream
- All callback arguments in this module are deprecated except for
  .BaseIOStream.set_close_callback. They will be removed in 6.0.
- streaming_callback arguments to .BaseIOStream.read_bytes and
  .BaseIOStream.read_until_close are deprecated and will be removed
  in 6.0.

tornado.netutil
- Improved compatibility with GNU Hurd.

tornado.options
- tornado.options.parse_config_file now allows setting options to
  strings (which will be parsed the same way as
  tornado.options.parse_command_line) in addition to the specified
  type for the option.

tornado.platform.twisted
- .TornadoReactor and .TwistedIOLoop are deprecated and will be
  removed in 6.0. Instead, Tornado will always use the asyncio event loop
  and twisted can be configured to do so as well.

tornado.stack_context
- The tornado.stack_context module is deprecated and will be removed
  in 6.0.

tornado.testing
- .AsyncHTTPTestCase.fetch now takes a raise_error argument.
  This argument has the same semantics as .AsyncHTTPClient.fetch,
  but defaults to false because tests often need to deal with non-200
  responses (and for backwards-compatibility).
- The .AsyncTestCase.stop and .AsyncTestCase.wait methods are
  deprecated.

tornado.web
- New method .RequestHandler.detach can be used from methods
  that are not decorated with @asynchronous (the decorator
  was required to use self.request.connection.detach().
- .RequestHandler.finish and .RequestHandler.render now return
  Futures that can be used to wait for the last part of the
  response to be sent to the client.
- .FallbackHandler now calls on_finish for the benefit of
  subclasses that may have overridden it.
- The .asynchronous decorator is deprecated and will be removed in 6.0.
- The callback argument to .RequestHandler.flush is deprecated
  and will be removed in 6.0.

tornado.websocket
- When compression is enabled, memory limits now apply to the
  post-decompression size of the data, protecting against DoS attacks.
- .websocket_connect now supports subprotocols.
- .WebSocketHandler and .WebSocketClientConnection now have
  selected_subprotocol attributes to see the subprotocol in use.
- The .WebSocketHandler.select_subprotocol method is now called with
  an empty list instead of a list containing an empty string if no
  subprotocols were requested by the client.
- .WebSocketHandler.open may now be a coroutine.
- The data argument to .WebSocketHandler.ping is now optional.
- Client-side websocket connections no longer buffer more than one
  message in memory at a time.
- Exception logging now uses .RequestHandler.log_exception.

tornado.wsgi
- .WSGIApplication and .WSGIAdapter are deprecated and will be removed
  in Tornado 6.0.

(adam)

2018-08-31 09:25:36 UTC MAIN commitmail json YAML

doc: Added emulators/tcl-hp-15c version 4.0.00.5811

(hauke)

2018-08-31 09:24:25 UTC MAIN commitmail json YAML

2018-08-31 09:20:32 UTC MAIN commitmail json YAML

py-livereload: updated to 2.5.2

Version 2.5.2
Fix tornado 4.5+ not closing connection
Add ignore dirs
Fix bugs

Version 2.5.1
Fix Content-Type detection
Ensure current version of pyinotify is installed before using

Version 2.5.0
wait parameter can be float via Todd Wolfson
Option to disable liveCSS via Yunchi Luo
Django management command via Marc-Stefan Cassola

(adam)

2018-08-31 09:16:14 UTC MAIN commitmail json YAML

haproxy: remove PLIST.Linux (systemd-wrapper removed in 1.8-dev2)

(tnn)

2018-08-31 09:06:07 UTC MAIN commitmail json YAML

2018-08-31 08:26:52 UTC MAIN commitmail json YAML

doc: Updated graphics/MesaLib to 11.2.2nb7

(wiz)

2018-08-31 08:26:42 UTC MAIN commitmail json YAML

2018-08-31 08:09:20 UTC MAIN commitmail json YAML

py-scipy: add missing test dependency

Update comment about upstream bug reports about test failures.

(wiz)

2018-08-31 07:29:29 UTC MAIN commitmail json YAML

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

(adam)

2018-08-31 07:29:12 UTC MAIN commitmail json YAML

py-openpyxl: updated to 2.5.6

2.5.6:
Read-only mode can leave find-handles open when reading dimensions
Set a worksheet directly as active
Internal row counter not adjusted when rows are deleted or inserted

(adam)

2018-08-31 07:26:33 UTC MAIN commitmail json YAML

py-atomicwrites: updated to 1.2.1

1.2.1:
Unknown changes.

(adam)

2018-08-30 22:56:57 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.201

(wiz)

2018-08-30 22:56:46 UTC MAIN commitmail json YAML

mame: update to 0.201.

It窶冱 the end of another month, and time for your scheduled MAME
release, with more of everything we know you love. In a last-minute
update, we slipped in a major performance optimisation for bgfx
video output. It窶冱 particularly noticeable when using cropped
artwork, and there窶冱 no longer a big performance penalty for bringing
up the menu over the emulation on macOS. Another core improvement
is support for TAP/TUN networking on Windows, providing a big
performance improvement when connecting an emulated system to a
network on the host machine.

From the department of things considered lost to time, MAME 0.201
allows you to play as Chuby the octopus, in the incredibly elusive
Spanish game Night Mare. Unfortunately the sound ROMs were missing,
so you won窶冲 be able to hear Chuby speak, and we still need to be
on the lookout for the export version known as Clean Octopus. And
speaking of rare games from Spain, two more Magnet System titles
have been dumped: A Day in Space and The Burning Cavern.

Newly dumped versions of supported arcade games include prototypes
of Halley窶冱 Comet (Taito) and Dog Fight (Orca), a newer version of
the original Master Boy (Gaelco), and the Korean release of Raiden
II (Seibu Kaihatsu). A redumped ROM allowed Psychic Force EX to
run correctly. The vgmplay logged music player has had a big update
in this release, with support for several more sound chips and a
comprehensive software list.

And this brings us to audio improvements, which seem to have all
crowded their way into this release. We have fixes for long-standing
sound bugs in Twin Eagle, Targ and Spectar. Sound in Amazing Maze
is no longer cut off after thirty seconds or so. There are some
big changes for QSound and Taito Zoom ZSG-2 that should make things
sound nicer. There窶冱 also preliminary support for the NEC PC-FX窶冱
HuC6230 SoundBox, but be aware it has a DC offset so you窶冤l hear
a big thud when you start or stop it.

Recent improvements in NEC PC-98 emulation have seen dozens of
titles promoted to working status, and we窶况e added another batch
of dumps from Neo Kobe Collection. There are a number of fixes that
improve TI-99 floppy and cassette support in this release. InterPro
systems can now be used via a serial terminal in configurations
without a video card or keyboard. At long last, the Apple //c Plus
can boot from its internal floppy drive. Other improvements to
computer emulation include better keyboard support for Amiga systems,
and improved GPU emulation for the HP Integral PC.

(wiz)

2018-08-30 12:57:51 UTC MAIN commitmail json YAML

Updated math/R-circular to 0.4.93

(wen)

2018-08-30 12:56:34 UTC MAIN commitmail json YAML

Update to 0.4.93

Upstream changes:
Version 0.4-91
Fixed a bug in heatmap.circular

Version 0.4-8 2014/08/08
minusPiPlusPi now accepts missing values
Added the start.sep argument to plot.circular and points.circular. Also the internal function PointsCircularRad has changed the API.

(wen)

2018-08-30 12:53:20 UTC MAIN commitmail json YAML

Updated math/R-mvtnorm to 1.0.8

(wen)

2018-08-30 12:52:22 UTC MAIN commitmail json YAML

Update to 1.0.8

Upstream changes:
Changes in version 1.0-8 (2018-05-31)

  o  pmvt(..., sigma = ) was ignored in the univariate case
    (reported by Alec Stephenson)

  o  documentation updates

Changes in version 1.0-7 (2018-01-25)

  o  pmvt(..., df = ) is scalar only

(wen)

2018-08-30 12:37:22 UTC MAIN commitmail json YAML

Updated math/R-xtable to 1.8.3

(wen)

2018-08-30 12:36:31 UTC MAIN commitmail json YAML

Update to 1.8.3

Upstream changes:
1.8-3 (2018-08-29)

  * Changed listOfTablesGallery vignette to exclude references to
    lsmeans since Russell Lenth has deprecated lsmeans, replacing it
    with emmeans which has support for tables using xtable based on
    listOfTables. lsmeans removed from Suggests in DESCRIPTION also.
  * Changed OtherPackagesGallery vignette example using the function
    impacts from spdep due to a change in the package spdep causing a
    failure ofr the example using gstslshet from sphet
  * Changed error messages to extract actual value of nrow(x),
    suggestion by Michael Chirico <michaelchirico4@gmail.com>
  * Corrected author field to properly represent author contributions,
    code supplied by Arni Magnusson <arnima@hafro.is>
  * Corrected call to print.xtable inside print.xtableFtable included
    arguments from call to print.xtableFtable. Absence of size
    argument was advised by Lluis Ramon, email March 4, 2016
  * Added patch from Martin Gubri, martin.gubri@framasoft.org to
    enable use of lagImpactMat from spdep in xtable method lagImpact.
  * Added patch to code in OtherPackagesGallery.Rnw supplied by Martin
    Gubri to avoid warnings in the spdep package example. Also fixed the
    vignette index entry.
  * Fixed number of columns in \multicolumn command in print.xtableList to
    deal with inclusion of row names. Previously was only appropriate for
    row names not included.

(wen)

2018-08-30 12:29:47 UTC MAIN commitmail json YAML

Updated math/R-xts to 0.11.0

(wen)

2018-08-30 12:27:57 UTC MAIN commitmail json YAML

Update to 0.11.0

Upstream changes:
Changed in xts 0.11-0:

o  Fix make.index.unique() to always return a unique and sorted index. Thanks
  to Chris Katsulis for the report and example (#241).

o  Add window.xts() method and completely refactor the internal binary search
  function it depends on. Thanks to Corwin Joy for the PR, tests, review, and
  patience (#100, #240).

o  Better axis tick mark locations for plots. Thanks to Dirk Eddelbuettel for
  the report (#246). Also incorporate axTicksByTime2() into axTicksByTime() to
  reduce code duplication from the migration of quantmod::chart_Series() to
  xts::plot.xts() (#74).

o  Add details to plot.xts() parameters that are periodicity, now that RStudio
  has argument completion. Thanks to Evelyn Mitchell for the PR (#154).

o  periodicity() now warns instead of errors if the xts object contains less
  than 2 observations (#230).

o  first() and last() now keep dims when they would otherwise be dropped by a
  regular row subset. This is consistent with head() and tail(). Thanks to
  Davis Vaughan for the report (#226).

o  Fix subset when ISO8601 string is outside the valid range, so it returns no
  data instead of all rows (#96).

o  Avoid partial name matches from parse.side() (inside .parseISO8601())
  results that are passed to firstof() and lastof(). Thanks to @gp2x for the
  report and the patch (#231).

o  na.locf.xts() now loops over columns of multivariate objects in C code,
  instead of in R. This should improve speed and memory performance. Thanks to
  Chris Katsulis and Tom Andrews for their reports and patches (#232, #233,
  #234, #235, #237).

o  Change plot.xts() default 'pch = 0' (rectangles) to 'pch = 1' (circles) so
  it looks more like base and zoo plots (#203).

Changed in xts 0.10-2:

o  na.locf.xts() and na.omit.xts() now support character xts objects. Thanks to
  Ken Williams and Samo Pahor for the reports (#42).

o  na.locf.xts() now honors 'x' and 'xout' arguments by dispatching to the next
  method (#215). Thanks to Morten Grum for the report.

o  coredata.xts() now functions the same as coredata.zoo() on zero-length
  objects, and only removes xts-related attributes (#223). Thanks to Vincent
  Guyader for the report.

o  plot.xts() no longer ignores 'col.up' and 'col.dn' when 'type="h"' (#224).
  Thanks to Charlie Friedemann for the report. This was inadvertently broken
  as part of the fix for #210.

(wen)

2018-08-30 12:23:15 UTC MAIN commitmail json YAML

graphics/gimp is up-to-date

(ryoon)

2018-08-30 12:22:49 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.20

(ryoon)

2018-08-30 12:21:44 UTC MAIN commitmail json YAML

Update to 4.20

Changelog:
NSPR 4.20 contains the following changes:
- Added support for the RISC-V 64-bit target.
- Added support for aarch64 Windows.
- Added support for abstract socket addresses on Linux and Android.
- Fixed a FreeBSD build issue.
- ASAN poisoning functions on Windows no longer use the dllimport
  attribute.

(ryoon)

2018-08-30 12:21:04 UTC MAIN commitmail json YAML

Updated math/R-zoo to 1.8.3

(wen)

2018-08-30 12:19:26 UTC MAIN commitmail json YAML

2018-08-30 11:27:48 UTC MAIN commitmail json YAML

gtexinfo: fix infinite loop in makeinfo with perl-5.28

patch from Niko Tyni via upstream mailing list

(tnn)

2018-08-30 11:14:24 UTC MAIN commitmail json YAML

Updated math/py-numexpr, math/py-powerlaw

(adam)

2018-08-30 11:14:05 UTC MAIN commitmail json YAML

2018-08-30 11:03:35 UTC MAIN commitmail json YAML

2018-08-30 11:01:35 UTC MAIN commitmail json YAML

py-numexpr: updated to 2.6.8

Changes from 2.6.7 to 2.6.8
---------------------------
- Add check to make sure that f_locals is not actually f_globals when we
  do the f_locals clear to avoid the 310 memory leak issue.
- Compare NumPy versions using distutils.version.LooseVersion to avoid issue
  312 when working with NumPy development versions.
- As part of multibuild, wheels for Python 3.7 for Linux and MacOSX are now
  available on PyPI

(adam)

2018-08-30 10:06:54 UTC MAIN commitmail json YAML

Updated devel/py-test, finance/py-braintree

(adam)