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 (0m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:35:49 UTC Now

2021-05-21 10:31:00 UTC MAIN commitmail json YAML

erlang-eimp: Remove useless patch

pkgsrc changes:
---------------
  * Actually lang/erlang/module.mk defines USE_GLOBAL_DEPS=true in the
    Makefile environment which disables the fetching of dependencies.
  * Bump revision.

(triaxx)

2021-05-21 10:21:22 UTC MAIN commitmail json YAML

doc: Updated net/erlang-stun to 1.0.43

(triaxx)

2021-05-21 10:20:52 UTC MAIN commitmail json YAML

erlang-stun: Update to 1.0.43

upstream changes:
-----------------
Version 1.0.43
  o Updating p1_utils to version 1.0.22.
  o Updating fast_tls to version 1.1.12.
  o stun_test: Start up transitive dependencies

Version 1.0.42
  o Updating fast_tls to version 1.1.11.

Version 1.0.41
  o Never accept Teredo/6to4 addresses as TURN peers.
  o Never accept 0.0.0.0/:: addresses as TURN peers.

(triaxx)

2021-05-21 08:38:09 UTC MAIN commitmail json YAML

Updated net/haproxy, time/py-cftime

(adam)

2021-05-21 08:37:49 UTC MAIN commitmail json YAML

py-cftime: updated to 1.5.0

version 1.5.0 (release tag v1.5.0.rel)
======================================
* clean-up deprecated calendar specific subclasses.
* added string formatting support to `cftime.datetime` objects
  (via `cftime.datetime.__format__`).
* add support for astronomical year numbering (including year zero) for
  real-world calendars using 'has_year_zero' cftime.datetime kwarg.
  Default is False for 'real-world' calendars ('julian', 'gregorian'/'standard',
  'proleptic_gregorian'). Ignored for idealized calendars like '360_day
  (they always have year zero).
* add "change_calendar" cftime.datetime method to switch to another
  'real-world' calendar. Enable comparison of cftime.datetime instances
  with different 'real-world' calendars (using the new change_calendar method)
* remove legacy `utime` class, and legacy `JulianDayFromDate` and
  `DateFromJulianDay` functions (replaced by `cftime.datetime.toordinal`
  and `cftime.datetime.fromordinal`).
* Change ValueError to TypeError in __sub__

(adam)

2021-05-21 08:36:57 UTC MAIN commitmail json YAML

haproxy: updated to 2.4.0

What's new in 2.4 compared to 2.3 ? Lots of cool stuff! The work was spread
on several fronts:
  - performance and latency: a lot of work was done on locking reduction,
    bringing 2.4 a much lower latency than 2.3 had, and a higher scalability.
    2.4 is NUMA-aware on Linux and will avoid binding to cross-socket cores
    by default. Idle server-side connections are now reusable even when SNI,
    proxy protocol or transparent proxy are used, saving costly round trips.
    Lua now supports lock-free multi-threading. Idle frontend connections
    will now be closed as soon as possible during reloads.

  - reliability: "strict-limits" is on by default, experimental features
    are protected against accidental use from a copy-paste, a diagnostic
    mode was added to report suspicious or uncommon constructs that could
    be mistakes, new live debugging tools were added for better in-field
    debugging. Backend idle connections will be closed before quitting
    so that they don't consume source ports in TIME_WAIT.

  - management and integration: maps and ACLs now support atomic updates,
    server-side SSL certificates can also be updated without reloading,
    servers can be added/removed without reloading (still experimental),
    more server settings can be edited at run time, global variables can
    be listed/edited at run time, "defaults" section can now be named,
    reused an inherited, line numbers and file names can be included in
    any command, file paths can now be relative to the config file, some
    new ".if/.elif/.else/.endif" config directives permit a smoother
    transition between versions using a same config file (particularly
    useful for automated rollbacks),

  - interoperability / protocol support: WebSocket over HTTP/2 (RFC8441)
    is now supported on both sides, regardless of the version on the other
    side. The cache now supports the "Vary" header with a few commonly
    used headers, including "Accept-encoding" which gets normalized for
    optimal cache hit ratio. The Prometheus exporter got a significant
    liftup, requires less tricks on the Prometheus side, and supports
    listing only certain metrics for faster retrieval. Optional native
    support for Opentracing was also integrated (via USE_OT=1). The DNS
    resolvers now support talking to servers over TCP. Basic support for
    extracting information from MQTT and FIX protocol was added. Timeouts
    can now be adjusted on the fly and per-request in order to adapt to
    particuarly slow servers or special protocols.

  - user-friendliness: TCP loggers now do not require a ring section
    declaration anymore, it's transparently done now. Header deletion
    using a pattern matching on the name is now supported instead of
    having to list many names. Checking for real server-side errors got
    easier than before with http_fail_cnt/http_fail_rate. The config
    parser and CLI will now provide suggestions when some keywords are
    misspelled. The CLI's help output can now be filtered to subsets of
    commands and will be sorted for easier finding.

  - processing: the new "wait-for-body" HTTP action allows to wait for
    a request or response body up to a certain size or delay. This is
    convenient to detect POST contents or to detect error patterns or
    information leaks in responses. TCP frontends can now be manually
    upgraded to HTTP, allowing HTTP rules to be used in a frontend in
    a tcp->http scenario. JSON parameters can be decoded to extract some
    fields values. A URL encoder is now available to pass some fields in
    a way that is suitable for query string parameters. Base64 variants
    are now supported (such as the URL-compatible one used by JWT).

  - for distros: building optional addons will be easier thanks to the
    removal of the contrib/ directory and the cleaner integration with
    the regular build process and include files. Libslz was included by
    default, simplifying the packaging work. A few example configs were
    added into examples/ to serve as starters for users. A CPU entry was
    added to produce executables that works well both on old and new
    ARMv8 CPUs.

  - observability: more stats were added (SSL, H2). "show info" can now
    emit floating point values for rates and uptimes if requested.

(adam)

2021-05-21 07:50:13 UTC MAIN commitmail json YAML

doc: Updated security/erlang-fast_tls to 1.1.12

(triaxx)

2021-05-21 07:49:52 UTC MAIN commitmail json YAML

erlang-fast_tls: Update to 1.1.12

pkgsrc changes:
---------------
  o Add a patch to localize the path of rebar by defining the REBAR
    variable in MAKE_ENV.

upstream changes:
-----------------
Version 1.1.12
  o Updating p1_utils to version 1.0.22.

Version 1.1.11
  o Add missing applicaitons in fast_tls.app

(triaxx)

2021-05-21 07:07:37 UTC MAIN commitmail json YAML

Updated www/libsass, www/sassc

(adam)

2021-05-21 07:07:12 UTC MAIN commitmail json YAML

doc: Added www/longboard version 0.0.7

(pin)

2021-05-21 07:06:41 UTC MAIN commitmail json YAML

add longboard

(pin)

2021-05-21 07:05:52 UTC MAIN commitmail json YAML

sassc: updated to 3.6.2

This is the SassC for LibSass 3.6.5

(adam)

2021-05-21 07:05:20 UTC MAIN commitmail json YAML

www/longboard: import package

Longboard: The easy way to surf*.

Features:
-provide a request body on the command line
-options: h1, curl and hyper for the surf* http backend
-provide a file system path to a file to use as the request body

*surf is a fast and friendly HTTP client framework for async Rust, it's
completely modular, and built directly for async/await.

(pin)

2021-05-21 07:03:40 UTC MAIN commitmail json YAML

libsass: updated to 3.6.5

3.6.5:
Fix extend edge case going endlessly
Fix source-maps and how we count unicode characters
Fix seed generator if std::random_device fails
Fix url() containing exclamation mark causing an error
Fix Offset initialization when end was not given
Fix obvious backporting error in pseudo extend
Fix obvious identical subexpressions in op_color_number
Fix edge case regarding unit-less number equality as object keys
Revert compound re-ordering for non extended selectors
Prevent compiler warning about unnecessary copy
Replace Travis CI with GitHub Actions

(adam)

2021-05-21 07:01:43 UTC MAIN commitmail json YAML

doc: Updated sysutils/lsfp to 0.5.0

(pin)

2021-05-21 07:00:59 UTC MAIN commitmail json YAML

sysutils/lsfp: update to 0.5.0

-Add more licenses
-Change license short identifier to match SPDX
-Fixed detecting hidden files/folders on Windows
-Improved help message
-Fixed inconsistent colors in help message
-Improved error handling
-Fixed single file printing
-Removed useless prefix in config (.lsfprc)
-Fixed error when running tree on directories
-Improve when collapsed directories are underlined
-Glob patterns

(pin)

2021-05-21 06:59:53 UTC MAIN commitmail json YAML

Updated lang/nodejs, archivers/unrar

(adam)

2021-05-21 06:59:36 UTC MAIN commitmail json YAML

2021-05-21 06:56:29 UTC MAIN commitmail json YAML

nodejs: updated to 14.17.0

Version 14.17.0 'Fermium' (LTS)

Notable Changes

Diagnostics channel (experimental module)
UUID support in the crypto module
Experimental support for AbortController and AbortSignal

doc:
revoke deprecation of legacy url, change status to legacy (James M Snell)
add legacy status to stability index (James M Snell)
upgrade stability status of report API (Gireesh Punathil)

deps:
V8: Backport various patches for Apple Silicon support (BoHong Li)
update ICU to 68.1 (Michaè°·l Zasso)
upgrade to libuv 1.41.0 (Colin Ihrig)

http:
add http.ClientRequest.getRawHeaderNames() (simov)
report request start and end with diagnostics_channel (Stephen Belanger)

util:
add getSystemErrorMap() impl (eladkeyshawn)

(adam)

2021-05-21 06:28:54 UTC MAIN commitmail json YAML

doc: Updated graphics/erlang-eimp to 1.0.20nb1

(triaxx)

2021-05-21 06:28:37 UTC MAIN commitmail json YAML

erlang-eimp: Change how rebar dependencies are disabled

pkgsrc changes:
---------------
  * Keep the deps entry in rebar.config and remove rebar get-deps in
    Makefile.
  * Bump revision.

(triaxx)

2021-05-21 01:45:01 UTC MAIN commitmail json YAML

Built a bootkit for NetBSD/aarch64

Also the package is now more explicit about LLVM. It used to invoke whatever llc(1) and opt(1) found in the $PATH when -fllvm is passed to the compiler, though it's not the default backend. Now LLVM is an explicit, optional dependency on platforms where NCG backend is available, and a mandatory dependency on others.

Note that the LLVM backend tends to produce faster code but it runs significantly slower than NCG. AArch64 support of NCG is being worked on, but it hasn't been merged to the 9.0 branch yet (or even the master branch).

(pho)

2021-05-20 23:08:30 UTC MAIN commitmail json YAML

geography/qgis: De-optionize python

This commit removes the python option, but keeps python -- what was
formerly included with the option is now simply always included.  In
today's qgis world, python support is simply part of qgis and building
without it is close to unthinkable.  python is tiny compared to qgis
or even qt.

The rationale for removal is that having a split PLIST, and two ways
to build is some maintenance headache, and I believe that zero people
want to build qgis without python.  My guess is that no one has tried
in years.

No PKGREVISOIN++ as there is no change to the default build.

(gdt)

2021-05-20 21:41:26 UTC MAIN commitmail json YAML

doc: Updated sysutils/tsm8 to 8.1.12.0

(hauke)

2021-05-20 21:02:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/erlang-lager to 3.9.2

(triaxx)

2021-05-20 21:02:16 UTC MAIN commitmail json YAML

erlang-lager: Update to 3.9.2

upstream changes:
-----------------
3.9.2
  o Merge pull request #551 from paulo-ferraz-oliveira/feature/ci-otp-24
  o Tweak CI versions (add 24.0, move 23.2 to 23.3)
  o Merge pull request #547 from paulo-ferraz-oliveira/fix/unused_parse_t…
  o Prevent "a term is constructed, but never used" warning
3.9.1
  o Merge pull request #543 from paulo-ferraz-oliveira/fix/log_location
  o CI on Windows with GitHub Actions
  o Fix tests broken in f2ae8fe
  o Log to log_root+..._log except if ..._log is absolute
  o Remove appveyor from CI
3.9.0
  o Merge pull request #539 from paulo-ferraz-oliveira/feature/erl_anno_i…
  o Merge pull request #540 from paulo-ferraz-oliveira/fix/log_location
  o Get rid of pre-OTP 21 test code workarounds
  o Embrace the future
  o Replace Travis CI with GitHub Actions
  o Make our intentions explicit
  o Properly fetch opaque info.
  o Prevent "wrong" log location
3.8.2
  o Merge pull request #536 from paulo-ferraz-oliveira/feature/log_root_o…
  o Merge pull request #535 from yidayoung/master
  o Merge pull request #537 from paulo-ferraz-oliveira/feature/loc_for_line
  o Adapt to OTP 24's Line v. {Line,Col} location
  o Remove unnecessary code
  o Make default logs write to log_root, if defined
  o Allow log_root on crash_log
  o Ensure relative log file not change when current path changed

(triaxx)

2021-05-20 20:42:29 UTC MAIN commitmail json YAML

doc: Updated misc/erlang-p1_utils to 1.0.22

(triaxx)

2021-05-20 20:42:12 UTC MAIN commitmail json YAML

erlang-p1_utils: Update to 1.0.22

upstream changes:
-----------------
Version 1.0.22
  o Update copyright year to 2021
  o Unit tests + plugin in release workflow
  o Support Docker + VScode development

(triaxx)

2021-05-20 20:41:11 UTC MAIN commitmail json YAML

doc: Updated graphics/erlang-eimp to 1.0.20

(triaxx)

2021-05-20 20:40:48 UTC MAIN commitmail json YAML

erlang-eimp: Update to 1.0.20

upstream changes:
-----------------
Version 1.0.20
  o Update p1_utils to 1.0.22
  o Improve code for finding path of binary component
  o Don't link with image libraries, we load them dynamically
  o Two Dialyzer fixes; port_command/2 either succeeds or throws badarg

Version 1.0.19
  o Fix linker issue in openbsd
  o Add missing applications in eimp.app

(triaxx)

2021-05-20 20:19:29 UTC MAIN commitmail json YAML

doc: Added graphics/glad version 0.1.34

(nia)

2021-05-20 20:19:17 UTC MAIN commitmail json YAML

2021-05-20 20:03:52 UTC MAIN commitmail json YAML

doc: Updated textproc/erlang-fast_xml to 1.1.46

(triaxx)

2021-05-20 20:03:28 UTC MAIN commitmail json YAML

erlang-fast_xml: Update to 1.1.46

upstream changes:
-----------------
Version 1.1.46
  o Updating p1_utils to version 1.0.22.

(triaxx)

2021-05-20 19:58:07 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-luerl to 0.4

(triaxx)

2021-05-20 19:57:45 UTC MAIN commitmail json YAML

erlang-luerl: Update to 0.4

upstream changes:
-----------------
  o Reformatted test chunks to make them more legible
  o Add proper handling of full userdata
  o Add test of function records to handle both forms
  o Remove experimental array functions
  o Fix handling of random number for ranges and value 1
  o Fix implementation of mod '%' operator
  o Update tests to new decode of functions
  o Add a Makefile for the minibench
  o Complete split of function record into separate lua and erlang records
  o Merge pull request #90 from benjamintanweihao/patch-1
  o Split function record into separate lua and erlang records
  o Fix Getting Started wiki link
  o Merge pull request #85 from lastcanal/sandbox_runner
  o remove random seed setting from sandbox runner
  o Add luerl_sandbox module, a sandbox builder and reduction counting ru…
  o Changes for hex.pm package
  o Update README.md
  o Make the random state part of the Lua state
  o Cleanup rebar3 config script
  o Fix generation of erlang version macro flag
  o Fix generation of erlang version macro flag
  o Set correct return values for luerl:load
  o The math lib now always uses the correct module random/rand
  o Add handling of erlang version based compiler macros
  o Fix handling of #! and Windows BOM when loading files
  o fixing typo in README
  o Adding support for maps to encode() and fixing README
  o Fixes make clean

(triaxx)

2021-05-20 19:55:48 UTC MAIN commitmail json YAML

taisei: newer version cglm, or it'll try to build it from git.

(nia)

2021-05-20 19:52:43 UTC MAIN commitmail json YAML

doc: Added graphics/cglm version 0.8.2

(nia)

2021-05-20 19:52:31 UTC MAIN commitmail json YAML

add graphics/cglm.

cglm is an optimized 3D math library written in C99 (compatible with C89).
It is similar to original glm library except this is mainly for C.

This library stores matrices as column-major order but in the future row-major
is considered to be supported as optional.

Currently only the float type is supported for most operations.

(nia)

2021-05-20 19:46:44 UTC MAIN commitmail json YAML

doc: Updated devel/erlang-mqtree to 1.0.13

(triaxx)

2021-05-20 19:46:25 UTC MAIN commitmail json YAML

erlang-mqtree: Update to 1.0.13

upstream changes:
-----------------
Version 1.0.13
  o Updating p1_utils to version 1.0.22.

Version 1.0.12
  o Add missing applications to mqtree.app

(triaxx)

2021-05-20 19:24:31 UTC MAIN commitmail json YAML

doc: Updated audio/gramofile to 1.6P

(nia)

2021-05-20 19:24:15 UTC MAIN commitmail json YAML

2021-05-20 19:24:13 UTC MAIN commitmail json YAML

sysutils/tsm8 -- TSM client update to v8.1.12

pkgsrc changes: cli client tested with FreeBSD 13

Upstream changes:

V8.1.12

Security Bulletin: Stack-based Buffer Overflow vulnerabilities in IBM
Spectrum Protect Back-up Archive Client and IBM Spectrum Protect for
Space Management (CVE-2021-29672, CVE-2021-20546)
https://www.ibm.com/support/pages/node/6445497

Security Bulletin: Vulnerabilities in OpenSSL affect IBM Spectrum
Protect Backup-Archive Client NetApp Services (CVE-2020-1971,
CVE-2021-23840, CVE-2021-23841)
https://www.ibm.com/support/pages/node/6445489

Security Bulletin: Vulnerabilities in IBM Java Runtime affect IBM
Spectrum Protect Backup-Archive Client, IBM Spectrum Protect for Space
Management, and IBM Spectrum Protect for Virtual Environments
(CVE-2020-27221, CVE-2020-14782)
https://www.ibm.com/support/pages/node/6445483

To find the fixed APARs in this version, see: IBM Spectrum Protect
Backup-Archive Client 8.1.12 APARs and 8.1.12.x APARs
https://www.ibm.com/support/pages/node/6429561

(hauke)

2021-05-20 19:21:13 UTC MAIN commitmail json YAML

2021-05-20 18:56:10 UTC MAIN commitmail json YAML

openttd: properly transform -std argument for older compilers

(nia)

2021-05-20 15:45:45 UTC MAIN commitmail json YAML

doc: Updated security/erlang-p1_acme to 1.0.12

(triaxx)

2021-05-20 15:45:28 UTC MAIN commitmail json YAML

erlang-p1_acme: Update to 1.0.12

upstream changes:
-----------------
Version 1.0.12
  o Updating yconf to version 1.0.11.

Version 1.0.11
  o Updating yconf to version 1.0.10.
  o Add missing applicaitons to p1_acme.app

(triaxx)

2021-05-20 15:44:21 UTC MAIN commitmail json YAML

doc: Updated textproc/erlang-yconf to 1.0.11

(triaxx)

2021-05-20 15:44:00 UTC MAIN commitmail json YAML

erlang-yconf: Update to 1.0.11

upstream changes:
-----------------
Version 1.0.11
  o Updating fast_yaml to version 1.0.31.
  o Fix unused variable warning
  o Update copyright year to 2021
  o Export include_files/3 to fix several Dialyzer warnings

Version 1.0.10
  o Updating fast_yaml to version 1.0.30.

(triaxx)

2021-05-20 15:05:13 UTC MAIN commitmail json YAML

doc: Updated databases/erlang-p1_mysql to 1.0.18

(triaxx)

2021-05-20 15:04:44 UTC MAIN commitmail json YAML

erlang-p1_mysql: Update to 1.0.18

upstream changes:
-----------------
Version 1.0.18
  o Update copyright year to 2021
  o add_mysql_conn always returns success, except if crashes
  o Database is always 'none', as noticed by Dialyzer
  o Data is always binary, as noticed by Dialyzer

Version 1.0.17
  o Update travis config

Version 1.0.15
  o Fix warnings

Version 1.0.14
  o Add abilty to use ssl connections

Version 1.0.13
  o Update copyright year

Version 1.0.12
  o Properly handle decoding of number of returned fields when there is more than 128 of them.

Version 1.0.11
  o Handle close even in do_recv, this fixes potential connection being stuck after timeout

Version 1.0.10
  o Make socket close always lead to terminating p1_mysql_conn

Version 1.0.9
  o Add contribution guide
  o Don't log errors on shutdown

Version 1.0.8
  o Add support for mysql8 and cache_sha2_password authentication

Version 1.0.7
  o Fix connection timeout handling

(triaxx)

2021-05-20 14:59:00 UTC MAIN commitmail json YAML

doc: Updated databases/erlang-p1_pgsql to 1.1.11

(triaxx)

2021-05-20 14:58:11 UTC MAIN commitmail json YAML

erlang-p1_pgsql: Update to 1.1.11

upstream changes:
-----------------
Version 1.1.11
  o Update copyright year to 2021
  o recv_byte returns {ok, _} or throws an error, but never returns {error, _}

Version 1.1.10
  o Fix Coveralls command call
  o Fix Travis setup using Rebar3

Version 1.1.9
  o Update copyright to 2020

Version 1.1.8
  o Update for hex.pm release

Version 1.1.7
  o Add contribution guide

(triaxx)

2021-05-20 14:43:42 UTC MAIN commitmail json YAML

doc: Updated databases/erlang-sqlite3 to 1.1.12

(triaxx)

2021-05-20 14:43:26 UTC MAIN commitmail json YAML

erlang-sqlite3: Update to 1.1.12

upstream changes:
-----------------
Release 1.1.12
  o Add Github Action to release to hex.pm when tagging
  o Fix wrong gen_server spec detected by Dialyzer
Release 1.1.11
o Use headers from amalagamation on darwin instead of system one

(triaxx)

2021-05-20 14:19:11 UTC MAIN commitmail json YAML

doc: Updated net/erlang-xmpp to 1.5.3

(triaxx)

2021-05-20 14:18:43 UTC MAIN commitmail json YAML

erlang-xmpp: Update to 1.5.3

upstream changes:
-----------------
Version 1.5.3
  o Updating fast_tls to version 1.1.12.
  o Updating fast_xml to version 1.1.46.
  o Updating p1_utils to version 1.0.22.
  o Updating stringprep to version 1.0.25.
  o Fix spec to match the current source code, as reportd by Dialyzer
  o xmpp uses p1_options, so Dialyzer reports some false warnings
  o Fix return value when skipping queued tcp packet to already closed socket

Version 1.5.2
  o Updating fast_tls to version 1.1.11.
  o Allow to free socket/parser/tls when session get detached
  o Add support for XEP-0430: Inbox
  o Add support for XEP-0333: Chat Markers
  o Add missing applicaitons to xmpp.app
  o Fix timezone in timestamp used by XEP-0202
  o Don't throw exception when client send invalid lenght sasl response

(triaxx)

2021-05-20 14:05:35 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-doc to 23.3nb6

(triaxx)

2021-05-20 14:05:16 UTC MAIN commitmail json YAML

erlang-doc: Fix PLIST after lang/erlang update

(triaxx)

2021-05-20 14:04:30 UTC MAIN commitmail json YAML

Update lang/erlang to 23.3.4

(triaxx)

2021-05-20 13:55:09 UTC MAIN commitmail json YAML

Update textproc/hevea to 2.35.0

Changelog:
version 2.35
    * Release
version 2.34+02
    * Some petty optimisation in text output (replace ' '+ '\n' by '\n').
    * Correct bug in text mode (012 by Florian Angeletti).
      On bad combination of indentation and version 2.34+01
    * Correct bug in text mode (012 by Florian Angeletti).
      On bad combination of indentation and underlining.
version 2.34
    * Add command \formatlinks for greater control over navigation links.
version 2.33
    * Compatibility from 4.02.3 to 4.10.0
version 2.32
    * Introduce SVG arrows, contribution by Florian Angeletti
version 2.31
    * Correct doc typos.
version 2.30
    * Better error message when several \documentclass are present.
version 2.29+5
version 2.29+4
version 2.29+3
version 2.29+2
    * mathjax 'automatic' support
version 2.29+1
    * mathjax support
version 2.29
    * Correct bug around double quotes. Notice that the "plain" status
      of double quotes is no expansion, by contrast with all other special
      characters.
version 2.28
    * lstlisting: find files lstlang?.sty in path (as latex does).
version 2.27
    * info: Add initial capitals for some words
      (workaround against (reported) info reader v 6.0 bug
version 2.26
    * add a warning in case of missing \end{document}
    * cleveref.hva patch (removes extra white space), credit: Tim Bourke.
version 2.25
    * Oups !! Forgot to add svg.hva, corrected.
version 2.24
    * Add svg.hva style file, to produce svg images.
    * More robust build.

(tonio)

2021-05-20 13:54:55 UTC MAIN commitmail json YAML

erlang: Update to 23.3.4

This update fixes chat/ejabberd building.

upstream changes:
-----------------
Patch Package:          OTP 23.3.4
Git Tag:                OTP-23.3.4
Date:                    2021-05-10
Trouble Report Id:      OTP-17366, OTP-17379, OTP-17386
Seq num:                ERIERL-650, GH-4775
System:                  OTP
Release:                23
Application:            compiler-7.6.9, diameter-2.2.4, erts-11.2.2
Predecessor:            OTP 23.3.3

Check out the git tag OTP-23.3.4, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.

---------------------------------------------------------------------
--- compiler-7.6.9 --------------------------------------------------
---------------------------------------------------------------------

The compiler-7.6.9 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17386    Application(s): compiler
              Related Id(s): ERIERL-650, OTP-17357

              Reverted the fix for OTP-17357 as it turned out to be
              incomplete and made the validator reject much more
              legal code than before.

              It will be fixed more thoroughly in a later patch.

Full runtime dependencies of compiler-7.6.9: crypto-3.6, erts-11.0,
hipe-3.12, kernel-7.0, stdlib-3.13

---------------------------------------------------------------------
--- diameter-2.2.4 --------------------------------------------------
---------------------------------------------------------------------

The diameter-2.2.4 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17366    Application(s): diameter
              Related Id(s): GH-4775

              The unordered option was ignored on a client
              diameter_sctp transport, causing all delivery to be
              ordered.

              The association id was not specified to gen_sctp when
              requesting unordered delivery, causing the setting to
              be applied to the whole endpoint.

              Thanks to Bengt Kleberg and Andreas Schultz.

Full runtime dependencies of diameter-2.2.4: erts-10.0, kernel-3.2,
ssl-9.0, stdlib-2.4

---------------------------------------------------------------------
--- erts-11.2.2 -----------------------------------------------------
---------------------------------------------------------------------

The erts-11.2.2 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17379    Application(s): erts
              Related Id(s): PR-4804

              Fix bug in match spec compilator seen to cause a stack
              overflow crash on debug VM for certain match specs.
              Could potentially cause problems for standard VM, but
              has not been verified. Match specs are used by
              ets:match/select functions and erlang:trace_pattern.

Full runtime dependencies of erts-11.2.2: kernel-7.0, sasl-3.3,
stdlib-3.13

---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

(triaxx)

2021-05-20 13:53:29 UTC MAIN commitmail json YAML

Update textproc/hevea to 2.35.0

Changelog:
version 2.35
    * Release
version 2.34+02
    * Some petty optimisation in text output (replace ' '+ '\n' by '\n').
    * Correct bug in text mode (012 by Florian Angeletti).
      On bad combination of indentation and version 2.34+01
    * Correct bug in text mode (012 by Florian Angeletti).
      On bad combination of indentation and underlining.
version 2.34
    * Add command \formatlinks for greater control over navigation links.
version 2.33
    * Compatibility from 4.02.3 to 4.10.0
version 2.32
    * Introduce SVG arrows, contribution by Florian Angeletti
version 2.31
    * Correct doc typos.
version 2.30
    * Better error message when several \documentclass are present.
version 2.29+5
version 2.29+4
version 2.29+3
version 2.29+2
    * mathjax 'automatic' support
version 2.29+1
    * mathjax support
version 2.29
    * Correct bug around double quotes. Notice that the "plain" status
      of double quotes is no expansion, by contrast with all other special
      characters.
version 2.28
    * lstlisting: find files lstlang?.sty in path (as latex does).
version 2.27
    * info: Add initial capitals for some words
      (workaround against (reported) info reader v 6.0 bug
version 2.26
    * add a warning in case of missing \end{document}
    * cleveref.hva patch (removes extra white space), credit: Tim Bourke.
version 2.25
    * Oups !! Forgot to add svg.hva, corrected.
version 2.24
    * Add svg.hva style file, to produce svg images.
    * More robust build.

(tonio)

2021-05-20 12:58:34 UTC MAIN commitmail json YAML

Updated finance/py-stripe, math/py-xarray

(adam)

2021-05-20 12:58:14 UTC MAIN commitmail json YAML

py-xarray: updated to 0.18.2

v0.18.2 (19 May 2021)
---------------------
This release reverts a regression in xarray's unstacking of dask-backed arrays.

v0.18.1 (18 May 2021)
---------------------
This release is intended as a small patch release to be compatible with the new
2021.5.0 ``dask.distributed`` release. It also includes a new
``drop_duplicates`` method, some documentation improvements, the beginnings of
our internal Index refactoring, and some bug fixes.

New Features

- Implement :py:meth:`DataArray.drop_duplicates`
  to remove duplicate dimension values (:pull:`5239`).
- Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of
  :py:func:`apply_ufunc` (:pull:`5041`)
- :py:meth:`Dataset.interp` now allows interpolation with non-numerical datatypes,
  such as booleans, instead of dropping them. (:issue:`4761` :pull:`5008`).
- Raise more informative error when decoding time variables with invalid reference dates.
  (:issue:`5199`, :pull:`5288`).

Bug fixes

- Opening netCDF files from a path that doesn't end in ``.nc`` without supplying
  an explicit ``engine`` works again (:issue:`5295`), fixing a bug introduced in
  0.18.0.

Documentation

- Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*``
  families of methods (:pull:`5285`).

- Explanation of deprecation cycles and how to implement them added to contributors
  guide. (:pull:`5289`)

(adam)

2021-05-20 12:56:01 UTC MAIN commitmail json YAML

py-stripe: updated to 2.57.0

2.57.0
* Add support for Identity VerificationSession and VerificationReport APIs

(adam)

2021-05-20 12:23:34 UTC MAIN commitmail json YAML

doc: Updated archivers/zstd to 1.5.0

(wiz)

2021-05-20 12:23:24 UTC MAIN commitmail json YAML

zstd: update to 1.5.0.

v1.5.0  (May 11, 2021)
api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
  `ZSTD_defaultCLevel()`
  `ZSTD_getDictID_fromCDict()`
api: Several experimental functions have been deprecated and will emit a compiler warning (#2582, @senhuang42)
  `ZSTD_compress_advanced()`
  `ZSTD_compress_usingCDict_advanced()`
  `ZSTD_compressBegin_advanced()`
  `ZSTD_compressBegin_usingCDict_advanced()`
  `ZSTD_initCStream_srcSize()`
  `ZSTD_initCStream_usingDict()`
  `ZSTD_initCStream_usingCDict()`
  `ZSTD_initCStream_advanced()`
  `ZSTD_initCStream_usingCDict_advanced()`
  `ZSTD_resetCStream()`
api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973)
perf: Significant speed improvements for middle compression levels (#2494, @senhuang42 @terrelln)
perf: Block splitter to improve compression ratio, enabled by default for high compression levels (#2447, @senhuang42)
perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #2630, @Cyan4973)
perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrelln)
bug: Improve setting permissions of created files (#2525, @felixhandte)
bug: Fix large dictionary non-determinism (#2607, @terrelln)
bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln)
bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte)
bug: Ensure `ZSTD_estimateCCtxSize*() `monotonically increases with compression level (#2538, @senhuang42)
bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink)
bug: Fix UBSAN error in decompression (#2625, @terrelln)
bug: Fix superblock compression divide by zero bug (#2592, @senhuang42)
bug: Make the number of physical CPU cores detection more robust (#2517, @PaulBone)
doc: Improve `zdict.h` dictionary training API documentation (#2622, @terrelln)
doc: Note that public `ZSTD_free*()` functions accept NULL pointers (#2521, @animalize)
doc: Add style guide docs for open source contributors (#2626, @Cyan4973)
tests: Better regression test coverage for different dictionary modes (#2559, @senhuang42)
tests: Better test coverage of index reduction (#2603, @terrelln)
tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)
build: Dynamic library built multithreaded by default (#2584, @senhuang42)
build: Move  `zstd_errors.h`  and  `zdict.h`  to  `lib/`  root (#2597, @terrelln)
build: Allow `ZSTDMT_JOBSIZE_MIN` to be configured at compile-time, reduce default to 512KB (#2611, @Cyan4973)
build: Single file library build script moved to `build/` directory (#2618, @felixhandte)
build: `ZBUFF_*()` is no longer built by default (#2583, @senhuang42)
build: Fixed Meson build (#2548, @SupervisedThinking @kloczek)
build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson)
build: Detect presence of `md5` on Darwin (#2609, @felixhandte)
build: Avoid SIGBUS on armv6 (#2633, @bmwiedmann)
cli: `--progress` flag added to always display progress bar (#2595, @senhuang42)
cli: Allow reading from block devices with `--force` (#2613, @felixhandte)
cli: Fix CLI filesize display bug (#2550, @Cyan4973)
cli: Fix windows CLI `--filelist` end-of-line bug (#2620, @Cyan4973)
contrib: Various fixes for linux kernel patch (#2539, @terrelln)
contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
contrib: Seekable format - New seek table-only API  (#2113 #2518, @mdittmer @Cyan4973)
contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng)
contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
misc: Automatically published release tarballs available on Github (#2535, @felixhandte)

(wiz)

2021-05-20 11:56:00 UTC MAIN commitmail json YAML

2021-05-20 11:50:05 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 21.05.0

(wiz)

2021-05-20 11:49:47 UTC MAIN commitmail json YAML

poppler*: update to 21.05.0

Release 21.05.0:
        core:
        * Fix crashes in malformed files
        * Export SplashFont* symbols used by Scribus
        * Minor code improvements

        glib:
        * Enhance find to support multi-line matching

        qt5/qt6:
        * Make sure new signatures are always properly oriented
        * Allow to pass the border width when signing

        utils:
        * pdftoppm: Fix regression when using single scaleTo. Issue #1062

        build system:
        * Allow to disable building manual tests

(wiz)

2021-05-20 10:51:51 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgsrc-todo to 1.4

(wiz)

2021-05-20 10:51:42 UTC MAIN commitmail json YAML

pkgsrc-todo: fix old bug that broke adding entries at the end of the list

Bump version.

(wiz)

2021-05-20 10:12:17 UTC MAIN commitmail json YAML

TODO: tor-browser 1.0.16 seems to be android-only

(wiz)

2021-05-20 10:05:20 UTC MAIN commitmail json YAML

doc: Updated security/libtasn1 to 4.17.0

(wiz)

2021-05-20 10:05:11 UTC MAIN commitmail json YAML

libtasn1: update to 4.17.0.

* Noteworthy changes in release 4.17.0 (2021-05-13) [stable]
- Print deprecation messages for deprecated macros, thanks to Tim R端hsen.
- Fix some clang issues due to illegal pointers, thanks to Stefan Weil.
- Restore handling of SIZE nodes, thanks to Dmitry Baryshkov.
- Fix memory leak caught by oss-fuzz, thanks to Dmitry Baryshkov.
- Gtk-doc fixes, thanks to Dmitry Baryshkov.
- Fix bugs unveiled by Static Analysis, reported by Simo Sorce.
- Update gnulib files and many build fixes.

(wiz)

2021-05-20 10:03:25 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.6.11

(wiz)

2021-05-20 10:03:16 UTC MAIN commitmail json YAML

gopls: update to 0.6.11.

This release contains mainly bug fixes.

(wiz)

2021-05-20 09:40:24 UTC MAIN commitmail json YAML

py-mercurial: update list of cargo packages

still depends on non-crates.io crate

(wiz)

2021-05-20 09:34:46 UTC MAIN commitmail json YAML

py-hg-evolve: add link to mailing list for change logs

(wiz)

2021-05-20 09:34:00 UTC MAIN commitmail json YAML

doc: Updated devel/py-hg-evolve to 10.3.1

(wiz)

2021-05-20 09:33:52 UTC MAIN commitmail json YAML

py-hg-evolve: update to 10.3.1.

This is a bugfix release that addresses various issues and adds
compatibility with the upcoming Mercurial 5.8. Check the changelog for
details. The most notable changes are: cache reuse on different systems
(such as using 64-bit and 32-bit Python to push/pull the same repo)
should now be safe, and hg next now handles unstable changesets with
topics more correctly.

(wiz)

2021-05-20 09:32:48 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 5.8

(wiz)

2021-05-20 09:32:37 UTC MAIN commitmail json YAML

2021-05-20 09:11:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.8

(wiz)

2021-05-20 09:09:42 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.34.0

(jperkin)

2021-05-20 09:09:32 UTC MAIN commitmail json YAML

matrix-synapse: Update to 1.34.0.

Synapse 1.34.0 (2021-05-17)

This release deprecates the room_invite_state_types configuration setting. See
the upgrade notes for instructions on updating your configuration file to use
the new room_prejoin_state setting.

This release also deprecates the POST /_synapse/admin/v1/rooms/<room_id>/delete
admin API route. Server administrators are encouraged to update their scripts
to use the new DELETE /_synapse/admin/v1/rooms/<room_id> route instead.

No significant changes since v1.34.0rc1.

Synapse 1.34.0rc1 (2021-05-12)

Features

Add experimental option to track memory usage of the caches. (#9881)

Add support for DELETE /_synapse/admin/v1/rooms/<room_id>. (#9889)

Add limits to how often Synapse will GC, ensuring that large servers do not end
up GC thrashing if gc_thresholds has not been correctly set. (#9902)

Improve performance of sending events for worker-based deployments using Redis.
(#9905, #9950, #9951)

Improve performance after joining a large room when presence is enabled.
(#9910, #9916)

Support stable identifiers for MSC1772 Spaces. m.space.child events will now be
taken into account when populating the experimental spaces summary response.
Please see the upgrade notes if you have customised room_invite_state_types in
your configuration. (#9915, #9966)

Improve performance of backfilling in large rooms. (#9935)

Add a config option to allow you to prevent device display names from being
shared over federation. Contributed by @aaronraimist. (#9945)

Update support for MSC2946: Spaces Summary. (#9947, #9954)

Bugfixes

Fix a bug introduced in v1.32.0 where the associated connection was improperly
logged for SQL logging statements. (#9895)

Correct the type hint for the user_may_create_room_alias method of spam
checkers. It is provided a RoomAlias, not a str. (#9896)

Fix bug where user directory could get out of sync if room visibility and
membership changed in quick succession. (#9910)

Include the origin_server_ts property in the experimental MSC2946 support to
allow clients to properly sort rooms. (#9928)

Fix bugs introduced in v1.23.0 which made the PostgreSQL port script fail when
run with a newly-created SQLite database. (#9930)

Fix a bug introduced in Synapse 1.29.0 which caused m.room_key_request
to-device messages sent from one user to another to be dropped. (#9961, #9965)

Fix a bug introduced in v1.27.0 preventing users and appservices exempt from
ratelimiting from creating rooms with many invitees. (#9968)

Updates to the Docker image

Add startup_delay to docker healthcheck to reduce waiting time for coming
online and update the documentation with extra options. Contributed by
@Maquis196. (#9913)

Improved Documentation

Add port argument to the Postgres database sample config section. (#9911)

Deprecations and Removals

Mark as deprecated POST /_synapse/admin/v1/rooms/<room_id>/delete. (#9889)

Internal Changes

Reduce the length of Synapse's access tokens. (#5588)
Export jemalloc stats to Prometheus if it is being used. (#9882)
Add type hints to presence handler. (#9885)
Reduce memory usage of the LRU caches. (#9886)
Add type hints to the synapse.handlers module. (#9896)
Time response time for external cache requests. (#9904)
Minor fixes to the make_full_schema.sh script. (#9931)
Move database schema files into a common directory. (#9932)
Add debug logging for lost/delayed to-device messages. (#9959)
Synapse 1.33.2 (2021-05-11)

Due to the security issue highlighted below, server administrators are
encouraged to update Synapse. We are not aware of these vulnerabilities being
exploited in the wild.

Security advisory

This release fixes a denial of service attack (CVE-2021-29471) against
Synapse's push rules implementation. Server admins are encouraged to upgrade.

Internal Changes

Unpin attrs dependency. (#9946)
Synapse 1.33.1 (2021-05-06)

Bugfixes

Fix bug where /sync would break if using the latest version of attrs
dependency, by pinning to a previous version. (#9937)

Synapse 1.33.0 (2021-05-05)

Features

Build Debian packages for Ubuntu 21.04 (Hirsute Hippo). (#9909)
Synapse 1.33.0rc2 (2021-04-29)

Bugfixes

Fix tight loop when handling presence replication when using workers.
Introduced in v1.33.0rc1. (#9900)

Synapse 1.33.0rc1 (2021-04-28)

Features

Update experimental support for MSC3083: restricting room access via group
membership. (#9800, #9814)

Add experimental support for handling presence on a worker. (#9819, #9820,
#9828, #9850)

Return a new template when an user attempts to renew their account multiple
times with the same token, stating that their account is set to expire. This
replaces the invalid token template that would previously be shown in this
case. This change concerns the optional account validity feature. (#9832)

Bugfixes

Fixes the OIDC SSO flow when using a public_baseurl value including a non-root
URL path. (#9726)

Fix thumbnail generation for some sites with non-standard content types.
Contributed by @rkfg. (#9788)

Add some sanity checks to identity server passed to 3PID bind/unbind endpoints.
(#9802)

Limit the size of HTTP responses read over federation. (#9833)

Fix a bug which could cause Synapse to get stuck in a loop of resyncing device
lists. (#9867)

Fix a long-standing bug where errors from federation did not propagate to the
client. (#9868)

Improved Documentation

Add a note to the docker docs mentioning that we mirror upstream's supported
Docker platforms. (#9801)

Internal Changes

Add a dockerfile for running Synapse in worker-mode under Complement. (#9162)

Apply pyupgrade across the codebase. (#9786)

Move some replication processing out of generic_worker. (#9796)

Replace HomeServer.get_config() with inline references. (#9815)

Rename some handlers and config modules to not duplicate the top-level module.
(#9816)

Fix a long-standing bug which caused max_upload_size to not be correctly
enforced. (#9817)

Reduce CPU usage of the user directory by reusing existing calculated room
membership. (#9821)

Small speed up for joining large remote rooms. (#9825)

Introduce flake8-bugbear to the test suite and fix some of its lint violations.
(#9838)

Only store the raw data in the in-memory caches, rather than objects that
include references to e.g. the data stores. (#9845)

Limit length of accepted email addresses. (#9855)

Remove redundant synapse.types.Collection type definition. (#9856)

Handle recently added rate limits correctly when using --no-rate-limit with the
demo scripts. (#9858)

Disable invite rate-limiting by default when running the unit tests. (#9871)

Pass a reactor into SynapseSite to make testing easier. (#9874)

Make DomainSpecificString an attrs class. (#9875)

Add type hints to synapse.api.auth and synapse.api.auth_blocking modules.
(#9876)

Remove redundant _PushHTTPChannel test class. (#9878)

Remove backwards-compatibility code for Python versions < 3.6. (#9879)

Small performance improvement around handling new local presence updates.
(#9887)

(jperkin)

2021-05-20 09:08:27 UTC MAIN commitmail json YAML

py-mercurial: update to 5.8.

== New Features ==

* `hg purge` is now a core command using `--confirm` by default.

* The `rev-branch-cache` is now updated incrementally whenever changesets
  are added.

* The new options `experimental.bundlecompthreads` and
  `experimental.bundlecompthreads.<engine>` can be used to instruct
  the compression engines for bundle operations to use multiple threads
  for compression. The default is single threaded operation. Currently
  only supported for zstd.

== Default Format Change ==

These changes affects newly created repositories (or new clone) done with
Mercurial 5.8.

  * The `ZSTD` compression will now be used by default for new repositories
    when available. This compression format was introduced in Mercurial 5.0,
    released in May 2019. See `hg help config.format.revlog-compression` for
    details.

  * Mercurial installation built with the Rust parts will now use the
    "persistent nodemap" feature by default. This feature was introduced in
    Mercurial 5.4 (May 2020). However Mercurial installation built without the
    fast Rust implementation will refuse to interact with them by default.
    This restriction can be lifted through configuration.

    See `hg help config.format.use-persistent-nodemap` for details

== New Experimental Features ==

* There's a new `diff.merge` config option to show the changes
    relative to an automerge for merge changesets. This makes it
    easier to detect and review manual changes performed in merge
    changesets. It is supported by `hg diff --change`, `hg log -p`
    `hg incoming -p`, and `hg outgoing -p` so far.

== Bug Fixes ==

* gracefully recover from inconsistent persistent-nodemap data from disk.

== Backwards Compatibility Changes ==

* In normal repositories, the first parent of a changeset is not null,
  unless both parents are null (like the first changeset). Some legacy
  repositories violate this condition. The revlog code will now
  silentely swap the parents if this condition is tested. This can
  change the output of `hg log` when explicitly asking for first or
  second parent. The changesets "nodeid" are not affected.

(wiz)

2021-05-20 08:22:46 UTC MAIN commitmail json YAML

doc: Updated devel/libidn2 to 2.3.1

(wiz)

2021-05-20 08:22:37 UTC MAIN commitmail json YAML

libidn2: update to 2.3.1.

* Noteworthy changes in release 2.3.1 (2021-05-12) [stable]

** Implement full roundtrip for lookup functionality
With TR64 enabled (default), '☺i' was converted to 'xn-- o-oia59s'.
The output contains an illegal space and thus could not be decoded any
more.  Reported-by: Chris Malton.  See
<https://gitlab.com/libidn/libidn2/issues/78> and
<https://gitlab.isc.org/isc-projects/bind9/issues/1610>.

** Fix domain too long error

** doc: idn2.1 and libidn2.texi automatically get idn2 --help output.

** Updated gnulib files and various build fixes.
In particular, it no longer attempts to detect a host CC compiler.
See <https://gitlab.com/libidn/libidn2/-/issues/83>.

(wiz)

2021-05-20 08:21:30 UTC MAIN commitmail json YAML

doc: Updated graphics/libheif to 1.12.0

(wiz)

2021-05-20 08:21:21 UTC MAIN commitmail json YAML

libheif: update to 1.12.0.

    check for MIAF conformance and add as compatible brand
    signaling of premultiplied alpha
    parse AV1 obu_sequence_header for av1C box
    write pixi box in AVIFs
    save alpha as monochrome in AVIF if possible
    many build fixes (thanks to the numerous external contributors)

(wiz)

2021-05-20 08:11:18 UTC MAIN commitmail json YAML

doc/TODO: + MesaLib-21.1.1.

(wiz)

2021-05-20 07:52:37 UTC MAIN commitmail json YAML

math/Makefile: + fftw-long, fftw-quad

(wiz)

2021-05-20 06:57:26 UTC MAIN commitmail json YAML

doc: Updated lang/python39 to 3.9.5nb1

(triaxx)

2021-05-20 06:56:44 UTC MAIN commitmail json YAML

python39: Fix PR pkg/56167

The function implicit declaration occurs on FreeBSD 12.2 but not on
FreeBSD 13.0. The fix comes from python3.10.

(triaxx)

2021-05-20 06:45:07 UTC MAIN commitmail json YAML

2021-05-20 06:32:40 UTC MAIN commitmail json YAML

py-prettytable: add missing build dependency

(nia)

2021-05-20 06:29:56 UTC MAIN commitmail json YAML

gnome-tracker: Disable gtk-doc generation for now, it's broken

(nia)

2021-05-20 06:28:12 UTC MAIN commitmail json YAML

dupeguru: Fix PLIST for newer Sphinx. Delint.

(nia)

2021-05-20 06:16:28 UTC MAIN commitmail json YAML

py-pynng: add more missing dependencies.

(nia)

2021-05-20 06:12:53 UTC MAIN commitmail json YAML

libquadmath: mark only for x86

(nia)

2021-05-20 06:12:14 UTC MAIN commitmail json YAML

py-fftw: fix PLIST

(nia)

2021-05-20 05:59:57 UTC MAIN commitmail json YAML

obs-studio: unbreak PLIST

(nia)

2021-05-20 02:43:09 UTC MAIN commitmail json YAML

doc: Updated textproc/bat to 0.18.1

(fox)

2021-05-20 02:42:20 UTC MAIN commitmail json YAML

textproc/bat: Updates to 0.18.1

- Removes patches to sys-info crate, since the latest release adds
  NetBSD Support.

Changes since 0.18.0:

v0.18.1

Bugfixes

  * Mouse support and screen clearing broken for less versions with minor
    version number (581.2), see #1629 and #1639 (@aswild)

Other

  * Input::ordinary_file and Input::with_name now accept Path rather than
    OsStr see #1571 (@matklad)
  * The LESS environment variable is now included in bat --diagnostic,
    see #1589 (@Enselic)
  * Increased min. required Rust version to 1.45

Syntaxes

  * Improved the Syslog syntax highlighting, see #1606 (@keith-hall)
  * Replaced "Advanced CSV" with a custom CSV syntax definition written
    especially for bat; see #1574 (@keith-hall)
  * Added SystemVerilog file syntax, see #1580 (@SeanMcLoughlin)
  * Added Solidity and Vyper syntax, see #1602 (@Ersikan)

New themes

  * Dark+ VS Code theme, see #1588 and #1598 (@PatriotRossii)

(fox)

2021-05-19 14:44:22 UTC MAIN commitmail json YAML

subst.mk: Fix mk/scrips/subst-identity.awk for FreeBSD

At least on FreeBSD 13.0, awk '/^[\t -~]/' does not match alphabetical
characters with some utf-8 locales (e.g. neither en_US.UTF-8 nor
fr_FR.UTF-8 works but C.UTF-8 does).

(triaxx)

2021-05-19 12:06:48 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.6.1

(pin)

2021-05-19 12:06:28 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.6.1

Application changes:
-remove q,w,e,r default shortcuts/functionalities used to filter stories by
past date
-add support for defining custom shortcut to navigate between different
StoryView with filters

Codebase changes:
-implement support for defining custom keymap.
-minor improvements, bug fixes
-add Derive(Debug) for most of the defined structs
-move src/view/utils.rs to src/utils.rs
-refactor HelpView to allow non-static description for a key shortcut

(pin)

2021-05-19 11:08:23 UTC MAIN commitmail json YAML

Updated net/py-aioresponses, time/py-aniso8601

(adam)

2021-05-19 11:08:08 UTC MAIN commitmail json YAML

py-aniso8601: updated to 9.0.1

aniso8601 9.0.1
===============

Added
-----
* Development requirements handled by :code:`extras_require` (install with :code:`pip install -e .[dev]`)
* Pre-commit hooks, managed with `pre-commit <https://pre-commit.com/>`_ (install with :code:`pre-commit install`)
* Add :code:`readthedocs.yaml` to make configuration explicit

Changed
-------
* Code formatted with `Black <https://black.readthedocs.io/en/stable/index.html>`_
* Imports sorted with `isort <https://pycqa.github.io/isort/>`_
* Following `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_ for this and future CHANGELOG entries
* Removed python-dateutil from :code:`BuildRequires` in specfile as they are no longer required since calendar level duration building was split to a separate project (6.0.0)
* Heading level of top of CHANGELOG

Fixed
-----
* Parsing prescribed durations with only hour and second time components (see `PR 14 <https://bitbucket.org/nielsenb/aniso8601/pull-requests/14>`_)
* Parsing prescribed durations with only year and day components

aniso8601 9.0.0
===============

Changes
-------
* Add support for concise interval format (see `27 <https://bitbucket.org/nielsenb/aniso8601/issues/27/support-for-short-syntax-for-intervals>`_)
* Add explicit bounds of [000, 366] to day of year component :code:`_parse_ordinal_date`, this adds the same limits to dates of the format YYYYDDD or YYYY-DDD when using :code:`parse_date`
* Add :code:`range_check_date`, :code:`range_check_time`, :code:`range_check_duration`, :code:`range_check_repeating_interval`, and :code:`range_check_timezone` range checking class methods to :code:`BaseTimeBuilder` there are no datetime or non-repeating interval check function as they are made of already checked parts
* :code:`PythonTimeBuilder` now calls the appropriate range check functions using the :code:`range_check_date`, :code:`range_check_time`, :code:`range_check_duration`, :code:`range_check_repeating_interval`, and :code:`range_check_timezone` methods defined in :code:`aniso8601.builders`
* Add :code:`range_check_duration` to :code:`PythonTimeBuilder` which calls :code:`BaseTimeBuilder.range_check_duration` and performs additional checks against maximum timedelta size
* Add :code:`range_check_interval` to :code:`PythonTimeBuilder` which handles building concise dates and performs additional checks against maximum timedelta size
* Add :code:`get_datetime_resolution` which behaves like :code:`get_time_resolution` but accepts a ISO 8601 date time as an argument, return value is a :code:`TimeResolution`
* Add :code:`exceptions.RangeCheckError` as a parent type of all failures in the range check methods, it descends from :code:`ValueError`
* Add :code:`get_duration_resolution` which behaves like other resolution helpers, return value is a :code:`DurationResolution`
* Add :code:`get_interval_resolution` which behaves like other resolution helpers, return value is a :code:`IntervalResolution`
* Negative durations now fail at the parse step and simply raise :code:`ISOFormatError`, calling a :code:`PythonTimeBuilder.build_duration` directly with a negative duration component will yield an :code:`ISOFormatError` in the range check
* Raise :code:`DayOutOfBoundsError` if calendar day exceeds number of days in calendar month
* Raise :code:`DayOutOfBoundsError` if ordinal day exceeds number of days in calendar year (366 now raises :code:`DayOutOfBoundsError` in non-leap year)
* Raise :code:`ISOFormatError` when date or time string contains extra whitespace
* Raise :code:`ISOFormatError` on multiple fraction separators (comma, full-stop) in a time string
* Raise :code:`ISOFormatError` when duration contains multiple duration designators ("P"), or time designators ("T")
* :code:`PythonTimeBuilder.build_duration` raises :code:`YearOutOfBoundsError`, :code:`MonthOutOfBoundsError`, :code:`WeekOutOfBoundsError`, :code:`HoursOutOfBoundsError`, :code:`MinutesOutOfBoundsError`, or :code:`SecondsOutOfBoundsError` when a given duration component would result in a :code:`timedelta` that would exceed the maximum size
* Raise :code:`ISOFormatError` if number of delimiters is not exactly 1 in :code:`parse_interval`
* Raise :code:`ISOFormatError` when either part of an interval string before of after the delimiter is empty
* Raise :code:`YearOutOfBoundsError` in :code:`PythonTimeBuilder.build_interval` if an interval with a duration would exceed the maximum or minimum years for Python date objects
* Simplify :code:`parse_date`, :code:`build_date` will now be called with explicit :code:`None` arguments instead of date components not in the parsed string excluded from the call
* Change :code:`get_date_resolution` to call :code:`parse_date` and return the resolution based on the smallest parsed component
* Simplify :code:`parse_time`, :code:`build_time` will now be called with explicit :code:`None` arguments instead of date components not in the parsed string excluded from the call
* Change :code:`get_time_resolution` to call :code:`parse_time` and return the resolution based on the smallest parsed component
* :code:`TupleBuilder` now builds :code:`DateTuple`, :code:`TimeTuple`, :code:`DatetimeTuple`, :code:`DurationTuple`, :code:`IntervalTuple`, :code:`RepeatingIntervalTuple` and :code:`TimezoneTuple` namedtuples
* Simplify :code:`parse_duration`, :code:`build_duration` will now be called with explicit :code:`None` arguments when components of a prescribed duration are not present in the ISO 8601 duration string instead of being excluded from the call
* Remove unused :code:`decimalfraction.find_separator`
* Remove unused :code:`PythonTimeBuilder._split_to_microseconds`
* Removed :code:`NegativeDurationError`

Deprecation
-----------
* **Update on Python 2 support**: Python 2 support was slated to be removed in 7.0.0 but was not, it will remain until a test fails on Python 2 but not Python 3
* Using Setuptools to run tests (:code:`python setup.py tests`) will be removed in the next major or minor version (either 9.1.0, 10.0.0)

(adam)

2021-05-19 11:03:46 UTC MAIN commitmail json YAML

py-aioresponses: updated to 0.7.2

0.7.2
-----
* fix version parsing
* version 0.7.2
* adding catch to ignore ValueError when deepcopy is unsuccessful

(adam)

2021-05-19 10:56:35 UTC MAIN commitmail json YAML

doc: Updated math/kalk to 0.4.1

(pin)

2021-05-19 10:56:13 UTC MAIN commitmail json YAML

math/kalk: update to 0.4.1

0.4.1
=====
-Use KalkNum's to_string() function in to_scientific_notation()
-kalk_web: Added integral and estimation support
-Combined to_scientific_notation() methods for both types, and added types,
and added tests
-Added wasm binding to KalkNum.estimate()

0.4.0
=====
-Fixed mod.rs errors for when rug is not used, and added some unit tests
-Estimation/rounding for final results
-Lex special symbols as one token
-Basic rounding for calculus functions
-Higher order derivatation
-Improved accuracy for derivation
-Basics of derivation
-Created 'Identifier' struct that contains prime count and name
-Fixed integrate function test
-Lex '**' as power sign
-Switched to Simpson's rule (composite, 3/8) for integration
-Fixed "dx" in integrals, and created calculus.rs
-Integration estimation
-Fixed zeroes being trimmed for non-rug numbers
-kalk: Fixed type error in kalk_num/regular.rs
-Trimming trailing zeroes for non-rug numbers
-Fixed xy^z precedence, from (xy)^2 to x(y^2)

(pin)

2021-05-19 10:46:25 UTC MAIN commitmail json YAML

doc: Updated games/woof to 5.1.0

(micha)

2021-05-19 10:44:42 UTC MAIN commitmail json YAML

games/woof: Update to 5.1.0

Woof! 5.1.0
-----------
- The flashing disc icon position has been fixed in wide screen mode
  (@rfomin).
- The double binding of the "menu up" and "menu down" keys has been
  removed.
- Texture offsets are now always recalculated.
- Path names with Unicode encoding are now supported on Windows
  (@rfomin).
- The "Next Level" key has been fixed for Episode 4 (@rfomin).
- An end-of-line character mismatch has been fixed in the Dehacked
  string parser.
- Demo compatibility when recording in Vanilla mode has been fixed
  (@rfomin).
- The REJECT table overflow emulation from PrBoom+/Chocolate Doom has
  been ported over (@rfomin).
- MIDI controller values are now clamped into the [0..127] range,
  fixing MUS music for e.g. TNT MAP02.
- In Vanilla and Boom complevels some entries in the Setup menu are
  now disabled if they don't apply (@rfomin).
- 64 MB of RAM are now allocated by default (@rfomin).
- The widescreen offsets for the Advanced HUD and custom messges has
  been fixed (@rfomin).
- Extended HELP screens have been fixed and HELP screens are now
  loaded from PWADs, if available (@rfomin).

(micha)

2021-05-19 10:12:34 UTC MAIN commitmail json YAML

rust-bin: not broken on -8 powerpc

(nia)

2021-05-19 09:54:26 UTC MAIN commitmail json YAML

Updated net/py-zeroconf, databases/py-pypika, databases/py-asyncpg, devel/py-argcomplete

(adam)

2021-05-19 09:54:00 UTC MAIN commitmail json YAML

py-argcomplete: updated to 1.12.3

Changes for v1.12.3
- Update importlib-metadata version pin
- Display script debug output in tcsh
- Fish support improvements
- Print ``warn()`` message from beginning of line
- Test infrastructure improvements

(adam)

2021-05-19 09:50:12 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.23.0

v0.23.0

Fixes

Avoid TypeError in Transaction.__repr__
Feed memoryview to writelines()
Add sslmode=allow support and fix =prefer retry
Loosen message test in test_invalid_input
Support readonly and deferrable for non-serializable transactions
Fix asyncpg with Py_DEBUG mode
Fix docs/Makefile and docs/_static/theme_overrides.css missing from PyPI package

(adam)

2021-05-19 09:42:48 UTC MAIN commitmail json YAML

py-pypika: updated to 0.48.2

0.48.2:
Unknown changes

(adam)

2021-05-19 09:40:34 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.31.0

0.31.0:
Unknown changes

(adam)

2021-05-19 07:02:16 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.11.13

(triaxx)

2021-05-19 07:01:55 UTC MAIN commitmail json YAML

ImageMagick: Update to 7.0.11.13

upstream changes:
-----------------
7.0.11-13
  * Fixed reading and writing the XMP chunk in a WebP image (reference
    https://github.com/ImageMagick/ImageMagick/discussions/3617).
  * label and caption sanity check is too conservative.

7.0.11-12
  * The HEIC depth image will now only be read when the define heic:depth-image
    is true.
  * -layers optimize no longer produces broken output (reference
    https://github.com/ImageMagick/ImageMagick/issues/3520).

7.0.11-11
  * FL32 no longer returns scambled results (reference
    https://github.com/ImageMagick/ImageMagick/issues/3614).
  * Ashlar pseudo-image format no longer crops labels in last row of tiles by
    default (reference https://github.com/ImageMagick/ImageMagick/issues/3618).

(triaxx)

2021-05-18 22:18:46 UTC MAIN commitmail json YAML

mozjs78: update $HOMEPAGE

(gutteridge)

2021-05-18 19:29:52 UTC MAIN commitmail json YAML

Various minor adjustments:
* Paste NetBSD rust URL only in one place.
* Follow up a few pkglint messages
* Add tentative support for NetBSD/powerpc 9.0, apparently ABI changed
  for C++ between 8.0 and 9.0, the 8.0 binary results in unresolved symbol.

(he)

2021-05-18 18:00:01 UTC MAIN commitmail json YAML

rust-bin: add support for ARM, PowerPC, SPARC

(nia)

2021-05-18 16:31:42 UTC MAIN commitmail json YAML

doc: Updated x11/libX11 to 1.7.1

(wiz)

2021-05-18 16:31:33 UTC MAIN commitmail json YAML

libX11: update to 1.7.1.

Benno Schulenberg (3):
      nls: add 'C.utf8' as an alias for 'en_US.UTF-8'
      nls: allow composing all breved letters also with a lowercase "u"
      nls: adjust three comments about the APL compose sequences

Christopher Chavez (1):
      Xlib.h: spelling fix in comment

Gaurav Ujjwal (1):
      Fix out-of-bound access in KeySymToUcs4()

Matthieu Herrb (2):
      Reject string longer than USHRT_MAX before sending them on the wire
      Version 1.7.1

Walter Harms (8):
      FIX: warning: macro `Pn' not defined
      FIX: warning: macro `hN' not defined
      fix warning: macro `s' not defined
      FIX: warning: macro `IN' not defined
      FIX: warning: macro `hN' not defined
      fix broken nroff coding for code comments
      Fix some roff code add see also
      fix same roff code

(wiz)

2021-05-18 16:10:50 UTC MAIN commitmail json YAML

2021-05-18 16:07:30 UTC MAIN commitmail json YAML

py-flask-flatpages: PLIST fix

(adam)

2021-05-18 15:28:25 UTC MAIN commitmail json YAML

Updated devel/py-coverage, devel/py-test-cov

(adam)

2021-05-18 15:28:01 UTC MAIN commitmail json YAML

py-test-cov: updated to 2.12.0

2.12.0 (2021-05-14)
* Added coverage's `toml` extra to install requirements in setup.py.
* Fixed ``pytest_cov.__version__`` to have the right value (string with version instead of a string
  including ``__version__ =``).
* Fixed license classifier in ``setup.py``.
* Fixed *commits since* badge.

(adam)

2021-05-18 15:26:47 UTC MAIN commitmail json YAML

py-coverage: updated to 5.5

Version 5.5 ��� 2021-02-28

coverage combine has a new option, --keep to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108 and implemented in pull request 1110. Thanks, ��ric Larivi竪re.
When reporting missing branches in coverage report, branches aren���t reported that jump to missing lines. This adds to the long-standing behavior of not reporting branches from missing lines. Now branches are only reported if both the source and destination lines are executed. Closes both issue 1065 and issue 955.
Minor improvements to the HTML report:
The state of the line visibility selector buttons is saved in local storage so you don���t have to fiddle with them so often, fixing issue 1123.
It has a little more room for line numbers so that 4-digit numbers work well, fixing issue 1124.
Improved the error message when combining line and branch data, so that users will be more likely to understand what���s happening, closing issue 803.

Version 5.4 ��� 2021-01-24

The text report produced by coverage report now always outputs a TOTAL line, even if only one Python file is reported. This makes regex parsing of the output easier. Thanks, Judson Neer. This had been requested a number of times (issue 1086, issue 922, issue 732).
The skip_covered and skip_empty settings in the configuration file can now be specified in the [html] section, so that text reports and HTML reports can use separate settings. The HTML report will still use the [report] settings if there isn���t a value in the [html] section. Closes issue 1090.
Combining files on Windows across drives now works properly, fixing issue 577. Thanks, Valentin Lab.
Fix an obscure warning from deep in the _decimal module, as reported in issue 1084.
Update to support Python 3.10 alphas in progress, including PEP 626: Precise line numbers for debugging and other tools.

(adam)

2021-05-18 14:28:44 UTC MAIN commitmail json YAML

2021-05-18 12:33:07 UTC MAIN commitmail json YAML

print/jpeg-to-pdf: fix licence according to upstream

(pin)

2021-05-18 12:13:06 UTC MAIN commitmail json YAML

editors/kibi: update licence according to upstream

(pin)

2021-05-18 11:57:57 UTC MAIN commitmail json YAML

Updated databases/postgresqlNN

(adam)

2021-05-18 11:56:23 UTC MAIN commitmail json YAML

postgresql: updated to 13.3, 12.7, 11.12, 10.17, 9.6.22

PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released!

Posted on 2021-05-13 by PostgreSQL Global Development Group
PostgreSQL Project  Security
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.3, 12.7, 11.12, 10.17, and 9.6.22. This release closes three security vulnerabilities and fixes over 45 bugs reported over the last three months.

For the full list of changes, please review the release notes.

Security Issues

CVE-2021-32027: Buffer overrun from integer overflow in array subscripting calculations

Versions Affected: 9.6 - 13. The security team typically does not test unsupported versions, but this problem is quite old.

While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory.

The PostgreSQL project thanks Tom Lane for reporting this problem.

CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE

Versions Affected: 9.6 - 13. The security team typically does not test unsupported versions. The feature first appeared in 9.5.

Using an INSERT ... ON CONFLICT ... DO UPDATE command on a purpose-crafted table, an attacker can read arbitrary bytes of server memory. In the default configuration, any authenticated database user can create prerequisite objects and complete this attack at will. A user lacking the CREATE and TEMPORARY privileges on all databases and the CREATE privilege on all schemas cannot use this attack at will.

The PostgreSQL project thanks Andres Freund for reporting this problem.

CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING

Versions Affected: 11 - 13

Using an UPDATE ... RETURNING on a purpose-crafted partitioned table, an attacker can read arbitrary bytes of server memory. In the default configuration, any authenticated database user can create prerequisite objects and complete this attack at will. A user lacking the CREATE and TEMPORARY privileges on all databases and the CREATE privilege on all schemas typically cannot use this attack at will.

The PostgreSQL project thanks Tom Lane for reporting this problem.

Bug Fixes and Improvements

This update fixes over 45 bugs that were reported in the last several months. Some of these issues only affect version 13, but could also apply to other supported versions.

Some of these fixes include:

Fix potential incorrect computation of UPDATE ... RETURNING outputs for joined, cross-partition updates.
Fix ALTER TABLE ... ALTER CONSTRAINT when used on foreign-key constraints on partitioned tables. The command would fail to adjust the DEFERRABLE and/or INITIALLY DEFERRED properties of the constraints and triggers of leaf partitions, leading to unexpected behavior. After updating to this version, you can execute the ALTER TABLE ... ALTER CONSTRAINT command to fix any misbehaving partitioned tables.
Ensure that when a child table is attached with ALTER TABLE ... INHERIT that generated columns in the parent are generated in the same way in the child.
Forbid marking an identity column as NULL.
Allow ALTER ROLE ... SET/ALTER DATABASE ... SET to set the role, session_authorization, and temp_buffers parameters.
Ensure that REINDEX CONCURRENTLY preserves any statistics target set for the index.
Fix an issue where, in some cases, saving records within AFTER triggers could cause crashes.
Fix how to_char() handles Roman-numeral month format codes with negative intervals.
Fix use of uninitialized value while parsing an \{m,n\} quantifier in a BRE-mode regular expression.
Fix "could not find pathkey item to sort" planner errors that occur in some situations when the sort key involves an aggregate or window function.
Fix issue with BRIN index bitmap scans that could lead to "could not open file" errors.
Fix potentially wrong answers from GIN tsvector index searches when there are many matching records.
Fixes for COMMIT AND CHAIN functionality on both the server and psql.
Avoid incorrect timeline change while recovering uncommitted two-phase transactions from WAL, which could lead to consistency issues and the inability to restart the server.
Ensure thatwal_sync_method is set to fdatasync by default on newer FreeBSD releases.
Disable the vacuum_cleanup_index_scale_factor parameter and storage option.
Fix several memory leaks in the server, including one with SSL/TLS parameter initialization.
Restore the previous behavior of \connect service=XYZ to psql, i.e. disallow environmental variables (e.g. PGPORT) from overriding entries in the service file.
Fix how pg_dump handles generated columns in partitioned tables.
Add additional checks to pg_upgrade for user tables containing non-upgradable data types.
On Windows, initdb now prints instructions about how to start the server with pg_ctl using backslash separators.
Fix pg_waldump to count XACT records correctly when generating per-record statistics.

(adam)

2021-05-18 11:06:51 UTC MAIN commitmail json YAML

textproc/py-xlrd: Sync DESCR with upstream

Upstream's current README and the old DESCR had diverged a lot.
Pointed out by Mayuresh.

(gdt)

2021-05-18 10:37:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/fzf to 0.27.0

(wiz)

2021-05-18 10:37:33 UTC MAIN commitmail json YAML

fzf: update to 0.27.0.

0.27.0
------
- More border options for `--preview-window`
  ```sh
  fzf --preview 'cat {}' --preview-window border-left
  fzf --preview 'cat {}' --preview-window border-left --border horizontal
  fzf --preview 'cat {}' --preview-window top:border-bottom
  fzf --preview 'cat {}' --preview-window top:border-horizontal
  ```
- Automatically set `/dev/tty` as STDIN on execute action
  ```sh
  # Redirect /dev/tty to suppress "Vim: Warning: Input is not from a terminal"
  # ls | fzf --bind "enter:execute(vim {} < /dev/tty)"

  # "< /dev/tty" part is no longer needed
  ls | fzf --bind "enter:execute(vim {})"
  ```
- Bug fixes and improvements
- Signed and notarized macOS binaries
  (Huge thanks to [BACKERS.md](https://github.com/junegunn/junegunn/blob/main/BACKERS.md)!)

0.26.0
------
- Added support for fixed header in preview window
  ```sh
  # Display top 3 lines as the fixed header
  fzf --preview 'bat --style=header,grid --color=always {}' --preview-window '~3'
  ```
- More advanced preview offset expression to better support the fixed header
  ```sh
  # Preview with bat, matching line in the middle of the window below
  # the fixed header of the top 3 lines
  #
  #  ~3    Top 3 lines as the fixed header
  #  +{2}  Base scroll offset extracted from the second field
  #  +3    Extra offset to compensate for the 3-line header
  #  /2    Put in the middle of the preview area
  #
  git grep --line-number '' |
    fzf --delimiter : \
        --preview 'bat --style=full --color=always --highlight-line {2} {1}' \
        --preview-window '~3:+{2}+3/2'
  ```
- Added `select` and `deselect` action for unconditionally selecting or
  deselecting a single item in `--multi` mode. Complements `toggle` action.
- Sigificant performance improvement in ANSI code processing
- Bug fixes and improvements
- Built with Go 1.16

0.25.1
------
- Added `close` action
    - Close preview window if open, abort fzf otherwise
- Bug fixes and improvements

0.25.0
------
- Text attributes set in `--color` are not reset when fzf sees another
  `--color` option for the same element. This allows you to put custom text
  attributes in your `$FZF_DEFAULT_OPTS` and still have those attributes
  even when you override the colors.

  ```sh
  # Default colors and attributes
  fzf

  # Apply custom text attributes
  export FZF_DEFAULT_OPTS='--color fg+:italic,hl:-1:underline,hl+:-1:reverse:underline'

  fzf

  # Different colors but you still have the attributes
  fzf --color hl:176,hl+:177

  # Write "regular" if you want to clear the attributes
  fzf --color hl:176:regular,hl+:177:regular
  ```
- Renamed `--phony` to `--disabled`
- You can dynamically enable and disable the search functionality using the
  new `enable-search`, `disable-search`, and `toggle-search` actions
- You can assign a different color to the query string for when search is disabled
  ```sh
  fzf --color query:#ffffff,disabled:#999999 --bind space:toggle-search
  ```
- Added `last` action to move the cursor to the last match
    - The opposite action `top` is renamed to `first`, but `top` is still
      recognized as a synonym for backward compatibility
- Added `preview-top` and `preview-bottom` actions
- Extended support for alt key chords: alt with any case-sensitive single character
  ```sh
  fzf --bind alt-,:first,alt-.:last
  ```

0.24.4
------
- Added `--preview-window` option `follow`
  ```sh
  # Preview window will automatically scroll to the bottom
  fzf --preview-window follow --preview 'for i in $(seq 100000); do
    echo "$i"
    sleep 0.01
    (( i % 300 == 0 )) && printf "\033[2J"
  done'
  ```
- Added `change-prompt` action
  ```sh
  fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> '
  ```
- Bug fixes and improvements

0.24.3
------
- Added `--padding` option
  ```sh
  fzf --margin 5% --padding 5% --border --preview 'cat {}' \
      --color bg:#222222,preview-bg:#333333
  ```

0.24.2
------
- Bug fixes and improvements

0.24.1
------
- Fixed broken `--color=[bw|no]` option

0.24.0
------
- Real-time rendering of preview window
  ```sh
  # fzf can render preview window before the command completes
  fzf --preview 'sleep 1; for i in $(seq 100); do echo $i; sleep 0.01; done'

  # Preview window can process ANSI escape sequence (CSI 2 J) for clearing the display
  fzf --preview 'for i in $(seq 100000); do
    (( i % 200 == 0 )) && printf "\033[2J"
    echo "$i"
    sleep 0.01
  done'
  ```
- Updated `--color` option to support text styles
  - `regular` / `bold` / `dim` / `underline` / `italic` / `reverse` / `blink`
    ```sh
    # * Set -1 to keep the original color
    # * Multiple style attributes can be combined
    # * Italic style may not be supported by some terminals
    rg --line-number --no-heading --color=always "" |
      fzf --ansi --prompt "Rg: " \
          --color fg+:italic,hl:underline:-1,hl+:italic:underline:reverse:-1 \
          --color pointer:reverse,prompt:reverse,input:159 \
          --pointer '  '
    ```
- More `--border` options
  - `vertical`, `top`, `bottom`, `left`, `right`
  - Updated Vim plugin to use these new `--border` options
    ```vim
    " Floating popup window in the center of the screen
    let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }

    " Popup with 100% width
    let g:fzf_layout = { 'window': { 'width': 1.0, 'height': 0.5, 'border': 'horizontal' } }

    " Popup with 100% height
    let g:fzf_layout = { 'window': { 'width': 0.5, 'height': 1.0, 'border': 'vertical' } }

    " Similar to 'down' layout, but it uses a popup window and doesn't affect the window layout
    let g:fzf_layout = { 'window': { 'width': 1.0, 'height': 0.5, 'yoffset': 1.0, 'border': 'top' } }

    " Opens on the right;
    "  'highlight' option is still supported but it will only take the foreground color of the group
    let g:fzf_layout = { 'window': { 'width': 0.5, 'height': 1.0, 'xoffset': 1.0, 'border': 'left', 'highlight': 'Comment' } }
    ```
- To indicate if `--multi` mode is enabled, fzf will print the number of
  selected items even when no item is selected
  ```sh
  seq 100 | fzf
    # 100/100
  seq 100 | fzf --multi
    # 100/100 (0)
  seq 100 | fzf --multi 5
    # 100/100 (0/5)
  ```
- Since 0.24.0, release binaries will be uploaded to https://github.com/junegunn/fzf/releases

(wiz)

2021-05-18 10:06:35 UTC MAIN commitmail json YAML

doc: Updated graphics/png to 1.6.37nb1

(jperkin)

2021-05-18 10:05:18 UTC MAIN commitmail json YAML

png: Fix libpng-config --libs and --ldflags output.

They should include the full list of libraries and linker flags, similar
to pkg-config and other *-config scripts.  Bump PKGREVISION.

(jperkin)

2021-05-18 07:13:54 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube-plugin-carddav to 4.1.1

(triaxx)

2021-05-18 07:13:26 UTC MAIN commitmail json YAML

rouncube-plugin-carddarv: Update to 4.1.1

pkgsrc changes:
---------------
  * Change HOMEPAGE since the development lead is now on Github.
  * Add a composer.lock file to avoid PLIST breaking each time a dependency
    is updated.

upstream changes:
-----------------
Version 4.1.1 (to 4.1.0)
  o Fix: A fatal error would be raised when a password could not be decrypted,
    only on photo download. This would not be notable to the user (except for
    the photo not being displayed), but show up in the logs.
  o Fix #339: Allow adding public/shared addressbooks by giving full URL.
    Discovery is still used if the given URL does not point to an addressbook
    directly, or points to an addressbook inside the user's addressbook home.

Version 4.1.0 (to 4.0.4)
  o Fix: Prefer labels from X-ABLabel extension if available over standard
    labels
  o Fix #317: Support specification of department with empty organization
  o Support several levels of departments separated by semicolon that end up as
    structured value in the VCard
  o Fix #318: Some attributes (e.g. gender) could not be deleted when updating
    a contact
  o Fix #53: Only create displayname when not present in VCard / not provided
    by roundcube
  o Fix #325: Roundcube setting for contact sorting field was not used
  o Fix #279: More specific error message when syntactically wrong URL is
    entered for new addressbook
  o Fix #328: Contact search with MySQL might not have returned all results
  o Fix #332: When adding a new contact via "add to addressbook" from mail
    view, the email address was missing in the new card
  o New: Download externally referenced photos on demand, drastically speeding
    up sync with when photos are stored separately from the VCard (e.g.
    iCloud).  For details see #247.
  o New: Support for instant messaging data fields and maiden name (resolves
    #46). Interoperability with other CardDAV clients suffers some caveats, but
    I tried my best to achieve maximum possible interoperability. See IMPP.md
    for the gory details.
  o Removed a workaround that appears to be needed in the part to provide
    address data to the calendar plugin. It seems this is no longer the case
    for current versions of calendar.

(triaxx)

2021-05-18 06:59:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.8.1

(pin)

2021-05-18 06:59:13 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.8.1

0.8.1
=====
-Added the ability to list available and custom themes through --list-themes
flag
-Merged a PR by @uttarayan21 that adds more targets for our CI checks and
releases

0.8.0
=====
-Merged a PR by @uttarayan21 that adds support for configuring macchina
through a dotfile.
-The same PR also adds support for using custom themes that allow you
to customize macchina the way you like instead of using the built-in themes
we provide.

(pin)

2021-05-17 22:10:43 UTC MAIN commitmail json YAML

Add a patch, obtained from upstream, which fixes a bug with "wait -n pid"
if that wait is interrupted by a trapped signal.  A later wait for the
same pid would return status 127 (process not found) even though the
process was still running (and still in bash's jobs table).

This was a bug introduced in bash 5.1 (does not occur in 5.0 or earlier).

This patch should be removed when bash is next updated (to 5.2 or beyond)
(the change will be in the bash codebase) or if a patch is released from
upstream to fix this problem.

PGKREVISION++

{ This change is not significant enough to warrant an entry in doc/CHANGES. }

(kre)

2021-05-17 16:10:24 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.32.1

(ryoon)

2021-05-17 16:09:19 UTC MAIN commitmail json YAML

notmuch: Update to 0.32.1

Changelog:
Notmuch 0.32.1 (2021-05-15)
===========================

General
-------

Restore handling of relative values for `database.path` that was
broken by 0.32. Extend this handling to `database.mail_root`,
`database.backup_dir`, and `database.hook_dir`.

Reload certain metadata from Xapian database in
notmuch_database_reopen. This fixes a bug when adding messages to the
database in a pre-new hook.

Fix default of `$HOME/mail` for `database.path`. In release 0.32, this
default worked only in "notmuch config".

Emacs
-----

Restore the dynamically bound variables `tag-changes` and `query` in
in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.

(ryoon)

2021-05-17 15:58:14 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 0.7.0

(schmonz)

2021-05-17 15:58:04 UTC MAIN commitmail json YAML

Update to 0.7.0. From the changelog:

- Date scrubbers are quite basic and only work with json-fied datetimes
- Verify now converts its input to string before verifying

(schmonz)

2021-05-17 15:55:14 UTC MAIN commitmail json YAML

doc: Updated print/qpdf to 10.3.2

(ryoon)

2021-05-17 15:54:41 UTC MAIN commitmail json YAML

qpdf: Update to 10.3.2

Changelog:
This is qpdf version 10.3.2. It contains small fixes and enhancements
including fixing an 11-year-old bug in which unreferenced objects
were retained in preserved object streams as well as a portability
fix for timezone code.

(ryoon)

2021-05-17 15:38:55 UTC MAIN commitmail json YAML

Adapt outdated defaults to recent openssl versions

(martin)

2021-05-17 15:06:49 UTC MAIN commitmail json YAML

perl5: fix building on AIX, from Lehel Bernadt

PR pkg/56168

(nia)

2021-05-17 14:51:44 UTC MAIN commitmail json YAML

libdazzle: strip out -Werror on SunOS

PR pkg/56182

(nia)

2021-05-17 14:39:59 UTC MAIN commitmail json YAML

gcr: add readlink to tools

Needed on Solaris 10. Reported by Claes N辰st辿n in PR 56183

(wiz)

2021-05-17 14:26:49 UTC MAIN commitmail json YAML

doc: Updated audio/libopenmpt to 0.5.9

(fcambus)

2021-05-17 14:26:36 UTC MAIN commitmail json YAML

libopenmpt: update to 0.5.9.

### libopenmpt 0.5.9 (2021-05-16)

*  `Makefile` `CONFIG=emscripten` does not pass linker options to the compiler
    any more, which caused latest Emscripten to issue warnings.

*  The retrigger effect didn't work correctly for OPL instruments in some cases
    depending on the chosen output sample rate.
*  S3M: Emulate IT short sample retrigger quirk in S3M files saved with
    Impulse Tracker and Schism Tracker.
*  ProTracker 3.6 doesn't support sample swapping. It is now disabled when
    loading a ProTracker 3.6 IFF module.
*  Some files with "hidden" garbage patterns were not played correctly since
    libopenmpt 0.5.3.
*  MOD: E9x retrigger now works the same way as in ProTracker 2.
*  MDL: Improve auto-vibrato accuracy.
*  669: Reject files that contain any pattern tempo higher than 15.
*  Reduce memory consumption of malformed XPK-compressed files.

*  mpg123: Update to v1.27.2 (2021-05-08).

(fcambus)

2021-05-17 14:09:39 UTC MAIN commitmail json YAML

2021-05-17 12:19:07 UTC MAIN commitmail json YAML

ffmpeg4: build with dav1d support for decoding AV1

results in significantly lower CPU usage when decoding the reference
AV1 videos on my x250

bump PKGREVISION

(nia)

2021-05-17 11:31:29 UTC MAIN commitmail json YAML

math/lapack: remove spurious hook from lokal build in  CMake patch

This added a rather irrelevant local search path and just polluted
the patch with a local directory from by builds.

(thor)

2021-05-17 11:13:56 UTC MAIN commitmail json YAML

CHANGES: added pdal-lib

(thor)

2021-05-17 11:12:54 UTC MAIN commitmail json YAML

geography/pdal-lib: new package for PDAL

PDAL is Point Data Abstraction Library. It is a C/C++ open source library
and applications for translating and processing point cloud data. It is
not limited to LiDAR data, although the focus and impetus for many of
the tools in the library have their origins in LiDAR.

(thor)

2021-05-17 11:02:46 UTC MAIN commitmail json YAML

doc: Updated news/flnews to 1.0.0

(micha)

2021-05-17 11:01:35 UTC MAIN commitmail json YAML

news/flnews: Update to 1.0.0

1.0.0  2021-05-09  Release
--------------------------

Important notes:
- The new configuration data format is not compatible with versions 0.x
  (indicated by the major number bump)!
  A script is provided to automatically convert existing configuration
  data to the new format. Read "migration/README" for details.
- Because the location of the configuration has changed (see new XDG
  module below), the configuration for versions 0.x is preserved.
- It is still possible to downgrade flnews to 0.x, the preserved old
  configuration data is used again in this case.
- Now the release version contains 3 numbers "x.y.z"
  Major (x) indicates compatibility with configuration data
  Minor (y) is incremented for new features
  Patch (z) is incremented for bug fixes

Bug fixes:
- CORE: Request for group information is no longer rejected with error
  if the group list is empty.
- GUI: After unsubscribing the last group, the article tree/list was not
  cleared and the user can click on articles for which the associated
  data no longer exists. Such operations will crash the program
  (reported by Martin Schnitkemper).
- CORE: Line length limit (998 octets) is now checked before injection.
- GUI: On macOS with system menu bar the status updates to menu entry
  "Group->Sort by article number" work now (patch from Dennis Preiser).
  The required method update() is not available with old FLTK 1.3
  libraries, the option CFG_COCOA_SYS_MENUBAR now requires FLTK 1.4.
- ENC: URI percent encoder for scheme <news> fixed: The characters
  defined as <gen-delims> (RFC 3986 Section 2.2) are now encoded
  (reported by Marcel Logen).
- GUI: The URI parser now accepts empty <host> for scheme <news>.
- GUI: The current group selection is now restored after a click into
  the empty space below the group list (reported by Christian
  Schumacher).
- GUI: The article list/tree is now cleared after selecting an empty
  group (formerly articles of an unrelated group may still be visible).
- GUI: Some FLTK versions accept selection of deactivated items. There
  is now a workaround implemented to make such selections nonfatal.
- GUI: Horizontal scrolling to highlighted result of search fixed.
- GUI: Use FLTK default forground color for group subscription window
  too. This should make the content readable with dark background
  (reported by Christian Schumacher).
- NLS: German translation "Artikel herunterladen fehlgeschlagen" fixed
  (reported by Marcel Logen).
- GUI: If there are multiple signature separators ("-- ") present, now
  the last one is used according to "Usenet Best Practice" draft 01
  (reported by Marcel Logen).

New features and improvements:
- XDG: Moved default configuration directory to location defined by XDG
  Base Directory Specification 0.7 ("$XDG_CONFIG_HOME/$CFG_NAME").
  Other modules now ask the XDG module for the configuration path.
- MAIN: The new command line option "-confprefix" can be used to
  override the configuration directory (proposed by Helmut Waitzmann).
- GUI: It is now possible to mark all articles in all groups as read
  (menu entry "Group->Mark all groups as read").
- MAIN: New command line option "-debug" to enable debug mode early.
- CONF: configfile entry "domain" replaced with "fqdn". Some users
  saw the hostname field in Message-ID algorithm A1 as privacy problem.
  A <dot-atom> can be configured for the new entry "fqdn" (should be a
  fully qualified domain name, but without root domain). It is used as
  <id-right> element when a Message-ID is created with algorithm A2.
- Support for SOURCE_DATE_EPOCH Specification 1.1 added to build system.
  Reproducible build option CFG_REPRODUCIBLE removed from CONFIG.
  The SOURCE_DATE_EPOCH variable from the environment now overrides the
  dates in the GUI, the output of the "-v" command line option and the
  man pages (original patch from Bernhard M. Wiedemann).
- Support for target "install-strip" added to build system. The target
  "install" no longer strips unnecessary symbols from binaries
  (proposed by Martin Schnitkemper).
- EXT: Support for external inews added.
  Pathname can be specified with the new "inews" entry in configfile.
- TLS: Protocol versions 1.0 and 1.1 are now disabled as required by
  RFC 8996. Both versions are still available in "weak" encryption mode.
- GUI: New menu entry "Group->Mark subthread as read".
- GUI: If there is only one entity to display for a MIME multipart
  message (e.g. the selected one with multipart/alternative), the
  entity header is now displayed too.
- GUI: An initial greeting phrase can now be specified with the new
  "initial_greeting" entry in configfile. It is inserted into articles
  that start a new thread (proposed by Wolfgang Bauer).
- FUTIL: Function added to create (multiple) missing directories of a
  path.
- FILTER: New scorefile syntax to eliminate the workaround with type
  "extended". All score rules now have a wildmat in the first field.
- FILTER: Simplified default regex for test group detection to
  "\.test$|^test$", removing the ".*" part at the beginning (proposed by
  Urs Jan��en).
- POSIX: Support for POSIX.1-2008 and SUSv4 added.
  No local replacement functions are used anymore on modern operating
  systems. snprintf() replacement function now uses SUSv4 semantics.
- ENC: MIME encoded-words are now generated with "US-ASCII" charset
  declaration if there is no 8-bit data to encode in the header field
  (e.g. to represent words like " =?-?= " in a RFC 2049 conformant way).
  This follows the "lowest common denominator" principle decribed in
  RFC 2046 Section 4.1.2.
- TLS: Deprecated functions from OpenSSL 3 API are no longer used.
- GUI: Modified question popup windows to handle pressing ESC key as
  "No" or "Reject" respectively.
- GUI: Some entries moved from menu "Article" to "Group".

(micha)

2021-05-17 10:41:15 UTC MAIN commitmail json YAML

doc: Updated x11/fltk13 to 1.3.6

(micha)

2021-05-17 10:38:48 UTC MAIN commitmail json YAML

x11/fltk13: Update to 1.3.6

This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with release 1.3.5.

CHANGES IN FLTK 1.3.6                              RELEASED: May 15 2021

There have been no changes since FLTK 1.3.6rc2.

CHANGES IN FLTK 1.3.6rc2                          RELEASED: May 04 2021

FLTK 1.3.6rc2 fixes some minor issues of 1.3.6rc1, particularly macOS
bundle generation. It addresses an issue that bundles can't be executed
on macOS 11.3 Big Sur if built with configure/make after downloading
the release tarball because of the macOS "quarantine" feature.

Details:

  Albrecht Schlosser:
    Rename file 'VERSION' to 'fltk_version.dat' (#191)
    Fix version number in doxygen docs
    Fix build with Cairo for CMake < 3.13
    CMake: fix old (pre 3.13) link_directories() usage
    Enhance CMake build configuration summary
    Refactor macOS bundle generation to avoid "quarantine"
    Fix a new compiler warning

CHANGES IN FLTK 1.3.6rc1                          RELEASED: Apr 26 2021

FLTK 1.3.6 is a maintenance release with new macOS Big Sur support
and some bug fixes. macOS Big Sur is supported on both Intel and the
new Apple Silicon (M1) chips.

CMake support has been improved but is not yet "perfect". Documentation
has been enhanced, bundled image libraries have been updated to current
versions.

The following lists are subsets of all commits. References in '(...)'
are either STR numbers (STR xxxx) or GitHub Issues or Pull Requests
(#nnn).

Bug fixes and other improvements

  Albrecht Schlosser:
    Fix Fl::add_timeout() in draw() under Linux (STR 3188)
    X11: Fix X Input Methods (XIM) (STR 3502, 3192)
    Fix overly restrictive JPEG filter (#81)
    Fix DND in read-only Fl_Input (Fl_Output) (#113)
    Fix offscreen drawing under X11 (STR 3384)
    Fix potential fluid crashes (STR 3420) + memory leak
    Fix X11 copy-paste and drag-and-drop target selection (#182)
    Fix CMake install procedure (#212)
    Avoid "Bogus FL_MOVE/FL_DRAG events" (#76)
    CMake: Document FLTKConfig.cmake and set FLTK_INCLUDE_DIR

  Greg Ercolano:
    Fix issue92, added -d debug flag to fluid (#92)
    Merge pull request #176 from ComputerNerd/errmsg-fix-13

  ManoloFLTK:
    X11: add support for copy+paste of image within one app
    Windows: add bitmap version of graphics when copying to clipboard
    Fix use of Xrender extension with old, 16-bit framebuffers.
    Fix for Fl_Native_File_Chooser under macOS 10.15 Catalina and ...
    Restore macOS capacity to turn window fullscreen encompassing several
      screens.
    Improve Fl_Copy_Surface under macOS
    Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default
    Have Fl_Pack::draw() call Fl_Group::init_sizes() on its parent group.
    CMake support of the Darwin+XQuartz test platform
    Add support of macOS "Big Sur" 11.0
    Fix when building with SDK 10.15 and running with 11.0 Big Sur
    Backport fix for issue #185 "Shared Image reload() loses initial
      dimensions" from branch 1.4
    Fix fl_endpoints() for macOS platform that was not effective.
    Fix stack corruption when loading GIF (pull request #200)
    Restore ./configure --enable-x11 on macOS
    Fix crash when terminating any macOS app by cmd-Q

  OKAMURA, Yasunobu:
    Fix JIS Keyboard dead keys

(micha)

2021-05-17 10:23:26 UTC MAIN commitmail json YAML

Updated www/py-websockets, security/py-libtaxii

(adam)

2021-05-17 10:23:09 UTC MAIN commitmail json YAML

py-libtaxii: updated to 1.1.119

1.1.119
- Writing content blocks should not be dependent on value of "more"

(adam)

2021-05-17 10:21:09 UTC MAIN commitmail json YAML

py-websockets: updated to 9.0.2

9.0.2

Restored compatibility of python -m websockets with Python < 3.9.
Restored compatibility with mypy.

(adam)

2021-05-17 10:06:12 UTC MAIN commitmail json YAML

CHANGES: add note about new geography/laszip

This is the description that was missing from the actual commit:

LASzip - a free product of rapidlasso GmbH - quickly turns bulky LAS
files into compact LAZ files without information loss. Terabytes of LAZ
data are now available for free download from various agencies making
LASzip, winner of the 2012 Geospatial World Forum Technology Innovation
Award in LiDAR Processing and 2nd place winner for innovative product
at INTERGEO 2012, the de-facto standard for LiDAR compression.

(thor)

2021-05-17 10:01:32 UTC MAIN commitmail json YAML

2021-05-17 08:07:16 UTC MAIN commitmail json YAML

Updated devel/py-aiofiles, devel/py-sortedcontainers

(adam)

2021-05-17 08:06:53 UTC MAIN commitmail json YAML

py-sortedcontainers: updated to 2.4.0

2.4.0

API Changes

Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.

(adam)

2021-05-17 07:59:52 UTC MAIN commitmail json YAML

py-aiofiles: updated to 0.7.0

0.7.0
Added the aiofiles.tempfile module for async temporary files.
Switched to Poetry and GitHub actions.
Dropped 3.5 support.

(adam)

2021-05-17 07:48:54 UTC MAIN commitmail json YAML

doc: Added misc/deckster version 0.2.1

(pin)

2021-05-17 07:48:27 UTC MAIN commitmail json YAML

Add deckster

(pin)

2021-05-17 07:47:43 UTC MAIN commitmail json YAML

misc/deckster: import package

TUI to study flashcards in the terminal.

Spaced repetition in the terminal. Inspired by Anki and uses a modified SM2
algorithm.

Cards should be saved in TOML format.

(pin)

2021-05-17 07:45:09 UTC MAIN commitmail json YAML

doc: Updated finance/rates to 0.3.0

(pin)

2021-05-17 07:44:49 UTC MAIN commitmail json YAML

finance/rates: update to 0.3.0

0.3.0
=====
-Update Cargo.lock
-Add better input handling with structopt

0.2.1
=====
-Switch from openssl to rustls

(pin)

2021-05-16 21:06:53 UTC MAIN commitmail json YAML

doc: Updated net/tigervnc to 1.11.0.1.20.11

(wiz)

2021-05-16 21:06:43 UTC MAIN commitmail json YAML

tigervnc: update to 1.11.0 (with xorg-server 1.20.11).

Switch to xorg-server 1.20.11.

Restore vncserver script that upstream does not distribute
any longer (they switched to systemd instead).

Changes:

TigerVNC 1.11.0 is now available. This is a new major release of
TigerVNC, but also a security release. Users that rely on the TLS
feature in the viewers are recommended to upgrade as soon as
possible.

Lots of changes have been made since the last release, but the highlights are:

* A security issue has been fixed in how the viewers handle TLS certificate exceptions
* vncserver has gotten a major redesign to be compatible with modern distributions
* The native viewer now has touch gestures to handle certain mouse actions (e.g. scroll wheel)
* Middle mouse button emulation in the native viewer, for devices with only two mouse buttons
* The Java viewer now supports Java 9+, but also now requires Java 8+
* Support for alpha cursors in the Java viewer (a feature already supported in the native viewer)
* The password and username can now be specified via the environment for the native viewer
* Support for building Xvnc/libvnc.so with Xorg 1.20.7+ and deprecate support for Xorg older than 1.16
* The official builds have been fixed to work on the upcoming macOS 11
* The Windows server (WinVNC) is now packaged separately as it is unmaintained and buggy

1.10.1

This is a security release to fix a number of issues that were
found by Kaspersky Lab. These issues affect both the client and
server and could theoretically allow an malicious peer to take
control over the software on the other side.

No working exploit is known at this time, and the issues require
the peer to first be authenticated. We still urge users to upgrade
when possible.

1.10.0

TigerVNC 1.10.0 is now available. Lots of changes have been made
since the last release, but the highlights are:

* The clipboard now supports full Unicode in the native viewer, WinVNC and Xvnc/libvnc.so
* The native client will now respect the system trust store when verifying server certificates
* Improved compatibility with VMware's VNC server
* Improved compatibility with some input methods on macOS
* Improvements to the automatic "repair" of JPEG artefacts
* Better handling of the Alt keys in some corner cases
* The Java web server has been removed as applets are no longer support by most browsers
* x0vncserver can now be configured to only allow local connections
* x0vncserver has received fixes for when only part of the display is shared
* Polling is now default in WinVNC as that works better for most

(wiz)

2021-05-16 20:14:06 UTC MAIN commitmail json YAML

link-grammar: add argp dependency now needed for some OSes

(gutteridge)

2021-05-16 20:04:48 UTC MAIN commitmail json YAML

doc/TODO: + lilypond-2.22.1

(gutteridge)

2021-05-16 19:58:17 UTC MAIN commitmail json YAML

scapy: update DESCR

(gutteridge)

2021-05-16 19:57:44 UTC MAIN commitmail json YAML

doc: Updated textproc/link-grammar to 5.9.1

(gutteridge)

2021-05-16 19:57:35 UTC MAIN commitmail json YAML

link-grammar: update to 5.9.1

Version 5.9.1 (28 April 2021)
* Fix build break when SQLite3 is not installed. #1195

Version 5.9.0 (25 April 2021)
* Use #define for custom configuration in dictionaries. #1128
* Panic-mode fixes and extensions. In link-parser see !help panic_variables.
* English dict: fix silly mistake with "I love cats and dogs".
* Disable maintainer-mode in `configure.ac`.
* Fix very rare crash/corruption introduced in v.5.8.1 #1142
* English dict: fix problems with "just/only".
* English dict: work on hesitation markers.
* Fix multi-threading mem-leak. #1149
* Provide emscripten javascript wrapper for the command-line parser.
* Public API shared library entry points exported automatically. #1182
* Provide bindings for the Vala programming language.
* Increase number of allowed idiom expressions. #1187
* Replace O(n^2) idiom loading algo by an O(n log n) algo. #1194
* Disable SAT solver by default.
* New tool: Sentence generator! This is an experimental prototype.

(gutteridge)

2021-05-16 19:01:36 UTC MAIN commitmail json YAML

audio/pulseaudio: Remove consolekit dependency on Linux

It isn't needed and removes the Rust dependency.

(js)

2021-05-16 17:42:41 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.65

(wiz)

2021-05-16 17:42:31 UTC MAIN commitmail json YAML

nss: update to 3.65.

Bugs fixed in NSS 3.65:
* Bug 1709654 - Update for NetBSD configuration.
* Bug 1709750 - Disable HPKE test when fuzzing.
* Bug 1566124 - Optimize AES-GCM for ppc64le.
* Bug 1699021 - Add AES-256-GCM to HPKE.
* Bug 1698419 - ECH -10 updates.
* Bug 1692930 - Update HPKE to final version.
* Bug 1707130 - NSS should use modern algorithms in PKCS#12 files by default.
* Bug 1703936 - New coverity/cpp scanner errors.
* Bug 1697303 - NSS needs to update it's csp clearing to FIPS 180-3 standards.
* Bug 1702663 - Need to support RSA PSS with Hashing PKCS #11 Mechanisms.
* Bug 1705119 - Deadlock when using GCM and non-thread safe tokens.

(wiz)

2021-05-16 17:42:09 UTC MAIN commitmail json YAML

2021-05-16 16:40:42 UTC MAIN commitmail json YAML

go-mmark: remove buildlink3 file

mmark is now a module build, so there are no more buildlink files.

(bsiegert)

2021-05-16 16:38:44 UTC MAIN commitmail json YAML

2021-05-16 15:29:35 UTC MAIN commitmail json YAML

2021-05-16 13:29:01 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.11.12, libidn2-2.3.1, libtasn1-4.17.0, notmuch-0.32.1.

(wiz)

2021-05-16 10:16:26 UTC MAIN commitmail json YAML

fftw: match future powerpc variants

(nia)