Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 04:24:36 UTC Now

2020-04-29 19:57:51 UTC MAIN commitmail json YAML

2020-04-29 19:56:52 UTC MAIN commitmail json YAML

ogle: avoid complex version logic for obsolete netbsd versions

(maya)

2020-04-29 19:50:02 UTC MAIN commitmail json YAML

hal: avoid version checking that would've benefitted netbsd<5

(And hurt netbsd>=10)

(maya)

2020-04-29 19:47:46 UTC MAIN commitmail json YAML

estd: avoid complex netbsd version logic.

This is a workaround for EOL netbsd versions

(maya)

2020-04-29 19:44:49 UTC MAIN commitmail json YAML

2020-04-29 19:33:25 UTC MAIN commitmail json YAML

pam-ldap: preemptively avoid "version 10" issues by accepting all
versions of netbsd. unlikely that anyone is using netbsd<3.

(maya)

2020-04-29 19:23:10 UTC MAIN commitmail json YAML

lang/nodejs: Bump libuv API depends to 1.29 for uv_get_constrained_memory.

(riastradh)

2020-04-29 18:33:57 UTC MAIN commitmail json YAML

mk/subst.mk: allow identity substitutions in SUBST_NOOP_OK=no mode

There are several cases where patterns like s|man|${PKGMANDIR}| appear in
SUBST_SED.  Up to now, these had been categorized as no-ops and required
extra code to make the package build when SUBST_NOOP_OK was set to "no".

This was against the original intention of SUBST_NOOP_OK, which was to
find outdated substitution patterns that do not occur in SUBST_FILES
anymore, most often because the packages have been updated since.

The identity substitutions do appear in the files, they just don't change
them.  Typical cases are for PKGMANDIR, DEVOSSAUDIO, PREFIX, and these
variables may well be different in another pkgsrc setup.  These patterns
are therefore excluded from the SUBST_NOOP_OK check.

(rillig)

2020-04-29 15:11:10 UTC MAIN commitmail json YAML

2020-04-29 15:09:30 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.16.1

(jperkin)

2020-04-29 15:09:20 UTC MAIN commitmail json YAML

pkgin: Update to 0.16.1.

The "jperkin should have run the test suite before releasing 0.16.0" release.

## Version 0.16.1 (2020-04-29)

* Don't attempt to update the keep list if we're only downloading packages.
* Avoid C99isms for now, fixes CentOS 6 build.
* Ignore "pkg_admin rebuild-tree" output, removes spurious "Done." messages
  from output.
* Some minor internal refactoring.

(jperkin)

2020-04-29 15:06:41 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.22

(fox)

2020-04-29 15:04:43 UTC MAIN commitmail json YAML

audio/fasttracker2: Updates to v1.22

Changes since v1.21:

v1.22 - 27.04.2020
- Fixed crash when loading XMs with pattern lengths above 256. They are now
  safely truncated, and the user gets a warning message about the truncation.
- Allow loading overflown BPM/speed values from quirky XMs, up to BPM 999
  and speed 99 ("jk_error_txt.xm" is an example for quirky BPM/speed values).
- Tiny code cleanup

(fox)

2020-04-29 14:17:48 UTC MAIN commitmail json YAML

2020-04-29 14:02:05 UTC MAIN commitmail json YAML

Updated devel/py-mando, textproc/py-natsort

(adam)

2020-04-29 14:01:45 UTC MAIN commitmail json YAML

py-mando: updated to 0.7.0

0.7.0:
- Switch from inspect.getargspec to inspect.signature
- Add support for type annotations
- Add support for Python 3.7 and 3.8
- Remove support for Python 2.6 and 3.4

(adam)

2020-04-29 13:56:10 UTC MAIN commitmail json YAML

2020-04-29 13:53:31 UTC MAIN commitmail json YAML

py-natsort: updated to 7.0.1

7.0.1:

Fixed
Bug where that caused incorrect sorting when using locales that have a "." character as the thousands separator.

7.0.0:

Added
Ability to deploy directly from TravisCI
Release checklist in RELEASING.md

Changed
Updated auxillary shell scripts to be written in python, and added ability to call these from tox
Improved Travis-CI experience
Update testing dependency versions

Removed
Support for Python 2

(adam)

2020-04-29 13:35:32 UTC MAIN commitmail json YAML

Updated net/py-twython, devel/meson

(adam)

2020-04-29 13:35:07 UTC MAIN commitmail json YAML

py-twython: updated to 3.8.2

3.8.0:
Bump release with latest patches from GitHub.
Fix Direct Messages with patches from

(adam)

2020-04-29 13:34:27 UTC MAIN commitmail json YAML

meson: updated to 0.54.1

0.54.1:
Bug fixes

(adam)

2020-04-29 12:40:16 UTC MAIN commitmail json YAML

Updated converters/help2man, net/dnsmasq

(adam)

2020-04-29 12:39:57 UTC MAIN commitmail json YAML

help2man: updated to 1.47.15

help2man (1.47.15) unstable; urgency=medium

  * Use the package name and version as the default for --source (was
    program).
  * Support packages in version strings without the GNU or Free prefix.
  * Allow an optional second dash to separate the package name from the
    version for multi-word packages: "program - package name - version".

help2man (1.47.14) unstable; urgency=medium

  * Revert --version parsing change from 1.47.13, which had unintended
    consequences for some version strings.  In short, it is not possible
    to unambiguously determine the split between the package/program name
    and version in some of the supported formats.  Multi-word package
    names are supported only in the "program (GNU package) version"
    variant

(adam)

2020-04-29 12:38:52 UTC MAIN commitmail json YAML

dnsmasq: updated to 2.81

version 2.81

Improve cache behaviour for TCP connections. For ease of
implementaion, dnsmasq has always forked a new process to handle
each incoming TCP connection. A side-effect of this is that
any DNS queries answered from TCP connections are not cached:
when TCP connections were rare, this was not a problem.
With the coming of DNSSEC, it is now the case that some
DNSSEC queries have answers which spill to TCP, and if,
for instance, this applies to the keys for the root, then
those never get cached, and performance is very bad.
This fix passes cache entries back from the TCP child process to
the main server process, and fixes the problem.

Remove the NO_FORK compile-time option, and support for uclinux.
In an era where everything has an MMU, this looks like
an anachronism, and it adds to (Ok, multiplies!) the
combinatorial explosion of compile-time options. Thanks to
Kevin Darbyshire-Bryant for the patch.

Fix line-counting when reading /etc/hosts and friends; for
correct error messages. Thanks to Christian Rosentreter
for reporting this.

Fix bug in DNS non-terminal code, added in 2.80, which could
sometimes cause a NODATA rather than an NXDOMAIN reply.
Thanks to Norman Rasmussen, Sven Mueller and Maciej 纏enczykowski
for spotting and diagnosing the bug and providing patches.

Support TCP-fastopen (RFC-7413) on both incoming and
outgoing TCP connections, if supported and enabled in the OS.

Improve kernel-capability manipulation code under Linux. Dnsmasq
now fails early if a required capability is not available, and
tries not to request capabilities not required by its
configuration.

Add --shared-network config. This enables allocation of addresses
by the DHCP server in subnets where the server (or relay) does not
have an interface on the network in that subnet. Many thanks to
kamp.de for sponsoring this feature.

Fix broken contrib/lease_tools/dhcp_lease_time.c. A packet
validation check got borked in commit 2b38e382 and release 2.80.
Thanks to Tomasz Szajner for spotting this.

Fix compilation against nettle version 3.5 and later.

Fix spurious DNSSEC validation failures when the auth section
of a reply contains unsigned RRs from a signed zone,
with the exception that NSEC and NSEC3 RRs must always be signed.
Thanks to Tore Anderson for spotting and diagnosing the bug.

Add --dhcp-ignore-clid. This disables reading of DHCP client
identifier option (option 61), so clients are only identified by
MAC addresses.

Fix a bug which stopped --dhcp-name-match from working when a hostname
is supplied in --dhcp-host. Thanks to James Feeney for spotting this.

Fix bug which caused very rarely caused zero-length DHCPv6 packets.
Thanks to Dereck Higgins for spotting this.

Add --tftp-single-port option.

Enhance --conf-dir to load files in a deterministic order. Thanks to
Evgenii Seliavka for the suggestion and initial patch.

In the router advert code, handle case where we have two
different interfaces on the same IPv6 net, and we are doing
RA/DHCP service on only one of them. Thanks to NIIBE Yutaka
for spotting this case and making the initial patch.

Support prefixed ranges of ipv6 addresses in dhcp-host.
This eases problems chain-netbooting, where each link in the
chain requests an address using a different UID. With a single
address, only one gets the "static" address, but with this
fix, enough addresses can be reserved for all the stages of the
boot. Many thanks to Harald Jens奪s for his work on this idea and
earlier patches.

Add filtering by tag of --dhcp-host directives. Based on a patch
by Harald Jens奪s.

Allow empty server spec in --rev-server, to match --server.

Remove DSA signature verification from DNSSEC, as specified in
RFC 8624. Thanks to Loganaden Velvindron for the original patch.

Add --script-on-renewal option.

(adam)

2020-04-29 11:24:33 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.70.0

(leot)

2020-04-29 11:24:19 UTC MAIN commitmail json YAML

curl: Update to 7.70.0

Changes:
7.70.0
------
This release includes the following changes:

o curl: add --ssl-revoke-best-effort to allow a "best effort" revocation check
o mqtt: add new experimental protocol
o schannel: add "best effort" revocation check option: CURLSSLOPT_REVOKE_BEST_EFFORT
o writeout: support to generate JSON output with '%{json}'

This release includes the following bugfixes:

o appveyor: add Unicode winbuild jobs
o appveyor: completely disable tests that fail to timeout early
o appveyor: show failed tests in log even if test is ignored
o appveyor: sort builds by type and add two new variants
o appveyor: turn disabled tests into ignored result tests
o appveyor: use random test server ports based upon APPVEYOR_API_URL
o build: fixed build for systems with select() in unistd.h
o buildconf: avoid using tempfile when removing files
o checksrc: warn on obvious conditional blocks on the same line as if()
o CI-fuzz: increase fuzz time to 40 minutes
o ci/tests: fix Azure Pipelines not running Windows containers
o CI: add build with ngtcp2 + gnutls on Travis CI
o CI: bring GitHub Actions fuzzing job in line with macOS jobs
o CI: migrate macOS jobs from Azure and Travis CI to GitHub Actions
o CI: remove default Ubuntu build from GitHub Actions
o cirrus: no longer ignore test 504 which is working again
o cirrus: re-enable the FreeBSD 13 CI builds
o cleanup: insert newline after if() conditions
o cmake: add aliases so exported target names are available in tree
o cmake: add CMAKE_MSVC_RUNTIME_LIBRARY
o cmake: add support for building with wolfSSL
o cmake: Avoid MSVC C4273 warnings in send/recv checks
o cmdline: fix handling of OperationConfig linked list (--next)
o compressed.d: stress that the headers are not modified
o config: remove all defines of HAVE_DES_H
o configure: convert -I to -isystem as a last step
o configure: document 'compiler_num' for gcc
o configure: don't check for Security.framework when cross-compiling
o configure: fix -pedantic-errors for GCC 5 and later
o configure: remove use of -vec-report0 from CFLAGS with icc
o connect: happy eyeballs cleanup
o connect: store connection info for QUIC connections
o copyright: fix out-of-date copyright ranges and missing headers
o curl-functions.m4: remove inappropriate AC_REQUIRE
o curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
o curl.h: update comment typo
o curl: allow both --etag-compare and --etag-save with same file name
o curl_setup: define _WIN32_WINNT_[OS] symbols
o CURLINFO_CONDITION_UNMET: return true for 304 http status code
o CURLINFO_NUM_CONNECTS: improve accuracy
o CURLOPT_WRITEFUNCTION.3: add inline example and new see-also
o dist: add mail-rcpt-allowfails.d to the tarball
o docs/make: generate curl.1 from listed files only
o docs: add warnings about FILE: URLs on Windows
o easy: fix curl_easy_duphandle for builds missing IPv6 that use c-ares
o examples/sessioninfo.c: add include to fix compiler warning
o github actions: run when pushed to master or */ci + PRs
o gnutls: bump lowest supported version to 3.1.10
o gnutls: Don't skip really long certificate fields
o gnutls: ensure TLS 1.3 when SRP isn't requested
o gopher: check remaining time left during write busy loop
o gskit: use our internal select wrapper for portability
o http2: Fix erroneous debug message that h2 connection closed
o http: don't consider upload done if the request isn't completely sent off
o http: free memory when Alt-Used header creation fails due to OOM
o lib/mk-ca-bundle: skip empty certs
o lib670: use the same Win32 API check as all other lib tests
o lib: fix typos in comments and errormessages
o lib: never define CURL_CA_BUNDLE with a getenv
o libcurl-multi.3: added missing full stop
o libssh: avoid options override by configuration files
o libssh: Use new ECDSA key types to check known hosts
o mailmap: fixup a few author names/fields
o Makefile.m32: Improve windres parameter compatibility
o Makefile: run the cd commands in a subshell
o memdebug: don't log free(NULL)
o mime: properly check Content-Type even if it has parameters
o multi-ssl: reset the SSL backend on `Curl_global_cleanup()`
o multi: improve parameter check for curl_multi_remove_handle
o nghttp2: 1.12.0 required
o ngtcp2: update to git master for the key installation API change
o nss: check for PK11_CreateDigestContext() returning NULL
o openssl: adapt to functions marked as deprecated since version 3
o OS400: update strings for ccsid-ifier (fixes the build)
o output.d: quote the URL when globbing
o packages: add OS400/chkstrings.c to the dist
o RELEASE-PROCEDURE.md: run the copyright.pl script!
o Revert "file: on Windows, refuse paths that start with \\"
o runtests: always put test number in servercmd file
o runtests: provide nicer errormsg when protocol "dump" file is empty
o schannel: Fix blocking timeout logic
o schannel: support .P12 or .PFX client certificates
o scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance
o select: make Curl_socket_check take timediff_t timeout
o select: move duplicate select preparation code into Curl_select
o select: remove typecast from SOCKET_WRITABLE/READABLE macros
o server/getpart: make the "XML-parser" stricter
o server/resolve: remove AI_CANONNAME to make macos tell the truth
o smtp: set auth correctly
o sockfilt: add logmsg output to select_ws_wait_thread on Windows
o sockfilt: fix broken pipe on Windows to be ready in select_ws
o sockfilt: fix handling of ready closed sockets on Windows
o sockfilt: fix race-condition of waiting threads and event handling
o socks: Fix blocking timeout logic
o src: Remove C99 constructs to ensure C89 compliance
o SSLCERTS.md: Fix example code for setting CA cert file
o test1148: tolerate progress updates better (again)
o test1154: set a proper name
o test1177: verify that all the CURL_VERSION_ bits are documented
o test1566: verify --etag-compare that gets a 304 back
o test1908: avoid using fixed port number in test data
o test2043: use revoked.badssl.com instead of revoked.grc.com
o test2100: fix static port instead of dynamic value being used
o tests/data: fix some XML formatting issues in test cases
o tests/FILEFORMAT: converted to markdown and extended
o tests/server/util.c: use curl_off_t instead of long for pid
o tests: add %NOLISTENPORT and use it
o tests: add Windows compatible pidwait like pidkill and pidterm
o tests: fix conflict between Cygwin/msys and Windows PIDs
o tests: introduce preprocessed test cases
o tests: make Python-based servers compatible with Python 2 and 3
o tests: make runtests check that disabled tests exists
o tests: move pingpong server to dynamic listening port
o tests: remove python_dependencies for smbserver from our tree
o tests: run the RTSP test server on a dynamic port number
o tests: run the SOCKS test server on a dynamic port number
o tests: run the sws server on "any port"
o tests: run the TFTP test server on a dynamic port number
o tests: use Cygwin/msys PIDs for stunnel and sshd on Windows
o tls: remove the BACKEND define kludge from most backends
o tool: do not declare functions with Curl_ prefix
o tool_operate: fix add_parallel_transfers when more are in queue
o transfer: cap retries of "dead connections" to 5
o transfer: Switch PUT to GET/HEAD on 303 redirect
o travis: bump the wolfssl CI build to use 4.4.0
o travis: update the ngtcp2 build to use the latest OpenSSL patch
o url: allow non-HTTPS altsvc-matching for debug builds
o version: add 'cainfo' and 'capath' to version info struct
o version: increase buffer space for ssl version output
o version: skip idn2_check_version() check and add precaution
o vquic: add support for GnuTLS backend of ngtcp2
o vtls: fix ssl_config memory-leak on out-of-memory
o warnless: remove code block for icc that didn't work
o windows: enable UnixSockets with all build toolchains
o windows: suppress UI in all CryptAcquireContext() calls

