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


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




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-05 22:33:38 UTC Now

2020-10-20 22:17:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/backuppc to 4.4.0

(tnn)

2020-10-20 22:16:17 UTC MAIN commitmail json YAML

backuppc: update to 4.4.0

This release contains several new features and some bug fixes.
New features include:
- any full/filled backup can be marked for keeping, which prevents any
  expiry or deletion
- any backup can be annotated with a comment (eg, "prior to upgrade of xyz")
- added metrics CGI that replaces RSS and adds Prometheus support
- tar XferMethod now supports xattrs and acls
- rsync XferMethod now correctly supports xattrs on directories and symlinks
- nightly pool scanning now verifies the md5 digests of a configurable
  fraction of pool files
- code runs through perltidy so format is now uniform

(tnn)

2020-10-20 21:53:31 UTC MAIN commitmail json YAML

Set MYSQL_VERSION from within mysql.buildlink3.mk simialrly
to what pgsql.buildlink3.mk does for PostgreSQL.

And while here, document PGSQL_VERSION as variable set by
pgsql.buildlink3.mk

(otis)

2020-10-20 20:17:19 UTC MAIN commitmail json YAML

firefox{,-l10n}

(maya)

2020-10-20 20:15:30 UTC MAIN commitmail json YAML

firefox{,-l10n}: Update to 82.0

New:

With this release, Firefox introduces a number of improvements that make watching videos more delightful:

    the Picture-In-Picture button has a new look and position, making it easier for you to find and use the feature.
    Picture-In-Picture now has a keyboard shortcut for Mac users (Option + Command + Shift + Right bracket) that works before you start playing the video.
    For Windows users, Firefox now uses DirectComposition for hardware decoded video, which will improve CPU and GPU usage during video playback, improving battery life.

Firefox is faster than ever with improved performance on both page loads and start up time:

    Websites that use flexbox-based layouts load 20% faster than before;
    Restoring a session is 17% quicker, meaning you can more quickly pick up where you left off;
    For Windows users, opening new windows got quicker by 10%.

You can now explore new articles when you save a webpage to Pocket from the Firefox toolbar.

WebRender continues to roll out to more Firefox users on Windows.

Fixed:

Screen reader features which report paragraphs now correctly report paragraphs in Firefox instead of lines.

Various security fixes.

(maya)

2020-10-20 19:35:07 UTC MAIN commitmail json YAML

mk/compiler/gfortran.mk: bump default from gcc9 to gcc10 on current aarch64

lang/gcc8 has patches for NetBSD/aarch64 and lang/gcc10 has support mostly
upstreamed. Nobody seems interested in fixing gcc9, but the pkgsrc
logic defaults to it when the system compiler is GCC 9 which leads to
broken fortran packages. Let's just skip forward to gcc10.

(tnn)

2020-10-20 19:06:59 UTC MAIN commitmail json YAML

librespot: convert to CARGO_FEATURES

(tnn)

2020-10-20 19:03:07 UTC MAIN commitmail json YAML

cargo.mk: move CARGO_FEATURES from lang/ncspot to here

It seems to be a generally useful feature. If a package supports
optional cargo dependencies then you may now (instead of messing with
CARGO_ARGS directly) set in your Makefile for example:

CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= dbus pulseaudio

(tnn)

2020-10-20 18:40:31 UTC MAIN commitmail json YAML

ncspot: use PKG_OPTIONS framework

In particular allow building w/o dbus and wide curses but also add
options for the various supported audio backends while here (untested).

Also promote libxcb to full dependency because it failed with
"ld: cannot find -lxcb" when disabling dbus.

(tnn)

2020-10-20 18:37:37 UTC MAIN commitmail json YAML

2020-10-20 18:00:32 UTC MAIN commitmail json YAML

net/syncthing: typo

(gdt)

2020-10-20 18:00:17 UTC MAIN commitmail json YAML

net/syncthing: Further shrink protocol break comment

(gdt)

2020-10-20 14:41:43 UTC MAIN commitmail json YAML

net/syncthing: Tone down fear of protocol breaks

While the protocol break issue used to be huge, it's been ok for a few
years and likely that upstream now feels obligated to avoid protocol
breaks.

Adjust the text to say that only updates with protocol breaks need
approval.

(gdt)

2020-10-20 14:15:52 UTC MAIN commitmail json YAML

2020-10-20 13:34:41 UTC MAIN commitmail json YAML

emacs27: add missing file for Darwin cocoa build

Reported by Michael-John Turner on tech-pkg.

(wiz)

2020-10-20 13:08:25 UTC MAIN commitmail json YAML

doc: Updated www/logswan to 2.1.8

(fcambus)

2020-10-20 13:08:13 UTC MAIN commitmail json YAML

logswan: update to 2.1.8.

Logswan 2.1.8 (2020-10-19)

- Make displayUsage() static
- Removing some leading whitespace characters
- Constify methods and protocols names array
- Constify countries and continents names and ID arrays
- Enable FORTIFY_SOURCE level 2
- Call memset() to set all entry_data struct fields to zero

(fcambus)

2020-10-20 13:06:58 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2sfd to 1.1.5

(fcambus)

2020-10-20 13:03:58 UTC MAIN commitmail json YAML

bdf2sfd: update to 1.1.5.

bdf2sfd 1.1.5 (2020-10-20)

- Enable FORTIFY_SOURCE level 2
- Check strdup() return value and error out on failed allocations

(fcambus)

2020-10-20 12:46:17 UTC MAIN commitmail json YAML

clisp: Remove iconv warning avoidance.

This breaks the build on Darwin when using pkgsrc libiconv.

(jperkin)

2020-10-20 12:21:19 UTC MAIN commitmail json YAML

bsnes: Check standard defines from <sys/endian.h>

Should let this build on NetBSD/aarch64.

(nia)

2020-10-20 12:00:26 UTC MAIN commitmail json YAML

nhc98: Fails on aarch64 due to a lack of -m32

(nia)

2020-10-20 11:56:45 UTC MAIN commitmail json YAML

libva-driver-vdpau: Skip if there's no VDPAU support

(nia)

2020-10-20 11:41:37 UTC MAIN commitmail json YAML

intel-vaapi-driver: Only for x86

(nia)

2020-10-20 11:33:10 UTC MAIN commitmail json YAML

g95: Not for aarch64

(nia)

2020-10-20 11:22:27 UTC MAIN commitmail json YAML

go14: Not for aarch64

(nia)

2020-10-20 11:14:41 UTC MAIN commitmail json YAML

mame: Install the correct executable name

(nia)

2020-10-20 11:06:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.5.0

(pin)

2020-10-20 11:06:29 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.5.0

v2.5.0
Summary: Lots of code refactoring and ASCII re-touching.

Bug Fixes:
-Identify author by email @yoichi
-Fix #180 @o2sh
-Fix layout with sixel image backend @yoichi

New features:
-Show number of Tags and Branches @reime005

Misc:
-Reduce size of Lua, Clojure, Jupyter-Notebooks, Tex, Zig ASCII logo @maash3r
-Reduce size of Swift, Objective-C ASCII logo @atluft
-Reduce size of Php @rootEnginear
-Reduce size of Nim @tianlangwu
-Better CI/CD @spenserblack
-New Go and Rust ASCII logo @nguyenquannnn
-Enable image backends on macOS @yoichi

(pin)

2020-10-20 10:40:19 UTC MAIN commitmail json YAML

Add NetBSD/aarch64eb support.

Patch provided by ryo@.
No objections when proposed on tech-pkg@.

(rin)

2020-10-20 09:57:08 UTC MAIN commitmail json YAML

Updated lang/nodejs, databases/prometheus

(adam)

2020-10-20 09:56:52 UTC MAIN commitmail json YAML

prometheus: updated to 2.22.0

2.22.0

As announced in the 2.21.0 release notes, the experimental gRPC API v2 has been
removed.

[CHANGE] web: Remove APIv2.
[ENHANCEMENT] React UI: Implement missing TSDB head stats section.
[ENHANCEMENT] UI: Add Collapse all button to targets page.
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon.
[ENHANCEMENT] Add rule_group_last_evaluation_samples and prometheus_tsdb_data_replay_duration_seconds metrics.
[ENHANCEMENT] Gracefully handle unknown WAL record types.
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit binaries.
[BUGFIX] Adjust scrape timestamps to align them to the intended schedule, effectively reducing block size. Workaround for a regression in go1.14+.
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit tests.
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit.
[BUGFIX] Don't do literal regex matching optimisation when case insensitive.
[BUGFIX] Fix classic UI sometimes running queries for instant query when in range query mode.

(adam)

2020-10-20 09:55:44 UTC MAIN commitmail json YAML

nodejs: updated to 14.14.0

Version 14.14.0 (Current)

Notable Changes

- crypto: update certdata to NSS 3.56
- doc: add aduh95 to collaborators
- (SEMVER-MINOR) fs: add rm method
- (SEMVER-MINOR) http: allow passing array of key/val into writeHead
- (SEMVER-MINOR) src: expose v8::Isolate setup callbacks

(adam)

2020-10-20 07:07:24 UTC MAIN commitmail json YAML

exiv2: extend list of platforms where GCC does not support -fcf-protection

(tnn)

2020-10-20 06:34:23 UTC MAIN commitmail json YAML

libunwind: Remove patch .orig file, fix install.

(jperkin)

2020-10-20 06:12:00 UTC MAIN commitmail json YAML

syncthing: Remove go1.14 requirement

(nia)

2020-10-20 01:32:29 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: fix dependency

devel/p5-namespace-autoclean is a runtime dependency, not a tool or
test dependency. Ride previous update; this would have already been
broken before my commit.

(gutteridge)

2020-10-20 00:27:59 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-TimeZone to 2.42

(gutteridge)

2020-10-20 00:27:51 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.42

pkgsrc-specific change: while here, express test dependencies as such.

2.42    2020-10-16

- This release is based on version 2020c of the Olson database. This release
  includes contemporary changes for Fiji.

2.41    2020-10-07

- The last release was missing all the generated data files. Oops! Reported by
  Paul Howarth. GH #43.

- Added a custom dzil plugin to make sure that the release has all of the
  generated data files.

2.40    2020-10-07

- This release is based on version 2020b of the Olson database. This release
  includes contemporary changes for Morocco, Casey Station, and the
  Yukon. This release also removes the very long-deprecated "US/Pacific-New"
  zone name.

(gutteridge)

2020-10-19 22:50:19 UTC MAIN commitmail json YAML

doc: Updated textproc/xfce4-dict to 0.8.4

(gutteridge)

2020-10-19 22:49:43 UTC MAIN commitmail json YAML

xfce4-dict: update to 0.8.4

Change log:

0.8.4
======
- Update URLs and use https where possible
- Fix font size in speedreader (#3)
- Added new icons and use reverse DNS file names
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokm奪l, Occitan (post 1500), Polish, Portuguese,
  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese

(gutteridge)

2020-10-19 22:12:20 UTC MAIN commitmail json YAML

doc: Updated net/unison-snapshot to 2.51.3rc3

(gdt)

2020-10-19 22:12:13 UTC MAIN commitmail json YAML

unison-snapshot: update to rc3

This is only a change in version, to the rc3 tag, rather than the sha1
of the commit that was later tagged.

(gdt)

2020-10-19 19:40:36 UTC MAIN commitmail json YAML

2020-10-19 18:58:59 UTC MAIN commitmail json YAML

Updated devel/py-argcomplete, textproc/py-lxml, www/py-urllib3, www/py-uvicorn

(adam)

2020-10-19 18:58:25 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.12.2

0.12.2

Added

Adding ability to decrypt ssl key file
Support .yml log config files
Added python 3.9 support

Fixed

Fixes watchgod with common prefixes
Fix reload with ipv6 host
Added cli suport for headers containing colon
Sharing socket across workers on windows
Note the need to configure trusted "ips" when using unix sockets

(adam)

2020-10-19 18:55:29 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.25.11

1.25.11

* Fix retry backoff time parsed from ``Retry-After`` header when given
  in the HTTP date format. The HTTP date was parsed as the local timezone
  rather than accounting for the timezone in the HTTP date (typically
  UTC)

* Fix issue where an error would be raised when the ``SSLKEYLOGFILE``
  environment variable was set to the empty string. Now ``SSLContext.keylog_file``
  is not set in this situation

(adam)

2020-10-19 18:14:01 UTC MAIN commitmail json YAML

doc: Updated audio/amsynth to 1.11.0

(nia)

2020-10-19 18:13:49 UTC MAIN commitmail json YAML

amsynth: Update to 1.11.0

- Added mouse wheel support for controls
- Implemented UI upscaling for background and controls on HiDPI displays
- Fixed a regression in 1.10.0 that changed the sound of patches using ring modulation
- Fixed LV2 lint error caused by missing minorVersion and microVersion
- Removed dependency on oscpack for Non Session Manager support

(nia)

2020-10-19 17:57:07 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.10.0

(nia)

2020-10-19 17:56:44 UTC MAIN commitmail json YAML

syncthing: Update to 1.10.0

This release adds the config option announceLANAddresses to enable
(the default) or disable announcing private (RFC1918) LAN IP addresses
to global discovery.

It also fixes various bugs, and we can delete a patch that's no longer
needed.

(nia)

2020-10-19 17:54:01 UTC MAIN commitmail json YAML

doc: Updated devel/libgit2 to 1.1.0

(nia)

2020-10-19 17:53:40 UTC MAIN commitmail json YAML

libgit2: Update to 1.1.0

v1.1
----

This is release v1.1, "Fernweh".

### Changes or improvements

* Our bundled PCRE dependency has been updated to 8.44.

* The `refs/remotes/origin/HEAD` file will be created at clone time to
  point to the origin's default branch.

* libgit2 now uses the `__atomic_` intrinsics instead of `__sync_`
  intrinsics on supported gcc and clang versions.

* The `init.defaultBranch` setting is now respected and `master` is
  no longer the hardcoded as the default branch name.

* Patch files that do not contain an `index` line can now be parsed.

* Configuration files with multi-line values can now contain quotes
  split across multiple lines.

* Windows clients now attempt to use TLS1.3 when available.

* Servers that request an upgrade to a newer HTTP version are
  silently ignored instead of erroneously failing.

* Users can pass `NULL` to the options argument to
  `git_describe_commit`.

* Clones and fetches of very large packfiles now succeeds on 32-bit
  platforms.

* Custom reference database backends can now handle the repository's
  `HEAD` correctly.

* Repositories with a large number of packfiles no longer exhaust the
  number of file descriptors.

* The test framework now supports TAP output when the `-t` flag is
  specified.

* The test framework can now specify an exact match to a test
  function using a trailing `$`.

* All checkout types support `GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH`.

* `git_blame` now can ignore whitespace changes using the option
  `GIT_BLAME_IGNORE_WHITESPACE`.

* Several new examples have been created, including an examples for
  commit, add and push.

* Mode changes during rename are now supported in patch application.

* `git_checkout_head` now correctly removes untracked files in a
  subdirectory when the `FORCE | REMOVE_UNTRACKED` options are specified.

(nia)

2020-10-19 17:48:57 UTC MAIN commitmail json YAML

doc: Updated lang/elixir to 1.11.1

(nia)

2020-10-19 17:48:41 UTC MAIN commitmail json YAML

elixir: Update to 1.11.1

"Over the last releases, the Elixir team has been focusing on the compiler, both in terms of catching more mistakes at compilation time and making it faster. Elixir v1.11 has made excellent progress on both fronts. This release also includes many other goodies, such as tighter Erlang integration, support for more guard expressions, built-in datetime formatting, and other calendar enhancements."

(nia)

2020-10-19 17:28:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/cfm to 0.6.6

(nia)

2020-10-19 17:28:13 UTC MAIN commitmail json YAML

cfm: Update to 0.6.6

Fixed file copying, added permanent deletion feature

(nia)

2020-10-19 17:24:59 UTC MAIN commitmail json YAML

doc: Updated security/py-libtaxii to 1.1.118

(khorben)

2020-10-19 17:21:42 UTC MAIN commitmail json YAML

py-libtaxii: update to version 1.1.118

This notably fixes a security issue, CVE-2020-27197.

Version 1.1.118:

* #247 [CVE-2020-27197] Avoid SSRF on parsing XML (@orsinium)

Version 1.1.117:

* #244 SSL Verify Server not working correctly (@motok) (@nschwane)
* #245 Unicode lxml.etree.SerialisationError on lxml 4.5.0+ (@advptr)

Version 1.1.116:

* #240 PY3 Compatibility changes for HTTP Response Body (@nschwane)

Version 1.1.115:

* #239 Convert the HTTP response body to a string type (PY3 this will be bytes) (@sddj)

Version 1.1.114:

* #237 Support converting dicts to content bindings (@danielsamuels)
* #238 Provide XMLParser copies instead of reusing the cached instance. Prevents future messages to lose namespace

Version 1.1.113:

* #234 Add ability to load a configuration file when executing a script
* #232 Fix TLS handshake failure when a server requires SNI (@marcelslotema)

Version 1.1.112:

* #227 Fixes to poll_client script (Python3 compatibility)
* #226 Clean-up documentation warnings
* #228 Fix 'HTTPMessage' has no attribute 'getheader' (Python3 compatibility)
* #225 Fix checks that involve xpath (lxml) to prevent FutureWarning message
* #230 Fix parsing status message round-trip (@danielsamuels)

Thanks leot@ and pkgsrc's security team for the heads up!
Pull-up to be requested.

(khorben)

2020-10-19 17:07:33 UTC MAIN commitmail json YAML

doc: Updated games/devilutionx to 1.1.0

(nia)

2020-10-19 17:07:22 UTC MAIN commitmail json YAML

devilutionx: Update to 1.1.0

Features

    Propper widescreen (and other aspects) support
    Select difficulty in single player (remembered in the save game)
    Adjustable game speed in-game
    V-sync can now be disabled in the ini
    Better line drawing function used for the automap
    Support for loading custom Hell level maps
    Make all objects and monsters available to custom maps
    Added support for joining a game via hostname instead of IP

Bugfixes

    You can now enter and exit fullscreen also when the game is paused
    [Amiga] Fix double-clicking in menu

Original Diablo bugs

    Fix some monsters AC and to-hit values on Nightmare/Hell ending up as 0
    Fix player base block resetting to 0 after loading a save game
    Correctly render trees in front of the player
    Fully render sprites that are larger than the floor tiles
    Fix objects disappearing when walking on the opposite wall
    Dupping via belt has been fixed
    Correctly detect if the mouse is clicking the world or UI in some areas
    Minor typography corrections
    Corrected name of Chamber of Bones in automap
    Correctly align the inventory slots

(nia)

2020-10-19 16:41:46 UTC MAIN commitmail json YAML

2020-10-19 16:32:38 UTC MAIN commitmail json YAML

doc: Updated games/woof to 2.3.1

(micha)

2020-10-19 16:31:11 UTC MAIN commitmail json YAML

games/woof: Update to 2.3.2

- Demos recorded in PrBoom's own demo format are now detected and ignored.
- A crash when the second finale text screen is shown has been fixed.

(micha)

2020-10-19 16:06:15 UTC MAIN commitmail json YAML

doc: Updated net/statzone to 1.0.4

(fcambus)

2020-10-19 16:03:21 UTC MAIN commitmail json YAML

statzone: update to 1.0.4.

StatZone 1.0.4 (2020-10-19)

- Add support for seccomp on arm
- Update error message to use seccomp architecture names
- Improve experimental seccomp support mention in the README
- Make displayUsage() and displaySummary() static
- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2

(fcambus)

2020-10-19 15:16:01 UTC MAIN commitmail json YAML

doc/TODO: update a few versions

+ SOGo-5.0.1, SOPE-5.0.1, freetds-1.2.5.

(taca)

2020-10-19 15:15:05 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-tiny_tds to 2.1.3

(taca)

2020-10-19 15:14:37 UTC MAIN commitmail json YAML

databases/ruby-tiny_tds: update to 2.1.3

2.1.3 (2020-09-28)

* Removed old/unused appveyor config
* Remove old Rubies from CI & cross compile list
* Add Ruby 2.6 and 2.7 to the cross compile list

(taca)

2020-10-19 15:10:46 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.37.0

(taca)

2020-10-19 15:10:06 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.37.0

=== 5.37.0 (2020-10-01)

* Recognize more unsigned decimal/float types in the schema dumper (akimd, jeremyevans) (#1720)

* Add Postgres::PGRow::{Array,Hash}Row#op to the pg_row_ops extension if the pg_row extension is loaded (jeremyevans)

* Add Model#column_previously_was and #column_previously_changed? to the dirty plugin (jeremyevans)

* Raise Migrator::Error if attempting to migrate down to a version where there are necessary migration files missing (jeremyevans) (#1716)

(taca)

2020-10-19 15:02:17 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-cache to 1.12.1

(taca)

2020-10-19 15:01:53 UTC MAIN commitmail json YAML

www/ruby-rack-cache: update to 1.12.1

1.12.1 (2020-10-16)

Reset @cache_control in Response when duplicating its instance.

(taca)

2020-10-19 14:58:42 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2020.3

(taca)

2020-10-19 14:58:19 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2020.3

1.2020.2 (2020-10-07)

Based on version 2020b of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html).

1.2020.3 (2020-10-17)

Based on version 2020c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000060.html).

(taca)

2020-10-19 14:54:01 UTC MAIN commitmail json YAML

doc: note update of Ruby on Rails 6.0 packages to 6.0.3.4

devel/ruby-activesupport60
devel/ruby-activemodel60
devel/ruby-activejob60
www/ruby-actionview60
www/ruby-actionpack60
databases/ruby-activerecord60
mail/ruby-actionmailer60
mail/ruby-actionmailbox60
www/ruby-actioncable60
devel/ruby-railties60
devel/ruby-activestorage60
textproc/ruby-actiontext60
www/ruby-rails60

(taca)

2020-10-19 14:50:32 UTC MAIN commitmail json YAML

2020-10-19 14:37:17 UTC MAIN commitmail json YAML

(editors/emacs26) Add imagemagick for default configuration

(mef)

2020-10-19 14:37:07 UTC MAIN commitmail json YAML

doc: Updated net/powerdns-recursor to 4.4.0

(otis)

2020-10-19 14:36:56 UTC MAIN commitmail json YAML

net/powerdns-recursor: Update to 4.4.0

Changelog for 4.4.0:
Released: 19th of October 2020
Bug Fixes
  - Backport of CVE-2020-25829: Cache pollution.

Changelog for 4.4.0-rc2:
Released: 6th of October 2020
Improvements:
  - Don窶冲 parse any config with 窶砺ersion.
  - Expose typed cache flush via Web API.
  - Log when going Bogus because of a missing SOA in authority.
  - Raise an exception on invalid content in unknown record.
Bug Fixes:
  - When deciding if we are auth in the local auth or forwarding case, DS is
special.
  - Fix wipe-cache-typed.
  - Watch the descriptor again after an out-of-order read timeout.

Changelog for 4.4.0-rc1:
Released: 21st of September 2020
Bug Fixes:
  - Only do QName Minimization for the names inside a forwarded domain.
  - Fix the parsing of dont-throttle-netmasks in the presence of
dont-throttle-names.

Changelog for 4.4.0-beta1:
Released: 31st of August 2020
Improvements:
  - Store RPZ trigger and hit in appliedPolicy and protobuf message and log
them in the trace log.
  - Apply filtering policies (RPZ) on CNAME chains as well.
  - Fix warning: initialized lambda captures are a C++14 extension.
  - Clean some coverity reported cases of exceptions thrown but not caught.
  - Export record cache lock (contention) stats via the various channels.
  - Allow multiple local data records when doing RPZ IP matching.
  - Replace the use of 窶�1窶� by QClass::IN to improve readability.
  - Avoid name clashes on Solaris derived systems.
Bug Fixes:
  - Allow some more depth headroom for the no-qname-minimization fallback case.
  - If we have an NS in cache, use it in the forwarder case.
  - Disable outgoing v4 when query-local-address has no v4 addresses.
  - Resize hostname to final size in getCarbonHostname() (Aki Tuomi).

Changelog for 4.4.0-alpha2:
Released: 20th of July 2020
Improvements:
  - Check that DNSKEYs have the zone flag set.
  - Remove redundant toLogString() calls (Chris Hofstaedtler).
  - Stop cluttering the global namespace with validation states.
  - Use explicit flag for the specific version of c++ we窶决e targeting.
  - Use new operator to print states.
  - Refuse QType 0 right away, based on rfc6895 section 3.1.
  - Specify a storage type for validation states.
  - Common TCP write problems should only be logged if wanted.
  - Dump the authority records of a negative cache entry as well.
  - Alternative way to do 窶徭kip cname check窶� for DS and DNSKEY records
  - Control stack depth when priming.
  - Add version 窶�statistic窶� to prometheus.
  - Cleanup cache cleaner pruneCollection function.
  - RPZ policy should override gettag_ffi answer by default.
  - Don窶冲 copy the records when scanning for CNAME loops.
  - Do not use using namespace std; .
  - More sophisticated CNAME loop detection.
  - Use std::string_view when available (Rosen Penev).
  - Make sure we can install unsigned packages.
  - Clarify docs (Josh Soref).
  - Ensure runtime dirs for virtual services differ.
  - Builder: improve shipped config files (Chris Hofstaedtler).
  - Less negatives in error messages improves readability.
  - Boost 1.73 moved boost::bind placeholders to the placeholders namespace.
  - Fix useless copies in loop reported by clang++ 10.
  - NetmaskTree: do not test node for null, the loop guarantees node is not
null.
  - Wrap pthread objects
  - Get rid of a naked pointer in the /dev/poll event multiplexer.
  - Random engine.
Bug Fixes:
  - Update proxy-protocol.cc (ihsinme).
  - Kill an signed vs unsigned warning on OpenBSD.
  - Don窶冲 validate a NXD with a NSEC proving that the name is an ENT.
  - Fix three shared cache issues.
  - Limit the TTL of RRSIG records as well.
  - Avoid throwing an exception in Logger::log().

Changelog for 4.4.0-alpha1:
Released: 22th of April 2020
New Features:
  - Implement native DNS64 support, without Lua.
  - Add custom tags to RPZ hits.
  - Allow attaching a 窶腕outing窶� tag string to a query in lua code and use that
tag in the record cache when appropriate.
  - Share record cache between threads.
  - Add support for Proxy Protocol between dnsdist and the recursor.
Improvements:
  - Fix warnings with llvm10 and -Wrange-loop-construct (Kirill Ponomarev).
  - Fix compilation without deprecated OpenSSL APIs (Rosen Penev).
  - Detect {Libre,Open}SSL functions availability during configure.
  - Better handling of reconnections in Remote Logger.
  - Add 窶碗ueue full窶� metrics for our remote logger, log at debug only.
  - Update boost.m4
  - Keep a masked network in the Netmask class.
  - Replace include guard ifdef/define with pragma once (Chris Hofstaedtler).
  - YaHTTP: Support bracketed IPv6 addresses
  - Rework NetmaskTree for better CPU and memory efficiency (Stephan Bosch).
  - RPZ dumpFile/seedFile: store/get SOA refresh on dump/load.
  - Add 窶露O wait窶� and 窶�steal窶� metrics on Linux.
  - DNSName: Don窶冲 call strlen() when the length is already known.
  - Fix build with gcc-10 (Sander Hoentjen).
Bug Fixes
  - Fix compilation of the ports event multiplexer.
  - Init zone窶冱 d_priority field.
  - QName Minimization sometimes uses 1 label too many.

(otis)

2020-10-19 12:31:56 UTC MAIN commitmail json YAML

py-argcomplete: updated to 1.12.1

Changes for v1.12.1
- Update importlib-metadata dependency version range
- Bash nounset mode fixes

(adam)

2020-10-19 12:31:36 UTC MAIN commitmail json YAML

doc: Updated security/monocypher to 3.1.1

(mef)

2020-10-19 12:30:31 UTC MAIN commitmail json YAML

py-lxml: updated to 4.6.1

4.6.1 (2020-10-18)

Bugs fixed

A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed JavaScript to pass through. The cleaner now removes more sneaky "style" content.

4.6.0 (2020-10-17)

Features added

lxml.html.InputGetter supports __len__() to count the number of input fields. Patch by Aidan Woolley.
lxml.html.InputGetter has a new .items() method to ease processing all input fields.
lxml.html.InputGetter.keys() now returns the field names in document order.
The API documentation is now generated using sphinx-apidoc. Patch by Chris Mayo.

Bugs fixed

C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined.
TreeBuilder.close() raised AssertionError in some error cases where it should have raised XMLSyntaxError. It now raises a combined exception to keep up backwards compatibility, while switching to XMLSyntaxError as an interface.

(adam)

2020-10-19 12:30:30 UTC MAIN commitmail json YAML

(security/monocypher) Updated 2.0.5 to 3.1.1

3.1.1
-----
2020/06/15

- Various documentation fixes.
- Fixed various compiler warnings.
- Fixed some integer overflows (16-bit platforms only).

3.1.0
-----
2020/04/03

- Added Elligator 2 mappings (hash to curve, curve to hash).
- Added OPRF support (with scalar inversion).
- Added Edwards25519 -> Curve25519 conversions

3.0.0
-----
2020/01/19

- Deprecated the incremental AEAD interface.
- Deprecated the incremental Chacha20, added a direct interface.
- Added IETF Chacha20 (96-bit nonce), as described in RFC 8439.
- Moved deprecated interfaces to a separate `src/deprecated` folder.
- Removed the `ED25519_SHA512` preprocessor flag.
- `crypto_x25519()` and `crypto_key_exchange()` now return `void`.
- Added a custom hash interface to EdDSA.  Several instances of EdDSA
  can share the same binary.
- Added optional support for HMAC SHA-512
- Moved all SHA-512 operations to `src/optional/monocypher-ed25519.(h|c)`
- Optional support for Ed25519 no longer requires a preprocessor flag.
  Add `src/optional/monocypher-ed25519.(h|c)` to your project instead.

2.0.6
-----
2019/10/21

- Added the `BLAKE2_NO_UNROLLING` preprocessor definition. Activating it
  makes the binary about 5KB smaller, and speeds up processing times on
  many embedded processors.
  - Reduced the stack usage of signature verification by about
    40%. Signature verification now fits in smaller machines.
  - Fixed many implicit casts warnings.
  - Fixed the manual here and there.
  - Lots of small nitpicks.

(mef)

2020-10-19 08:19:00 UTC MAIN commitmail json YAML

doc: Updated mail/mblaze to 1.0

(schmonz)

2020-10-19 08:18:47 UTC MAIN commitmail json YAML

Update to 1.0, provided by maintainer in PR pkg/55732. From the changelog:

## 1.0 (2020-09-12)

* Caution! Backwards incompatible changes:
  * As a message name, `-` now refers to the message on the standard input,
    and not the the previous message anymore.  Use `.-` to refer to
    the previous message in a short way.
    The tools will print a warning if you use `-` and the standard input
    comes from a TTY.
  * mpick: use the -F flag to read script files.
  * mpick: remove msglist support, use plain mmsg(7) arguments.
* Many mblaze tools now make use of pledge(2) on OpenBSD.
* add contrib/mcount, a tool to count mails
* mrep: use Reply-From configuration to find From header
* Many bug fixes.

## 0.7 (2020-05-15)

* All tools now follow symlinks to mails.
* mdirs: add -a to list all subfolders, ignoring Maildir++ convention.
* mcom: add preview alias for show command.
* mrep/mbnc: allow only one message as argument.
* maddr: add -d to only print display name.
* mthread: add -r to reverse top-level order.
* mlist: print number of matches when message selection is in place.
* mpick: many improvements.
* Many bug fixes.

(schmonz)

2020-10-19 07:16:06 UTC MAIN commitmail json YAML

doc: Updated net/tinydyndns-run to 20201019

(schmonz)

2020-10-19 07:15:55 UTC MAIN commitmail json YAML

2020-10-19 07:10:30 UTC MAIN commitmail json YAML

Belatedly add default TINYDYN_USER.

(schmonz)

2020-10-18 18:45:41 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2020-10-18 18:45:03 UTC MAIN commitmail json YAML

py-acme py-certbot: updated to 1.9.0

Certbot 1.9.0

Added

--preconfigured-renewal flag, for packager use only.
See the packaging guide.

Changed

certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
Update the packaging instructions to promote usage of python -m pytest to test Certbot
instead of the deprecated python setup.py test setuptools approach.
Reduced CLI logging when reloading nginx, if it is not running.
Reduced CLI logging when handling some kinds of errors.

Fixed

Fixed server_name case-sensitivity in the nginx plugin.
The minimum version of the acme library required by Certbot was corrected.
In the previous release, Certbot said it required acme>=1.6.0 when it
actually required acme>=1.8.0 to properly support removing contact
information from an ACME account.
Upgraded the version of httplib2 used in our snaps and Docker images to add
support for proxy environment variables and fix the plugin for Google Cloud
DNS.

(adam)

2020-10-18 18:18:13 UTC MAIN commitmail json YAML

Updated devel/py-ZopeInterface, devel/py-ZopeEvent

(adam)

2020-10-18 18:17:54 UTC MAIN commitmail json YAML

py-ZopeEvent: updated to 4.5.0

4.5.0
- Add support for Python 3.8 and 3.9.
- Remove support for Python 3.4.

(adam)

2020-10-18 18:12:59 UTC MAIN commitmail json YAML

py-ZopeInterface: updated to 5.1.2

5.1.2 (2020-10-01)
==================

- Make sure to call each invariant only once when validating invariants.
  Previously, invariants could be called multiple times because when an
  invariant is defined in an interface, it's found by in all interfaces
  inheriting from that interface.  See `pull request 215
  <https://github.com/zopefoundation/zope.interface/pull/215/>`_.

5.1.1 (2020-09-30)
==================

- Fix the method definitions of ``IAdapterRegistry.subscribe``,
  ``subscriptions`` and ``subscribers``. Previously, they all were
  defined to accept a ``name`` keyword argument, but subscribers have
  no names and the implementation of that interface did not accept
  that argument. See `issue 208
  <https://github.com/zopefoundation/zope.interface/issues/208>`_.

- Fix a potential reference leak in the C optimizations. Previously,
  applications that dynamically created unique ``Specification``
  objects (e.g., used ``@implementer`` on dynamic classes) could
  notice a growth of small objects over time leading to increased
  garbage collection times. See `issue 216
  <https://github.com/zopefoundation/zope.interface/issues/216>`_.

  .. caution::

    This leak could prevent interfaces used as the bases of
    other interfaces from being garbage collected. Those interfaces
    will now be collected.

    One way in which this would manifest was that ``weakref.ref``
    objects (and things built upon them, like
    ``Weak[Key|Value]Dictionary``) would continue to have access to
    the original object even if there were no other visible
    references to Python and the original object *should* have been
    collected. This could be especially problematic for the
    ``WeakKeyDictionary`` when combined with dynamic or local
    (created in the scope of a function) interfaces, since interfaces
    are hashed based just on their name and module name. See the
    linked issue for an example of a resulting ``KeyError``.

    Note that such potential errors are not new, they are just once
    again a possibility.

(adam)

2020-10-18 17:06:35 UTC MAIN commitmail json YAML

2020-10-18 15:51:09 UTC MAIN commitmail json YAML

llvm: bump requirement to LLVM 10.x.

Mixing llvm versions is probably inadvisable.

(maya)

2020-10-18 14:50:56 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.73.0

(wiz)

2020-10-18 14:50:45 UTC MAIN commitmail json YAML

curl: update to 7.73.0.

curl and libcurl 7.73.0

Public curl releases:        195
Command line options:        234
curl_easy_setopt() options:  278
Public functions in libcurl:  85
Contributors:                2270

This release includes the following changes:

o curl: add --output-dir [25]
o curl: support XDG_CONFIG_HOME to find .curlrc [3]
o curl: update --help with categories [77]
o curl_easy_option_*: new API for meta-data about easy options [40]
o CURLE_PROXY: new error code [7]
o mqtt: enable by default [28]
o sftp: add new quote commands 'atime' and 'mtime' [6]
o ssh: add the option CURLKHSTAT_FINE_REPLACE [27]
o tls: add CURLOPT_SSL_EC_CURVES and --curves [29]

This release includes the following bugfixes:

o altsvc: clone setting in curl_easy_duphandle [60]
o base64: also build for smtp, pop3 and imap [81]
o BUGS: convert document to markdown [107]
o build-wolfssl: fix build with Visual Studio 2019 [114]
o buildconf: invoke 'autoreconf -fi' instead [37]
o checksrc: detect // comments on column 0 [132]
o checksrc: verify do-while and spaces between the braces [2]
o checksrc: warn on space after exclamation mark [129]
o CI/azure: disable test 571 in the msys2 builds [93]
o CI/azure: MQTT is now enabled by default [64]
o CI/azure: no longer ignore results of test 1013 [43]
o CI/tests: fix invocation of tests for CMake builds [117]
o CI/travis: add a CI job with openssl3 (from git master) [51]
o cleanups: avoid curl_ on local variables [53]
o CMake: add option to enable Unicode on Windows [48]
o cmake: make HTTP_ONLY also disable MQTT [58]
o CMake: remove explicit `CMAKE_ANSI_CFLAGS` [45]
o cmake: remove scary warning [96]
o cmdline-opts/gen.pl: generate nicer "See Also" in curl.1 [66]
o configure: don't say HTTPS-proxy is enabled when disabled [120]
o configure: fix pkg-config detecting wolfssl [26]
o configure: let --enable-debug set -Wenum-conversion with gcc >= 10 [56]
o conn: check for connection being dead before reuse [39]
o connect.c: remove superfluous 'else' in Curl_getconnectinfo [42]
o curl.1: add see also no-progress-meter on two spots [67]
o curl.1: fix typo invokved -> invoked [36]
o curl: in retry output don't call all problems "transient" [74]
o curl: make --libcurl show binary posts correctly [130]
o curl: make checkpasswd use dynbuf [100]
o curl: make file2memory use dynbuf [102]
o curl: make file2string use dynbuf [103]
o curl: make glob_match_url use dynbuf [101]
o curl: make sure setopt CURLOPT_IPRESOLVE passes on a long [134]
o curl: retry delays in parallel mode no longer sleeps blocking [70]
o curl: use curlx_dynbuf for realloc when loading config files [73]
o curl:parallel_transfers: make sure retry readds the transfer [71]
o curl_get_line: build only if cookies or alt-svc are enabled [13]
o curl_mime_headers.3: fix the example's use of curl_slist_append [83]
o Curl_pgrsTime - return new time to avoid timeout integer overflow [32]
o Curl_send: return error when pre_receive_plain can't malloc [111]
o dist: add missing CMake Find modules to the distribution [14]
o docs/LICENSE-MIXING: remove [79]
o docs/opts: fix typos in two manual pages [119]
o docs/RESOURCES: remove [105]
o docs/TheArtOfHttpScripting: convert to markdown [106]
o docs: add description about CI platforms to CONTRIBUTE.md [44]
o docs: correct non-existing macros in man pages [35]
o doh: add error message for DOH_DNS_NAME_TOO_LONG [17]
o dynbuf: make sure Curl_dyn_tail() zero terminates [78]
o easy_reset: clear retry counter [82]
o easygetopt: pass a valid enum to avoid compiler warning [75]
o etag: save and use the full received contents [4]
o ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND [99]
o ftp: avoid risk of reading uninitialized integers [76]
o ftp: get rid of the PPSENDF macro [85]
o ftp: make a 552 response return CURLE_REMOTE_DISK_FULL [87]
o ftp: separate FTPS from FTP over "HTTPS proxy" [112]
o git: ignore libtests in 3XXX area [16]
o github: use new issue template feature [88]
o HISTORY: mention alt-svc added in 2019
o HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 [41]
o http: consolidate nghttp2_session_mem_recv() call paths [80]
o http_proxy: do not count proxy headers in the header bytecount [90]
o http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set [50]
o imap: make imap_send use dynbuf for the send buffer management [110]
o imap: set cselect_bits to CURL_CSELECT_IN initially [104]
o ldap: reduce the amount of #ifdefs needed [124]
o lib/Makefile.am: bump VERSIONINFO due to new functions [65]
o lib1560: verify "redirect" to double-slash leading URL [20]
o lib583: fix enum mixup
o lib: fix -Wassign-enum warnings [84]
o lib: make Curl_gethostname accept a const pointer [38]
o libssh2: handle the SSH protocols done over HTTPS proxy [125]
o libssh2: pass on the error from ssh_force_knownhost_key_type [47]
o Makefile.m32: add ability to override zstd libs [ci skip] [10]
o man pages: switch to https://example.com URLs [86]
o MANUAL: update examples to resolve without redirects [122]
o mbedtls: add missing header when defining MBEDTLS_DEBUG [133]
o memdebug: remove 9 year old unused debug function [126]
o multi: expand pre-check for socket readiness [21]
o multi: handle connection state winsock events [31]
o multi: implement wait using winsock events [22]
o ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define [108]
o ngtcp2: adapt to the new pkt_info arguments [18]
o ntlm: fix condition for curl_ntlm_core usage [46]
o openssl: avoid error conditions when importing native CA [52]
o openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification [57]
o openssl: Fix wincrypt symbols conflict with BoringSSL [9]
o parsedate: tune the date to epoch conversion [95]
o pause: only trigger a reread if the unpause sticks [92]
o pingpong: use a dynbuf for the *_pp_sendf() function [113]
o READMEs: convert several to markdown [115]
o runtests: add %repeat[]% for test files [116]
o runtests: allow creating files without newlines [72]
o runtests: allow generating a binary sequence from hex
o runtests: clear pid variables when failing to start a server [12]
o runtests: make cleardir() erase dot files too [8]
o runtests: provide curl's version string as %VERSION for tests [127]
o schannel: fix memory leak when using get_cert_location [15]
o schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root [128]
o scripts: improve the "get latest curl release tag" logic
o sectransp: make it build with --disable-proxy [123]
o select.h: make socket validation macros test for INVALID_SOCKET [24]
o select: align poll emulation to return all relevant events [63]
o select: fix poll-based check not detecting connect failure
o select: reduce duplication of Curl_poll in Curl_socket_check [23]
o select: simplify return code handling for poll and select [49]
o setopt: if the buffer exists, refuse the new BUFFERSIZE [5]
o setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument [91]
o socketpair: allow CURL_DISABLE_SOCKETPAIR [11]
o sockfilt: handle FD_CLOSE winsock event on write socket [30]
o src: spell whitespace without whitespace [121]
o SSLCERTS: fix English syntax [34]
o strerror: honor Unicode API choice on Windows [109]
o symbian: drop support [118]
o telnet.c: depend on static requirement of WinSock version 2 [61]
o test1541: remove since it is a known bug [68]
o test163[12]: require http to be built-in to run [94]
o test434: test -K use in a single line without newline [59]
o test971: show test mismatches "inline"
o tests/data: Fix some mismatched XML tags in test cases
o tests/FILEFORMAT: document nonewline support for <file>
o tests/FILEFORMAT: document type=shell for <command>
o tests/server/util.c: fix support for Windows Unicode builds [131]
o tests: remove pipelining tests [69]
o tls: fix SRP detection by using the proper #ifdefs [33]
o tls: provide the CApath verbose log on its own line [1]
o tool_setopt: escape binary data to hex, not octal
o tool_writeout: add new writeout variable, %{num_headers} [97]
o travis: add a build using libressl (from git master) [55]
o url: use blank credentials when using proxy w/o username and password [54]
o urlapi: use more Curl_safefree [89]
o vtls: deduplicate client certificates in ssl_config_data [98]
o win32: drop support for WinSock version 1, require version 2 [62]
o winbuild: convert the instruction text to README.md [19]

(wiz)

2020-10-18 14:44:09 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.22.1

(wiz)

2020-10-18 14:43:59 UTC MAIN commitmail json YAML

musicpd: update to 0.22.1.

ver 0.22.1 (2020/10/17)
* decoder
  - opus: apply the OpusHead output gain even if there is no EBU R128 tag
  - opus: fix track/album ReplayGain fallback
* output
  - alsa: don't deadlock when the ALSA driver is buggy
  - jack, pulse: reduce the delay when stopping or pausing playback
* playlist
  - cue: fix two crash bugs
* state_file: fix the state_file_interval setting

(wiz)

2020-10-18 14:36:03 UTC MAIN commitmail json YAML

doc: Updated textproc/enchant2 to 2.2.12

(wiz)

2020-10-18 14:35:54 UTC MAIN commitmail json YAML

enchant2: update to 2.2.12.

2.2.12 (October 15, 2020)
-------------------------

Fix a bug in the Voikko and Zemberek back-ends that could cause spell
checking and suggestion to fail. (For programmers: enchant_dict_check and
enchant_dict_suggest allow counted strings, but those two backends were
assuming the strings were NUL-terminated.)

(wiz)

2020-10-18 14:34:07 UTC MAIN commitmail json YAML

doc: Updated textproc/asciidoc to 9.0.3

(wiz)

2020-10-18 14:33:58 UTC MAIN commitmail json YAML

asciidoc: update to 9.0.3.

Version 9.0.3 (2020-10-05)
--------------------------
.Bug fixes
- Fix extra newline characters inserted into generated source (thanks @hoadlck)

.Testing
- Validate line endings as part of test suite

(wiz)

2020-10-18 12:43:22 UTC MAIN commitmail json YAML

doc: Added net/tinydyndns-run version 20201018

(schmonz)

2020-10-18 12:43:03 UTC MAIN commitmail json YAML

Add and enable tinydyndns-run.

(schmonz)

2020-10-18 12:42:34 UTC MAIN commitmail json YAML

doc: Updated net/tinydyndns to 0.4.2nb2

(schmonz)

2020-10-18 12:42:26 UTC MAIN commitmail json YAML

Most of these dependencies are actually tinydyndns-run's. Bump PKGREVISION.

(schmonz)

2020-10-18 12:41:34 UTC MAIN commitmail json YAML

2020-10-18 09:52:32 UTC MAIN commitmail json YAML

openexr: Require at least gcc6 in dependent packages

(attempt to fix dependent packages in NetBSD 8.x)

(nia)

2020-10-18 09:50:15 UTC MAIN commitmail json YAML

profanity: Requires at least sqlite3-3.22.0.

(attempt to fix configure on NetBSD 8.x)

(nia)

2020-10-18 09:47:41 UTC MAIN commitmail json YAML

vte3: Force gcc7 for dependent packages

(nia)

2020-10-18 09:24:52 UTC MAIN commitmail json YAML

Added databases/postgresql13

(adam)

2020-10-18 09:24:03 UTC MAIN commitmail json YAML

2020-10-18 08:28:21 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 361

(pin)

2020-10-18 08:27:54 UTC MAIN commitmail json YAML

x11/xterm: update to 361

Patch #361 - 2020/10/14

-treat the return value of strerror as readonly (patch by Philipp Klaus Krause).
-modify event-handling in CopyWait to work around hanging while writing large
amounts of text to an active icon and at the same time iconifying/deiconifying
(report by Dave Kemper).
-initialize double-buffer for active-icon window.
-improve manual page description of scrollbar resources
(report by Brian Lindholm).
-correct ifdef for menu entry for active-icon, when initializing it with toolbar
configuration.
-add preprocessor option to makefile to set internal definition of pixmaps
directory to match the install-configuration (FreeBSD #250036).
-cleanup of calls to free, removing checks for null (Walter Harms).
-add fallback actions pointer-button and pointer-motion which handle events for
the mouse control-sequences protocol if the select-related translations are
omitted with *omitTranslation:select (prompted by discussion with "Ergus")
-amend rule for using shift-key to override mouse-

(pin)

2020-10-18 07:18:23 UTC MAIN commitmail json YAML

doc/TODO: add some

+ asciidoc-9.0.3, bison-3.7.3, curl-7.73.0, enchant2-2.2.12,
  libatomic-10.2.0, libgit2-1.1.0, mono6-6.12.0.90, musicpd-0.22.1,
  py-hypothesis-5.37.3, py-multidict-5.0.0, strawberry-0.8.2,
  ugrep-3.0.2.

(wiz)

2020-10-18 05:04:41 UTC MAIN commitmail json YAML

note p5-Weather-PurpleAir-API 0.07 update.

(mrg)

2020-10-18 05:03:37 UTC MAIN commitmail json YAML

update to Weather-PurpleAir-API 0.07.  changes:

0.07 - 2020-10-05
  * Fixed broken link in documentation (thanks, Dave Smith)
  * Fixed bin/aqi documentation

0.06 - 2020-09-25
  * Fixed bin/aqi documentation (thanks, Grinnz)
  * Fixed lib/Weather/PurpleAir/API.pm documentation (=E<gt> to => in code-quoted section)
  * Fixed missing dependencies in dist.ini
  * Corrected dependency versions in dist.ini to match RHEL6 repo package versions

0.05 - Sun Sep 20 18:20:50 2020
  * Fixed documentation.
  * dist.ini: Added missing prereq for JSON::MaybeXS

(mrg)

2020-10-18 03:34:00 UTC MAIN commitmail json YAML

doc: Updated audio/musescore to 3.5.2

(gutteridge)

2020-10-18 03:33:13 UTC MAIN commitmail json YAML

musescore: update to 3.5.2

Release notes for MuseScore 3.5.2 (October 16, 2020)

Fixes

    Fixed an unexpected page stretching in "Edit style" dialog.
    #311520: Fixed an issue of harmony playback preferences. Previously, the real value of "Chord symbol playback" was not taken into account until the first toggle of this setting.
    #311621: Fixed an issue with audio export on Windows, previously exporting to .FLAC or .OGG could result in an empty file that cannot be played.
    #311661: Fixed a potential crash that could occur when resizing the Piano Roll.
    #311695: Edits to system text/tempo marking after save and reload of score did not propagate to all parts.

Release notes for MuseScore 3.5.1 (October 9, 2020)

Fixes

    Fixed a crash during voice changing of chord with tied grace note
    Fixed crashes when using hbox within vbox
    Fixed a crash when deleting all measures
    Fixed a crash when changing Common time to Cut time in parts
    Fixed a crash on playback of score with MM rest at the end
    Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    Fixed a crash on flipping beam across system break
    Fixed crashes when pasting fret diagram without chord symbol in score with parts
    Fixed a crash when doing file operations after changing translations in preferences
    Fixed an issue of corruption caused by editing certain tuplets
    Fixed a crash caused by Start Center if there is no Internet connection
    Fixed a crash on DPI change in preferences
    Fixed a crash when inserting a new measure within a melisma
    Fixed multiple issues with Jumps and repeats

Complete list of issues resolved and improvements implemented

    #310349: Fixed a crash during voice changing of chord with tied grace note
    #311084: Fixed an issue with curly bracket scaling when using MuseJazz
    #308589: Fixed an issue with scaling of tuplet number
    #310906: Fixed an issue of Staff/Part dialog not becoming dirty after changes if activated via double click
    #309857: Fixed an issue of divider not being removed after undo of deleting a vertical frame
    #310570: Fixed an issue of triple and quadruple dots not being exported correctly
    #310603: Fixed an issue of tremolo customizations lost on second save/reload
    Fixed various issues with the handling of title frame on MusicXML import
    #301395: Fixed an issue of decrescendo not working on tied notes with subchannels
    #308469: Fixed an issue of changing portaudio preferences not working
    Fixed an issue with loudness of accents
    #302714: Chord symbol playback settings are now available in Edit Style dialog
    #257581: Fixed an issue of changes to Measure properties not being propagated between score and parts (fix got reverted for 3.5.2, will get looked at again for 3.6)
    #306950: Fixed an issue of Ctrl+Delete command not allowed in note input mode
    Added preferences to disable chord symbol playback when opening old scores, or creating new ones
    #185056: Fixed an issue with entering notes above/below staff
    #307720: Fixed an assertion failure when adding image to vertical frame
    #153686: Fixed issues with voice and chords with drum input
    #307841: Fixed crashes when using hbox within vbox
    #307991: Fixed a crash when deleting all measures
    #308077: Added the guitar "Solo" templates with default guitar sound
    #298779: Fix invisible elements not getting displayed after turning "Show invisible" on
    #308562: Fixed an issue of 1-line staves showing unexpected vertical offset
    #308568: Fixed an issue of bad selection and corruption on delete
    #308947: Fixed a crash when changing Common time to Cut time in parts
    #308951: Fixed a crash on playback of score with MM rest at the end
    #309005: Updated extra navigation shortcuts to handle MMRests appropriately
    #308661: Updated offsets of Gonville's top & bottom bracket glyphs
    #309032: "Add clef" shortcuts are now allowed to also work in normal mode
    #309066: Fixed an issue of clicking footer text corrupting parts
    #308698: Fixed an issue of continuous view stopping repeats from working in playback
    #308860: Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    #309273: Fixed a crash on flipping beam across system break
    #309369: Fixed an issue of status bar not showing concert pitch of octave transposing instruments
    #284357: Fixed an issue of ambitus not being correctly calculated for (octave) transposing instruments
    #309380: Fixed crashes when pasting fret diagram without chord symbol in score with parts
    #309419: Fixed an issue of instrument change data not being properly saved in linked staves
    #309592: Fixed an issue of flipping ���above��� breaths/pauses to ���below��� when pasting a measure with them
    #309594: Now possible to flip breaths/pauses using X
    #309665: Fixed an issue of alpha (transparency) not showing on several symbols and Elements
    #309754: Create Time Signature dialog now doesn't add unnecessary special text whenever the internal value of nominator or denominator is changed
    #308821: Added fractional Time Signatures Support
    #308139: Fixed an issue of unintended loss of denominator in Time Signatures
    #308694: Fixed an issue of exporting to WAV, OGG, FLAC files with path name that contains non-ASCII characters
    #309025: Fixed crashes after updating due to qmlcache
    #304834: Adjusted the size of a settings field for multimeasure rests
    #309456: Fixed an issue of workspace being changed to Basic when changing language settings
    #309872: Fixed a crash when doing file operations after changing translations in preferences
    #309874: Fixed an issue of corruption caused by editing certain tuplets
    #278817: Fixed a crash caused by Start Center if there is no Internet connection
    #310869: Fixed a crash on DPI change in preferences
    #311289: Fixed a crash when inserting a new measure within a melisma
    #310969: Fixed an issue of a pair of acciaccaturas showing two slashes instead of one
    #274690: Fixed crash on playback when score starts with a volta
    #279040 and #300362: Fixed bugs with "play repeats" in combination with a D.S.
    #287447: Fixed mismatch between segno and end location for multiple jumps
    #299320: Fixed D.S. when segno is preceded by a repeat
    #299137 and #304795: Fixed interpretation of start repeat and volta in the same measure
    #284887: Fixed crash on end of score playback some scenarios

(gutteridge)

2020-10-17 22:39:12 UTC MAIN commitmail json YAML

doc: Updated pkgtools/url2pkg to 20.3.0

(rillig)

2020-10-17 22:39:01 UTC MAIN commitmail json YAML

pkgtools/url2pkg: update to 20.3.0

Changes since 20.2.0:

Fixed detection for V2 Cargo.lock files.  Patch provided by snow flurry
via tech-pkg, slightly adjusted.  The test case for Cargo.lock file
detection had been incomplete and unrealistic.  It has been extended to
show the relevant section of a whole package.

https://mail-index.netbsd.org/tech-pkg/2020/10/12/msg023897.html
https://mail-index.netbsd.org/tech-pkg/2020/10/13/msg023901.html
https://mail-index.netbsd.org/tech-pkg/2020/10/13/msg023902.html

(rillig)

2020-10-17 22:03:31 UTC MAIN commitmail json YAML

doc: Updated cad/klayout to 0.25.9

(mef)

2020-10-17 22:03:06 UTC MAIN commitmail json YAML

(cad/klayout) Updated 0.25.6 to 0.25.9

0.25.9          (2019-06-18):

* Bugfix: %GITHUB%/issues/261
      Issue with iterating Python sequences
* Bugfix: %GITHUB%/issues/271
      Chose cell coordinates on "Make Cell"
* Bugfix: %GITHUB%/issues/272
      Error message if trying to run macros in unsupported languages
* Bugfix: %GITHUB%/issues/275
      "Write without context" did not have an effect with OASIS
* Bugfix: %GITHUB%/issues/276
      LayerPropertiesNodeRef was not working as documented
* Bugfix: %GITHUB%/issues/278
      Lost reference with ObjectInstPath#shape
* Bugfix: %GITHUB%/issues/281
      Width and space violations are reported now also for
      the "kissing corners" case

0.25.8          (2019-02-23):

* Bugfix: %GITHUB%/issues/234
      Issues with LayoutView#save_image_with_options
* Bugfix: %GITHUB%/issues/232
      Crash on reading .lyp files with big stipple pattern
* Bugfix: %GITHUB%/issues/228
      Bug in Region#interact and DRC's "interact" function.
* Bugfix: %GITHUB%/issues/225
      Mirrored custom stipple pattern

0.25.7          (2019-01-09):

* Bugfix: %GITHUB%/issues/200
      Safer iteration of cell instances and shapes (with
      modifications of container during iteration) - in this
      case while flattening instances
* Bugfix: %GITHUB%/issues/209
      Reader options were grayed out in stream import feature.
* Bugfix: %GITHUB%/issues/207
      Basic.TEXT PCell was rounding bias a spacing values to
      integer multiples.
* Bugfix: %GITHUB%/issues/203
      A segfault was fixed that happend on certain platforms
      when closing the application (e.g. CentOS7).
* Bugfix: (RBA/pya) Technology#load was not working
      Instead of load, the technology was saved.

(mef)

2020-10-17 21:48:41 UTC MAIN commitmail json YAML

two fixes and now actually builds on armv7hf:

- mips, ppc and arm platforms want -latomic, so provide it
- link -larm on netbsd/arm to find arm_sync_icache()

(mrg)

2020-10-17 19:10:32 UTC MAIN commitmail json YAML

doc: Updated textproc/go-text to 0.3.3

(bsiegert)

2020-10-17 19:08:12 UTC MAIN commitmail json YAML

2020-10-17 17:19:19 UTC MAIN commitmail json YAML

chat/mautrix-hangouts: Fix brain fart

(js)

2020-10-17 16:44:37 UTC MAIN commitmail json YAML

chat/*mau*: Incompatible with Python 3.9

Already reported to upstream in #hangouts:maunium.net

(js)

2020-10-17 16:22:23 UTC MAIN commitmail json YAML

py/mautrix & mautrix-hangouts: Add missing dependency on py-setuptools

These are not properly declared, it seems, but needed at runtime.

(js)

2020-10-17 14:47:42 UTC MAIN commitmail json YAML

mlterm-fb has been renamed to mlterm-wscons.

(rin)

2020-10-17 14:09:26 UTC MAIN commitmail json YAML

Give up maintainership of net/py-aiorpcX

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.

(js)

2020-10-17 14:07:53 UTC MAIN commitmail json YAML

Give up maintainership of textprc/py-jsonrpclib-pelix

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.

(js)

2020-10-17 13:57:50 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update dependencies

I missed that some dependencies now are required in a newer version.

(js)

2020-10-17 13:54:06 UTC MAIN commitmail json YAML

doc: Updated devel/py-canonicaljson to 1.4.0

(js)

2020-10-17 13:53:55 UTC MAIN commitmail json YAML

Update devel/py-canonicaljson to 1.4.0

Version 1.4.0 released 2020-09-03

* Fix producing non-standard JSON for Infinity, -Infinity, and NaN. This could
  cause errors when encoding objects into canonical JSON that previously used to
  work, but were incompatible with JSON implementations in other languages.
* Use UTF-8 to fix ASCII encoding errors when data containing Unicode was
  attempted to be pretty-printed.

(js)

2020-10-17 13:49:34 UTC MAIN commitmail json YAML

git-delta, ripgrep

(maya)

2020-10-17 13:48:54 UTC MAIN commitmail json YAML

ripgrep: update to 12.1.1, fix pkglint warning.

(Note: we are not including the docs. Maybe we should...)

ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
particular, the ripgrep 12.1.0 release did not tag new releases for all of its
in-tree dependencies. As a result, ripgrep built dependencies from crates.io
would produce a different build than compiling ripgrep from source on the
12.1.0 tag. Namely, some crates like grep-cli had unreleased changes.

    BUG #1581:
    Corrects some egregious markup output in --help.
    BUG #1591:
    Mention the special $0 capture group in docs for the -r/--replace flag.
    BUG #1602:
    Fix failing test resulting from out-of-sync dependencies.

ripgrep 12.1.0 is a small minor version release that mostly includes bug fixes
and documentation improvements. This release also contains some important
notices for downstream packagers.

Notices for downstream ripgrep package maintainers:

    Fish shell completions will be removed in the ripgrep 13 release.
    See #1577
    for more details.
    ripgrep has switched from a2x to asciidoctor to generate the man page.
    If asciidoctor is not present, then ripgrep will currently fall back to
    a2x. Support for a2x will be dropped in the ripgrep 13 release.
    See #1544
    for more details.

Feature enhancements:

    FEATURE #1547:
    Support decompressing .Z files via uncompress.

Bug fixes:

    BUG #1252:
    Add a section on the --pre flag to the GUIDE.
    BUG #1339:
    Improve error message when a pattern with invalid UTF-8 is provided.
    BUG #1524:
    Note how to escape a $ when using --replace.
    BUG #1537:
    Fix match bug caused by inner literal optimization.
    BUG #1544:
    ripgrep now uses asciidoctor instead of a2x to generate its man page.
    BUG #1550:
    Substantially reduce peak memory usage when searching wide directories.
    BUG #1571:
    Add note about configuration files in --type-{add,clear} docs.
    BUG #1573:
    Fix incorrect --count-matches output when using look-around.

ripgrep 12.0.1 is a small patch release that includes a minor bug fix relating
to superfluous error messages when searching git repositories with sub-modules.
This was a regression introduced in the 12.0.0 release.

Bug fixes:

    BUG #1520:
    Don't emit spurious error messages in git repositories with submodules.

ripgrep 12 is a new major version release of ripgrep that contains many bug
fixes, several important performance improvements and a few minor new features.

In a near future release, I am hoping to add an
indexing feature
to ripgrep, which will dramatically speed up searching by building an index.
Feedback would very much be appreciated, especially on the user experience
which will be difficult to get right.

This release has no known breaking changes.

Deprecations:

    The --no-pcre2-unicode flag is deprecated. Instead, use the --no-unicode
    flag, which applies to both the default regex engine and PCRE2. For now,
    --no-pcre2-unicode and --pcre2-unicode are aliases to --no-unicode
    and --unicode, respectively. The --[no-]pcre2-unicode flags may be
    removed in a future release.
    The --auto-hybrid-regex flag is deprecated. Instead, use the new --engine
    flag with the auto value.

Performance improvements:

    PERF #1087:
    ripgrep is smarter when detected literals are whitespace.
    PERF #1381:
    Directory traversal is sped up with speculative ignore-file existence checks.
    PERF cd8ec38a:
    Improve inner literal detection to cover more cases more effectively.
    e.g., +Sherlock Holmes + now has Sherlock Holmes extracted instead
    of .
    PERF 6a0e0147:
    Improve literal detection when the -w/--word-regexp flag is used.
    PERF ad97e9c9:
    Improve overall performance of the -w/--word-regexp flag.

Feature enhancements:

    Added or improved file type filtering for erb, diff, Gradle, HAML, Org,
    Postscript, Skim, Slim, Slime, RPM Spec files, Typoscript, xml.
    FEATURE #1370:
    Add --include-zero flag that shows files searched without matches.
    FEATURE #1390:
    Add --no-context-separator flag that always hides context separators.
    FEATURE #1414:
    Add --no-require-git flag to allow ripgrep to respect gitignores anywhere.
    FEATURE #1420:
    Add --no-ignore-exclude to disregard rules in .git/info/exclude files.
    FEATURE #1466:
    Add --no-ignore-files flag to disable all --ignore-file flags.
    FEATURE #1488:
    Add '--engine' flag for easier switching between regex engines.
    FEATURE 75cbe88f:
    Add --no-unicode flag. This works on all supported regex engines.

Bug fixes:

    BUG #1291:
    ripgrep now works in non-existent directories.
    BUG #1319:
    Fix match bug due to errant literal detection.
    BUG #1335:
    Fixes a performance bug when searching plain text files with very long lines.
    This was a serious performance regression in some cases.
    BUG #1344:
    Document usage of --type all.
    BUG #1389:
    Fixes a bug where ripgrep would panic when searching a symlinked directory.
    BUG #1439:
    Improve documentation for ripgrep's automatic stdin detection.
    BUG #1441:
    Remove CPU features from man page.
    BUG #1442,
    BUG #1478:
    Improve documentation of the -g/--glob flag.
    BUG #1445:
    ripgrep now respects ignore rules from .git/info/exclude in worktrees.
    BUG #1485:
    Fish shell completions from the release Debian package are now installed to
    /usr/share/fish/vendor_completions.d/rg.fish.

(maya)

2020-10-17 13:39:45 UTC MAIN commitmail json YAML

Add git-delta 0.4.4

A viewer for git and diff output

Code evolves, and we all spend time studying diffs. Delta aims to
make this both efficient and enjoyable: it allows you to make
extensive changes to the layout and styling of diffs, as well as
allowing you to stay arbitrarily close to the default git/diff
output.

(maya)

2020-10-17 12:54:43 UTC MAIN commitmail json YAML

doc: Updated cad/gtkwave to 3.3.107

(mef)

2020-10-17 12:54:28 UTC MAIN commitmail json YAML

(cad/gtkwave) Updated 3.3.106 to 3.3.107

3.3.107 30sep20 Fix left shift overflow in cvt_fpsudec for fixed point.
                Added Find First One trace type options.
                Fixed bug in Show-Change All Highlighted.

(mef)

2020-10-17 12:29:42 UTC MAIN commitmail json YAML

doc: Updated multimedia/sickgear to 0.22.5

(js)

2020-10-17 12:29:32 UTC MAIN commitmail json YAML

Update multimedia/sickgear to 0.22.5

### 0.22.5 (2020-10-16 00:45:00 UTC)

* Fix reading scene numbers from db
* Change improve clarity of notes when config/Media Process/Failed Download Handling is enabled

### 0.22.4 (2020-10-15 13:20:00 UTC)

* Fix enable "Perform search tasks" at config/Media Providers/Options for custom RSS
* Fix remove enable_scheduled_backlog as it is not appropriate for custom RSS
* Fix if no anime release group parsed, provider id is used to prevent skipping result
* Fix if no anime season is parsed, assume season 1 to prevent skipping result
* Change add some anime quality recognition to assist search

### 0.22.3 (2020-10-14 15:00:00 UTC)

* Fix use qualities saved as default during Add Show to set up qualities in Bulk Change
* Fix add manual indents to Quality dropdown select that browsers removed from CSS styles
* Change allow Python 3.9.0
* Fix English flag

### 0.22.2 (2020-09-25 09:00:00 UTC)

* Change allow Python 3.8.6
* Fix show saved require word list to require at least one word during search

### 0.22.1 (2020-09-24 13:00:00 UTC)

* Fix rare case with import existing shows where shows are not listed due to a corrupt `.nfo` file

### 0.22.0 (2020-09-19 20:50:00 UTC)

* Add menu Shows/"Metacritic Cards"
* Add menu Shows/"TV Calendar Cards"
* Add country and language to Shows/"Trakt Cards"
* Add persistence to views of Shows/Browse Cards
* Change make web UI calls async so that, for example, process media will not block page requests
* Change improve speed of backlog overview
* Fix the missing snatched low quality on backlog overview
* Fix print trace to webinterface
* Fix creating show list when there is no list at the cycle of backlog search spread
* Change improve Python performance of handling core objects
* Change improve performance for find_show_by_id
* Change episode overview, move pulldown from 'Set/Failed' to 'Override/Failed'
* Change add rarfile_py3 3.1 (a4202ca)
* Change backport rarfile_py2; Fixes for multivolume RAR3 with encrypted headers
* Update Apprise 0.8.0 (6aa52c3) to 0.8.5 (55a2edc)
* Update attr 19.2.0.dev0 (daf2bc8) to 20.1.0.dev0 (4bd6827)
* Update Beautiful Soup 4.8.1 (r540) to 4.8.2 (r559)
* Update Certifi 2019.06.16 (84dc766) to 2020.06.20 (f7e30d8)
* Update dateutil 2.8.1 (fc9b162) to 2.8.1 (43b7838)
* Update DiskCache library 4.0.0 (2c79bb9) to 4.1.0 (b0451e0)
* Update feedparser 6.0.0b1 (d12d3bd) to feedparser_py2 6.0.0b3 (7e255f0)
* Add feedparser_py3 6.0.0b3 (7e255f0)
* Update Fuzzywuzzy 0.17.0 (0cfb2c8) to 0.18.0 (2188520)
* Update html5lib 1.1-dev (4b22754) to 1.1 (f87487a)
* Update idna library 2.8 (032fc55) to 2.9 (1233a73)
* Update isotope library 3.0.1 (98ba374) to 3.0.6 (ad00807)
* Update functools_lru_cache 1.5 (21e85f5) to 1.6.1 (2dc65b5)
* Update MsgPack 0.6.1 (05ff11d) to 1.0.0 (fa7d744)
* Update profilehooks module 1.11.0 (e17f378) to 1.11.2 (d72cc2b)
* Update PySocks 1.7.0 (91dcdf0) to 1.7.1 (c2fa43c)
* Update Requests library 2.22.0 (3d968ff) to 2.24.0 (1b41763)
* Update Six compatibility library 1.13.0 (ec58185) to 1.15.0 (c0be881)
* Update soupsieve_py3 2.0.0.dev (69194a2) to 2.0.0.final (e66c311)
* Update soupsieve_py2 1.9.5 (6a38398) to 1.9.6 final (f9c96ec)
* Update tmdbsimple 2.2.0 (ff17893) to 2.2.6 (310d933)
* Update Tornado_py3 Web Server 6.0.3 (ff985fe) to 6.0.4 (b4e39e5)
* Update urllib3 release 1.25.6 (4a6c288) to 1.25.9 (a5a45dc)
* Add Telegram notifier
* Change enable image caching on browse pages
* Change update sceneNameCache after scene names are updated
* Change add core dedicated base class tvinfo_base to unify future info sources
* Add exclude ignore words and exclude required words to settings/Search, Edit and View show
* Add API response field `global exclude ignore` to sg.listignorewords endpoint
* Add API response field `global exclude require` to sg.listrequirewords endpoint
* Change improve Popen resource usage under py2
* Add overall failure monitoring to History/Connect fails (renamed from "Provider fails")
* Change log exception during updateCache in newznab
* Change make Py3.9 preparations
* Change anime "Available groups" to display "No groups listed..." when API is fine with no results instead of blank
* Change improve clarity of anime group lists by using terms Allow list and Block list
* Change add alternative locations for git.exe on Windows with a log warning
* Add link to the wiki setup guide for NZBGet and SABnzbd at Search Settings/"NZB Results"
* Change API version to 13

### 0.21.49 (2020-09-19 20:40:00 UTC)

* Change make make test_encrypt hardware independent
* Fix add `cf_clearance` to two providers that use CF IUAM, Scenetime and Torrenting
* Change convert Scenetime Quicktime SD release titles to formal SD quality title

### 0.21.48 (2020-09-18 21:00:00 UTC)

* Change typo on search_episode_subtitles when subtitles are disabled
* Fix enabled encrypt option on startup under py3

### 0.21.47 (2020-09-17 16:10:00 UTC)

* Change add warning to logs for enabled providers where `cf_clearance` cookie is missing
* Fix backlog search in season search mode
* Fix don't search if subtitles disabled

### 0.21.46 (2020-09-16 20:00:00 UTC)

* Fix TorrentDay and IPTorrents. Important: user must add browser cookie `cf_clearance` to provider 'Cookies' setting.
  If `cf_clearance` not found in browser, log out, delete site cookies, refresh browser, `cf_clearance` will be created.

(js)

2020-10-17 11:42:48 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.21.2

(js)

2020-10-17 11:42:35 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.21.2

Synapse 1.21.2 (2020-10-15)
===========================

Debian packages and Docker images have been rebuilt using the latest versions of dependency libraries, including authlib 0.15.1. Please see bugfixes below.

Security advisory
-----------------

* HTML pages served via Synapse were vulnerable to cross-site scripting (XSS)
  attacks. All server administrators are encouraged to upgrade.
  ([\#8444](https://github.com/matrix-org/synapse/pull/8444))
  ([CVE-2020-26891](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26891))

  This fix was originally included in v1.21.0 but was missing a security advisory.

  This was reported by [Denis Kasak](https://github.com/dkasak).

Bugfixes
--------

- Fix rare bug where sending an event would fail due to a racey assertion. ([\#8530](https://github.com/matrix-org/synapse/issues/8530))
- An updated version of the authlib dependency is included in the Docker and Debian images to fix an issue using OpenID Connect. See [\#8534](https://github.com/matrix-org/synapse/issues/8534) for details.

Synapse 1.21.1 (2020-10-13)
===========================

This release fixes a regression in v1.21.0 that prevented debian packages from being built.
It is otherwise identical to v1.21.0.

Synapse 1.21.0 (2020-10-12)
===========================

No significant changes since v1.21.0rc3.

As [noted in
v1.20.0](https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22),
a future release will drop support for accessing Synapse's
[Admin API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api) under the
`/_matrix/client/*` endpoint prefixes. At that point, the Admin API will only
be accessible under `/_synapse/admin`.

Synapse 1.21.0rc3 (2020-10-08)
==============================

Bugfixes
--------

- Fix duplication of events on high traffic servers, caused by PostgreSQL `could not serialize access due to concurrent update` errors. ([\#8456](https://github.com/matrix-org/synapse/issues/8456))

Internal Changes
----------------

- Add Groovy Gorilla to the list of distributions we build `.deb`s for. ([\#8475](https://github.com/matrix-org/synapse/issues/8475))

Synapse 1.21.0rc2 (2020-10-02)
==============================

Features
--------

- Convert additional templates from inline HTML to Jinja2 templates. ([\#8444](https://github.com/matrix-org/synapse/issues/8444))

Bugfixes
--------

- Fix a regression in v1.21.0rc1 which broke thumbnails of remote media. ([\#8438](https://github.com/matrix-org/synapse/issues/8438))
- Do not expose the experimental `uk.half-shot.msc2778.login.application_service` flow in the login API, which caused a compatibility problem with Element iOS. ([\#8440](https://github.com/matrix-org/synapse/issues/8440))
- Fix malformed log line in new federation "catch up" logic. ([\#8442](https://github.com/matrix-org/synapse/issues/8442))
- Fix DB query on startup for negative streams which caused long start up times. Introduced in [\#8374](https://github.com/matrix-org/synapse/issues/8374). ([\#8447](https://github.com/matrix-org/synapse/issues/8447))

Synapse 1.21.0rc1 (2020-10-01)
==============================

Features
--------

- Require the user to confirm that their password should be reset after clicking the email confirmation link. ([\#8004](https://github.com/matrix-org/synapse/issues/8004))
- Add an admin API `GET /_synapse/admin/v1/event_reports` to read entries of table `event_reports`. Contributed by @dklimpel. ([\#8217](https://github.com/matrix-org/synapse/issues/8217))
- Consolidate the SSO error template across all configuration. ([\#8248](https://github.com/matrix-org/synapse/issues/8248), [\#8405](https://github.com/matrix-org/synapse/issues/8405))
- Add a configuration option to specify a whitelist of domains that a user can be redirected to after validating their email or phone number. ([\#8275](https://github.com/matrix-org/synapse/issues/8275), [\#8417](https://github.com/matrix-org/synapse/issues/8417))
- Add experimental support for sharding event persister. ([\#8294](https://github.com/matrix-org/synapse/issues/8294), [\#8387](https://github.com/matrix-org/synapse/issues/8387), [\#8396](https://github.com/matrix-org/synapse/issues/8396), [\#8419](https://github.com/matrix-org/synapse/issues/8419))
- Add the room topic and avatar to the room details admin API. ([\#8305](https://github.com/matrix-org/synapse/issues/8305))
- Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. ([\#8306](https://github.com/matrix-org/synapse/issues/8306))
- Add `uk.half-shot.msc2778.login.application_service` login type to allow appservices to login. ([\#8320](https://github.com/matrix-org/synapse/issues/8320))
- Add a configuration option that allows existing users to log in with OpenID Connect. Contributed by @BBBSnowball and @OmmyZhang. ([\#8345](https://github.com/matrix-org/synapse/issues/8345))
- Add prometheus metrics for replication requests. ([\#8406](https://github.com/matrix-org/synapse/issues/8406))
- Support passing additional single sign-on parameters to the client. ([\#8413](https://github.com/matrix-org/synapse/issues/8413))
- Add experimental reporting of metrics on expensive rooms for state-resolution. ([\#8420](https://github.com/matrix-org/synapse/issues/8420))
- Add experimental prometheus metric to track numbers of "large" rooms for state resolutiom. ([\#8425](https://github.com/matrix-org/synapse/issues/8425))
- Add prometheus metrics to track federation delays. ([\#8430](https://github.com/matrix-org/synapse/issues/8430))

Bugfixes
--------

- Fix a bug in the media repository where remote thumbnails with the same size but different crop methods would overwrite each other. Contributed by @deepbluev7. ([\#7124](https://github.com/matrix-org/synapse/issues/7124))
- Fix inconsistent handling of non-existent push rules, and stop tracking the `enabled` state of removed push rules. ([\#7796](https://github.com/matrix-org/synapse/issues/7796))
- Fix a longstanding bug when storing a media file with an empty `upload_name`. ([\#7905](https://github.com/matrix-org/synapse/issues/7905))
- Fix messages not being sent over federation until an event is sent into the same room. ([\#8230](https://github.com/matrix-org/synapse/issues/8230), [\#8247](https://github.com/matrix-org/synapse/issues/8247), [\#8258](https://github.com/matrix-org/synapse/issues/8258), [\#8272](https://github.com/matrix-org/synapse/issues/8272), [\#8322](https://github.com/matrix-org/synapse/issues/8322))
- Fix a longstanding bug where files that could not be thumbnailed would result in an Internal Server Error. ([\#8236](https://github.com/matrix-org/synapse/issues/8236), [\#8435](https://github.com/matrix-org/synapse/issues/8435))
- Upgrade minimum version of `canonicaljson` to version 1.4.0, to fix an unicode encoding issue. ([\#8262](https://github.com/matrix-org/synapse/issues/8262))
- Fix longstanding bug which could lead to incomplete database upgrades on SQLite. ([\#8265](https://github.com/matrix-org/synapse/issues/8265))
- Fix stack overflow when stderr is redirected to the logging system, and the logging system encounters an error. ([\#8268](https://github.com/matrix-org/synapse/issues/8268))
- Fix a bug which cause the logging system to report errors, if `DEBUG` was enabled and no `context` filter was applied. ([\#8278](https://github.com/matrix-org/synapse/issues/8278))
- Fix edge case where push could get delayed for a user until a later event was pushed. ([\#8287](https://github.com/matrix-org/synapse/issues/8287))
- Fix fetching malformed events from remote servers. ([\#8324](https://github.com/matrix-org/synapse/issues/8324))
- Fix `UnboundLocalError` from occuring when appservices send a malformed register request. ([\#8329](https://github.com/matrix-org/synapse/issues/8329))
- Don't send push notifications to expired user accounts. ([\#8353](https://github.com/matrix-org/synapse/issues/8353))
- Fix a regression in v1.19.0 with reactivating users through the admin API. ([\#8362](https://github.com/matrix-org/synapse/issues/8362))
- Fix a bug where during device registration the length of the device name wasn't limited. ([\#8364](https://github.com/matrix-org/synapse/issues/8364))
- Include `guest_access` in the fields that are checked for null bytes when updating `room_stats_state`. Broke in v1.7.2. ([\#8373](https://github.com/matrix-org/synapse/issues/8373))
- Fix theoretical race condition where events are not sent down `/sync` if the synchrotron worker is restarted without restarting other workers. ([\#8374](https://github.com/matrix-org/synapse/issues/8374))
- Fix a bug which could cause errors in rooms with malformed membership events, on servers using sqlite. ([\#8385](https://github.com/matrix-org/synapse/issues/8385))
- Fix "Re-starting finished log context" warning when receiving an event we already had over federation. ([\#8398](https://github.com/matrix-org/synapse/issues/8398))
- Fix incorrect handling of timeouts on outgoing HTTP requests. ([\#8400](https://github.com/matrix-org/synapse/issues/8400))
- Fix a regression in v1.20.0 in the `synapse_port_db` script regarding the `ui_auth_sessions_ips` table. ([\#8410](https://github.com/matrix-org/synapse/issues/8410))
- Remove unnecessary 3PID registration check when resetting password via an email address. Bug introduced in v0.34.0rc2. ([\#8414](https://github.com/matrix-org/synapse/issues/8414))

Improved Documentation
----------------------

- Add `/_synapse/client` to the reverse proxy documentation. ([\#8227](https://github.com/matrix-org/synapse/issues/8227))
- Add note to the reverse proxy settings documentation about disabling Apache's mod_security2. Contributed by Julian Fietkau (@jfietkau). ([\#8375](https://github.com/matrix-org/synapse/issues/8375))
- Improve description of `server_name` config option in `homserver.yaml`. ([\#8415](https://github.com/matrix-org/synapse/issues/8415))

Deprecations and Removals
-------------------------

- Drop support for `prometheus_client` older than 0.4.0. ([\#8426](https://github.com/matrix-org/synapse/issues/8426))

Internal Changes
----------------

- Fix tests on distros which disable TLSv1.0. Contributed by @danc86. ([\#8208](https://github.com/matrix-org/synapse/issues/8208))
- Simplify the distributor code to avoid unnecessary work. ([\#8216](https://github.com/matrix-org/synapse/issues/8216))
- Remove the `populate_stats_process_rooms_2` background job and restore functionality to `populate_stats_process_rooms`. ([\#8243](https://github.com/matrix-org/synapse/issues/8243))
- Clean up type hints for `PaginationConfig`. ([\#8250](https://github.com/matrix-org/synapse/issues/8250), [\#8282](https://github.com/matrix-org/synapse/issues/8282))
- Track the latest event for every destination and room for catch-up after federation outage. ([\#8256](https://github.com/matrix-org/synapse/issues/8256))
- Fix non-user visible bug in implementation of `MultiWriterIdGenerator.get_current_token_for_writer`. ([\#8257](https://github.com/matrix-org/synapse/issues/8257))
- Switch to the JSON implementation from the standard library. ([\#8259](https://github.com/matrix-org/synapse/issues/8259))
- Add type hints to `synapse.util.async_helpers`. ([\#8260](https://github.com/matrix-org/synapse/issues/8260))
- Simplify tests that mock asynchronous functions. ([\#8261](https://github.com/matrix-org/synapse/issues/8261))
- Add type hints to `StreamToken` and `RoomStreamToken` classes. ([\#8279](https://github.com/matrix-org/synapse/issues/8279))
- Change `StreamToken.room_key` to be a `RoomStreamToken` instance. ([\#8281](https://github.com/matrix-org/synapse/issues/8281))
- Refactor notifier code to correctly use the max event stream position. ([\#8288](https://github.com/matrix-org/synapse/issues/8288))
- Use slotted classes where possible. ([\#8296](https://github.com/matrix-org/synapse/issues/8296))
- Support testing the local Synapse checkout against the [Complement homeserver test suite](https://github.com/matrix-org/complement/). ([\#8317](https://github.com/matrix-org/synapse/issues/8317))
- Update outdated usages of `metaclass` to python 3 syntax. ([\#8326](https://github.com/matrix-org/synapse/issues/8326))
- Move lint-related dependencies to package-extra field, update CONTRIBUTING.md to utilise this. ([\#8330](https://github.com/matrix-org/synapse/issues/8330), [\#8377](https://github.com/matrix-org/synapse/issues/8377))
- Use the `admin_patterns` helper in additional locations. ([\#8331](https://github.com/matrix-org/synapse/issues/8331))
- Fix test logging to allow braces in log output. ([\#8335](https://github.com/matrix-org/synapse/issues/8335))
- Remove `__future__` imports related to Python 2 compatibility. ([\#8337](https://github.com/matrix-org/synapse/issues/8337))
- Simplify `super()` calls to Python 3 syntax. ([\#8344](https://github.com/matrix-org/synapse/issues/8344))
- Fix bad merge from `release-v1.20.0` branch to `develop`. ([\#8354](https://github.com/matrix-org/synapse/issues/8354))
- Factor out a `_send_dummy_event_for_room` method. ([\#8370](https://github.com/matrix-org/synapse/issues/8370))
- Improve logging of state resolution. ([\#8371](https://github.com/matrix-org/synapse/issues/8371))
- Add type annotations to `SimpleHttpClient`. ([\#8372](https://github.com/matrix-org/synapse/issues/8372))
- Refactor ID generators to use `async with` syntax. ([\#8383](https://github.com/matrix-org/synapse/issues/8383))
- Add `EventStreamPosition` type. ([\#8388](https://github.com/matrix-org/synapse/issues/8388))
- Create a mechanism for marking tests "logcontext clean". ([\#8399](https://github.com/matrix-org/synapse/issues/8399))
- A pair of tiny cleanups in the federation request code. ([\#8401](https://github.com/matrix-org/synapse/issues/8401))
- Add checks on startup that PostgreSQL sequences are consistent with their associated tables. ([\#8402](https://github.com/matrix-org/synapse/issues/8402))
- Do not include appservice users when calculating the total MAU for a server. ([\#8404](https://github.com/matrix-org/synapse/issues/8404))
- Typing fixes for `synapse.handlers.federation`. ([\#8422](https://github.com/matrix-org/synapse/issues/8422))
- Various refactors to simplify stream token handling. ([\#8423](https://github.com/matrix-org/synapse/issues/8423))
- Make stream token serializing/deserializing async. ([\#8427](https://github.com/matrix-org/synapse/issues/8427))

(js)

2020-10-17 08:36:35 UTC MAIN commitmail json YAML

doc: Updated mail/swaks to 20201014.0

(schmonz)

2020-10-17 08:36:26 UTC MAIN commitmail json YAML

Update to 20201014.0. From the changelog:

Notable bugs fixed:
- Last release introduced a bug where Date: headers were localized,
  which is against RFC. Further, that localization then broke character
  rendering in some locales. A new fix for the original issue (#17) was
  put in place, which no longer localizes the Date: header and fixes the
  newly introduced rendering issue (#25)
- Last release introduced a bug which prevented 窶菟rotect-prompt from
  working. This is now fixed (#26)

(schmonz)

2020-10-17 07:42:36 UTC MAIN commitmail json YAML

doc: Updated textproc/oniguruma to 6.9.6rc3

(kim)

2020-10-17 07:42:23 UTC MAIN commitmail json YAML

oniguruma: update to 6.9.6rc3

Changes since 6.9.6rc2:
- Fix a binary compatibility issue (missing `reg_number_of_names' symbol)
- Fix a build issue using msys2 and mingw64 on Windows 10

(kim)

2020-10-17 07:22:15 UTC MAIN commitmail json YAML

2020-10-17 05:25:46 UTC MAIN commitmail json YAML

(inputmethod/ibus) Fix recent bulkbuild error, Cannot convert from `void Extension...

extension.vala:54.37-54.56: error: Argument 7:
Cannot convert from `void ExtensionGtk.bus_name_acquired_cb
(GLib.DBusConnection, string, string, string, string, GLib.Variant)'
to `void GLib.DBusSignalCallback
(GLib.DBusConnection, string?, string, string, string, GLib.Variant)'
                                    bus_name_acquired_cb);

See
    3  2020-10-17 13:37  git clone https://github.com/ibus/ibus.git
    4  2020-10-17 13:38  cd ibus/
    5  2020-10-17 13:38  git show dd4cc5b028c35f9bb8f

Information provided from @tristelo of Twitter, thanks

(mef)

2020-10-16 22:34:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/libcap to 2.44

(mcf)

2020-10-16 22:33:49 UTC MAIN commitmail json YAML

libcap: update to 2.44

Set prefix variable in MAKE_FLAGS so that the *.pc files use the
correct paths.

Use gsed tool since -i flag is used during build.

Disable Go library.

Skip portability check of contrib/pcaps4server; it is not installed
or used during build.

Upstream release notes:
https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.bkhhw1fow1su

(mcf)

2020-10-16 16:31:44 UTC MAIN commitmail json YAML

2020-10-16 15:31:22 UTC MAIN commitmail json YAML

With the missing pieces -> cups-base 2.3.3nb7

(prlw1)

2020-10-16 15:29:25 UTC MAIN commitmail json YAML

cups-base: build ippfind in the (on by default) dnssd case, not just avahi.
missing pieces - thanks wiz!

(prlw1)

2020-10-16 15:17:38 UTC MAIN commitmail json YAML

doc: Updated print/cups-filters to 1.28.5

(prlw1)

2020-10-16 15:17:08 UTC MAIN commitmail json YAML

Update cups-filters to 1.28.5

CHANGES IN V1.28.5

      - cups-browsed: UUID from IPP response was used after its
        pointer was freed by ippDelete() (Pull request #311).

CHANGES IN V1.28.4

      - driverless: Avoid duplicate PPD list entries from the same
          device via UUID
      - driverless: Reduce ippfind calls by "driverless" and
        "driverless-fax"called by CUPS. Let "driverless list" list
        both print and fax PPDs and "driverless-fax list" do
        nothing.
      - driverless: Avoid duplicate listings in printer discovery,
        by "driverless-fax" not listing any URI as "driverless"
        lists them all already.
      - driverless: Vastly improve performance by doing only one
        ippfind call instead of two (IPP, IPPS) as ippfind accepts
        more than one reg type on the command line.
      - Sample PPDs: Corrected manufacturer name in
        Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd.

CHANGES IN V1.28.3

      - libcupsfilters, cups-browsed: Fixed inconsistency between
        resolvers for DNS-SD-based URIs, resolve_uri() and
        ippfind_based_uri_converter(). Now both return a freeable
        string.
      - libcupsfilters: Fix uninitialized buffer and parsing ippfind
        output in ippfind_based_uri_converter() function (Issue
        #308, Pull request #309).

(prlw1)

2020-10-16 15:11:35 UTC MAIN commitmail json YAML

doc: Updated print/cups-base to 2.3.3nb6

(prlw1)

2020-10-16 15:11:13 UTC MAIN commitmail json YAML

cups-base: build ippfind in the (on by default) dnssd case, not just avahi.

(prlw1)

2020-10-16 11:46:39 UTC MAIN commitmail json YAML

For GCC9, add -Wno-error=format-overflow -Wno-error=stringop-truncation to
fix build.

(rin)

2020-10-16 11:35:09 UTC MAIN commitmail json YAML

doc: Updated finance/gnucash-docs to 4.2

(wiz)

2020-10-16 11:35:00 UTC MAIN commitmail json YAML

gnucash-docs: update to 4.2.

4.2    - 27 Spetember 2020
        o Add HTML target to CMakeLists to support macOS bundles.

(wiz)

2020-10-16 10:33:38 UTC MAIN commitmail json YAML

doc: Updated net/tinydyndns to 0.4.2nb1

(schmonz)

2020-10-16 10:33:29 UTC MAIN commitmail json YAML

Since the DNS service is tinydns(8), add dependency on djbdns. Since the
POP3 service doesn't need qmail-pop3d(8), just qmail-popup(8) -- or the
equivalent authup(8) -- tighten qmail dependency to qmail-acceptutils.
Bump PKGREVISION.

(schmonz)

2020-10-16 09:42:01 UTC MAIN commitmail json YAML

Remove a stray dot missed in previous.

(schmonz)

2020-10-16 09:28:26 UTC MAIN commitmail json YAML

doc: Updated net/djbdns-run to 20201016

(schmonz)

2020-10-16 09:28:15 UTC MAIN commitmail json YAML

For DNS Flag Day 2020, suggest enabling axfrdns along with tinydns. Let
the admin set axfrdns_ip distinctly from tinydns_ip, keeping the same
default. Fix an outdated comment. Bump version.

(schmonz)

2020-10-16 07:44:23 UTC MAIN commitmail json YAML

py-gcs-boto-plugin and py-gsutil updates

(bsiegert)

2020-10-16 07:43:01 UTC MAIN commitmail json YAML

doc: Updated chat/mumble to 1.3.3

(nia)

2020-10-16 07:42:48 UTC MAIN commitmail json YAML

mumble: Update to 1.3.3

pkgsrc changes:

- Fixed device iteration on NetBSD
- Fixed the portaudio option
- Added a jack option

Client

Fixed: Chatbox invisble (zero height)
Fixed: Handling of invalid packet sizes
Fixed: Race-condition leading to loss of shortcuts
Fixed: Link in About dialog is now clickable again
Fixed: Sizing issues in ACL-Editor
Improved: PulseAudio now always samples at 48 kHz

Server

Fixed: Crash due to problems when using PostgreSQL
Fixed: Handling of invalid package sizes

(nia)

2020-10-16 07:41:10 UTC MAIN commitmail json YAML

Update py-gsutil to 4.53.

Release 4.53 (release date: 2020-08-19)
======================================
Bug Fixes
------------------
- Remove socksipy dependency to fix proxy authentication
- Retry on errors relating to region specification for S3

Other Changes
------------------
- Prompt Daisy chain users to try STS
- Add new IAM types, and disable URL parsing for  IAM b/c it has subcommands.
- Many text updates and clarifications.

(bsiegert)

2020-10-16 07:00:57 UTC MAIN commitmail json YAML

Update py-gcs-oauth2-boto-plugin to 2.7.

No longer depends on SocksiPy-branch.

(bsiegert)

2020-10-16 06:21:13 UTC MAIN commitmail json YAML

xfce4-wm: Add hack to let this build on NetBSD 8.

(nia)

2020-10-15 23:32:07 UTC MAIN commitmail json YAML

gettext-lib: fix built-in gettext detection on musl

Some packages, for example GNU sed, still use old versions of
gettext.m4 (serial 67 or older) despite having recent releases.

These versions of gettext.m4 fail to detect gettext on musl, which
has gettext built-in to libc. While there is some logic in
gettext-lib/builtin.mk for this situation, it only covers the case
where libintl is separate from libc. To fix this, set the corresponding
configure variables when gettext is built-in to libc.

(mcf)

2020-10-15 23:30:04 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20201014

(gdt)

2020-10-15 23:29:56 UTC MAIN commitmail json YAML

chirp: Update to 20201014

upstream: minor improvements

(gdt)

2020-10-15 20:26:35 UTC MAIN commitmail json YAML

don't force-include pulseaudio, let it come from options.mk.

(mrg)

2020-10-15 20:22:56 UTC MAIN commitmail json YAML

doc: Updated net/py-paho-mqtt to 1.5.1

(gdt)

2020-10-15 20:22:48 UTC MAIN commitmail json YAML

net/py-paho-mqtt: Update to 1.5.1

Upstream changes: bugfixes

(gdt)

2020-10-15 19:22:44 UTC MAIN commitmail json YAML

doc: Updated textproc/hfstospell to 0.5.2

(bsiegert)

2020-10-15 19:22:23 UTC MAIN commitmail json YAML

Update hfstospell to 0.5.2.

No changelog from upstream.

(bsiegert)

2020-10-15 16:35:01 UTC MAIN commitmail json YAML

doc: Updated print/foliate to 2.5.0

(fox)

2020-10-15 16:27:31 UTC MAIN commitmail json YAML

doc: Updated www/apache-tomcat7 to 7.0.106

(otis)

2020-10-15 16:27:21 UTC MAIN commitmail json YAML

www/apache-tomcat7: Update to 7.0.106

Brief changes for 7.0.16:
- Pre-load the CoyoteOutputStream class to prevent a potential
  exception when running under a security manager. Patch provided by Johnathan
  Gilday. (markt)
- Refactor the Default servlet to provide a single method that can be
  overridden (generateETag()) should a custom entity tag format be required.
  (markt)
- Improve the validation of entity tags provided with conditional
  requests. Requests with headers that contain invalid entity tags will be
  rejected with a 400 response code. Improve the matching algorithm used to
  compare entity tags in conditional requests with the entity tag for the
  requested resource. Based on a pull request by Sergey Ponomarev. (markt)
- Deprecate the JDBCRealm. (markt)

Full changelog is available at:
https://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Also CONFLICTS have been adjusted.

(otis)

2020-10-15 16:16:35 UTC MAIN commitmail json YAML

doc: Updated www/apache-tomcat85 to 8.5.59

(otis)

2020-10-15 16:16:24 UTC MAIN commitmail json YAML

www/apache-tomcat85: Update to 8.5.58

Changes for 8.5.59:
  - Refactor the handling of closed HTTP/2 streams to reduce the heap usage
    associated with used streams and to retain information for more streams in
    the priority tree.
  - Deprecate the JDBCRealm.
  - Ensure that none of the methods on a ServletContext instance always fail
    when running under a SecurityManager.

Full changelog is available at:
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.59_(markt)

Also CONFLICTS have been adjusted.

(otis)

2020-10-15 16:12:50 UTC MAIN commitmail json YAML

doc: Updated www/apache-tomcat9 to 9.0.39

(otis)

2020-10-15 16:12:22 UTC MAIN commitmail json YAML

www/apache-tomcat9: Update to 9.0.39

Changes for 9.0.39:
  - Refactor the handling of closed HTTP/2 streams to reduce the heap usage
    associated with used streams and to retain information for more streams in
    the priority tree.
  - Allow using the utility executor for annotation scanning.
  - Add a bloom filter to speed up archive lookup and improve deployment speed
    of applications with a large number of JARs.

Full changelog is available at:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.39

Also CONFLICTS have been adjusted.

(otis)

2020-10-15 16:10:24 UTC MAIN commitmail json YAML

print/foliate: Updates to 2.5.0

Changes since 2.4.2:

Changes:

  * Improved support for touch screen (#591)
  * OPDS credentials can now be remembered (#569)
  * Various fixes for GNOME 3.38 (#548, #603, #608)
  * Fixed Wiktionary internal links (#577)
  * Added Basque (#579), Korean (#604), and Norwegian (#574, #575) translations

(fox)

2020-10-15 15:00:57 UTC MAIN commitmail json YAML

seamonkey-l10n: Revert accidental removal of dependency

(nia)

2020-10-15 13:54:13 UTC MAIN commitmail json YAML

Updated finance/py-stripe, security/py-authlib, www/py-nbformat, databases/py-alembic

(adam)

2020-10-15 13:53:46 UTC MAIN commitmail json YAML

py-alembic: updated to 1.4.3

1.4.3
bug

[bug] [batch] [sqlite]
Added support to drop named CHECK constraints that are specified as part of a column, rather than table wide. Previously, only constraints associated with the table were considered.

[bug] [mysql] [ops]
Fixed issue where the MySQL dialect would not correctly render the server default of a column in an alter operation, if the operation were programmatically generated from an autogenerate pass as it would not accommodate for the full structure of the DefaultClause construct.

[bug] [batch] [sqlite]
Fixed issue where the CAST applied to a JSON column when copying a SQLite table during batch mode would cause the data to be lost, as SQLite’s CAST with JSON appears to convert the data to the value “0”. The CAST is now skipped in a dialect-specific manner, including for JSON columns on SQLite. Pull request courtesy Sebastián Ramírez.

[bug] [commands]
The alembic current command no longer creates an alembic_version table in the database if one does not exist already, returning no version as the current version. This allows checking for migrations in parallel without introducing race conditions. Pull request courtesy Nikolay Edigaryev.

[bug] [batch]
Fixed issue where columns in a foreign-key referenced table would be replaced with null-type columns during a batch operation; while this did not generally have any side effects, it could theoretically impact a batch operation that also targets that table directly and also would interfere with future changes to the .append_column() method to disallow implicit replacement of columns.

[bug] [mssql]
Fixed issue where the mssql_drop_foreign_key=True flag on op.drop_column would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Pull request courtesy Oleg Shigorin.

(adam)

2020-10-15 13:49:22 UTC MAIN commitmail json YAML

py-nbformat: updated to 5.0.8

5.0.8
- Add optional support for using `fastjsonschema` as the JSON validation library.
  To enable fast validation, install `fastjsonschema` and set the environment
  variable `NBFORMAT_VALIDATOR` to the value `fastjsonschema`.

(adam)

2020-10-15 13:46:35 UTC MAIN commitmail json YAML

py-authlib: updated to 0.15.1

Version 0.15.1
Backward compitable fix for using JWKs in JWT

(adam)

2020-10-15 13:44:39 UTC MAIN commitmail json YAML

py-stripe: updated to 2.55.0

2.55.0:
Add support for the Payout Reverse API

(adam)

2020-10-15 13:09:20 UTC MAIN commitmail json YAML

doc: Updated lang/go115 to 1.15.3

(bsiegert)

2020-10-15 13:08:34 UTC MAIN commitmail json YAML

2020-10-15 12:43:34 UTC MAIN commitmail json YAML

Update go115 to 1.15.3.

go1.15.2 (released 2020/09/09) includes fixes to the compiler, runtime,
documentation, the go command, and the net/mail, os, sync, and testing
packages. See the Go 1.15.2 milestone on our issue tracker for details.

go1.15.3 (released 2020/10/14) includes fixes to cgo, the compiler, runtime,
the go command, and the bytes, plugin, and testing packages. See the Go 1.15.3
milestone on our issue tracker for details.

(bsiegert)