(leot)

2020-04-29 10:45:26 UTC MAIN commitmail json YAML

Updated sysutils/ansible, devel/py-coverage

(adam)

2020-04-29 10:45:09 UTC MAIN commitmail json YAML

py-coverage: updated to 5.1

Version 5.1:
The JSON report now includes counts of covered and missing branches.
On Python 3.8, try-finally-return reported wrong branch coverage with decorated async functions (issue 964). This is now fixed.
The :meth:`~coverage.Coverage.get_option` and :meth:`~coverage.Coverage.set_option` methods can now manipulate the [paths] configuration setting.

(adam)

2020-04-29 10:36:26 UTC MAIN commitmail json YAML

ansible: updated to 2.9.7

v2.9.7
======

Minor Changes
-------------

- 'Edit on GitHub' link for plugin, cli documentation fixed to navigate to correct plugin, cli source.
- Handle get_tags_for_object API correctly in vmware_rest_client.
- Remove redundant encoding in json.load call in ipa module_utils (https://github.com/ansible/ansible/issues/66592).
- ansible-test - Upgrade OpenSUSE containers to use Leap 15.1.
- ansible-test now supports testing against RHEL 7.8 when using the ``--remote`` option.
- vmware_cluster - Document alternatives for deprecated parameters

Removed Features (previously deprecated)
----------------------------------------

- ldap_attr, ldap_entry - The ``params`` option has been removed in Ansible-2.10 as it circumvents Ansible's option handling.  Setting ``bind_pw`` with the ``params`` option was disallowed in Ansible-2.7, 2.8, and 2.9 as it was insecure.  For information about this policy, see the discussion at: https://meetbot.fedoraproject.org/ansible-meeting/2017-09-28/ansible_dev_meeting.2017-09-28-15.00.log.html This fixes CVE-2020-1746

Bugfixes
--------

- **security issue** - The ``subversion`` module provided the password via the svn command line option ``--password`` and can be retrieved from the host's /proc/<pid>/cmdline file. Update the module to use the secure ``--password-from-stdin`` option instead, and add a warning in the module and in the documentation if svn version is too old to support it. (CVE-2020-1739)

- **security issue** win_unzip - normalize paths in archive to ensure extracted files do not escape from the target directory (CVE-2020-1737)

- **security_issue** - create temporary vault file with strict permissions when editing and prevent race condition (CVE-2020-1740)
- Alter task_executor's start_connection to support newer modules from collections which expect to send task UUID.
- Ansible.ModuleUtils.WebRequest - actually set no proxy when ``use_proxy: no`` is set on a Windows module - https://github.com/ansible/ansible/issues/68528
- Ensure DataLoader temp files are removed at appropriate times and that we observe the LOCAL_TMP setting.
- Ensure we don't allow ansible_facts subkey of ansible_facts to override top level, also fix 'deprefixing' to prevent key transforms.
- Ensure we get an error when creating a remote tmp if it already exists. CVE-2020-1733
- Fact Delegation - Add ability to indicate which facts must always be delegated. Primarily for ``discovered_interpreter_python`` right now, but extensible later. (https://github.com/ansible/ansible/issues/61002)
- Fix nxos_lacp replace operation (https://github.com/ansible/ansible/pull/64074).
- Handle equal sign in password while using passwordstore lookup plugin.
- In fetch action, avoid using slurp return to set up dest, also ensure no dir traversal CVE-2019-3828.
- In vmware_guest_network module use appropriate network while creating or reconfiguring (https://github.com/ansible/ansible/issues/65968).
- Log additional messages from persistent connection modules that may be missed if the module fails or returns early.
- `vmware_content_deploy_template`'s `cluster` argument no longer fails with an error message about resource pools.
- ansible command now correctly sends v2_playbook_on_start to callbacks
- ansible-galaxy - Error when install finds a tar with a file that will be extracted outside the collection install directory - CVE-2020-10691
- ansible-galaxy collection - Preserve executable bit on build and preserve mode on install from what tar member is set to - https://github.com/ansible/ansible/issues/68415
- dense callback - fix plugin access to its configuration variables and remove a warning message (https://github.com/ansible/ansible/issues/64628).
- display - Improve method of removing extra new line after warnings so it does not break Tower/Runner (https://github.com/ansible/ansible/pull/68517)
- docker connection plugin - do not prefix remote path if running on Windows containers.
- for those running uids for invalid users (containers), fallback to uid=<uid> when logging fixes
- get_url pass incorrect If-Modified-Since header (https://github.com/ansible/ansible/issues/67417)
- mysql_user - Fix idempotence when long grant lists are used (https://github.com/ansible/ansible/issues/68044)
- os_user_role - Fix os_user_role issue to grant a role in a domain.
- ovirt_storage_domain: fix update_check for warning_low_space
- purefa_snmp - Fix error when deleting a manager and when creating a v2c manager (https://github.com/ansible/ansible/pull/68180)
- rabbitmq_policy - Fix version parsing for RabbitMQ 3.8.
- routeros_facts - Prevent crash of module when ``ipv6`` package is not installed
- setup.ps1 - Fix ``ansible_fqdn`` using the wrong values to build the actual DNS FQDN.

(adam)

2020-04-29 10:12:15 UTC MAIN commitmail json YAML

Updated textproc/py-elementpath, textproc/py-humanize

(adam)

2020-04-29 10:11:56 UTC MAIN commitmail json YAML

2020-04-29 10:04:55 UTC MAIN commitmail json YAML

py-elementpath: updated to 1.4.4

v1.4.4:
* Improve XPath context and axes processing
* Integrate pull requests and fix bug on predicate selector

(adam)

2020-04-29 10:01:37 UTC MAIN commitmail json YAML

Updated databases/ldb, net/samba4

(adam)

2020-04-29 10:01:18 UTC MAIN commitmail json YAML

samba4: updated to 4.12.2

Samba 4.12.2
This is a security release in order to address the following defects:
o CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ
o CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC

(adam)

2020-04-29 10:00:12 UTC MAIN commitmail json YAML

ldb: updated to 2.1.2

2.1.2:
Unknown changes

(adam)

2020-04-29 09:29:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/nnn to 3.1

(sjmulder)

2020-04-29 09:29:38 UTC MAIN commitmail json YAML

nnn: Update to 3.1

Package changes:
- Now installs completions for fish, zsh, and bash.
- New option 'mouse' (enabled by default) makes mouse support optional.
- New option 'pcre' (enabled by default) for Perl regular expressions.
- Removed checksum for deleted patch-src_nnn.c in distinfo.

Upstream changes:
- unlimited bookmarks and plugin keys
- status bar text in context color
- support config `NO_COLOR` to disable colors
- config `NNN_OPTS` to specify binary options to `nnn`
- config `NNN_MCLICK` to emulate configurable key
- toggle selection on right click
- ignore hard links when calculating disk usage
- dim (hard/sym) link names (symlink to file has `@`)
- more special keys at empty filter prompt in _type-to-nav_
- key `>` to export file list
- option `-F` to show fortune in help and settings screen
- option `-T` to specify sort order (obsoletes `-v`)
- option to clear sort order
- key `T` to change time type (access/change/mod)
- `.nmv` - internal fully-functional batch renamer plugin
- make var `O_NOBATCH` to disable native batch renamer
- `nuke` & `imgview` - open all images in directory sxiv
- `nuke` - open log files in vi
- plugin `x2sel` - system clipboard to selection copier
- plugin `fzy` - cd using z database
- plugin `fzopen` - support `FZF_DEFAULT_COMMAND`
- create new context on TAB without prompt
- hover and connect by dir name (within config dir)
- move to next entry on current file delete
- on single file copy/move, select the copied/moved file
- option `-f` to to use readline history file (off by default)
- use `s` in status bar to indicate selection in progress
- make var `O_NOMOUSE` to disable mouse support
- do not store `NNN_TRASH` and `-Q` in config/session
- add sample .desktop file for XDG compatible DEs
- rename _nav-as-you-type_ to _type-to-nav_ mode
- fix PCRE case-insensitive regex search
- fix no error msg when filter length limit exceeded
- fix static package generation
- fix broken abort message when started in du-mode
- fix filter lost on context switch in non _type-to-nav_ mode
- fix broken readline prompt
- fix long strings treated as action keys in filter prompt
- fix `NNNLVL` not reset when spawned shell is exited

(sjmulder)

2020-04-29 08:00:55 UTC MAIN commitmail json YAML

Updated devel/py-atomicwrites, time/py-pytz, textproc/py-xmlschema, www/py-uvicorn

(adam)

2020-04-29 08:00:01 UTC MAIN commitmail json YAML

py-uvicorn: remove unused patch

(adam)

2020-04-29 07:59:35 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.11.4

0.11.4
Use watchgod, if installed, for watching code changes.
Reload application when any files in watched directories change, not just .py files.

(adam)

2020-04-29 07:50:05 UTC MAIN commitmail json YAML

py-xmlschema: updated to 1.1.3

v1.1.3:
* Clean component parsing
* Fix namespace loading for chameleon schemas
* Fix UPA checks with nested choice/all models
* Fixed issues

(adam)

2020-04-29 07:44:54 UTC MAIN commitmail json YAML

2020-04-29 07:42:07 UTC MAIN commitmail json YAML

py-atomicwrites: updated to 1.4.0

1.4.0:
Unknown changes

(adam)

2020-04-29 07:32:15 UTC MAIN commitmail json YAML

Updated databases/openldap, databases/lmdb

(adam)

2020-04-29 07:31:53 UTC MAIN commitmail json YAML

openldap: updated to 2.4.50

OpenLDAP 2.4.50 Engineering
Fixed client benign typos
Fixed libldap type cast
Fixed libldap retry loop in ldap_int_tls_connect
Fixed libldap_r race on Windows mutex initialization
Fixed liblunicode memory leak
Fixed slapd benign typos
Fixed slapd-mdb memory leak in dnSuperiorMatch
Fixed slapo-pcache database initialization
Fixed slapo-ppolicy callback
Build
Fix olcDatabaseDummy initialization for windows
Fix detection for ws2tcpip.h for windows
Fix back-mdb types for windows
Contrib
Update ldapc++ config.guess and config.sub to support newer architectures
Added pw-argon2 module
Documentation
slapd-ldap(5) - Clarify idassert-authzfrom behavior
slapd-meta(5) - Remove client-pr option
slapdinex(8) - Fix truncate option information for back-mdb

(adam)

2020-04-29 06:48:03 UTC MAIN commitmail json YAML

Updated devel/cmake, devel/cmake-gui

(adam)

2020-04-29 06:47:39 UTC MAIN commitmail json YAML

cmake: updated to 3.17.2

CMake 3.17.2
* BoostScanDeps: Fix typo in numpy handling
* FindBoost: Simplify Boost_VERSION_STRING comparisons
* FindBoost: Add support for Boost 1.73
* iOS: Fix detection of supported SDK architectures
* FindPython: avoid autoderef in version comparisons
* FindPython: remove extra dereference
* AIX: Activate symbol export/import IBM i (OS400)
* Ninja: Document that Fortran support is available with Ninja 1.10+
* CPack: Do not recurse through directory symlinks
* target_precompile_headers: Fix documented example using genex
* Makefiles: Scan Objective C/C++ preprocessor dependencies
* Makefiles: Add Objective C/C++ compilations to compile_commands.json
* FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI
* Help: Fix unescaped asterisks in docs for SKIP_PRECOMPILE_HEADERS
* Help: Minor grammar cleanups of CMAKE_CURRENT_FUNCTION* docs
* Help: Add cross-references for CMAKE_CURRENT_FUNCTION* docs
* Help: Improve wording of CMAKE_CURRENT_FUNCTION_LIST_DIR docs
* Apple: Merge per-arch sysroot parameters if all are the same
* file(UPLOAD): Add default ca_certs
* Ninja: Remove config suffix from order-only target
* FindPython: fix python compiler validation
* FindPython: fix reason failure propagation
* FindBoost: Prevent warning with boost 1.73
* FindCUDAToolkit searches stub location last

(adam)

2020-04-29 04:30:59 UTC MAIN commitmail json YAML

(math/py-numpy16) Add missing distinfo (right ?)

(mef)

2020-04-29 02:16:05 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.4.6

(mef)

2020-04-29 02:15:52 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated to 1.0.3 to 1.0.4.6

(pkgsrc)
- Add two more TEST_DEPENDS+ , but still R-tinytest is necessary for test

(upstream)
- pick the lines from:
  w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
-----------------------------------------------------------------------
Changes in Rcpp patch release version 1.0.4.6 (2020-04-02)

  * Changes in Rcpp API:

      + The exception handler code in #1043 was updated to ensure proper
        include behavior (Kevin in #1047 fixing #1046).

      + A missing Rcpp_list6 definition was added to support R 3.3.* builds
        (Davis Vaughan in #1049 fixing #1048).

      + Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace
        (Dirk in #1054 fixing #1053).

      + A further updated corrected the header include and provided a missing
        else branch (Mattias Ellert in #1055).

      + Two more assignments are protect with Rcpp::Shield (Dirk in #1059)

  * Changes in Rcpp Attributes:

      + Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0
        on Windows (Kevin in #1062 fixing #1061).

  * Changes in Rcpp Deployment:

      + Travis CI unit tests now run a matrix over the versions of R also
        tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in
        parallel for a net speed-up (Dirk in #1056 and #1057).

Changes in Rcpp version 1.0.4 (2020-03-13)

  * Changes in Rcpp API:

      + Safer Rcpp_list*, Rcpp_lang* and Function.operator() (Romain in #1014,
        #1015).

      + A number of #nocov markers were added (Dirk in #1036, #1042 and #1044).

      + Finalizer calls clear external pointer first (Kirill M?ller and Dirk in
        #1038).

      + Scalar operations with a rhs matrix no longer change the matrix value
        (Qiang in #1040 fixing (again) #365).

      + Rcpp::exception and Rcpp::stop are now more thread-safe (Joshua
        Pritikin in #1043).

  * Changes in Rcpp Attributes:

      + The cppFunction helper now deals correctly with mulitple depends
        arguments (TJ McKinley in #1016 fixing #1017).

      + Invisible return objects are now supported via new option (Kun Ren in #
        1025 fixing #1024).

      + Unavailable packages referred to in LinkingTo are now reported (Dirk in
        #1027 fixing #1026).

      + The sourceCpp function can now create a debug DLL on Windows (Dirk in #
        1037 fixing #1035).

  * Changes in Rcpp Documentation:

      + The .github/ directory now has more explicit guidance on contributing,
        issues, and pull requests (Dirk).

      + The Rcpp Attributes vignette describe the new invisible return object
        option (Kun Ren in #1025).

      + Vignettes are now included as pre-made pdf files (Dirk in #1029)

      + The Rcpp FAQ has a new entry on the recommended importFrom directive
        (Dirk in #1031 fixing #1030).

      + The bib file for the vignette was once again updated to current package
        versions (Dirk).

  * Changes in Rcpp Deployment:

      + Added unit test to check if C++ version remains remains aligned with
        the package number (Dirk in #1022 fixing #1021).

      + The unit test system was switched to tinytest (Dirk in #1028, #1032, #
        1033).

(mef)

2020-04-29 01:54:56 UTC MAIN commitmail json YAML

Use full path to pkg_info so that it does not relay on $PATH

Missing commit for previous PKGREVISION bump

(manu)

2020-04-29 00:18:36 UTC MAIN commitmail json YAML

fvwm: g/c unused variable

(gutteridge)

2020-04-28 23:59:21 UTC MAIN commitmail json YAML

2020-04-28 23:53:44 UTC MAIN commitmail json YAML

gdal-lib: Bump depends in bl3

gdal-lib does not make stability guarantees and this was a major
release, with a shlib bump.  In the absence of an argument that older
versions are ok, move depends up to 3.0.0.

(gdt)

2020-04-28 23:50:18 UTC MAIN commitmail json YAML

doc: Updated geography/py-gdal to 3.0.4

(gdt)

2020-04-28 23:50:13 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 3.0.4

(gdt)

2020-04-28 23:50:03 UTC MAIN commitmail json YAML

gdal-lib: Update to 3.0.4

Summary of upstream NEWS:

* many bug fixes

== Major changes in 3.x

* Implement RFC 73: Integration of PROJ6 for WKT2, late binding
  capabilities, time-support and unified CRS database. PROJ >= 6 is
  now a build requirement
  https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn
* New GDAL drivers:
  - DAAS: read driver for Airbus DS Intelligence Data As A Service
  - TileDB: read/write driver for https://www.tiledb.io (#1402)
* New OGR drivers:
  - MongoDBv3: read/write driver using libmongocxx v3.4.0 client (for MongoDB >= 4.0)
* Improved drivers:
  - FITS: read/write support for scale, offset and CRS
  - netCDF: read support for groups
  - PDF: add a COMPOSITION_FILE creation option to generate a complex document
  - PDS4: subdataset creation support, read/write table/vector support
* Support for minimal builds on Unix (#1250)
* Add a docker/ directory with Dockerfile for different configurations
* Continued code linting

== New installed files ==

* Resource file: pdfcomposition.xsd

== Removed installed files ==

* Removal of resource files related to EPSG and ESRI CRS databases:
  compdcs.csv, coordinate_axis.csv, datum_shift.csv, ellipsoid.csv,
  esri_epsg.wkt, esri_extra.wkt, esri_Wisconsin_extra.wkt, gcs.csv,
  gcs.override.csv, gdal_datum.csv, geoccs.csv, pcs.csv,
  pcs.override.csv, prime_meridian.csv, projop_wparm.csv,
  unit_of_measure.csv, vertcs.csv, vertcs.override.csv

== Backward compatibility issues ==

MIGRATION GUIDE FROM GDAL 2.4 to GDAL 3.0
-----------------------------------------

- Substantial changes, sometimes backward incompatible, in coordinate reference
  system and coordinate transformations have been introduced per
  https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn
    * OSRImportFromEPSG() takes into account official axis order.
      Traditional GIS-friendly axis order can be restored with
      OGRSpatialReference::SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER);
    * Same for SetWellKnownGeogCS("WGS84") / SetFromUserInput("WGS84")
    * removal of OPTGetProjectionMethods(), OPTGetParameterList() and OPTGetParameterInfo()
      No equivalent.
    * removal of OSRFixup() and OSRFixupOrdering(): no longer needed since objects
      constructed are always valid
    * removal of OSRStripCTParms(). Use OSRExportToWktEx() instead with the
      FORMAT=SQSQL option
    * exportToWkt() outputs AXIS nodes
    * OSRIsSame(): now takes into account data axis to CRS axis mapping, unless
      IGNORE_DATA_AXIS_TO_SRS_AXIS_MAPPING=YES is set as an option to OSRIsSameEx()
    * ogr_srs_api.h: SRS_WKT_WGS84 macro is no longer declared by default since
      WKT without AXIS is too ambiguous. Preferred remediation: use SRS_WKT_WGS84_LAT_LONG.
      Or #define USE_DEPRECATED_SRS_WKT_WGS84 before including ogr_srs_api.h

== GDAL/OGR 3.0.0 - General Changes ==

* PROJ >= 6.0 is a required external dependency
* libgeotiff >= 1.5 should be used for builds with external libgeotiff

(gdt)

2020-04-28 23:01:26 UTC MAIN commitmail json YAML

security/openpam: define NO_STATIC_MODULES on NetBSD

This is a hack to work around a mistake in the NetBSD openpam build
which leaked into the public header files.  We will fix this in the
NetBSD build but it's been in the public header files for nearly a
decade now, with each individual pam module sometimes having this
workaround, so let's apply the workaround uniformly for now.

PR security/39313
PR security/55216

(riastradh)

2020-04-28 21:16:40 UTC MAIN commitmail json YAML

doc: Updated www/py-beautifulsoup4 to 4.9.0

(gutteridge)

2020-04-28 21:16:14 UTC MAIN commitmail json YAML

py-beautifulsoup4: update to 4.9.0

4.9.0 (20200405)

* Added PageElement.decomposed, a new property which lets you
  check whether you've already called decompose() on a Tag or
  NavigableString.

* Embedded CSS and Javascript is now stored in distinct Stylesheet and
  Script tags, which are ignored by methods like get_text(). This
  feature is not supported by the html5lib treebuilder. [bug=1868861]

* Added a Russian translation by 'authoress' to the repository.

* Fixed an unhandled exception when formatting a Tag that had been
  decomposed.[bug=1857767]

* Fixed a bug that happened when passing a Unicode filename containing
  non-ASCII characters as markup into Beautiful Soup, on a system that
  allows Unicode filenames. [bug=1866717]

* Added a performance optimization to PageElement.extract(). Patch by
  Arthur Darcet.

(gutteridge)

2020-04-28 21:14:37 UTC MAIN commitmail json YAML

doc: Added security/p5-Crypt-HSXKPasswd version 3.6

(wiz)

2020-04-28 21:14:20 UTC MAIN commitmail json YAML

security/Makefile: + p5-Crypt-HSXKPasswd

(wiz)

2020-04-28 21:13:44 UTC MAIN commitmail json YAML

security/p5-Crypt-HSXKPasswd: import p5-Crypt-HSXKPasswd-3.6

Inspired by a XKCD webcomic and by Steve Gibson's Password Haystacks
page, HSXKPasswd is a Perl module (Crypt::HSXKPasswd) and terminal
command (hsxkpasswd) for generating passwords that are secure,
memorable, and easy to read, type, and share over the phone.

(wiz)

2020-04-28 19:39:01 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 9.0.9nb2

(wiz)

2020-04-28 19:38:49 UTC MAIN commitmail json YAML

tor-browser: update to 9.0.9nb2.

Automatically install the noscript extension.
(https-everywhere package is ready, but doesn't work.)

Change the default path in the home directory to ".tor-browser"
to be more similar to other mozilla products.

By default, use the standard tor port. No separate instance
of tor is started for tor-browser from pkgsrc.

(wiz)

2020-04-28 19:35:19 UTC MAIN commitmail json YAML

security/Makefile: + tor-browser-noscript

(wiz)

2020-04-28 19:34:51 UTC MAIN commitmail json YAML

security/tor-browser-noscript: import tor-browser-noscript-11.0.25

The NoScript Firefox extension provides extra protection for
browsers: this free, open source add-on allows JavaScript, Java,
Flash, and other plugins to be executed only by trusted web sites
of your choice (e.g., your online bank).

(wiz)

2020-04-28 18:10:37 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.48.5

(wiz)

2020-04-28 18:10:27 UTC MAIN commitmail json YAML

vala: update to 0.48.5.

Vala 0.48.5
===========
* Regression and bug fixes:
  - Revert "vala: Set default_construction_method in semantic-analyzer check
    if required" [#982]
  - tests: Fix make dist

Vala 0.48.4
===========
* Various improvements and bug fixes:
  - codegen:
    + Fix binary 'in' operator on array with boxed value-typed needle [#951]
    + Use get_value_*_function() in GSignalModule.generate_marshaller() [#468]
    + Correctly handle signals returning real non-nullable struct [#466]
    + Use specified indices to access multidimensional array constants [#905]
    + Fix base-access to non-abstract/non-virtual properties [#204]
    + Fix default of CCode.pos for parameters in async methods
  - vala:
    + Set default_construction_method in semantic-analyzer check if required
    + Fix cleaning of output in CodeContext.pkg_config_modversion()
    + Don't use possibly uninitialized backing field of package_name [#971]
    + Add SourceReference.contains() and SourceLocation.to_string()
    + Check assigned handler of dynamic signal before proceeding further
    + Don't perform version check on internal lambda method
    + Perform version check for types of non-external variable declarations
    + Quote symbol on report by version attribute check
    + Ensure non-empty argument list for "disconnect" before accessing it
  - girparser
    + Move special handling for certain parameters to process_callable()
    + Drop special handling of GLib.Data, GLib.PtrArray and GLib.String
    + Improve detection of AsyncReadyCallback/AsyncResult parameters [#340]
  - parser: Handle incomplete expression statements

* Bindings:
  - gio-2.0: Add "async_result_pos" attributes to *.call_with_unix_fd_list()
    [#340]
  - glib-2.0: Fix Filename.canonicalize() binding of g_canonicalize_filename
  - glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with G_PID_FORMAT
  - gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal with its method
    [#968]
  - gstreamer-1.0: Don't skip GST_*_FORMAT strings [#970]
  - gtk4: Update to 3.98.3
  - vapi: Update GIR-based bindings

(wiz)

2020-04-28 18:06:01 UTC MAIN commitmail json YAML

doc: Updated fonts/unifont to 13.0.02

(wiz)

2020-04-28 18:05:52 UTC MAIN commitmail json YAML

unifont: update to 13.0.02.

2020-04-25: Release 13.0.02
  * Glyph blocks replaced:
    - U+3040..U+309F (Hiragana) and U+30A0..U+30FF (Katakana):
      glyphs in unifont_jp replaced with glyphs from the public
      domain izmb16.bdf font.
    - U+FF61..U+FF64 (Halfwidth CKJ Punctuation) and U+FF65..U+FF9F
      (Halfwidth Katakana Variations): glyphs in unifont and unifont_jp
      replaced with glyphs from the public domain single-byte FONTX2
      font DFLHN16.FNT.
  * Minor patches to several glyphs.
  * See ChangeLog for details.

(wiz)

2020-04-28 18:02:50 UTC MAIN commitmail json YAML

doc: Updated security/py-google-auth to 1.14.1

(wiz)

2020-04-28 18:02:41 UTC MAIN commitmail json YAML

py-google-auth: update to 1.14.1.

Bug Fixes

    support es256 raw format signature (#490) (cf2c0a9)

(wiz)

2020-04-28 17:47:59 UTC MAIN commitmail json YAML

mail/dspam: remove redundant file from SUBST_FILES

(rillig)

2020-04-28 17:44:04 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 1.8.2

(wiz)

2020-04-28 17:43:55 UTC MAIN commitmail json YAML

py-google-api-python-client: update to 1.8.2.

1.8.2

Bug Fixes

    Remove apiclient.__version__ (#871) (c7516a2), closes googleapis#870

1.8.1

Bug Fixes

    Adding ConnectionError to retry mechanism (#822) (c7516a2), closes googleapis#558
    replace '-' in method names with '_' (#863) (8ed729f)

(wiz)

2020-04-28 17:37:03 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.21.23

(wiz)

2020-04-28 17:36:54 UTC MAIN commitmail json YAML

musicpd: update to 0.21.23.

ver 0.21.23 (2020/04/23)
* protocol
  - add tag fallback for AlbumSort
* storage
  - curl: fix corrupt "href" values in the presence of XML entities
  - curl: unescape "href" values
* input
  - nfs: fix crash bug
  - nfs: fix freeze bug on reconnect
* decoder
  - gme: adapt to API change in the upcoming version 0.7.0
* output
  - alsa: implement channel mapping for 5.0 and 7.0
* player
  - drain outputs at end of song in "single" mode
* Windows
  - fix case insensitive search

(wiz)

2020-04-28 17:33:55 UTC MAIN commitmail json YAML

doc: Updated wm/i3 to 4.18.1

(wiz)

2020-04-28 17:33:42 UTC MAIN commitmail json YAML

i3: update to 4.18.1.

  • Move parent nodes in scratchpad correctly
  • i3bar: Call cont_child() more liberally
  • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
  • Fix SEGFAULT when i3bar receives invalid input
  • Revert "floating_reposition: avoid extra tree_render"
  • Call tree_render if floating move changes workspace
  • Update EWMH properties on workspace move
  • cmd_focus_sibling: Fix crash on workspace level

(wiz)

2020-04-28 17:32:08 UTC MAIN commitmail json YAML

doc: Updated devel/catch2 to 2.12.1

(wiz)

2020-04-28 17:31:59 UTC MAIN commitmail json YAML

catch2: update to 2.12.1.

## 2.12.1

### Fixes
* Vector matchers now support initializer list literals better

### Improvements
* Added support for `^` (bitwise xor) to `CHECK` and `REQUIRE`

## 2.12.0

### Improvements
* Running tests in random order (`--order rand`) has been reworked significantly (#1908)
  * Given same seed, all platforms now produce the same order
  * Given same seed, the relative order of tests does not change if you select only a subset of them
* Vector matchers support custom allocators (#1909)
* `|` and `&` (bitwise or and bitwise and) are now supported in `CHECK` and `REQUIRE`
  * The resulting type must be convertible to `bool`

### Fixes
* Fixed computation of benchmarking column widths in ConsoleReporter (#1885, #1886)
* Suppressed clang-tidy's `cppcoreguidelines-pro-type-vararg` in assertions (#1901)
  * It was a false positive trigered by the new warning support workaround
* Fixed bug in test specification parser handling of OR'd patterns using escaping (#1905)

### Miscellaneous
* Worked around IBM XL's codegen bug (#1907)
  * It would emit code for _destructors_ of temporaries in an unevaluated context
* Improved detection of stdlib's support for `std::uncaught_exceptions` (#1911)

(wiz)

2020-04-28 17:30:06 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.10.8

(wiz)

2020-04-28 17:29:57 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.10.8.

2020-04-24  7.0.10-8 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-8, GIT revision 17175:481b85f:20200424.

2020-04-23  7.0.10-8 Cristy  <quetzlzacatenango@image...>
  * Some configure --with-method-prefix methods were missing (reference
    https://github.com/ImageMagick/ImageMagick/issues/1912).

2020-04-19  7.0.10-7 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-7, GIT revision 17170:c635e88:20200419.

2020-04-07  7.0.10-7 Cristy  <quetzlzacatenango@image...>
  * Fix erroneous "insufficient image data" exception (reference
    https://github.com/ImageMagick/ImageMagick/issues/1883).
  * Fix an unconditional jump for the XPM coder (reference
    https://github.com/ImageMagick/ImageMagick/issues/1895).
  * Improve unrotate value returned by the minimum bounding box (thanks
    to Fred Weinhaus).
    https://github.com/ImageMagick/ImageMagick/discussions/1880).

(wiz)

2020-04-28 17:18:23 UTC MAIN commitmail json YAML

2020-04-28 16:56:44 UTC MAIN commitmail json YAML

doc: Updated net/freeDiameter to 1.4.0

(wiz)

2020-04-28 16:56:31 UTC MAIN commitmail json YAML

freeDiameter: update to 1.4.0.

freediameter (1.4.0) RELEASED; urgency=low

  * New API: fd_fifo_set_max to change the capacity of a queue.
  * New configuration stanza for Relays: ProcessingPeersPattern and ProcessingPeersMinimum
  * New configuration stanza for scalability: RoutingInThreads and RoutingOutThreads
  * some coding style cleanups
  * Improvements on rt_load_balance algorithm
  * Improvements on logging & locking behaviors
  * More tolerant to invalid messages and answers.
  * Improvements on shutdown behaviors.
  * test_ccload: new extension: generates random
    Credit-Control-Requests and counts how many are answered/give an
    error/get no answer. Start it with SIGUSR2, stop it with a second
    SIGUSR2. Statistics are printed on exit.
  * test_cc: new extension. Automatically replies to
    Credit-Control-Requests. Copies minimally necessary data from
    the Request.
  * Fixed testcnx failing due to expired CA certificate

(wiz)

2020-04-28 16:28:08 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup tickets up to #6173

(bsiegert)

2020-04-28 16:27:50 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6171 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.293
- lang/php73/distinfo                                          1.21

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr 18 04:59:41 UTC 2020

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php73: distinfo

  Log Message:
  lang/php73: update to 7.3.17.

  Update php73 to 7.3.17.

  16 Apr 2020, PHP 7.3.17

  - Core:
    . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
    . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)

  - CURL:
    . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)

  - Date:
    . Fixed bug #79396 (DateTime hour incorrect during DST jump forward). (Nate
      Brunette)

  - Iconv:
    . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)

  - OPcache:
    . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
      (Dmitry)

  - Session:
    . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb)

  - Shmop:
    . Fixed bug #79427 (Integer Overflow in shmop_open()). (cmb)

  - SimpleXML:
    . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)

  - Spl:
    . Fixed bug #75673 (SplStack::unserialize() behavior). (cmb)
    . Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
      (cmb)

  - Standard:
    . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
    . Fixed bug #79465 (OOB Read in urldecode()). (stas)
    . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
      without newline). (Christian Schneider)

  - Zip:
    . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
    . Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
      (Max Rees)

(bsiegert)

2020-04-28 16:26:57 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6173 - requested by nia
games/supertux: build fix

Revisions pulled up:
- games/supertux/Makefile                                      1.22

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Tue Mar 31 09:44:34 UTC 2020

  Modified Files:
  pkgsrc/games/supertux: Makefile

  Log Message:
  supertux: Disable pointless portability check...

(bsiegert)

2020-04-28 16:26:19 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6172 - requested by nia
x11/qt5-qtwebkit: build fix

Revisions pulled up:
- x11/qt5-qtwebkit/Makefile                                    1.78

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Tue Apr 21 09:51:52 UTC 2020

  Modified Files:
  pkgsrc/x11/qt5-qtwebkit: Makefile

  Log Message:
  qt5-qtwebkit: Unlimit cputime

(bsiegert)

2020-04-28 16:25:03 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6169 - requested by taca
devel/ruby-redmine_jenkins: build fix

Revisions pulled up:
- devel/ruby-redmine_jenkins/Makefile                          1.6

---
  Module Name: pkgsrc
  Committed By: mef
  Date: Sat Apr  4 04:02:11 UTC 2020

  Modified Files:
  pkgsrc/devel/ruby-redmine_jenkins: Makefile

  Log Message:
  (devel/ruby-redmine_jenkins) Convert obsolete option --no-ri to --no-document

(bsiegert)

2020-04-28 16:23:53 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6170 - requested by nia
security/mbedtls: security fix

Revisions pulled up:
- security/mbedtls/Makefile                                    1.14
- security/mbedtls/distinfo                                    1.9

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Sat Apr 18 14:21:56 UTC 2020

  Modified Files:
  pkgsrc/security/mbedtls: Makefile distinfo

  Log Message:
  mbedtls: Update to 2.16.6

  = mbed TLS 2.16.6 branch released 2020-04-14

  Security
      * Fix side channel in ECC code that allowed an adversary with access to
        precise enough timing and memory access information (typically an
        untrusted operating system attacking a secure enclave) to fully recover
        an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya,
        Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932
      * Fix a potentially remotely exploitable buffer overread in a
        DTLS client when parsing the Hello Verify Request message.

  Bugfix
      * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and
        MBEDTLS_SSL_HW_RECORD_ACCEL are enabled.
      * Fix a function name in a debug message. Contributed by Ercan Ozturk in
        #3013.

(bsiegert)

2020-04-28 16:20:07 UTC MAIN commitmail json YAML

lang/gcc7: disable check for unknown configure options

(rillig)

2020-04-28 16:17:28 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6168 - requested by taca
devel/ruby-fiddle: dependent update

Revisions pulled up:
- devel/ruby-fiddle/Makefile                                    1.20

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Apr  1 15:29:11 UTC 2020

  Modified Files:
  pkgsrc/devel/ruby-fiddle: Makefile

  Log Message:
  devel/ruby-fiddle: reset PKGREVISION

  Reset PKGREVISION by updates of all ruby2* packages.

(bsiegert)

2020-04-28 16:17:17 UTC MAIN commitmail json YAML

lang/gcc6: disable check for unknown configure options

(rillig)

2020-04-28 16:16:24 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6166 - requested by taca
lang/ruby25-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.220
- lang/ruby25-base/Makefile                                    1.16
- lang/ruby25-base/PLIST                                        1.4
- lang/ruby25-base/distinfo                                    1.13

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Apr  1 15:25:26 UTC 2020

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby25-base: Makefile PLIST distinfo

  Log Message:
  lang/ruby25-base: update to 2.5.8

  Update ruby25-base (and ruby25) to 2.5.8.

  2.5.8 (2020-03-31)

  This release includes security fixes. Please check the topics below for
  details.

  * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
    fix)
  * CVE-2020-10933: Heap exposure vulnerability in the socket library

(bsiegert)

2020-04-28 16:02:20 UTC MAIN commitmail json YAML

lang/gcc5: skip portability check for files in contrib/

(rillig)

2020-04-28 15:30:59 UTC MAIN commitmail json YAML

doc: Updated wm/wmx-gnome to 8.0

(nikita)

2020-04-28 15:30:34 UTC MAIN commitmail json YAML

2020-04-28 15:29:46 UTC MAIN commitmail json YAML

wm/wmx-gnome: Update to Version 8.

(nikita)

2020-04-28 15:28:57 UTC MAIN commitmail json YAML

2020-04-28 15:25:58 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.7.97

ChangeLog:
- Minor fixes and cleanups
- Add --list_color option
- (Other minor changes that don't affect pkgsrc contents)

(tkusumi)

2020-04-28 15:23:32 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6167 - requested by taca
lang/ruby24-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.221
- lang/ruby24-base/distinfo                                    1.16

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Apr  1 15:27:40 UTC 2020

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk

  Log Message:
  lang/ruby24-base: update to 2.4.10

  Update ruby24-base (and ruby24) to 2.4.10.

  This release includes a security fix. Please check the topics below for
  details.

  * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
    fix)

  Ruby 2.4 is now under the state of the security maintenance phase, until the
  end of March of 2020.  After that date, maintenance of Ruby 2.4 will be
  ended.  Thus, this release would be the last of Ruby 2.4 series.  We
  recommend you immediately upgrade Ruby to newer versions, such as 2.7 or 2.6
  or 2.5.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Apr  2 12:20:51 UTC 2020

  Modified Files:
  pkgsrc/lang/ruby24-base: distinfo

  Log Message:
  ruby24-base: update distinfo for 2.4.10 release

(bsiegert)

2020-04-28 15:22:43 UTC MAIN commitmail json YAML

Add OpenRRCP 0.2.1

RRCP(Realtek Remote Configuration Protocol) is protocol for making some
specific low-cost dumb ethernet switches act like more expensive managed
switches with no or little hardware modifications.

OpenRRCP is an open-source cross-platform RRCP-based toolset, that is
able to configure and fetch status from such ethernet switches.

WWW: http://openrrcp.org.ru/

(manu)

2020-04-28 15:18:44 UTC MAIN commitmail json YAML

Use full path to pkg_info so that it does not relay on $PATH

(manu)

2020-04-28 13:53:57 UTC MAIN commitmail json YAML

changes: add libgabe

(nikita)

2020-04-28 13:46:35 UTC MAIN commitmail json YAML

2020-04-28 13:45:22 UTC MAIN commitmail json YAML

gdal-lib: Sort PLIST (NFCI)

(gdt)

2020-04-28 13:42:47 UTC MAIN commitmail json YAML

security/libpbc: Add bl3 file

(nikita)

2020-04-28 13:33:14 UTC MAIN commitmail json YAML

changes: add go-pkgconfig

(nikita)

2020-04-28 13:31:36 UTC MAIN commitmail json YAML

mikutter-plugins-mikutter: pull twitter plugin fixes for ruby27 warnings.

Bump PKGREVISION.

(tsutsui)

2020-04-28 13:28:04 UTC MAIN commitmail json YAML

Add devel/go-pkgconfig Version 0.0.0.20170226

Import from wip

A lightweight pkg-config(1) clone written in Go,
which currently only supports a limited set of features.

(nikita)

2020-04-28 13:27:26 UTC MAIN commitmail json YAML

Updated math/py-numexpr, devel/py-limits, textproc/py-tabulate, math/py-lmfit

(adam)

2020-04-28 13:27:03 UTC MAIN commitmail json YAML

py-lmfit: updated to 1.0.0

Version 1.0.0 Release Notes

New features:
- no new features are introduced in 1.0.0.

Improvements:
- support for Python 2 and use of the ``six`` package are removed.

Various:
- documentation updates to clarify the use of ``emcee``.

(adam)

2020-04-28 13:24:37 UTC MAIN commitmail json YAML

py-tabulate: updated to 0.8.7

0.8.7: Bug fixes. New format: `pretty`. HTML escaping.

(adam)

2020-04-28 13:23:38 UTC MAIN commitmail json YAML

py-limits: updated to 1.5.1

1.5.1:
* Bug fix
  * Remove duplicate call to ttl in RedisStorage
  * Initialize master/slave connections for RedisSentinel once

1.5:
* Bug fix for handling TTL response from Redis when key doesn窶冲 exist
* Support Memcache over unix domain socket
* Support Memcache cluster
* Pass through constructor keyword arguments to underlying storage
  constructor(s)
* CI & test improvements

(adam)

2020-04-28 13:21:34 UTC MAIN commitmail json YAML

py-numexpr: updated to 2.7.1

Changes from 2.7.0 to 2.7.1
- Python 3.8 support has been added.
- Python 3.4 support is discontinued.
- The tests are now compatible with NumPy 1.18.
- `site.cfg.example` was updated to use the `libraries` tag instead of `mkl_libs`,
  which is recommended for newer version of NumPy.

(adam)

2020-04-28 13:18:16 UTC MAIN commitmail json YAML

add go-gospel to changes

(nikita)

2020-04-28 13:14:21 UTC MAIN commitmail json YAML

Add devel/go-gospel Version 0.0.20200416

Imported from wip.

Gospel ("GO SPEcial Library") is a Go library which includes the
following packages:
- gospel/parser: Read/access/write nested data structures
- gospel/network: Network-related functionality, services, packet
  handling, TOR, SOCKS5 connection handler, SMTP/POP3 mail handling
- gospel/bitcoin: Elliptic curve crypto (Secp256k1), Bitcoin
  addresses, key exchange, raw transactions, hash functions (Hash160,
  Hash256), base58 encoding
- gospel/bitcoin/wallet: HD key space, BIP39 seed words
- gospel/bitcoin/rpc: JSON-RPC to Bitcoin server
- gospel/bitcoin/script: Bitcoin script parser/interpreter
- gospel/math: Mathematical helpers, Fast Fourier Transformation,
  Arbitrary precision integers with chainable methods
- gospel/crypto: cryptographic helpers, secret sharing, prime fields,
  PRNG, Paillier crypto scheme, cryptographic counters
- gospel/logger: logging facilities
- gospel/data: useful data structures like stacks, vectors,
  Marshal/Unmarshal Golang objects, Bloom filter

(nikita)

2020-04-28 12:52:02 UTC MAIN commitmail json YAML

audio: For gst-based players, pull in codecs for common free formats.

(nia)

2020-04-28 12:17:44 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 75.0nb1

(ryoon)

2020-04-28 12:17:08 UTC MAIN commitmail json YAML

firefox-l10n: Load languagae packs properly, bump PKGREVISION

* Fix PR pkg/55215: firefox-l10n-74.0 and later langpacks are
  no longer loaded.

(ryoon)

2020-04-28 11:46:30 UTC MAIN commitmail json YAML

2020-04-28 11:42:04 UTC MAIN commitmail json YAML

doc: Updated multimedia/obs-studio to 25.0.8

(ryoon)

2020-04-28 11:40:51 UTC MAIN commitmail json YAML

obs-studio: Update to 25.0.8

Changelog:
25.0.8 Hotfix Changes

    Added status icons next to the timers for recording and streaming
    Added white icons for dock titles
    Added an actual name for files when browsing for LUT files
    Fixed media source not closing file when inactive
    Fixed certain services not properly updating their server information on Windows
    Fixed multiview not rendering correctly on macOS
    Fixed a minor memory leak
    Removed the requirement for the replay buffer hotkey now that there's a button to record a replay

(ryoon)

2020-04-28 11:37:43 UTC MAIN commitmail json YAML

Updated misc/py-stdnum, net/py-zeroconf

(adam)

2020-04-28 11:37:27 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.26.0

0.26.0:
Fixed a regression where service update listener wasn't called on IP address change (it's called on SRV/A/AAAA record changes now).

Technically backwards incompatible:
Service update hook is no longer called on service addition (service added hook is still called), this is related to the fix above.

(adam)

2020-04-28 11:35:00 UTC MAIN commitmail json YAML

py-stdnum: updated to 1.13

changes from 1.12 to 1.13

* Add modules for the following number formats:
  - ESR, ISR, QR-reference (reference number on Swiss payment slips)
  - ID number (South African Identity Document number)

* Add format function for ISO 11649 numbers
* Add support for Python 3.8
* Clarify that the Italian Codice Fiscale can also be the IVA for companies
* Support the new Dutch btw-identificatienummer
* Extend test for Argentinian CUIT to check first two digits
* Add more country codes to ISIN

changes from 1.11 to 1.12

* Add modules for the following number formats:
  - NRT (Número de Registre Tributari, Andorra tax number)
  - CPF (Cédula de Persona Física, Costa Rica physical person ID number)
  - CPJ (Cédula de Persona Jurídica, Costa Rica tax number)
  - CR (Cédula de Residencia, Costa Rica foreigners ID number)
  - NIT (Número de Identificación Tributaria, Guatemala tax number)
  - Identity Number (Mispar Zehut, מספר זהות, Israeli identity number)
  - CN (法人番号, hōjin bangō, Japanese Corporate Number)
  - RRN (South Korean resident registration number)
  - IRD number (New Zealand Inland Revenue Department (Te Tari Tāke) number)
  - CUI (Cédula Única de Identidad, Peruvian identity number)
  - RUC (Registro Único de Contribuyentes, Peruvian company tax number)
  - RUC number (Registro Único de Contribuyentes, Paraguay tax number)
  - VKN (Vergi Kimlik Numarası, Turkish tax identification number)
  - RUT (Registro Único Tributario, Uruguay tax number)
  - RIF (Registro de Identificación Fiscal, Venezuelan VAT number)
  - TIN (South African Tax Identification Number)

* Support GTIN (EAN-14) validation as part of EAN
* Support Dominican Republic e-CF within NCF
* Fix Dominican Republic DGII lookups of NCF
* Fix German Handelsregisternummer to not confuse Hamburg with Homburg and to
  accept shorter numbers
* Support lookups of German Handelsregisternummer in OffeneRegister.de web
  service
* Handle - and + sign correctly in Swedish Personnummer
* Provide various personalid and vat aliases for existing numbers
* Improve descriptions of Spanish codes
* Fix handling and normalisation of various Unicode digit representations

(adam)

2020-04-28 11:06:43 UTC MAIN commitmail json YAML

Updated devel/py-click, devel/py-xdis, lang/py-uncompyle6, devel/py-requests-file

(adam)

2020-04-28 11:06:20 UTC MAIN commitmail json YAML

py-requests-file: updated to 1.5.1

1.5.1:
Fix python 2.7 compatibility
Rename test file for pytest
Add tests via github actions
Format code with black

(adam)

2020-04-28 11:03:22 UTC MAIN commitmail json YAML

py-uncompyle6: updated to 3.6.7

3.6.7:
xdis again

More upheaval in xdis which we need to track here.

(adam)

2020-04-28 11:01:17 UTC MAIN commitmail json YAML

py-xdis: updated to 4.5.1

4.5.1:
Stack-effect redux

Fix bug in marshal for 3.8+ (include posonlyargcount)
Go over stack effects from 2.5 to 3.4 using and idea from Maynard
Expand stack-effect testing

(adam)

2020-04-28 10:59:03 UTC MAIN commitmail json YAML

py-click: updated to 7.1.2

Version 7.1.2
- Revert applying shell quoting to commands for ``echo_with_pager``
  and ``edit``. This was intended to allows spaces in commands, but
  caused issues if the string was actually a command and arguments, or
  on Windows. Instead, the string must be quoted manually as it should
  appear on the command line.

(adam)

2020-04-28 09:45:46 UTC MAIN commitmail json YAML

Added devel/py-pybind11, math/py-scipy

(adam)

2020-04-28 09:45:27 UTC MAIN commitmail json YAML

py-scipy: updated to 1.4.1

SciPy 1.4.1 is a bug-fix release with no new features
compared to 1.4.0. Importantly, it aims to fix a problem
where an older version of pybind11 may cause a segmentation
fault when imported alongside incompatible libraries.

SciPy 1.4.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with ``python -Wd`` and check for ``DeprecationWarning`` s).
Our development attention will now shift to bug-fix releases on the
1.4.x branch, and on adding new features on the master branch.

(adam)

2020-04-28 09:45:26 UTC MAIN commitmail json YAML

OSBF-lua: limit to lua 5.2

(wiz)

2020-04-28 09:42:48 UTC MAIN commitmail json YAML

py-pybind11: added version 2.5.0

pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its
goals and syntax are similar to the excellent Boost.Python by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.

(adam)

2020-04-28 06:56:48 UTC MAIN commitmail json YAML

Set SHELL=${CONFIG_SHELL} in mozilla builds.

Otherwise configure gets confused if SHELL happens to be unset in
the environment, e.g. if you always do builds with `env -i
PATH=/bin:/usr/bin:$PREFIX/bin bmake ...'.

(riastradh)

2020-04-28 05:47:25 UTC MAIN commitmail json YAML

2020-04-28 05:47:10 UTC MAIN commitmail json YAML

chat/mumble: add dbus option

(riastradh)

2020-04-28 05:46:53 UTC MAIN commitmail json YAML

lang/coq: needs bash as tool

Otherwise build fails with:

  OCAMLOPT -o bin/coqide
  CHECK revision
  env: bash: No such file or directory
  gmake[1]: *** [Makefile.dev:34: revision] Error 127
  gmake[1]: Leaving directory '/tmp/pkgbuild/2020Q1/lang/coq/work/coq-8.10.2'
  gmake: *** [Makefile:179: submake] Error 2

(riastradh)

2020-04-28 05:46:44 UTC MAIN commitmail json YAML

graphics/ocaml-cairo: needs pkg-config as tool

Otherwise build to find cairo.h and ends with:

  -> stderr:
  which: pkg-config
  -> not found
  Error: Please set Gtk flags through the environment variables GTK_CFLAGS and GTK_LIBS.
  *** Error code 1

(riastradh)

2020-04-28 05:46:27 UTC MAIN commitmail json YAML

chat/mumble: needs python as tool

Otherwise configure fails with:

  ...
  Reading /tmp/pkgbuild/2020Q1/chat/mumble/work/mumble-1.3.0/src/mumble/mumble.pro
  Project ERROR: Unable to find the system's Python binary. Some scripts invoked during the Mumble build use Python. You can manually specify it via the MUMBLE_PYTHON environment variable (either 2 or 3).

(riastradh)

2020-04-28 05:29:42 UTC MAIN commitmail json YAML

doc: Updated security/sudo to 1.8.31p1

(taca)

2020-04-28 05:29:18 UTC MAIN commitmail json YAML

security/sudo: update to 1.8.31p1

Update sudo to 1.8.31p1.

Major changes between sudo 1.8.31p1 and 1.8.31

* Sudo once again ignores a failure to restore the RLIMIT_CORE
  resource limit, as it did prior to version 1.8.29.  Linux
  containers don't allow RLIMIT_CORE to be set back to RLIM_INFINITY
  if we set the limit to zero, even for root, which resulted in a
  warning from sudo.

(taca)

2020-04-28 04:40:28 UTC MAIN commitmail json YAML

security/doas: fix no-op SUBST block

The Makefile has changed to GNU format, using round parentheses, which
turned the substitution a no-op.

(rillig)

2020-04-28 04:29:01 UTC MAIN commitmail json YAML

net/dhcpd-pools: remove outdated SUBST block

program_invocation_short_name has been removed in version 2.15.

(rillig)

2020-04-28 04:22:44 UTC MAIN commitmail json YAML

sysutils/daemontools-encore: does not have error.h

(rillig)

2020-04-28 04:20:59 UTC MAIN commitmail json YAML

textproc/cmigemo: clean up SUBST_FILES

compile/Make_gcc.mak is already handled by a patch.

(rillig)

2020-04-28 04:17:29 UTC MAIN commitmail json YAML

2020-04-28 04:06:09 UTC MAIN commitmail json YAML

net/chrony: clean up SUBST_FILES

There is nothing to replace in chrony.keys.example or conf.c.

(rillig)

2020-04-28 03:48:29 UTC MAIN commitmail json YAML

sysutils/bacula*: fix substitution for C++ compiler

The compiler is not guaranteed to be called "g++". It may also be "c++"
or anything else.

(rillig)

2020-04-28 03:04:36 UTC MAIN commitmail json YAML

net/DarwinStreamingServer: fix build for SUBST_NOOP_OK=no

Two of the mentioned files did not actually contain the optimization
flag, which triggered this error during the build:

ERROR: [subst.mk:makefile] The filename patterns
"QTFileTools/QTBroadcaster.tproj/Makefile.POSIX
QTFileTools/QTFileInfo.tproj/Makefile.POSIX" have no effect.

Since the files need not be listed individually, the new definition is
shorter and will also apply to any newly added subdirectories.

(rillig)

2020-04-28 02:43:21 UTC MAIN commitmail json YAML

pkgtools/pkgin: define PKGPATH before including mk.conf

PKGPATH is one of the few variables that is guaranteed to be defined when
mk.conf is included. Conditions like ".if ${PKGPATH} == category/package"
trigger a "Malformed conditional" when this variable is not defined.

(rillig)

2020-04-28 01:19:14 UTC MAIN commitmail json YAML

doc/TODO: add mysql-server packages
+ mysql-server-5.6.48, mysql-server-5.7.30, mysql-server-8.0.20.

(taca)

2020-04-28 00:24:49 UTC MAIN commitmail json YAML

gdal: Simplify patch dealing with visibility defines

Rather than adding a definition of _NETBSD_SOURCE, avoiding defining
_XOPEN_SOURCE in the first place.  What used to be extra is now
normal, and these defines hide rather than expose symbols.

(gdt)

2020-04-27 23:53:38 UTC MAIN commitmail json YAML

2020-04-27 23:09:05 UTC MAIN commitmail json YAML

(www/squidclamav) fix typo, CONFIGURE_ARGS(=) -> (+=)

(mef)

2020-04-27 23:07:08 UTC MAIN commitmail json YAML

(www/squidclamav) depends www/squid4, PKGREVISION++, checked packaging only

(mef)

2020-04-27 22:44:41 UTC MAIN commitmail json YAML

p5-biblatex-biber update to 2.14

(markd)

2020-04-27 22:43:37 UTC MAIN commitmail json YAML

p5-biblatex-biber: update to 2.14

to match latest biblatex version.

(markd)

2020-04-27 22:40:22 UTC MAIN commitmail json YAML

more texlive 2020 updates

(markd)

2020-04-27 22:38:51 UTC MAIN commitmail json YAML

print: add tex-{atbegshi,kvoptions,pdftexcmds}{,-doc}

(markd)

2020-04-27 22:35:40 UTC MAIN commitmail json YAML

tex-[ab]*: update to texlive 2020 versions

tex-acronym{,-doc} to 1.47
tex-aleph to 0.2.54276
tex-amsmath{,-doc} to 2.17a.53640
tex-apa6{,-doc} to 2.34
tex-appendix{,-doc} to 1.2c
tex-babel{,-doc} to 3.42
tex-babel-french to 3.5h
tex-babel-greek to 1.9j
tex-babel-italian to 1.4.03
tex-babel-serbian to 2.0a
tex-babel-serbianc to 3.0a
tex-beamer{,-doc} to 3.57
tex-biblatex{,-doc} to 3.14
tex-biblatex-apa{,-doc} to 9.10
tex-biblatex-ieee{,-doc} to 1.3b
tex-booktabs{,-doc} to 1.61803398
tex-breqn to 0.98j
tex-atbegshi{,-doc} version 1.19
tex-kvoptions{,-doc} version 3.13
tex-pdftexcmds{,-doc} version 0.31

(markd)

2020-04-27 19:55:12 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.13.5

(leot)

2020-04-27 19:54:53 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.13.5

Changes:
1.13.5
------
### Additions
- [500px] recognize `web.500px.com` URLs
- [aryion] support downloading from folders (#694)
- [furaffinity] add extractor for followed users (#515)
- [hitomi] add extractor for tag searches (#697)
- [instagram] add `post_id` and `num` metadata fields (#698)
- [newgrounds] add extractor for followed users (#684)
- [patreon] recognize URLs with creator IDs (#711)
- [twitter] add `reply` metadata field (#705)
- [xhamster] recognize more URLs (#700)

### Fixes
- [gelbooru] improve post ID extraction in pool listings
- [hitomi] fix extraction of galleries without tags
- [jaiminisbox] update metadata decoding procedure (#702)
- [mastodon] fix pagination (#701)
- [mastodon] improve account searches (#704)
- [patreon] fix hash extraction from download URLs (#693)
- improve parameter extraction when solving Cloudflare challenges

(leot)

2020-04-27 19:38:23 UTC MAIN commitmail json YAML

2020-04-27 19:03:43 UTC MAIN commitmail json YAML

Updated cad/py-gds, math/py-autograd

(adam)

2020-04-27 19:03:26 UTC MAIN commitmail json YAML

2020-04-27 18:57:23 UTC MAIN commitmail json YAML

py-uncertainties: use py-numpy/buildink to auto-select based on Python version

(adam)

2020-04-27 18:56:16 UTC MAIN commitmail json YAML

py-patsy: use py-numpy/buildink to auto-select based on Python version

(adam)

2020-04-27 18:50:26 UTC MAIN commitmail json YAML

py-gds: updated to 1.5.2

Version 1.5.2 (Feb 01, 2020)
Added support for importing GDSII files containing BOX elements.
Bug fix in GdsLibrary.extract (thanks collineps for finding the problem).

Version 1.5 (Dec 20, 2019)
New Cell.write_svg function to export an SVG image of the cell.
New GdsLibrary.new_cell function to quickly create and add cells to a library.
GdsLibrary.add can update references when a cell is overwritten.
Added GdsLibrary.remove to allow cells to be properly removed from libraries.
Added GdsLibrary.rename_cell to rename cells in libraries.
Added GdsLibrary.replace_references to easily replace referenced cells in libraries.
GdsLibrary.add can add dependencies recursively.
Iterating over GdsLibrary objects yields all its cells.
Iterating over Cell objects yield all its polygons, paths, labels and references.
Breaking change to *.to_gds functions in order to improve write efficiency (this should not be a problem for most users, since gdspy.write_gds and Cell.write_gds remain the same).
Breaking change: renamed GdsLibrary.cell_dict to GdsLibrary.cells.
Deprecated: gdspy.current_library, gdspy.write_gds, gdspy.fast_boolen, GdsLibrary.extract.
Bug fixes and better tests for FlexPath and RobustPath.

Version 1.4.3 (Nov 11, 2019)
Bug fix for FlexPath and RobustPath references.

Version 1.4.2 (Oct 01, 2019)
Bug fix in FlexPath.

Version 1.4.1 (Sep 20, 2019)
Bug fixes (thanks to DerekK88 and Sequencer for the patches).

Version 1.4 (May 18, 2019)
Revised documentation.
New FlexPath and RobustPath classes: more efficient path generation when using the original GDSII path specification.
New Curve class: SVG-like polygon creation.
Added PolygonSet.mirror (thanks to Daan Waardenburg for the contribution).
Added Path.bezier to create paths based on B辿zier curves.
Added Path.smooth to create paths based on smooth interpolating curves.
Added get_gds_units to get units used in a GDSII file without loading.
Added get_binary_cells to load only the binary GDSII representation of cell from a file.
Added argument tolerance to Round, Path.arc, Path.turn, and Path.parametric to automatically control the number of points in the final polygons.
Added argument binary_cells to GDSII writing functions to support get_binary_cells.
Added argument rename_template to GdsLibrary.read_gds for flexible cell renaming (thanks to @yoshi74ls181 for the contribution).
Changed return value of slice to avoid creating empty PolygonSet.
Added argument timestamp to GDSII writing functions.
Improved Round to support creating ellipses.
Added support for unlimited number of points per polygon.
Added support for BGNEXTN and ENDEXTN when reading a GDSII file.
Polygon creation warnings are now controlled by poly_warnings.
Incorrect anchor in Label now raises an error, instead of emitting a warning.
Added correct support for radius in PolygonSet.fillet on a per-vertex basis.
Speed improvements in GDSII file generation (thanks to @fbeutel for the contribution) and geometry creation.
Font rendering example using matplotlib (thanks Hernan Pastoriza for the contribution).
Expanded test suite.

Version 1.3.2 (Mar 14, 2019)
Small fix for building on Mac OS X Mojave.

(adam)

2020-04-27 18:42:12 UTC MAIN commitmail json YAML

go114: fix stack alignment for runtime.pipe2 return value on NetBSD/aarch64

from maya@

(tnn)

2020-04-27 18:40:33 UTC MAIN commitmail json YAML

doc: Updated games/eureka to 1.47.2

(micha)

2020-04-27 18:38:44 UTC MAIN commitmail json YAML

games/eureka: Update to 1.27.2

This release is named 1.27b by upstream (the pkgsrc version is 1.47.2 to
be compatible with the former 1.47.1 that had no upstream name).

Remove libXcursor dependency. Eureka doesn't use libXcursor directly.
It's a FLTK dependency that was missing in the bl3 file (now fixed there).

Upstream changes:
+ fixed a crash bug

(micha)

2020-04-27 18:35:02 UTC MAIN commitmail json YAML

py-gnuplot: use buildlink for py-numpy

(adam)

2020-04-27 18:33:18 UTC MAIN commitmail json YAML

py-mol: use buildlink for py-numpy

(adam)

2020-04-27 18:31:36 UTC MAIN commitmail json YAML

2020-04-27 18:19:15 UTC MAIN commitmail json YAML

audio/xwave: fix detection of DEVOSSAUDIO

(rillig)

2020-04-27 18:12:43 UTC MAIN commitmail json YAML

audio/xwave: skip SUBST block if it would be a no-op

(rillig)

2020-04-27 18:06:05 UTC MAIN commitmail json YAML

Updated net/smokeping to 2.7.3

(bouyer)

2020-04-27 18:05:18 UTC MAIN commitmail json YAML

Update to 2.7.3
pkgsrc change: js/css files are now installed in share/smokeping/{js,css}
Changes since 2.6.7:
handle servers actually implementing OPTIONS
fork alert handlers, so that smokeping does not block
HTTP auth user template support
Added new probe SendEmail
A probe to use the EOS "ping" cli command
Adds a Qstat probe plugin
Added IPv6 (ipversion) and TCP (protocol) support
Add a custom Curl probe.
New TraceroutePing probe module
Add the FPingContinuous probe
Initial revision of IRTT probe

(bouyer)

2020-04-27 17:58:51 UTC MAIN commitmail json YAML

Updated mail/sympa to 6.2.54

(bouyer)

2020-04-27 17:57:52 UTC MAIN commitmail json YAML

Update to 6.2.54. Main changes since 6.2.16:
* Security and bug fixes
* more translations
* Some scenarios and list creation templates for "intranet" use cases were
  made optional: They have been moved into samples/
  https://github.com/sympa-community/sympa/issues/119
  See also "upgrading notes" (https://sympa-community.github.io/manual/upgrade/notes.html#from-version-prior-to-6250)
  for details.
* Hide full email addresses in archives
* Button for full export of subscribers
* Admin function to bulk unsubscribe
* Delete my account" button
* ARC support (Authenticated Received Chain).

(bouyer)

2020-04-27 17:46:28 UTC MAIN commitmail json YAML

math/yacas: remove no-op SUBST block

(rillig)

2020-04-27 17:37:37 UTC MAIN commitmail json YAML

mail/safecat: does not need the error.h hack

(rillig)

2020-04-27 17:35:22 UTC MAIN commitmail json YAML

textproc/robodoc: remove no-op SUBST block

There is no @M4@ placeholder anywhere in the whole project.

(rillig)

2020-04-27 17:31:07 UTC MAIN commitmail json YAML

mail/relay-ctrl: does not have error.h

(rillig)

2020-04-27 17:28:37 UTC MAIN commitmail json YAML

misc/py-anita: skip SUBST block that would be a no-op

This ensures that the package can be built with SUBST_NOOP_OK=no.

(rillig)

2020-04-27 17:16:14 UTC MAIN commitmail json YAML

changesentry go-cmp

(nikita)

2020-04-27 17:15:22 UTC MAIN commitmail json YAML

Add devel/go-cmp Version 0.4.0

go-cmp is a package for equality of Go values.

This package is intended to be a more powerful and safer alternative
to reflect.DeepEqual for comparing whether two values are semantically
equal.

The primary features of cmp are:

- When the default behavior of equality does not suit the needs of the
  test, custom equality functions can override the equality
  operation. For example, an equality function may report floats as
  equal so long as they are within some tolerance of each other.

- Types that have an Equal method may use that method to determine
  equality. This allows package authors to determine the equality
  operation for the types that they define.

- If no custom equality functions are used and no Equal method is
  defined, equality is determined by recursively comparing the
  primitive kinds on both values, much like reflect.DeepEqual. Unlike
  reflect.DeepEqual, unexported fields are not compared by default;
  they result in panics unless suppressed by using an Ignore option
  (see cmpopts.IgnoreUnexported) or explicitly compared using the
  AllowUnexported option.

(nikita)

2020-04-27 17:09:13 UTC MAIN commitmail json YAML

converters/help2man: only replace SOEXT if it can have an effect

(rillig)

2020-04-27 17:03:43 UTC MAIN commitmail json YAML

Added math/py-numpy16; Updated math/py-numpy

(adam)

2020-04-27 17:02:24 UTC MAIN commitmail json YAML

2020-04-27 17:00:36 UTC MAIN commitmail json YAML

py-numpy: updated to 1.18.3

1.18.3:
BUG: Fix eigh and cholesky methods of numpy.random.multivariate_normalBUG,MAINT: Remove incorrect special case in string to number...
BUG: Guarantee array is in valid state after memory error occurs...
BUG: Check that `pvals` is 1D in `_generator.multinomial`.
BUG: Alpha parameter must be 1D in `generator.dirichlet`

1.18.2:
TST: move _no_tracing to testing._private
MAINT: Large overhead in some random functions
TST: Do not create gfortran link in azure Mac testing.
BUG: Added missing error check in `ndarray.__contains__`
MAINT: use list-based APIs to call subprocesses
REL: Prepare for 1.18.2 release.
BUG: fix logic error when nm fails on 32-bit

1.18.1:
MAINT: Update pavement.py for towncrier.
DOC: add moved modules to 1.18 release note
MAINT, DOC: Minor backports and updates for 1.18.x
TST: Add assert_array_equal test for big integer arrays
BUG: use tmp dir and check version for cython test
BUG: distutils: fix msvc+gfortran openblas handling corner case
BUG: remove -std=c99 for c++ compilation
MAINT: unskip test on win32
TST: add BLAS ILP64 run in Travis & Azure
MAINT: only add --std=c99 where needed
BUG: lib: Fix handling of integer arrays by gradient.
MAINT: Do not use private Python function in testing
REL: Prepare for the NumPy 1.18.1 release.

1.18.0:
DOC: added note to docstring of numpy.savez
BUG: Numpy scalar types sometimes have the same name
DOC: Improve axes shift description and example in np.tensordot
MAINT: avoid relying on `np.generic.__name__` in `np.dtype.name`
ENH: supply our version of numpy.pxd, requires cython>=0.29
BUG: General fixes to f2py reference counts (dereferencing)
BUG: NaT now sorts to ends of arrays
DOC: Updates to nditer usage instructions
BUG: Do not crash on recursive `.dtype` attribute lookup.
ENH: Use AVX for float32 implementation of np.sin & np.cos
DEP: Deprecate silent ignoring of bad data in fromfile/fromstring
ENH: Always produce a consistent shape in the result of `argwhere`
DOC: array(obj, dtype=dt) can downcast
DOC: Document ma.filled behavior with non-scalar fill_value
DOC: Add note to irfft-like functions about the default sizes
BUG: Don't produce undefined behavior for a << b if b >= bitsof(a)
MAINT: Update NEP template.
ENH: random: Add the multivariate hypergeometric distribution.
DOC: Fix unrendered links
MAINT: Rewrite Floyd algorithm
DOC: Add missing macros to C-API documentation
ENH: Add axis argument to random.permutation and random.shuffle
DOC: Adds documentation of functions exposed in numpy namespace
BUG: Refcount fixes
MAINT: Ensure array_dealloc does not modify refcount of self
MAINT: Prepare master for 1.18.0 development.
MAINT,BUG,DOC: Fix errors in _add_newdocs
MAINT: Remove an unnessary backslash between two string literals
MAINT: Update pavement to use python3 in shell commands.
MAINT: Remove unnecessary backslashes (and replace others by...
MAINT: Replace integers in places where booleans are expected
DOC: Add missing parameter description for keepdims in MaskedArray
ENH: use AVX for float32 and float64 implementation of sqrt,...
DOC: reformat top-level release index
DOC : Refactor Array API documentation -- Array Structure and...
DOC: Fix typo in "make_mask" documentation
MAINT: Delete unused _aliased_types.py
BLD: Remove Trusty dist in Travis CI build
BUG: Handle weird bytestrings in dtype()
ENH: use towncrier to build the release note
ENH: improve error message for ragged-array creation failure
DOC: Update the description of byteswap
BUG: i0 Bessel function regression on array-likes supporting...
ENH, BUILD: refactor all OpenBLAS downloads into a single, testable...
MAINT: Remove unnecessary parenthesis in numpy.ma.core
MAINT: Fix wrong spelling of ufunc
DOC: Remove explicit .next method calls with built-in next function...
DOC: Don't override MaskedArray.view documentation with the one...
BUG: Fix incorrect GIL release in array.nonzero
MAINT: Warn if `_add_newdocs.py` is used to add docstrings to...
MAINT: Revert 13876, "MAINT,BUG,DOC: Fix errors in _add_newdocs"
MAINT,BUG,DOC: Fix errors in _add_newdocs
DOC, MAINT: emphasize random API changes, remove Generator.randint
DOC: Add a numpy-doc docstring to add_newdoc
DOC: Fix rst rendering in data types
DOC:Update the description of set_printoptions in quickstart...
Fixing failure on Python 2.7 on Windows 7
Fix a typo related to the range of indices
DOC: add space between words across lines
BUG, DOC: add new recfunctions to `__all__`
DOC: Change (old) range() to np.arange()
DOC: improve np.sort docstring
DOC: spellcheck numpy/doc/broadcasting.py
MAINT, TST: remove test-installed-numpy.py
DOC: Document array_function at a higher level.
DOC: show workaround for backward compatibility
DOC: Add a call for contribution paragraph to the readme
BUG: Missing warnings import in polyutils
BUILD: adapt "make version-check" to "make dist"
DOC: emphasize need for matching numpy, git versions
TST, MAINT, BUG: expand OpenBLAS version checking
ENH: Chain exception for typed item assignment
MAINT: Fix spelling error in npy_tempita kwarg
DOC: Array API : Directory restructure and code cleanup
[DOC] Remove unused/deprecated functions
Update system_info.py
DOC:Link between the two indexing documentation pages
DOC: Update NumFOCUS subcommittee replacing Nathaniel with Sebastian
DOC: update "Contributing to NumPy" with more activities/roles
DOC: Improve quickstart documentation of new random Generator
DEP: Speed up WarnOnWrite deprecation in buffer interface
NEP: numpy.org website redesign
DOC: Fix docstring of numpy.allclose regarding NaNs
DEP: Raise warnings for deprecated functions PyArray_As1D, PyArray_As2D
DEP: Remove np.rank which has been deprecated for more than 5...
BUG, TEST: Adding validation test suite to validate float32 exp
ENH,DEP: Allow multiple axes in expand_dims
ENH: add pyproject.toml
DOC: Update cversions.py links and wording
DOC, BUILD: cleanups and fix (again) 'make dist'
BUG: Fix file-like object check when saving arrays
DOC: Resolve bad references in Sphinx warnings
MAINT: bump ARMv8 / POWER8 OpenBLAS in CI
DOC: Emphasize the need to run tests when building from source
DOC:Add example to clarify "numpy.save" behavior on already open...
DEP: Deprecate full and economic modes for linalg.qr
DOC: Doc release
BUG: fix build issue on icc 2016
TST: Add 3.8-dev to travisCI testing.
DOC: Add blank line above doctest for intersect1d
ENH: Propose standard policy for dropping support of old Python...
DOC: Use `pip install .` where possible instead of calling setup.py
MAINT: adjustments to test_ufunc_noncontigous
MAINT: Improve NEP template
DOC: fix documentation of i and j for tri.
MAINT: Lazy import testing on python >=3.7
DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDims
MAINT: Clearer error message while padding with stat_length=0
MAINT: remove duplicate variable assignments
BUG: initialize variable that is passed by pointer
DOC: fix typo in c-api/array.rst doc
BUG: Add gcd/lcm definitions to npy_math.h
MAINT: Mark umath accuracy test xfail.
MAINT: Use equality instead of identity check with literal
MAINT: Fix small typo in quickstart docs
DOC, MAINT: Update master after 1.17.0 release.
ENH: add c-imported modules for freeze analysis in np.random
BUG: Fix DeprecationWarning in python 3.8
BUG: Remove stray print that causes a SystemError on python 3.7...
BUG: Remove the broken clip wrapper
BUG: avx2_scalef_ps must be static
TST: Allow fuss in testing strided/non-strided exp/log loops
NEP: Proposal for __duckarray__ protocol
BUG: Make advanced indexing result on read-only subclass writeable
TST: Clean up of test_pocketfft.py
DEP: Deprecate np.alen
MAINT: Workaround for Intel compiler bug leading to failing test
DOC: Fix hermitian argument docs in `svd`
MAINT: Fix a docstring typo.
DOC: Fix links in `/.github/CONTRIBUTING.md`.
ENH: Multivariate normal speedups
MAINT: Improve mismatch message of np.testing.assert_array_equal
DOC,MAINT: Move towncrier files and fixup categories
BUG: Fixed default BitGenerator name
BUG: Fix uint-overflow if padding with linear_ramp and negative...
ENH: Enable huge pages in all Linux builds
BUG: Fix leak in the f2py-generated module init and `PyMem_Del`...
DOC: new nan_to_num keywords are from 1.17 onwards
TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D)
DOC: mention `take_along_axis` in `choose`
ENH: Parse complex number from string
DOC: update or remove outdated sourceforge links
MAINT: Better error message for norm
DOC: add backlinks to numpy.org
BUG: Don't fail when lexsorting some empty arrays.
BUG: Fix segfault in `random.permutation(x)` when x is a string.
Doc: fix a typo in NEP21
DOC: set status of NEP 28 (website redesign) to Accepted
BLD: MAINT: change default behavior of build flag appending.
BUG: Fixes StopIteration error from 'np.genfromtext' for empty...
BUG: fix inconsistent axes ordering for axis in function `unique`
DEP: Deprecate load/dump functions in favour of pickle methods
MAINT: Update NEP-30
DEP: Deprecate arrayprint formatting functions
DOC: remove scipy.org from the breadcrumb formattiong
BUG: Fix formatting error in exception message
DOC: Address typos in dispatch docs
BUG: Fix ZeroDivisionError for zero length arrays in pocketfft.
BUG: Fix misuse of .names and .fields in various places
TST, BUG: Use python3.6-dbg.
BUG: core: Handle large negative np.int64 args in binary_repr.
BUG: Fix numpy.random bug in platform detection
MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE
Bug: Fix behavior of structured_to_unstructured on non-trivial...
DOC: add two commas, move one word
DOC: Clarify rules about broadcasting when empty arrays are involved.
TST, MAINT: bump to OpenBLAS 0.3.7 stable
DEP: numpy.testing.rand
DEP: Deprecate class `SafeEval`
BUG: revert detecting and raising error on ragged arrays
DOC: Improve documentation of `isscalar`.
MAINT: Fix bloated mismatch error percentage in array comparisons.
DOC: Fix a minor typo in dispatch documentation.
MAINT: Remove redundant deprecation checks
MAINT: polynomial: Add an N-d vander implementation used under...
DOC: clarify that PytestTester is non-public
DOC: support and require sphinx>=2.2
DOC: random: fix doc linking, was referencing private submodules.
MAINT: Fixes for prospective Python 3.10 and 4.0
DOC: lib: Add more explanation of the weighted average calculation.
MAINT: Avoid BytesWarning in PyArray_DescrConverter()
MAINT: Post NumPy 1.17.1 update.
DOC: Fixed dtype docs for var, nanvar.
DOC: Document project as Python 3 only with a trove classifier
BUILD: move all test dependencies to ./test_requirements.txt
BUG: lib: Fix histogram problem with signed integer arrays.
REL: Update master after NumPy 1.16.5 release.
BUG: test, fix regression in converting to ctypes
NEP: Add initial draft of NEP-31: Context-local and global overrides..
DOC: document numpy/doc update process
DOC: update np.around docstring with note about floating-point...
BUG: view with fieldless dtype should raise if itemsize != 0
DOC: fix issue with __new__ usage in subclassing doc.
DOC: Fix release notes table of contents
NEP 32: Remove the financial functions from NumPy
BLD: Update RELEASE_WALKTHROUGH and cythonize.
Bump pytest from 5.1.1 to 5.1.2
TST: Remove build job since we now use Dependabot
BLD: Only allow using Cython module when cythonizing.
TST: Add dependabot config file.
BUG: Fix format statement associated with AttributeError.
BUG: Fix aradixsort indirect indexing.
DOC: add the reference to 'printoptions'
BUG: Do not show Override module in private error classes.
DOC: Make implementation bullet points consistent in NEP 29
MAINT: Clarify policy language in NEP-29.
REL: Update master after 1.17.2 release.
MAINT: clean up pocketfft modules inside numpy.fft namespace
BLD: remove generated Cython files from sdist
MAINT: add test to prevent new public-looking modules being added
BUG: random.hypergeometic assumes npy_long is npy_int64, hangs...
ENH: Print the amount of memory that would be used by a failed...
MAINT: use test_requirements.txt in tox and shippable, ship it...
BUG: add a specialized loop for boolean matmul
BUG: Fix _ctypes class circular reference.
BUG: core: Fix the str function of the rational dtype.
DOC: add timedelta64 signature
MAINT: Extract raising of MemoryError to a helper function
BUG,MAINT: Some fixes and minor cleanup based on clang analysis
MAINT: Add `NPY_UNUSED` and `const` qualified suggested by clang
MAINT: Silence integer comparison build warnings in assert statements
MAINT: distutils: Add newline at the end of printed warnings.
BUG: random: Revert gh-14458 and refix gh-14557.
DOC: Fix reference NPY_ARRAY_OWNDATA instead of NPY_OWNDATA.
ENH: Allow NPY_PKG_CONFIG_PATH environment variable override
MAINT: remove the entropy c-extension module
DOC: Add backslashes so PyUFunc_FromFuncAndDataAndSignatureAndIdentity
DOC: Fix a minor typo in changelog readme
BUG: Fix randint when range is 2**32
DOC: tweak np.round docstring to clarify floating-point error
DOC: Add warning to NPV function
API: Do not return None from recfunctions.drop_fields
BUG: Fix flatten_dtype so that nested 0-field structs are flattened...
DOC: Build release notes during CircleCI step
BUILD: Hide platform configuration probe behind --debug-configure
Mention that split() returns views into the original array
MAINT: Simplify lookfor function
MAINT: random: Remove a few duplicated C function prototypes.
BUILD, MAINT: run tests with verbose for PyPY, also do not leak...
BUG: fix release snippet failures caught only after merging
BLD: add warn-error option, adds -Werror to compiler
BUG: random: Create a legacy implementation of random.binomial.
MAINT: remove unused functions, rearrange headers (from CC=clang)
DOC: Fix a bit of code in 'Beyond the Basics' C API user guide.
MAINT: Cleanup old_defines in DOC
DOC: Added missing versionadded to diff(prepend)
BUG: Avoid ctypes in Generators
Changing ImportWarning to DeprecationWarning
MAINT: handle case where GIT_VERSION is empty string
MAINT: core: Remove duplicated inner loop ee->e from log, exp,...
DOC: clarify input types in basics.io.genfromtxt.rst
DOC: remove note about Pocketfft license file (non-existing here).
DOC: Fix code that generates the table in the 'Casting Rules'...
MAINT: don't install partial numpy.random C/Cython API.
TST: ensure coercion tables aren't printed on failing public...
DEP: remove deprecated (and private) numpy.testing submodules.
BLD, DOC: fix gh-14518, add release note
BUG: importing build_src breaks setuptools monkeypatch for msvc14
DOC: Note runtests.py `-- -s` method to use pytests `-s`
DOC: update submodule docstrings, remove info.py files
DOC: Document the NPY_SCALARKIND values as C variables.
MAINT: Bump pytest from 5.1.2 to 5.1.3
DEP: remove deprecated select behaviour
BUG: Add missing check for 0-sized array in ravel_multi_index
BUG: dtype refcount cleanups
DOC: Fix a minor typo in changelog entry
MAINT: Fix typo: remoge → remove
DOC: Change the promotion table checkmark to 'Y'.
DEP: Complete deprecation of invalid array/memory order
DOC: Add to doc that interp cannot contain NaN
NEP: Accept NEP 32.
NEP: Fix discrepancies in NEPs
NEP: Only list "Active" NEPs under "Meta-NEPs"
API: restructure and document numpy.random C-API
BUG: properly define PyArray_DescrCheck{,Exact}
MAINT: Remove duplicate files from .gitignore
API: rearrange the cython files in numpy.random
MAINT: Bump pytest from 5.1.3 to 5.2.0
MAINT: Add "MAINT" tag to dependabot commit msg
DOC: Updated sphinx directive formatting
DEP: Finish deprecation of non-integer `num` in linspace
DOC: s/OR/AND/ in np.logical_and docstring
DOC: misleading np.sinc() documentation
DOC: clarify residual in np.polyfit
BUILD: change to build_src --verbose-cfg, runtests.py --debug-info
BUG: always free clean_sep
DOC: Create `class Extension` docstring and add it to documentation.
DOC: add `printoptions` as a context manager to `set_printoptions`
DOC: Fix typo in NEP 29
MAINT: Use scalar math power function directly
DOC: Add IPython to dependencies needed to build docs.
MAINT: Bump pytest-cov from 2.7.1 to 2.8.1
MAINT: Bump pytest from 5.2.0 to 5.2.1
MAINT: Bump pytz from 2019.2 to 2019.3
MAINT: Use `extract_unit` throughout datetime
BUG: fix fromfile behavior when reading sub-array dtypes
BUG: random: Use correct length when axis is given to shuffle.
BUG: Do not rely on undefined behaviour to cast from float to...
NEP: add default-dtype-object-deprecation nep 34
MAINT: Remove unused boolean negative/subtract loops
DEP: ufunc `out` argument must be a tuple for multiple outputs
BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux
DOC: Note release notes process changes on devdocs start page
Doc warnings
DOC: Switch Markdown link to RST in NEP 29
TST: Divide Azure CI Pipelines into stages.
DEP: Finish the out kwarg deprecation for ufunc calls
DOC: Removing mentions of appveyor
BUG: Default start to 0 for timedelta arange
API: NaT (arg)min/max behavior
API: Forbid Q<->m safe casting
DEP: deprecate financial functions.
DOC: Move newsfragment to correct folder
DOC: cleaning up examples in maskedarray.generic
MAINT: umath: Change error message for unsupported bool subtraction.
ENH: Add complex number support for fromfile
TST: run refguide-check on rst files in doc/*
DOC: Edit NEP procedure for better discussion
DOC: Post 1.17.3 release update.
NEP: Accept NEP 29 as final
BUG: Don't narrow intp to int when producing error messages
DOC: lib: Fix deprecation markup in financial function docstrings.
DOC: Change from HTTP to HTTPS
BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr
MAINT: doc: Remove doc/newdtype_example/
Reword cautionary note about dtype.descr
BUG: fix integer size confusion in handling array's ndmin argument
TST, BUILD: add a gcc 4.8 run on ubuntu 18.04
Update CLASSIFIERS with python 3.8 support
BUG: random: biased samples from integers() with 8 or 16 bit...
DOC: Add release note about changed random variate stream from...
DOC: Make changes to NEP procedure
DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.
MAINT: Minor typo fix
MAINT: Bump pytest from 5.2.1 to 5.2.2
DOC: Adjust NEP-31 to new template.
DEP: issue deprecation warning when creating ragged array (NEP...
NEP: move 'NEP 29 random' from Accepted to Final
DOC: Add take_along_axis to the see also section in argmin, argmax...
ENH: change object-array comparisons to prefer OO->O unfuncs
TST: Don't construct Fraction instances from numpy scalars
Rename helper functions to not use the word rank
MAINT: Use templating to merge float loops
BUILD: ignore more build.log warnings
BLD: Prevent -flto from optimising long double representation...
BUG: raise ValueError for empty arrays passed to _pyarray_correlate
MAINT: move buffer.h -> npy_buffer.h to avoid conflicts
MAINT: Bump cython from 0.29.13 to 0.29.14
ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64
BLD: add 'apt update' to shippable
MAINT: revert gh-14800, which gave precedence to OO->O over OO->?
REL: Update master after 1.17.4 release.
BUILD: remove SSE2 flag from numpy.random builds
DOC: Update NEP29 with Python3.8 informations.
BUG: Remove builtins from __all__
MAINT: Delete and ignore generated files
Update FUNDING.yml
MAINT: Remove uses of scalar aliases
NEP: move nep 34 to accepted
TST: Add s390x to the TravisCI test matrix.
DOC: Note FFT type promotion
TST: Test with Python3.8 on Windows.
TST: Update travis.yml
TST: add no_tracing decorator to refcount-sensitive codepath...
MAINT: Bump pytest from 5.2.2 to 5.2.4
BUG: Fix step returned by linspace when num=1 and endpoint=False
DOC: Compare 'tolist' function to 'list' in example
DOC: Clarify return type for default_rng
MAINT: move numpy/random/examples -> numpy/random/_examples
DOC: testing: Note handling of scalars in assert_array_equal...
DOC, API: add random.__init__.pxd and document random.* functions
DOC: Clean up examples of low-level random access
TST. API: test using distributions.h via cffi
TST: skip if cython is not available
MAINT: Cleaned up mintypecode for Py3
DOC: fix docstring of np.linalg.norm
MAINT: Added Python3.8 branch to dll lib discovery on Windows
DEV: update asv.conf.json
MAINT: Bump pytest from 5.2.4 to 5.3.0
MAINT: Fix typos
REV: "ENH: Improved performance of PyArray_FromAny for sequences...
BUG: warn when saving dtype with metadata
DEP: Deprecate the axis argument to masked_rows and masked_cols
MAINT: Fix long name of PCG64
DOC, API: improve the C-API/Cython documentation and interfaces...
DOC: Fix typo in numpy.loadtxt and numpy.genfromtxt documentation
ENH: allow using symbol-suffixed 64-bit BLAS/LAPACK for numpy.dot...
DOC: add a more useful comment to compat.py3k.py
DOC: lib: Use a clearer example of ddof in the notes of the cov...
TST: machinery for tests requiring large memory + lapack64 smoketest
MAINT: Only copy input array in _replace_nan() if there are nans...
MAINT: Bump pytest from 5.3.0 to 5.3.1
REV: "ENH: Improved performance of PyArray_FromAny for sequences...
REL: Prepare for 1.18 branch
MAINT: Cleaned up mintypecode for Py3 (pt. 2)
BUG: Fix refcounting in ufunc object loops
BUG: Exceptions tracebacks are dropped
REV: Revert "Merge pull request 14794 from mattip/nep-0034-impl"
API, DOC: change names to multivariate_hypergeometric, improve docs
REL: Prepare for NumPy 1.18.0 release.
TST: Check requires_memory immediately before the test
ENH: Add support to sort timedelta64 `NaT` to end of the array
MAINT: follow-up cleanup for blas64 PR
ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap
ENH: add support for ILP64 OpenBLAS (without symbol suffix)

(adam)

2020-04-27 16:55:07 UTC MAIN commitmail json YAML

doc: Updated devel/go-pflag to 1.0.5

(nikita)

2020-04-27 16:54:25 UTC MAIN commitmail json YAML

devel/go-pflag: Update to version 1.0.5

Changelog picked from https://github.com/spf13/pflag/releases:

1.0.5
Merge pull request #219 from cfromknecht/fix-mod
Remove require pflag v1.0.3

v1.0.5-rc1
This hopefully fixes #218, and will be promoted
when the fix has been verified.

1.0.4
Fix typo in go.mod

1.0.3
Fix panic when parsing unknown flag followed by
empty argument (#173)

1.0.2
Add base64 encoded flag type

(nikita)

2020-04-27 16:52:56 UTC MAIN commitmail json YAML

2020-04-27 16:32:09 UTC MAIN commitmail json YAML

changesentry go-levenshtein

(nikita)