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

2024-05-13 06:02:10 UTC Now

2021-01-14 16:11:07 UTC MAIN commitmail json YAML

doc: Updated www/libmicrohttpd to 0.9.72nb1

(wiz)

2021-01-14 16:10:57 UTC MAIN commitmail json YAML

libmicrohttpd: Reduce dependencies, and some cleanups.

As suggested by Evgeny Grin.

Bump PKGREVISION.

XXX: curl is used for tests only, but needs to be linked.
How to express this?

(wiz)

2021-01-14 15:42:44 UTC MAIN commitmail json YAML

doc: Updated mail/qmail-run to 20210114

(schmonz)

2021-01-14 15:42:36 UTC MAIN commitmail json YAML

Take steps toward running under other UCSPI-TLS server implementations:

- Set CADIR in the environment.

- Prefer a separate keyfile for TLS. If it's not present, attempt to
  generate it by copying out the private key from the certfile.

- Don't provide an affordance for overriding the compiled-in cipherlist.

- Be willing to enable TLS without a DH params file.

While here, invent control/localfilters. If it exists, it's a sequence
of filters for SMTP connections on localhost.

Bump version.

(schmonz)

2021-01-14 15:26:00 UTC MAIN commitmail json YAML

doc: Updated mail/qmail to 1.03nb50

(schmonz)

2021-01-14 15:25:23 UTC MAIN commitmail json YAML

2021-01-14 15:09:32 UTC MAIN commitmail json YAML

doc: Added www/so version 0.4.3

(pin)

2021-01-14 15:09:03 UTC MAIN commitmail json YAML

2021-01-14 15:08:16 UTC MAIN commitmail json YAML

www/so: import package

A terminal interface for the StackExchange network written in Rust.
One thing that differentiates it from similar tools (how2 and howdoi) is that it
can simultaneously search any number of sites in the StackExchange network.

(pin)

2021-01-14 15:06:09 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-yard to 0.9.26

(taca)

2021-01-14 15:05:51 UTC MAIN commitmail json YAML

textproc/ruby-yard: update to 0.9.26

0.9.26 - December 26th, 2020
* Add support for Ruby 3.0 and fix tests
* Fix support for frozen_string_literal: false magic comments (#1363)

(taca)

2021-01-14 15:03:32 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-review to 5.0.0

(taca)

2021-01-14 15:03:01 UTC MAIN commitmail json YAML

textproc/ruby-review: update to 5.0.0

Version 5.0.0 (2020-10-29)

New Features

* added cover_fit_page option to review-jsbook / review-jlreq classes.
  When cover_fit_page=true is specified in the texdocumentclass parameter,
  the cover image is scaled to paper size.  Note: it is recommended that
  the images should be created at actual size (#1534)

* allow minicolumn nesting.  Now you can put a block instruction such as
  //image or itemized list in minicolumn (//note, //memo, //tip, //info,
  //warning, //important, //caution, //notice) (#1558, #1562)

* added single commands //beginchild and //endchild for nesting
  itemized/enumerate/description list.  EXPERIMENTAL FEATURE (#1497)

Breaking Changes

* In review-jlreq.cls, hiddenfolio is now implemented by
  jlreqtrimmarkssetup.  It is slightly different from the previous version
  in position and display (#1397)

* The default value of the chapterlink parameter is now true.  Most links
  (chapter, section, image, table, list, equation, bibliography) in Web
  and EPUB are now hyperlinked.  In TeX PDF, some links (chapter, section,
  biliography) are hyperlinked only when media=ebook (#1529)

Bug Fixes

* PDFMaker: fixed a problem with multiple same-named image files with
  different extensions that would cause them to be misaligned (#1483)
* PDFMaker: fixed a problem that cuased an error when the author name
  (aut) was empty (#1517)
* PDFMaker: fixed a problem that caused an error if //indepimage's image
  file didn't exist and ID contained characters to be TeX-escaped (#1527)
* PDFMaker: fixed a problem with characters to be TeX-escaped in the
  bookttilename and aut parameters causing incorrect PDF metainformation
  (#1533)
* WebMaker: fixed to avoid nil in HTML template (#1545)
* PDFMaker: fixed a problem when hiding chapter numbers (#1559)
* MarkdownBuilder: paragraphs in minicolumn should be separated with a
  blank line instead of a newline (#1572)

Enhancements

* fix warning message to output more detailed information of item (#1523)
* PDFMaker: make @<hd> op a hyperlink (when media=ebook) (#1530)
* use cgi/escape first and cgi/util as fallback.  remove orignal
  implementation in ReVIEW::HTMLUtils.escape() (#1536)
* suppress warning with same @<icon> (#1541)
* fix an error handling when a badly encoded file is received (#1544)
* introduce IndexBuilder.  IndexBuilder first scans the entire project
  files and provides indexes for each builder (#1384, #1552)
* IDs and labels containing below characters or space characters are now
  warned (#1393, #1574)

#%\{}[]~/$'"|*?&<>`

Docs

* fix a typo in format.ja.md and format.md (#1528)
* fix incorrect example in makeindex.ja.md (#1584)

Others

* refactor code with Rubocop 0.92.0 (#1511, #1569, #1573)
* rename @strategy to @builder in Re:VIEW::Compiler (#1520)
* refactor code with Rubocop-performance 1.7.1 (#1521)
* update Gemfile in syntax-book (#1522)
* calling GhostScript in ImageMagick has been deprecated, so the test has
  been removed (#1526)
* unnecessary stderr output on some test units has been suppressed (#1538)
* add BookUnit class instead of Compilable module, the super class of
  Chapter and Part (#1543)
* ReVIEW::Book.load is deprecated, use ReVIEW::Book::Base.load or
  ReVIEW::Book::Base.new add new option :config for
  ReVIEW::Book::Base.load (#1548, #1563)
* added ReVIEW::Configure.create (#1549)
* WebMaker: removed unused clean_mathdir (#1550)
* add Base#parse_catalog_file() and use it in ReVIEW::Book::Base.new().
  Base#catalog is just getter now (#1551)
* use File.write when it can be used (#1560)
* remove Builder#builder_init() (#1564)

Contributors

* @snoozer05

(taca)

2021-01-14 14:57:57 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-redcarpet to 3.5.1

(taca)

2021-01-14 14:57:36 UTC MAIN commitmail json YAML

textproc/ruby-redcarpet: update to 3.5.1

Version 3.5.1 (Security)

* Fix a security vulnerability using :quote in combination with the
  :escape_html option.

  Reported by Johan Smits.

(taca)

2021-01-14 14:49:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-plist to 3.6.0

(taca)

2021-01-14 14:49:30 UTC MAIN commitmail json YAML

textproc/ruby-plist: update to 3.6.0

3.6.0 (2020-12-30)

New features and important changes:

* Do not indent multiline string values
  (github.com/patsplat/plist/pull/54)
* Add `Plist::UnimplementedElementError`
  (github.com/patsplat/plist/pull/51)
* Add support for text inside `<![CDATA[ … ]]>`
  (github.com/patsplat/plist/pull/49)

Housekeeping:

* Add Ruby 2.7 and 3.0 to CI (github.com/patsplat/plist/pull/55)
* add docker-compose for development (github.com/patsplat/plist/pull/47)
* Replace `require` with
  `require_relative`(github.com/patsplat/plist/pull/52)

(taca)

2021-01-14 14:46:51 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-libxml to 3.2.1

(taca)

2021-01-14 14:46:16 UTC MAIN commitmail json YAML

textproc/ruby-libxml: update to 3.2.1

== 3.2.1 / 2020-11-05

* Fix incorrect handling of encodings when using XMLWriter.io (Charlie
  Savage)
* Clean up README  (Richard Michael)

(taca)

2021-01-14 14:45:07 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-haml to 5.2.1

(taca)

2021-01-14 14:44:47 UTC MAIN commitmail json YAML

textproc/ruby-haml: update to 5.2.1

5.2.1 (2020-11-30)

* Add in improved "multiline" support for attributes #1043

5.2 (2020-09-28)

* Fix crash in the attribute optimizer when #inspect is overridden in
  TrueClass / FalseClass #972
* Do not HTML-escape templates that are declared to be plaintext #1014
  (Thanks @cesarizu)
* Class names are no longer ordered alphabetically, and now follow a new
  specification as laid out in REFERENCE #306

(taca)

2021-01-14 14:41:24 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-erubi to 1.10.0

(taca)

2021-01-14 14:41:04 UTC MAIN commitmail json YAML

textproc/ruby-erubi: update to 1.10.0

=== 1.10.0 (2020-11-13)

* Improve template parsing, mostly by reducing allocations (jeremyevans)

* Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)

* Support :literal_prefix and :literal_postfix options for how to output
  literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)

(taca)

2021-01-14 14:39:01 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-csv to 3.1.9

(taca)

2021-01-14 14:38:40 UTC MAIN commitmail json YAML

textproc/ruby-csv: update to 3.1.9

3.1.9 - 2020-11-23

Fixes
* Fixed a compatibility bug that the line to be processed by skip_lines:
  has a row separator. [GitHub#194][Reported by Josef Šimánek]

Thanks
* Josef Šimánek

3.1.8 - 2020-11-18

Improvements
* Improved documentation. [Patch by Burdette Lamar]

Thanks
* Burdette Lamar

(taca)

2021-01-14 14:36:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-asciidoctor to 2.0.12

(taca)

2021-01-14 14:36:29 UTC MAIN commitmail json YAML

textproc/ruby-asciidoctor: update to 2.0.12

2.0.12 (2020-11-10)

Summary

This is a minor patch release that fixes some regressions that were
introduced during the long release cycle of 2.0.11.  We strongly recommend
upgrading to this version instead of using 2.0.11.

Notable changes include restoring the type and target on unresolved
footnotes (so they display properly), fixing a crash when an extension set
a numeric width or height on an SVG image when using opts=inline,
resetting the word wrap behavior to normal on tables to avoid aggressive
word breaks, reverting the use of a Ruby 2.3 construct that prevented
Asciidoctor from working on CentOS, including the role on an inline image
in the DocBook output, and passing through the explicit width and height
values on an SVG image as is when using opts=inline.

Please note that it will not be possible to use Asciidoctor on Ruby < 2.3
after the 2.0.x release line.  Those versions are already unsupported.
However, since we had not yet made a change that prevented them from
working, we'll wait until 2.1.x to do so.

During this release, all the CI jobs were migrated from Travis CI to
GitHub Actions.  We also added a CI job to run the test suite on macOS.

As usual, consult the CHANGELOG for all the details.

Distributions

* RubyGem (asciidoctor)

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux,
OpenSUSE, and Homebrew.  You can use the system's package manager to
install the package named asciidoctor.

Release meta
Released on: 2020-11-10
Released by: @mojavelinux
Release beer: For the Animals: Imperial Breakfast by Alternation Brewing Company

Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)

Changelog

Bug Fixes

* Set type and target property on unresolved footnote reference and unset
  id property (fixes regression) (#3825)
* Fix crash when inlining an SVG if the explicit width or height value on
  the image node is not a string (#3829)
* Reset word wrap behavior to normal on tables, then reenable again for
  admonition content, horizontal dlist description, and AsciiDoc table
  cells (#3833)

Improvements

* Pass through role to DocBook output for inline image (#3832)

Compliance

* Defer use of Ruby >= 2.3 constructs to restore compatibility with Ruby
  2.0 until at least next minor release (#3827)
* Don't append the default px unit identifier to the explicit width or
  height value when inlining an SVG (#3829)

Build / Infrastructure

* Migrate Linux CI jobs to GitHub Actions (#3837)
* Migrate Windows CI jobs to GitHub Actions (#3839)
* Run CI job on macOS (#3842)

Credits

A very special thanks to all the awesome supporters of the Asciidoctor
OpenCollective campaign who provided critical funding for the development
of this release as well as ongoing development of the project.  We'd also
like to thank the maintainers of the Rouge project, who helped us work
through the compatibility issue with Rouge and applied a fix to restore it
ahead of our own release.

(taca)

2021-01-14 14:32:48 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.82.23

(taca)

2021-01-14 14:32:18 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.82.23

2.82.23 (2021-01-13)

* windows: fix version detection when multiple gem is installed

2.82.22 (2020-10-23)

* update is_port_listening.ps1

2.82.21 (2020-10-11)

* Add: Services check for Homebrew

2.82.20 (2020-10-10)

* ss: fix local_address format for IPv6.
* Windows: fix wrong gem version detection

(taca)

2021-01-14 14:28:55 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-listen to 3.4.0

(taca)

2021-01-14 14:28:27 UTC MAIN commitmail json YAML

sysutils/ruby-listen: update to 3.4.0

pkgsrc changes: add "USE_LANGUAGES= # none".

3.4.0 (2020-12-31)

* Issue #510: use monotonic tick count (#512) @ColinDKelley

3.3.4 (2020-12-31)

* Don't return incorrect files when there's a file whose name matches a
  dir (#526) @ghiculescu
* added correct link to help debug inotify workers error on linux (#527)
  @williamkennedy
* issue #473: use sudo sh -c so redirection works (#525) @ColinDKelley
* issue #473: update README for setting fs.inotify.max_user_watches (#522)
  @ColinDKelley
* issue #451: change windows install instructions to suggest platforms:
  instead of Gem.win_platform? (#523) @ColinDKelley
* put missing wiki content into README (#521) @ColinDKelley

3.3.3 (2020-11-30)

* Add project metadata to the gemspec (#519) @orien

3.3.2 (2020-11-28)

* Issue #504: tune .rubocop.yml and source code to make it pass all cops
  (#508) @ColinDKelley
* Fix description typo (#515) @ccouzens

3.3.1 (2020-11-13)

* issue #513: allow stop when not started (#514) @ColinDKelley

3.3.0 (2020-11-10)

New Features

* Use file size to check for modifications (#336) @marawan31
* Ignore mutagen sync temporary files (#469) @nilbus
* Add GitHub Actions for development workflow. (#485) @ioquatix
* Allow Ruby 3 (#490) @yahonda
* Add Truffleruby head to CI (#493, #507) @gogainda
* Add magic # frozen_string_literal: true comment (#494) @ColinDKelley

Bug Fixes

* Fix: Linux driver listens for :modify events again (#450) @ColinDKelley
* Fix: Track removed subdirectories (#460) @bryanlira
* Use one fsevent_watch process per listener instead of one per dir (#471)
  @ioquatix
* Wrap Listener instances in WeakRef (#477) @jonathanhefner
* Include macOS Big Sur in Adapter::Darwin#usable? (#479) @christiankn
* Fix hanging race condition (#481, #500) @ColinDKelley
* Remove Listen::Internals::ThreadPool (#483) @jonathanhefner
* Tidy up thread killing. Remove JRuby workaround. (#484) @ioquatix
* Move thread caller stack and rescue+log to a common place (#487)
  @ColinDKelley
* Unify logging through Listen.logger; add missing logger_spec (#497)
  @ColinDKelley
* Rescue and log application exceptions raised from the Listen.to callback
  so listening doesn't break in process (#505) @ColinDKelley

(taca)

2021-01-14 14:23:34 UTC MAIN commitmail json YAML

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

(adam)

2021-01-14 14:21:51 UTC MAIN commitmail json YAML

py-acme py-certbot: updated to 1.11.0

Certbot 1.11.0

Changed

We deprecated support for Python 2 in Certbot and its ACME library.
Support for Python 2 will be removed in the next planned release of Certbot.
certbot-auto was deprecated on all systems. For more information about this
change, see
https://community.letsencrypt.org/t/certbot-auto-no-longer-works-on-debian-based-systems/139702/7.
We deprecated support for Apache 2.2 in the certbot-apache plugin and it will
be removed in a future release of Certbot.

Fixed

The Certbot snap no longer loads packages installed via pip install --user. This
was unintended and DNS plugins should be installed via snap instead.
certbot-dns-google would sometimes crash with HTTP 409/412 errors when used with very large zones.
certbot-dns-google would sometimes crash with an HTTP 412 error if preexisting records had an unexpected TTL, i.e.: different than Certbot's default TTL for this plugin.
More details about these changes can be found on our GitHub repo.

(adam)

2021-01-14 14:20:57 UTC MAIN commitmail json YAML

doc: Updated sysutils/capistrano to 3.15.0

(taca)

2021-01-14 14:20:34 UTC MAIN commitmail json YAML

sysutils/capistrano: update to 3.15.0

3.15.0 (2021-01-05)

Security
* Randomize path of git wrapper script (9c92ad5)

Documentation
* Add Capistrano::Teams to 3rd Party Plugin (#2064) @danieltoader

Housekeeping
* Add latest Ruby versions to CI, including 3.0 (#2071) @mattbrictson
* Fix Bundler deprecation warning in rake features (#2063) @mattbrictson

(taca)

2021-01-14 14:17:43 UTC MAIN commitmail json YAML

doc: Updated security/ruby-gssapi to 1.3.1

(taca)

2021-01-14 14:17:06 UTC MAIN commitmail json YAML

security/ruby-gssapi: update to 1.3.1

1.3.1 (2020-11-24)

* ISSUE-12: Create mem pointer for context before gss_delete_sec_context

(taca)

2021-01-14 14:14:31 UTC MAIN commitmail json YAML

doc: Updated security/ruby-chef-vault to 4.1.0

(taca)

2021-01-14 14:14:00 UTC MAIN commitmail json YAML

security/ruby-chef-vault: update to 4.1.0

4.1.0 (2020-11-13)

Merged Pull Requests
* Fixed problem escaping string in JSON #347 (sanga1794)
* Resolve chefstyle warnings #363 (tas50)
* Optimize split_vault_keys method for large bag #364 (tas50)

4.0.12 (2020-09-28)

Merged Pull Requests

* Fixed knife vault show -F json and knife vault list -F json don't always
  output valid JSON #348 (sanga1794)

(taca)

2021-01-14 14:11:23 UTC MAIN commitmail json YAML

doc: Updated security/ruby-bcrypt_pbkdf to 1.1.0

(taca)

2021-01-14 14:10:59 UTC MAIN commitmail json YAML

security/ruby-bcrypt_pbkdf: update to 1.1.0

pkgsrc change: correct COMMENT

1.1.0 (2020-12-31)

No change log, please refer
<https://github.com/net-ssh/bcrypt_pbkdf-ruby/compare/v1.0.1...v1.1.0>
in detail.

(taca)

2021-01-14 14:03:36 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-docile to 1.3.5

(taca)

2021-01-14 14:02:47 UTC MAIN commitmail json YAML

devel/ruby-docile: update to 1.3.5

1.3.5 (Jan 13, 2021)

* Special thanks to Jochen Seeber (@jochenseeber):
  - Fix remaining delegation on Ruby 2.7 (PR #62)

* Remove support for Ruby 1.8.7 and REE, because they are no longer
  runnable on Travis CI

* Announce that continued support for any EOL Ruby versions (that is,
  versions prior to Ruby 2.5 as of Jan 13 2021) will be decided on Feb 1,
  2021 based on comments to issue #58

(taca)

2021-01-14 13:24:13 UTC MAIN commitmail json YAML

doc: Removed quake

(nia)

2021-01-14 13:23:26 UTC MAIN commitmail json YAML

2021-01-14 13:09:08 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli

(adam)

2021-01-14 13:08:48 UTC MAIN commitmail json YAML

py-awscli: updated to 1.18.214

1.18.214
api-change:frauddetector: Update frauddetector command to latest version
api-change:personalize: Update personalize command to latest version

1.18.213
api-change:elasticache: Update elasticache command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:auditmanager: Update auditmanager command to latest version
api-change:appstream: Update appstream command to latest version
api-change:ssm: Update ssm command to latest version

1.18.212
api-change:rds: Update rds command to latest version
api-change:kms: Update kms command to latest version

(adam)

2021-01-14 13:06:11 UTC MAIN commitmail json YAML

firefox: SImplify URL for PR

(ryoon)

2021-01-14 13:05:46 UTC MAIN commitmail json YAML

py-boto3: updated to 1.16.54

1.16.54
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:personalize: [botocore] Update personalize client to latest version

1.16.53
api-change:appstream: [botocore] Update appstream client to latest version
api-change:auditmanager: [botocore] Update auditmanager client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:lightsail: [botocore] Update lightsail client to latest version

1.16.52
api-change:rds: [botocore] Update rds client to latest version
api-change:kms: [botocore] Update kms client to latest version

(adam)

2021-01-14 13:04:28 UTC MAIN commitmail json YAML

py-s3transfer: updated to 0.3.4

0.3.4
enhancement:s3: Add server side encryption context into allowed list

(adam)

2021-01-14 13:03:01 UTC MAIN commitmail json YAML

py-botocore: updated to 1.19.54

1.19.54
api-change:frauddetector: Update frauddetector client to latest version
api-change:personalize: Update personalize client to latest version

1.19.53
api-change:appstream: Update appstream client to latest version
api-change:auditmanager: Update auditmanager client to latest version
api-change:ssm: Update ssm client to latest version
api-change:elasticache: Update elasticache client to latest version
api-change:lightsail: Update lightsail client to latest version

1.19.52
api-change:rds: Update rds client to latest version
api-change:kms: Update kms client to latest version

(adam)

2021-01-14 12:50:25 UTC MAIN commitmail json YAML

2021-01-14 12:25:33 UTC MAIN commitmail json YAML

(cad/klayout) Fix runtime stream format read, converted install dir.

Previous PKGREVISION did not install plugins, so that reading file may give
unsupportted format error etc. Installing more files now. Because of this
the directory is now under ${PREFIX}/lib/klayout/. The error was originally
reported from Atsushi Toyokura by personal communication, thanks.
(The problem was since 26.*, probably), PKGREVISION++.

(mef)

2021-01-14 12:19:55 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.9.0

(pin)

2021-01-14 12:19:34 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.9.0

-[info] add pyproject.toml and Pipfile parsers for pip package manager @HallerPatrick
-[language] added support for Emojicode @geeseven
-[language] added support for GraphQL @geeseven
-[misc] automate Homebrew release @erikgaal
-[language] added support for Qml @mapau
-[misc] add Yaml output and ISO 8601 date format option @kernel-sanders
-[misc] add CLI option to switch true colors on/off @spenserblack

(pin)

2021-01-14 12:18:28 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.3.0

(pin)

2021-01-14 12:18:08 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.3.0

Features:
-Show confirmation dialog before deleting queue (#227)
-Expose gapless playback config option (#369)
-Add select artist dialog when multiple artists (#375)
-Separate search and search results views (#219)
-Show screen title in "pop view" hint (#376)

Maintenance:
-Fix: Do not announce unplayable tracks via MPRIS (#349)
-Set view title for "Similar tracks"
-Fix search command and update docs (#353)
-Enable mouse scrolling in TabViews (#363)
-Fix not setting country correctly in Spotify API calls (e.g. search) (#370)
-Fix: convert duration to i64 to avoid overflow. Previously this would break
MPRIS updates when playing long podcast episodes.
-Build fix: Pin syn to 1.0.57 (#385)

(pin)

2021-01-14 12:14:06 UTC MAIN commitmail json YAML

(graphics/py-matplotlib) Add DEPENDS+= py*-certifi-[0-9]*, fixing build

(mef)

2021-01-14 12:07:53 UTC MAIN commitmail json YAML

firefox: Add PR reference

(nia)

2021-01-14 11:41:03 UTC MAIN commitmail json YAML

py-ldap: Force pkgsrc version on NetBSD where version detection fails

PR pkg/55902

(nia)

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

2021-01-14 10:19:21 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools

(adam)

2021-01-14 10:17:47 UTC MAIN commitmail json YAML

grpc: updated to 1.34.1

Release v1.34.1

This is release 1.34.1 (gauntlet) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release is a patch specifically for Python and C#, which adds three backported PRs:

Backport "Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac" to 1.34.x
Backport "Lazily import grpc_tools when using runtime stub/message generation" to 1.34.x
Backport "do not use <PublicSign>true</PublicSign> on non-windows" to 1.34.x

(adam)

2021-01-14 10:16:30 UTC MAIN commitmail json YAML

2021-01-14 10:04:15 UTC MAIN commitmail json YAML

libqtxdg: Remove some incompatible SunOS flags.

(jperkin)

2021-01-14 09:38:51 UTC MAIN commitmail json YAML

Do not mark ffmpeg MPROTECT-unsafe on i386

It's no longer necessary due to the configure script patches and
disabling assembly.

Bump PKGREVISION.

(nia)

2021-01-14 09:22:11 UTC MAIN commitmail json YAML

kwallet: Needs socket libraries.

(jperkin)

2021-01-14 08:50:02 UTC MAIN commitmail json YAML

hitori: remove patch removed from distinfo during last update

(wiz)

2021-01-14 04:06:43 UTC MAIN commitmail json YAML

2021-01-14 02:47:39 UTC MAIN commitmail json YAML

2021-01-13 22:00:10 UTC MAIN commitmail json YAML

doc: Updated editors/xournalpp to 1.0.20

(mef)

2021-01-13 21:59:59 UTC MAIN commitmail json YAML

(editors/xournalpp) Updated 1.0.18 to 1.0.20

# Changelog

## 1.0.20

More bugfixes.

* Fixed a regression with pdf files that could not be overwritten (#2355)
* Fixed page layout update after inserting or deleting a page, changing the page layout or zooming (#1777, #2346, #2411)
* Fixed incorrect rendering of pages after changing the page format (#2457)
* Fixed blocked scrolling after saving a file (#2062)
* Fixed presentation mode after startup (#2413)

## 1.0.19

More bugfixes and improvements due to help from the various community
contributors!

* Changed select object algorithm to be more intuitive
* Added ability for taps with Select Rectangle and Select Region to act like
  Select Object (#1980)
* Improved document loading speed (#2002)
* Added a `--version` command to print the Xournal++ version
* Added a `libgtk` version display to the About dialog
* Added a 16kHz sample rate to audio settings and fixed the 91kHz sample rate
  (#2092)
* Added file version check for future compatibility (#1991)
* Changed wording of new page template dialog to be less confusing (#1524)
* Fixed behavior of "Attach file to the journal" option when choosing "Annotate
  PDF" (#1725, #2106). This now allows the background PDF and the annotation files to
  be renamed and moved as long as they 1) share the same file prefix; and 2)
  share the same relative path.
* Fixed an issue where clicking the X on the replace file dialog would overwrite
  the file (#1983)
* (libcairo >= 1.16 only): Fixed PDF export crashing when the table of contents
  is empty (#2236).
* Fixed a bug where the PDF background would not update when loading a new
  document (#1964)
* Fixed plugin window causing a crash on Ubuntu 16.04
* Fixed a bug where the icon would not appear correctly on some desktop
  environments (#1892)
* Fixed inconsistent ordering of button keybindings (#1961)
* Fixed the Enter key not confirming PDF export settings (#1977)
* Fixed exported PDF title (#2039)
* Fixed a bug where different page backgrounds can cause PDFs to be exported
  with the wrong backgrounds (#2119)
* Fixed a bug where the page number count would not be updated after deleting a
  page (#2134)
* Fixed selection object tool not working correctly (#2081) / crashing (#2133)
  when there are multiple layers

(mef)

2021-01-13 18:26:24 UTC MAIN commitmail json YAML

papirus-icon-theme: Switch to dynamic PLIST.

The static PLIST was incorrect, listing a number of directories instead of the
files contained within them.  For some reason the check-files infrastructure
does not complain about this on NetBSD, and was only noticed on SunOS.

Fixing the PLIST to correctly register the 750,000+ files that this package
installs would bloat it to 44MB and be painful to maintain, so while dynamic
PLISTs are generally to be avoided, in this situation it's the least worst.

Ok nia.

(jperkin)

2021-01-13 18:01:49 UTC MAIN commitmail json YAML

mk/misc/show.mk: Only advise changing user-settable variables

Before, it was easy for a user to misinterpret the message as
e.g. setting PYPACKAGE for gnome-doc-utils.

(gdt)

2021-01-13 17:45:46 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.25.0

(js)

2021-01-13 17:45:36 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.25

Synapse 1.25.0 (2021-01-13)
===========================

Ending Support for Python 3.5 and Postgres 9.5
----------------------------------------------

With this release, the Synapse team is announcing a formal deprecation policy for our platform dependencies, like Python and PostgreSQL:

All future releases of Synapse will follow the upstream end-of-life schedules.

Which means:

* This is the last release which guarantees support for Python 3.5.
* We will end support for PostgreSQL 9.5 early next month.
* We will end support for Python 3.6 and PostgreSQL 9.6 near the end of the year.

Crucially, this means __we will not produce .deb packages for Debian 9 (Stretch) or Ubuntu 16.04 (Xenial)__ beyond the transition period described below.

The website https://endoflife.date/ has convenient summaries of the support schedules for projects like [Python](https://endoflife.date/python) and [PostgreSQL](https://endoflife.date/postgresql).

If you are unable to upgrade your environment to a supported version of Python or Postgres, we encourage you to consider using the [Synapse Docker images](./INSTALL.md#docker-images-and-ansible-playbooks) instead.

### Transition Period

We will make a good faith attempt to avoid breaking compatibility in all releases through the end of March 2021. However, critical security vulnerabilities in dependencies or other unanticipated circumstances may arise which necessitate breaking compatibility earlier.

We intend to continue producing .deb packages for Debian 9 (Stretch) and Ubuntu 16.04 (Xenial) through the transition period.

Removal warning
---------------

The old [Purge Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/purge_room.md)
and [Shutdown Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/shutdown_room.md)
are deprecated and will be removed in a future release. They will be replaced by the
[Delete Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/rooms.md#delete-room-api).

`POST /_synapse/admin/v1/rooms/<room_id>/delete` replaces `POST /_synapse/admin/v1/purge_room` and
`POST /_synapse/admin/v1/shutdown_room/<room_id>`.

Bugfixes
--------

- Fix HTTP proxy support when using a proxy that is on a blacklisted IP. Introduced in v1.25.0rc1. Contributed by @Bubu. ([\#9084](https://github.com/matrix-org/synapse/issues/9084))

Synapse 1.25.0rc1 (2021-01-06)
==============================

Features
--------

- Add an admin API that lets server admins get power in rooms in which local users have power. ([\#8756](https://github.com/matrix-org/synapse/issues/8756))
- Add optional HTTP authentication to replication endpoints. ([\#8853](https://github.com/matrix-org/synapse/issues/8853))
- Improve the error messages printed as a result of configuration problems for extension modules. ([\#8874](https://github.com/matrix-org/synapse/issues/8874))
- Add the number of local devices to Room Details Admin API. Contributed by @dklimpel. ([\#8886](https://github.com/matrix-org/synapse/issues/8886))
- Add `X-Robots-Tag` header to stop web crawlers from indexing media. Contributed by Aaron Raimist. ([\#8887](https://github.com/matrix-org/synapse/issues/8887))
- Spam-checkers may now define their methods as `async`. ([\#8890](https://github.com/matrix-org/synapse/issues/8890))
- Add support for allowing users to pick their own user ID during a single-sign-on login. ([\#8897](https://github.com/matrix-org/synapse/issues/8897), [\#8900](https://github.com/matrix-org/synapse/issues/8900), [\#8911](https://github.com/matrix-org/synapse/issues/8911), [\#8938](https://github.com/matrix-org/synapse/issues/8938), [\#8941](https://github.com/matrix-org/synapse/issues/8941), [\#8942](https://github.com/matrix-org/synapse/issues/8942), [\#8951](https://github.com/matrix-org/synapse/issues/8951))
- Add an `email.invite_client_location` configuration option to send a web client location to the invite endpoint on the identity server which allows customisation of the email template. ([\#8930](https://github.com/matrix-org/synapse/issues/8930))
- The search term in the list room and list user Admin APIs is now treated as case-insensitive. ([\#8931](https://github.com/matrix-org/synapse/issues/8931))
- Apply an IP range blacklist to push and key revocation requests. ([\#8821](https://github.com/matrix-org/synapse/issues/8821), [\#8870](https://github.com/matrix-org/synapse/issues/8870), [\#8954](https://github.com/matrix-org/synapse/issues/8954))
- Add an option to allow re-use of user-interactive authentication sessions for a period of time. ([\#8970](https://github.com/matrix-org/synapse/issues/8970))
- Allow running the redact endpoint on workers. ([\#8994](https://github.com/matrix-org/synapse/issues/8994))

Bugfixes
--------

- Fix bug where we might not correctly calculate the current state for rooms with multiple extremities. ([\#8827](https://github.com/matrix-org/synapse/issues/8827))
- Fix a long-standing bug in the register admin endpoint (`/_synapse/admin/v1/register`) when the `mac` field was not provided. The endpoint now properly returns a 400 error. Contributed by @edwargix. ([\#8837](https://github.com/matrix-org/synapse/issues/8837))
- Fix a long-standing bug on Synapse instances supporting Single-Sign-On, where users would be prompted to enter their password to confirm certain actions, even though they have not set a password. ([\#8858](https://github.com/matrix-org/synapse/issues/8858))
- Fix a longstanding bug where a 500 error would be returned if the `Content-Length` header was not provided to the upload media resource. ([\#8862](https://github.com/matrix-org/synapse/issues/8862))
- Add additional validation to pusher URLs to be compliant with the specification. ([\#8865](https://github.com/matrix-org/synapse/issues/8865))
- Fix the error code that is returned when a user tries to register on a homeserver on which new-user registration has been disabled. ([\#8867](https://github.com/matrix-org/synapse/issues/8867))
- Fix a bug where `PUT /_synapse/admin/v2/users/<user_id>` failed to create a new user when `avatar_url` is specified. Bug introduced in Synapse v1.9.0. ([\#8872](https://github.com/matrix-org/synapse/issues/8872))
- Fix a 500 error when attempting to preview an empty HTML file. ([\#8883](https://github.com/matrix-org/synapse/issues/8883))
- Fix occasional deadlock when handling SIGHUP. ([\#8918](https://github.com/matrix-org/synapse/issues/8918))
- Fix login API to not ratelimit application services that have ratelimiting disabled. ([\#8920](https://github.com/matrix-org/synapse/issues/8920))
- Fix bug where we ratelimited auto joining of rooms on registration (using `auto_join_rooms` config). ([\#8921](https://github.com/matrix-org/synapse/issues/8921))
- Fix a bug where deactivated users appeared in the user directory when their profile information was updated. ([\#8933](https://github.com/matrix-org/synapse/issues/8933), [\#8964](https://github.com/matrix-org/synapse/issues/8964))
- Fix bug introduced in Synapse v1.24.0 which would cause an exception on startup if both `enabled` and `localdb_enabled` were set to `False` in the `password_config` setting of the configuration file. ([\#8937](https://github.com/matrix-org/synapse/issues/8937))
- Fix a bug where 500 errors would be returned if the `m.room_history_visibility` event had invalid content. ([\#8945](https://github.com/matrix-org/synapse/issues/8945))
- Fix a bug causing common English words to not be considered for a user directory search. ([\#8959](https://github.com/matrix-org/synapse/issues/8959))
- Fix bug where application services couldn't register new ghost users if the server had reached its MAU limit. ([\#8962](https://github.com/matrix-org/synapse/issues/8962))
- Fix a long-standing bug where a `m.image` event without a `url` would cause errors on push. ([\#8965](https://github.com/matrix-org/synapse/issues/8965))
- Fix a small bug in v2 state resolution algorithm, which could also cause performance issues for rooms with large numbers of power levels. ([\#8971](https://github.com/matrix-org/synapse/issues/8971))
- Add validation to the `sendToDevice` API to raise a missing parameters error instead of a 500 error. ([\#8975](https://github.com/matrix-org/synapse/issues/8975))
- Add validation of group IDs to raise a 400 error instead of a 500 eror. ([\#8977](https://github.com/matrix-org/synapse/issues/8977))

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

- Fix the "Event persist rate" section of the included grafana dashboard by adding missing prometheus rules. ([\#8802](https://github.com/matrix-org/synapse/issues/8802))
- Combine related media admin API docs. ([\#8839](https://github.com/matrix-org/synapse/issues/8839))
- Fix an error in the documentation for the SAML username mapping provider. ([\#8873](https://github.com/matrix-org/synapse/issues/8873))
- Clarify comments around template directories in `sample_config.yaml`. ([\#8891](https://github.com/matrix-org/synapse/issues/8891))
- Move instructions for database setup, adjusted heading levels and improved syntax highlighting in [INSTALL.md](../INSTALL.md). Contributed by @fossterer. ([\#8987](https://github.com/matrix-org/synapse/issues/8987))
- Update the example value of `group_creation_prefix` in the sample configuration. ([\#8992](https://github.com/matrix-org/synapse/issues/8992))
- Link the Synapse developer room to the development section in the docs. ([\#9002](https://github.com/matrix-org/synapse/issues/9002))

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

- Deprecate Shutdown Room and Purge Room Admin APIs. ([\#8829](https://github.com/matrix-org/synapse/issues/8829))

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

- Properly store the mapping of external ID to Matrix ID for CAS users. ([\#8856](https://github.com/matrix-org/synapse/issues/8856), [\#8958](https://github.com/matrix-org/synapse/issues/8958))
- Remove some unnecessary stubbing from unit tests. ([\#8861](https://github.com/matrix-org/synapse/issues/8861))
- Remove unused `FakeResponse` class from unit tests. ([\#8864](https://github.com/matrix-org/synapse/issues/8864))
- Pass `room_id` to `get_auth_chain_difference`. ([\#8879](https://github.com/matrix-org/synapse/issues/8879))
- Add type hints to push module. ([\#8880](https://github.com/matrix-org/synapse/issues/8880), [\#8882](https://github.com/matrix-org/synapse/issues/8882), [\#8901](https://github.com/matrix-org/synapse/issues/8901), [\#8940](https://github.com/matrix-org/synapse/issues/8940), [\#8943](https://github.com/matrix-org/synapse/issues/8943), [\#9020](https://github.com/matrix-org/synapse/issues/9020))
- Simplify logic for handling user-interactive-auth via single-sign-on servers. ([\#8881](https://github.com/matrix-org/synapse/issues/8881))
- Skip the SAML tests if the requirements (`pysaml2` and `xmlsec1`) aren't available. ([\#8905](https://github.com/matrix-org/synapse/issues/8905))
- Fix multiarch docker image builds. ([\#8906](https://github.com/matrix-org/synapse/issues/8906))
- Don't publish `latest` docker image until all archs are built. ([\#8909](https://github.com/matrix-org/synapse/issues/8909))
- Various clean-ups to the structured logging and logging context code. ([\#8916](https://github.com/matrix-org/synapse/issues/8916), [\#8935](https://github.com/matrix-org/synapse/issues/8935))
- Automatically drop stale forward-extremities under some specific conditions. ([\#8929](https://github.com/matrix-org/synapse/issues/8929))
- Refactor test utilities for injecting HTTP requests. ([\#8946](https://github.com/matrix-org/synapse/issues/8946))
- Add a maximum size of 50 kilobytes to .well-known lookups. ([\#8950](https://github.com/matrix-org/synapse/issues/8950))
- Fix bug in `generate_log_config` script which made it write empty files. ([\#8952](https://github.com/matrix-org/synapse/issues/8952))
- Clean up tox.ini file; disable coverage checking for non-test runs. ([\#8963](https://github.com/matrix-org/synapse/issues/8963))
- Add type hints to the admin and room list handlers. ([\#8973](https://github.com/matrix-org/synapse/issues/8973))
- Add type hints to the receipts and user directory handlers. ([\#8976](https://github.com/matrix-org/synapse/issues/8976))
- Drop the unused `local_invites` table. ([\#8979](https://github.com/matrix-org/synapse/issues/8979))
- Add type hints to the base storage code. ([\#8980](https://github.com/matrix-org/synapse/issues/8980))
- Support using PyJWT v2.0.0 in the test suite. ([\#8986](https://github.com/matrix-org/synapse/issues/8986))
- Fix `tests.federation.transport.RoomDirectoryFederationTests` and ensure it runs in CI. ([\#8998](https://github.com/matrix-org/synapse/issues/8998))
- Add type hints to the crypto module. ([\#8999](https://github.com/matrix-org/synapse/issues/8999))

(js)

2021-01-13 16:42:08 UTC MAIN commitmail json YAML

doc: Added sysutils/direnv version 2.27.0

(jperkin)

2021-01-13 16:41:53 UTC MAIN commitmail json YAML

sysutils: Add direnv.

(jperkin)

2021-01-13 16:41:16 UTC MAIN commitmail json YAML

direnv: Import version 2.27.0.

direnv is an environment switcher for the shell. It knows how to hook into bash,
zsh, tcsh and fish shell to load or unload environment variables depending on
the current directory. This allows to have project-specific environment
variables and not clutter the "~/.profile" file.

Originally packaged in wip by Terin Stock, updated by myself.

(jperkin)

2021-01-13 16:06:41 UTC MAIN commitmail json YAML

stellarium: Needs socket libraries.

(jperkin)

2021-01-13 15:11:23 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-thor to 1.0.1nb1

(taca)

2021-01-13 15:11:03 UTC MAIN commitmail json YAML

devel/ruby-thor: remove CONFLICTS

Remove CONFLICTS since add pkg_alternatives support.

Bump PKGREVISION.

(taca)

2021-01-13 15:08:44 UTC MAIN commitmail json YAML

doc: Updated net/ruby-xdr to 3.0.2

(taca)

2021-01-13 15:08:19 UTC MAIN commitmail json YAML

net/ruby-xdr: update to 3.0.2

3.0.2 (2020-10-20)

Changed

* Relax lower bound for ActiveSupport dependency to support usage in Rails
  4.2 ((#12)[https://github.com/stellar/ruby-xdr/pull/12])

Fixed

* Fix non-bang arm accessors for XDR::Union
  ((#13)[https://github.com/stellar/ruby-xdr/pull/13])

* Fix .from_xdr encoding param to accept symbols
  ((#14)[https://github.com/stellar/ruby-xdr/pull/14])

(taca)

2021-01-13 15:00:10 UTC MAIN commitmail json YAML

doc: Updated print/ruby-prawn to 2.4.0

(taca)

2021-01-13 14:59:46 UTC MAIN commitmail json YAML

print/ruby-prawn: update to 2.4.0

pkgsrc change: add "USE_LANGUAGES= # none".

2.4.0 (2020-12-29)

* Added support for Ruby 3 (Alexander Mankuta)
* Fixed transformation matrix serialization (Alexander Mankuta, #1182)

(taca)

2021-01-13 14:57:49 UTC MAIN commitmail json YAML

doc: Updated print/ruby-pdf-core to 0.9.0

(taca)

2021-01-13 14:57:32 UTC MAIN commitmail json YAML

print/ruby-pdf-core: update to 0.9.0

0.9.0 (2020-10-24)

Changed
* Increased precision of real numbers to 5 Alexander Mankuta
* Dropped 2.3 & 2.4 Ruby support Alexander Mankuta
* Updated code style Alexander Mankuta

(taca)

2021-01-13 14:51:29 UTC MAIN commitmail json YAML

doc: Updated net/ruby-winrm to 2.3.5

(taca)

2021-01-13 14:51:00 UTC MAIN commitmail json YAML

net/ruby-winrm: update to 2.3.5

Update ruby-winrm to 2.3.5.

No release information but a few bug fixes.  Please refer
<https://github.com/WinRb/WinRM/compare/v2.3.4...v2.3.5> in detail.

(taca)

2021-01-13 14:48:52 UTC MAIN commitmail json YAML

doc: Updated net/ruby-train-winrm to 0.2.11

(taca)

2021-01-13 14:48:25 UTC MAIN commitmail json YAML

net/ruby-train-winrm: update to 0.2.11

0.2.11 (2020-09-30)

Merged Pull Requests

* Remove redundant encoding comments #22 (tas50)
* Add winrm-shell-type option and winrm elevated shell #25 (catriona1)
* Add validation to winrm shell type option #28 (catriona1)
* Allow timeout option for WinRM commands #27 (james-stocks)
* Correct minor spelling mistakes #23 (tas50)

No release note for from 0.2.7 to 0.2.10 but these seems to various fixes.

(taca)

2021-01-13 14:45:29 UTC MAIN commitmail json YAML

doc: Updated net/ruby-train-core to 3.4.7

(taca)

2021-01-13 14:45:10 UTC MAIN commitmail json YAML

net/ruby-train-core: update to 3.4.7

3.4.7 (2021-01-11)

Merged Pull Requests

* Update chefstyle requirement from 1.5.7 to 1.5.9 #654
  (dependabot-preview[bot])
* Update google API upper constraints to allow Ruby 3 #656 (clintoncwolfe)
* Test on ruby 3.0, drop testing on ruby 2.4 #657 (clintoncwolfe)

3.4.4 (2020-12-14)

Merged Pull Requests

* Update parallel requirement from < 1.20.0 to < 1.21.0 #651
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.7 #652
  (dependabot-preview[bot])
* Use IdentitiesOnly only when keys are present #650 (drbrain)

3.4.1 (2020-12-07)

Merged Pull Requests

* Change timeout log entry to debug #643 (james-stocks)
* Update chefstyle requirement from 1.4.5 to 1.5.0 and pin parallel for
  ruby 2.4 #648 (dependabot-preview[bot])
* Support unpacking train options from URI query values #642 (lamont-granquist)
* Make :forward_agent a valid SSH option #649 (drbrain)

3.3.27 (2020-10-19)

Merged Pull Requests

* Check stdout even when exit_status is 0, and handle JSON.parse exception
  #601 (CodesWhisperer)
* Update chefstyle requirement from 1.3.2 to 1.4.5 #646
  (dependabot-preview[bot])
* Use the build in Expeditor gem caching #647 (tas50)

v3.3.24 (2020-09-30)

Merged Pull Requests

* Further optimize requires for external libraries #639 (tas50)
* Update chefstyle requirement from 1.2.1 to 1.3.2 #634
  (dependabot-preview[bot])
* Allow timeout option per ssh command #625 (james-stocks)

(taca)

2021-01-13 14:41:45 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 2.2.5

(taca)

2021-01-13 14:41:27 UTC MAIN commitmail json YAML

misc/ruby-bundler: update to 2.2.5

2.2.5 (January 11, 2021)

Enhancements:

* Improve rubocop setup in the new gem template #4220
* Support repositories with default branch not named master #4224

Bug fixes:

* Let Net::HTTP decompress the index instead of doing it manually #4081
* Workaround for another jruby crash when autoloading a constant #4252
* Fix another performance regression in the resolver #4243
* Restore support for old git versions #4233
* Give a proper error if cache path does not have write access #4215
* Fix running rake release from an ambiguous ref #4219

(taca)

2021-01-13 14:39:40 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tins to 1.28.0

(taca)

2021-01-13 14:39:15 UTC MAIN commitmail json YAML

devel/ruby-tins: update to 1.28.0

No changes, but it adds support for Ruby 3.0.

(taca)

2021-01-13 14:36:44 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-shoulda-matchers to 4.5.0

(taca)

2021-01-13 14:36:27 UTC MAIN commitmail json YAML

devel/ruby-shoulda-matchers: update to 4.5.0

4.5.0 (2021-01-12)

Features

* Add support for has_secure_password custom attributes. (#1356)

Bug fixes

* Fix bundle exec yard doc replacing pygments.rb with rouge to keep the
  documentation up to date. (#1343)

* Fix have_db_column.with_options not raising an error when the user adds
  an invalid value. (#1358)

* Fix default value of assossiation_matcher.validate option. It was
  returning false instead of true. (#1378)

* Fix validate_absence_of failing for array columns. (#1383)

Improvements

* Replace all links with http to https. (#1340)

* Update the links for have_and_belong_to_many, have_many and have_one in
  the README to redirect the user to where the matcher description
  starts. (#1348)

* Drop git ls-files in gemspec to help downstreams maintenance, because
  they often need to build packages in an environment that does not have
  git. (#1354)

* Add comment about no support of
  validate_uniqueness_of(:item).scoped_to(array). (#1355)

* Improve error message for assossiation_matcher.with_foreign_key
  option. (#1376)

(taca)

2021-01-13 14:34:01 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-racc to 1.5.2nb1

(taca)

2021-01-13 14:33:44 UTC MAIN commitmail json YAML

devel/ruby-racc: fix conflict with ruby27-base

Fix conflict with ruby27-base and add support for forthcoming ruby30.

Bump PKGREVISION.

(taca)

2021-01-13 14:30:40 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-sexp-processor to 4.15.2

(taca)

2021-01-13 14:30:21 UTC MAIN commitmail json YAML

devel/ruby-sexp-processor: update to 4.15.2

=== 4.15.2 / 2021-01-10

* 1 bug fix:

  * Bumped ruby version to include < 4 (trunk).

(taca)

2021-01-13 14:29:41 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-semantic_puppet to 1.0.3

(taca)

2021-01-13 14:29:20 UTC MAIN commitmail json YAML

devel/ruby-semantic_puppet: update to 1.0.3

## 1.0.3 - 2021-01-12
- List failed module install dependencies
- Add Ruby 2.7 to Travis and AppVeyor

(taca)

2021-01-13 14:28:22 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.15.1

(taca)

2021-01-13 14:28:02 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.15.1

=== 3.15.1 / 2021-01-10

* 1 bug fix:

  * Bumped ruby version to include < 4 (trunk).

(taca)

2021-01-13 14:27:22 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 3.22.3

(taca)

2021-01-13 14:27:00 UTC MAIN commitmail json YAML

devel/hoe: update to 3.22.3

=== 3.22.3 / 2021-01-10

* 1 bug fix:

  * Bumped ruby version to include < 4 (trunk).

(taca)

2021-01-13 12:07:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/psftools to 1.1.0

(fcambus)

2021-01-13 12:06:39 UTC MAIN commitmail json YAML

psftools: update to 1.1.0 and take MAINTAINER.

ChangeLog:

2021-01-12 John Elliott

* psftools-1.1.0 released.
* ams2psf, psf2ams: Now support SCRCHAR.JOY, the LocoScript screen
          font file.
* psf2ams: A short .PSF font converted to a .COM file will now only
          redefine those characters defined by the .PSF font.

2020-12-22 John Elliott

* Support added for (internal and external) code page mappings
with more than 256 characters. The format of the .CP2 files used
to hold these mappings has been changed accordingly.
* Codepage names are now matched case-insensitively.
* New codepages: LS3 (LocoScript 3), QX10 (Epson QX-10) and PRINTIT
(MML Systems Printit, a subset of QX10)
* raw2psf: Bugfix: --codepage was not setting the Unicode mapping on
the last character in the font.
* psf2ams: If passed an 8x16 font, the self-loading COM file now
  loads it at full height on the PCW16 (and scales it down
  on other computers).
* psf2xbm: Added an --across option allowing the width of the output
bitmap to be changed (height is adjusted to match).

(fcambus)

2021-01-13 11:50:55 UTC MAIN commitmail json YAML

doc: Updated devel/py-hypothesis to 6.0.1

(wiz)

2021-01-13 11:50:46 UTC MAIN commitmail json YAML

py-hypothesis: update to 6.0.1.

6.0.1 - 2021-01-13

This patch fixes an interaction where our test statistics handling
made Pytest窶冱 --junit-xml output fail to validate against the strict
xunit2 schema (issue #1975).

6.0.0 - 2021-01-08

Welcome to the next major version of Hypothesis!

There are no new features here, as we release those in minor
versions. Instead, 6.0 is a chance for us to remove deprecated
features (many already converted into no-ops), and turn a variety
of warnings into errors.

If you were running on the last version of Hypothesis 5.x without
any Hypothesis deprecation warnings, this will be a very boring
upgrade. In fact, nothing will change for you at all.

Changes

    Many functions now use PEP 3102 keyword-only arguments where
    passing positional arguments was deprecated since 5.5.

    hypothesis.extra.django.from_model() no longer accepts model
    as a keyword argument, where it could conflict with fields
    named 窶徇odel窶�.

    randoms() now defaults to use_true_random=False.

    complex_numbers() no longer accepts min_magnitude=None; either
    use min_magnitude=0 or just omit the argument.

    hypothesis.provisional.ip4_addr_strings and ip6_addr_strings
    are removed in favor of ip_addresses(v=...).map(str).

    register_type_strategy() no longer accepts generic types with
    type arguments, which were always pretty badly broken.

    Using function-scoped pytest fixtures is now a health-check
    error, instead of a warning.

Tip

The hypothesis codemod command can automatically refactor your
code, particularly to convert positional to keyword arguments where
those are now required.

Hypothesis 5.x

5.49.0 - 2021-01-07

This release adds the function_scoped_fixture health check value,
which can be used to suppress the existing warning that appears
when @given is applied to a test that uses pytest function-scoped
fixtures.

(This warning exists because function-scoped fixtures only run once
per function, not once per example, which is usually unexpected
and can cause subtle problems.)

When this warning becomes a health check error in a future release,
suppressing it via Python warning settings will no longer be
possible. In the rare case that once-per-function behaviour is
intended, it will still be possible to use function_scoped_fixture
to opt out of the health check error for specific tests.

5.48.0 - 2021-01-06

This release adds hypothesis.currently_in_test_context(), which
can be used to check whether the calling code is currently running
inside an @given or stateful test.

This is most useful for third-party integrations and assertion
helpers which may wish to use assume() or target(), without also
requiring that the helper only be used from property-based tests
(issue #2581).

5.47.0 - 2021-01-05

This release upgrades the import logic for ghostwritten tests,
handling many cases where imports would previously be missing or
from unexpected locations.

(wiz)

2021-01-13 11:43:34 UTC MAIN commitmail json YAML

2021-01-13 11:34:28 UTC MAIN commitmail json YAML

doc: Updated archivers/lzip to 1.22

(wiz)

2021-01-13 11:34:19 UTC MAIN commitmail json YAML

lzip: update to 1.22.

Changes in version 1.22:

Lzip now reports an error if a file name is empty (lzip -t "").

Option '-o, --output' now behaves like '-c, --stdout', but sending the
output unconditionally to a file instead of to standard output. See the new
description of '-o' in the manual. This change is backwards compatible only
when (de)compressing from standard input alone. Therefore commands like:
  lzip -o foo.lz - bar < foo
must now be split into:
  lzip -o foo.lz - < foo
  lzip bar
or rewritten as:
  lzip - bar < foo > foo.lz

When using '-c' or '-o', lzip now checks whether the output is a terminal
only once.

Lzip now does not even open the output file if the input file is a terminal.

Lzip can now be built, tested, and installed on systems lacking a 'make'
program. (Feature suggested by Mohammad Akhlaghi).

The words 'decompressed' and 'compressed' have been replaced with the
shorter 'out' and 'in' in the verbose output when decompressing or testing.

Option '--list' now reports corruption or truncation of the last header in a
multimenber file specifically instead of showing the generic message "Last
member in input file is truncated or corrupt."

The commands needed to extract files from a tar.lz archive have been
documented in the manual, in the output of '--help', and in the man page.

Plzip and tarlz are mentioned in the manual as alternatives for
multiprocessors.

Several fixes and improvements have been made to the manual.

9 new test files have been added to the testsuite.

(wiz)

2021-01-13 11:32:16 UTC MAIN commitmail json YAML

Updated databases/redis, textproc/py-jsbeautifier

(adam)

2021-01-13 11:31:56 UTC MAIN commitmail json YAML

2021-01-13 11:30:28 UTC MAIN commitmail json YAML

redis: updated to 6.0.10

Redis 6.0.10
============

Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
Here is a comprehensive list of changes in this release compared to 6.0.9.

Command behavior changes:
* SWAPDB invalidates WATCHed keys
* SORT command behaves differently when used on a writable replica
* EXISTS should not alter LRU
  In Redis 5.0 and 6.0 it would have touched the LRU/LFU of the key.
* OBJECT should not reveal logically expired keys
  Will now behave the same TYPE or any other non-DEBUG command.
* GEORADIUS[BYMEMBER] can fail with -OOM if Redis is over the memory limit

Other behavior changes:
* Sentinel: Fix missing updates to the config file after SENTINEL SET command
* CONFIG REWRITE is atomic and safer, but requires write access to the config file's folder
  This change was already present in 6.0.9, but was missing from the release notes.

Bug fixes with compatibility implications (bugs introduced in Redis 6.0):
* Fix RDB CRC64 checksum on big-endian systems
  If you're using big-endian please consider the compatibility implications with
  RESTORE, replication and persistence.
* Fix wrong order of key/value in Lua's map response
  If your scripts use redis.setresp() or return a map (new in Redis 6.0), please
  consider the implications.

Bug fixes:
* Fix an issue where a forked process deletes the parent's pidfile
* Fix crashes when enabling io-threads-do-reads
* Fix a crash in redis-cli after executing cluster backup
* Handle output buffer limits for module blocked clients
  Could result in a module sending reply to a blocked client to go beyond the limit.
* Fix setproctitle related crashes.
  Caused various crashes on startup, mainly on Apple M1 chips or under instrumentation.
* Backup/restore cluster mode keys to slots map for repl-diskless-load=swapdb
  In cluster mode with repl-diskless-load, when loading failed, slot map wouldn't
  have been restored.
* Fix oom-score-adj-values range, and bug when used in config file
  Enabling setting this in the config file in a line after enabling it, would
  have been buggy.
* Reset average ttl when empty databases
  Just causing misleading metric in INFO
* Disable rehash when Redis has child process
  This could have caused excessive CoW during BGSAVE, replication or AOFRW.
* Further improved ACL algorithm for picking categories
  Output of ACL GETUSER is now more similar to the one provided by ACL SETUSER.
* Fix bug with module GIL being released prematurely
  Could in theory (and rarely) cause multi-threaded modules to corrupt memory.
* Reduce effect of client tracking causing feedback loop in key eviction
* Fix cluster access to unaligned memory (SIGBUS on old ARM)
* Fix saving of strings larger than 2GB into RDB files

Additional improvements:
* Avoid wasteful transient memory allocation in certain cases

Platform / toolchain support related improvements:
* Fix crash log registers output on ARM.
* Add a check for an ARM64 Linux kernel bug
  Due to the potential severity of this issue, Redis will print log warning on startup.
* Raspberry build fix.

New configuration options:
* oom-score-adj-values config can now take absolute values (besides relative ones)

Module related fixes:
* Moved RMAPI_FUNC_SUPPORTED so that it's usable
* Improve timer accuracy
* Allow '\0' inside of result of RM_CreateStringPrintf

(adam)

2021-01-13 11:17:22 UTC MAIN commitmail json YAML

doc: Added math/kalk version 0.3.12

(pin)

2021-01-13 11:16:55 UTC MAIN commitmail json YAML

2021-01-13 11:15:55 UTC MAIN commitmail json YAML

math/kalk: import package

Kalk is a calculator (both program and library) that supports user-define
variables, functions, and units (experimental).

(pin)

2021-01-13 11:08:14 UTC MAIN commitmail json YAML

doc: Updated games/hitori to 3.38.0

(prlw1)

2021-01-13 11:07:50 UTC MAIN commitmail json YAML

Update hitori to 3.38.0

Move to meson build system. Lots of translation updates and few bug fixes.

(prlw1)

2021-01-13 10:57:48 UTC MAIN commitmail json YAML

2021-01-13 10:47:05 UTC MAIN commitmail json YAML

2021-01-13 10:46:10 UTC MAIN commitmail json YAML

2021-01-13 09:55:42 UTC MAIN commitmail json YAML

py-ldap: Require a version of openldap-client that has openldap.h

Might help with PR pkg/55902.

(nia)

2021-01-13 09:40:40 UTC MAIN commitmail json YAML

2021-01-13 09:38:02 UTC MAIN commitmail json YAML

ffmpeg3: Fix executable name in NOT_PAX_MPROTECT...

(nia)

2021-01-13 09:37:07 UTC MAIN commitmail json YAML

doc: Updated devel/tokei to 12.1.2

(pin)

2021-01-13 09:36:47 UTC MAIN commitmail json YAML

devel/tokei: update to 12.1.2

-Fix all feasible clippy issues (#687)
-Implement compact output feature (#605) (#690)
-add asciidoc support and test (#692)
-Add support for pug (#679)
-Add support for ocamllex (*.mll) and ocamlyacc (*.mly) files. (#667)

(pin)

2021-01-13 09:34:30 UTC MAIN commitmail json YAML

bind: Disable atomic operations on i386 too.

(nia)

2021-01-13 09:26:42 UTC MAIN commitmail json YAML

2021-01-13 09:21:31 UTC MAIN commitmail json YAML

doc: Updated net/s6-networking to 2.4.0.0nb1

(schmonz)

2021-01-13 09:21:22 UTC MAIN commitmail json YAML

2021-01-13 09:17:24 UTC MAIN commitmail json YAML

argp: add LICENSE

(nia)

2021-01-13 09:16:44 UTC MAIN commitmail json YAML

argp: make libtool tags explicit

build fix for .. my laptop, i guess

(nia)

2021-01-13 09:11:16 UTC MAIN commitmail json YAML

iniparser: make libtool tags explicit

build fix for uh... my laptop, i guess NetBSD 9.99.77 x86_64

(nia)

2021-01-13 09:08:49 UTC MAIN commitmail json YAML

doc: removed freeradius2

(nia)

2021-01-13 09:08:07 UTC MAIN commitmail json YAML

2021-01-13 09:06:15 UTC MAIN commitmail json YAML

freeradius: needs atomic64

(nia)

2021-01-13 09:03:23 UTC MAIN commitmail json YAML

powerdns: require atomic64

checking whether -latomic is needed for __atomic builtins... configure: error: in `/scratch/work/net/powerdns/work/pdns-4.4.0':
configure: error: libatomic needed, but linking with -latomic failed, cannot continue

(nia)

2021-01-13 08:59:25 UTC MAIN commitmail json YAML

doc: Removed www/cliqz

(nia)

2021-01-13 08:58:44 UTC MAIN commitmail json YAML

2021-01-13 08:56:06 UTC MAIN commitmail json YAML

krita: require libatomic

CMake Error at cmake/modules/CheckAtomic.cmake:116 (message):
  Host compiler appears to require libatomic, but cannot find it.

(nia)

2021-01-13 08:51:55 UTC MAIN commitmail json YAML

haproxy: requires atomic64

(nia)

2021-01-13 08:50:21 UTC MAIN commitmail json YAML

2021-01-13 08:00:29 UTC MAIN commitmail json YAML

doc: Updated sysutils/cpuid to 3.3nb1

(wiz)

2021-01-13 08:00:21 UTC MAIN commitmail json YAML

cpuid: fix RELRO build.

Bump PKGREVISION.

(wiz)

2021-01-12 21:06:20 UTC MAIN commitmail json YAML

2021-01-12 18:23:48 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.16.3

(leot)

2021-01-12 18:23:38 UTC MAIN commitmail json YAML

gallery-dl: Update to version 1.16.3

Changes:
1.16.3
------
### Fixes
- Fix crash when using a `dict` for `path-restrict`
- [postprocessor:metadata] sanitize custom filenames

(leot)

2021-01-12 18:06:58 UTC MAIN commitmail json YAML

2021-01-12 16:46:45 UTC MAIN commitmail json YAML

2021-01-12 16:18:23 UTC MAIN commitmail json YAML

doc: Updated multimedia/obs-studio to 26.1.2

(ryoon)

2021-01-12 16:17:47 UTC MAIN commitmail json YAML

obs-studio: Update to 26.1.2

Changelog:
26.1.2 macOS Hotfix Changes

    Browser sources on macOS now support hardware accelerated rendering on macOS 10.15 and above, reducing resource usage
    Fixed a crash on startup (by updating CEF to version 4183)

26.1.1 Hotfix Changes

    Fixed macOS 10.13 crash on startup [PatTheMav]
    Fixed decklink devices not working correctly [DDRBoxman]
    Fixed browser source crashing on certain versions of macOS [eric]
    Fixed buttons not displaying text correctly on context bar when using Acri theme [Warchamp7]
    Fixed a bug with slideshow source where if you use randomize and have "restart when visible" active, it would not transition on activate [cg2121]
    Fixed a bug where duplicated scene items would not have their lock states duplicated [cg2121]
    Fixed a bug where the default canvas resolution would be scaled incorrectly if fractional scaling was enabled [RytoEX]
    Fixed jack on Linux deadlocking on close [marcan]
    Fixed jack on Linux going out of sync sometimes [marcan]
    Added webp to image formats that you can browse when using the image source [f3ndot]

26.1 New Features and Additions

    Added Virtual Camera output on macOS [johnboiles/PatTheMav]
    Added Virtual Camera output on Linux (requires v4l2loopback-dkms) [catxfish/cg2121]
    Added the ability to use a separate audio track for the VOD when using Twitch [Jim]
        If using Simple output mode, enable "Enable Advanced Encoder Settings", and enable "Twitch VOD Track (Uses Track 2)". Twitch VOD output will then be on audio track 2
        If using Advanced output mode in the Streaming tab, enable "Twitch VOD Track" and select the track you'd like to use for it
        Special thanks to Twitch for assisting during the development of this feature
    Added OpenBSD support [grayed]
    Added the ability to ingest captions coming from Decklink devices via "Decklink Captions" from the Tools menu [DDRBoxman]
    Added hardware decoding options for stinger transitions [WizardCM]
    Added an option to duplicate filters in the right-click context menu of filters [exeldro]
    Added ability to copy and paste a single filter between sources [cg2121]
    Added HLS support and ingests for YouTube [ushadow]
    Added a Replay buffer save event to the frontend API [hgonomeg]

26.1 Improvements/Tweaks

    Updated dependencies on Windows and macOS (such as x264 and Qt) to their latest versions for the latest performance improvements [Jim]
    On Linux, the program will now detect other instances that are currently running and warn the user about running more than one copies at a time [clockley]
    When creating a new profile, you will be now be given the option to run the auto-configuration wizard [JohannMG]
    Changed the "Enforce Streaming Service Bitrate" to "Ignore streaming service setting recommendations", moved it to the Streaming section of the Settings window, and made it so it now affects both Simple and Advanced output modes. [Jim]
    Maximum limitations for streaming services are now shown in the Streaming section of the Settings window [Jim]
    Streaming services may now apply resolution and framerate limits on streams to their services [Jim]

26.1 Bug Fixes

    Fixed a bug where the "Save Replay" button would stay highlighted after being clicked [offthegrid-mike]
    Fixed a bug where the Media source would have unusual lag playing back certain media files (particularly WMV files) [Jim]
    Fixed an issue where Facebook streaming would allow you to select resolutions/framerates that aren't supported [Jim]
    Fixed certain connection issues with SRT/mpegts [pkviet]
    Fixed a bug where you could disable the Replay Buffer even if it was currently active [Scrxtchy]
    Fixed a bug where renaming a source would not return keyboard/mouse focus back to the list [jberenhaus]
    Fixed an issue where 'Paste Filters' on sources didn't work in all situations [WizardCM]
    Fixed an issue where Virtual Camera & Source Toolbar hotkeys would be duplicated when switching profiles [WizardCM]
    Fixed an issue with removing signal handlers in Lua [Scrxtchy]
    Fixed a potential hang when repeatedly selecting and deselecting display capture sources on Windows [exeldro]
    Fixed an issue where the replay buffer could use settings from CQP mode in CBR mode [R1CH]
    Fixed an issue where certain recordings could not be remuxed (typically from the QSV encoder) [R1CH]

(ryoon)

2021-01-12 15:58:31 UTC MAIN commitmail json YAML

wxGTK30: Don't use non-standard library names on SunOS.

(jperkin)

2021-01-12 15:37:32 UTC MAIN commitmail json YAML

rust: Disable SSP checks which will always fail.

(jperkin)

2021-01-12 15:21:31 UTC MAIN commitmail json YAML

2021-01-12 13:45:39 UTC MAIN commitmail json YAML

doc: Updated print/cups-filters to 1.28.7

(prlw1)

2021-01-12 13:45:08 UTC MAIN commitmail json YAML

Update cups-filters to 1.28.7

NEWS - OpenPrinting CUPS Filters v1.28.7 - 2021-01-07
-----------------------------------------------------

CHANGES IN V1.28.7

- driverless: Removed the support quality check from Pull
  request #235 as it takes significant time for each printer
  being listed, making cups-driverd (`lpinfo -m`) timing out
  when there are many printers (OpenPrinting CUPS issue #65).
- libcupsfilters: In the PPD generator give priority to Apple
  Raster against PDF (Issue #331).
- libcupsfilters: Added NULL check when removing ".Borderless"
  suffixes from page size names (Issue #314, Pull request
  #328).
- libcupsfilters: In the cupsRasterParseIPPOptions() map the
  color spaces the same way as in the PPD generator (Issue
  #326, Pull request #327).
- libcupsfilters: Fixed addition of grayscale mode in
  generated PPD files, to avoid duplicate entries
  (OpenPrinting CUPS issue #59).

(prlw1)

2021-01-12 13:06:11 UTC MAIN commitmail json YAML

2021-01-12 12:57:59 UTC MAIN commitmail json YAML

2021-01-12 12:19:51 UTC MAIN commitmail json YAML

doc: Updated textproc/po4a to 0.62

(ryoon)

2021-01-12 12:19:25 UTC MAIN commitmail json YAML

po4a: Update to 0.62

Changelog:
0.62
po4a tool:
* Improve po_paths on misconfigurations, improve doc and error messages.

Asciidoc:
* Unwrap all paragraphs by default (Github's #242).
  Introduce "forcewrap" option to re-enable line wrapping on output.
* Support definition list continuations with indent (Github's #273)

DocBook:
* Mark xreflabel attributes as translatable (GitHub's #267).

Documentation:
* Fix some typos, thanks mestaritonttu.

Translations:
* Updated: Croatian, thanks Milo Ivir.
* Updated: Chinese (simplified), thanks taotieren.
* Updated: Dutch, thanks Frans Spiesschaert.
* Updated: French, thanks jmichault and Jean-Baptiste Holcroft.
* Updated: German, thanks Helge Kreutzmann.
* Updated: Hungarian, thanks Balázs Úr.
* Updated: Italian, thanks Marco Ciampa.
* Updated: Norwegian Bokmål, thanks Allan Nordhøy and Petter
  Reinholdtsen.
* Updated: Portuguese, thanks Silvério Santos.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
* Updated: Russian, thanks Yuriy Balyuk and Artem.
* Updated: Serbian (cyrillic), thanks Ivan Pesic.
* Updated: Spanish, thanks Vladimir Támara Patiño and Emma Peel.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).

Status of the binary translation:
13 languages = 100%: de, es, fr, hr, hu, it, nb, nl, pt, pt_BR,
                      sr_Cyrl, uk, zh_CN.
1 language  >= 90%: ru (91%).
11 languages >= 50%: cs (61%), da (62%), eo (59%), et (66%), eu (60%),
                      id (61%), ja (66%), pl (66%), sl (59%), sv (64%),
                      vi (66%).
1 language  >= 33%: ca (48%).
5 starting languages: af (7%), ar (14%), kn (7%), ko (19%), zh_HK (3%).

Status of the documentation translation:
4 languages = 100%: de, fr, pt_BR, uk.
4 languages >= 95%: nl (99%), pt (99%), sr_Cyrl (99%), zh_CHS (99%).
1 language  >= 80%: es (80%).
2 languages >= 70%: ja (73%), pl (73%).
2 languages >= 50%: it (64%), ru (61%).
1 language  >= 33%: ca (47%).
4 starting languages: eo (2%), hr (0%), hu (0%), nb (1%).

=======================================================================
0.61
po4a tool:
* Robustify --srcdir and --destdir: When building the schroot package,
  these paths happen to be soft links to the same directory, making
  po4a believe that the POT file is specified twice (to the same value).
  po4a is now ignoring these dups (GitHub's #258).

Translations:
* Updated: Chinese, thanks taotieren.
* Updated: Czech, thanks to Michal Čihař.
* Updated: Dutch, thanks Frans Spiesschaert.
* Updated: French, thanks Jean-Baptiste and Martin Quinson.
* Updated: German, thanks Helge Kreutzmann.
* Updated: Portuguese, thanks Silvério Santos.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
* Updated: Serbian (cyrillic), thanks Ivan Pesic.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).

Status of the binary translation:
  3 languages = 100%: fr, pt_BR, uk.
  6 languages >= 95%: de (98%), hr (98%), it (96%), nl (98%),
                      sr_Cyrl (98%), zh_CN (98%).
  2 languages >= 80%: hu (89%), ru (88%).
  3 languages >= 70%: es (77%), nb (71%), pt (79%).
11 languages >= 50%: cs (62%), da (62%), eo (60%), et (67%), eu (61%),
                      id (62%), ja (67%), pl (67%), sl (60%), sv (65%),
      vi (67%).
  1 language  >= 33%: ca (49%).
  1 language  >= 20%: ko (20%).
  4 starting languages: af (8%), ar (14%), kn (8%), zh_HK (3%).

Status of the documentation translation:
3 languages = 100%: de, pt_BR, uk.
1 language  >= 95%: nl (99%).
1 language  >= 90%: pt (92%).
1 language  >= 80%: fr (87%).
3 languages >= 70%: es (78%), ja (74%), pl (73%).
3 languages >= 50%: it (52%), ru (61%), sr_Cyrl (67%).
1 language  >= 33%: ca (47%).
1 language  >= 20%: zh_CHS (25%).
3 starting languages: hr (0%), hu (0%), nb (1%).

(ryoon)

2021-01-12 12:11:19 UTC MAIN commitmail json YAML

doc: Update gtar packages to 1.33

(ryoon)

2021-01-12 12:10:27 UTC MAIN commitmail json YAML

gtar: Update to 1.33

Changelog:
version 1.33 - Sergey Poznyakoff, 2021-01-07

* POSIX extended format headers do not include PID by default

The intent is to make binary-equivalent PAX archives easy to create.  If
POSIXLY_CORRECT is set, the POSIX standard default is used, which embeds
the pid.

* --delay-directory-restore works for archives with reversed member ordering

* Fix extraction of a symbolic link hardlinked to another symbolic link

* Wildcards in exclude-vcs-ignore mode don't match slash

* Fix the --no-overwrite-dir option

Given this option, previous versions of tar failed to preserve
permissions of empty directories and to create files under directories
owned by the current user that did not have the S_IWUSR bit set.

* Fix handling of chained renames in incremental backups

* Link counting works for file names supplied with -T

* Accept only position-sensitive (file-selection) options in file list files.

Using such options as -f, -z, etc. is senseless in a file list file and
bypasses option consistency checks in decode_options.  Therefore,
only options related to file selection (a.k.a position-sensitive options)
are allowed in file list files.

(ryoon)

2021-01-12 12:05:15 UTC MAIN commitmail json YAML

doc: Updated net/wget to 1.21.1

(ryoon)

2021-01-12 12:04:46 UTC MAIN commitmail json YAML

wget: Update to 1.21.1

Changelog:
* Noteworthy changes in release 1.21.1 (2021-01-09)

** Fix compilation on MacOS and Solaris 9

** Resove bashism from configure.ac

** Fix a compilation warning on 32-bit systems

(ryoon)

2021-01-12 12:01:11 UTC MAIN commitmail json YAML

doc: Updated multimedia/handbrake to 1.3.3

(ryoon)

2021-01-12 12:00:43 UTC MAIN commitmail json YAML

hanbdrake: Update to 1.3.3

Changelog:
## HandBrake 1.3.3

### All platforms

#### General

- Fixed ISO 639-2/B language codes not set correctly in MKV (affects Hebrew, Indonesian, Javanese, and Yiddish) (#2903)
- Improved support for sources where pixel format cannot be quickly identified, e.g. due to delayed video track start (#2893)
- Added logging to identify where hardware support is disabled
- Miscellaneous bug fixes and improvements

#### Video

- Improved Intel QSV memory footprint by eliminating a buffer pool (#2675)
- Improved Intel QSV H.265 memory buffer size as required by newer Intel Media SDK (#2862)
- Fixed and improved Intel QSV in various situations, especially hardware decoding (#873, #2660, #2661, #2829)
- Fixed full range video being not being identified as limited range after conversion where filters are used (#2859)

#### Subtitles

- Fixed handling of overlapping SSA import subtitles (791adbac)
- Improved support for out-of-order SSA subtitles as allowed by specification (#2906)

#### Command line interface

- Fixed --preset failure unless full path is specified, e.g. --preset="Category Name/Preset Name" (#2838)

#### Build system

- Improved Flatpak to better conform to freedesktop metainfo standards
- Improved Intel QSV Flatpak plugin build effiency using cmake-ninja
- Added a patch to fix cross compiling libdav1d using GCC 10.x (quality of life improvement)
  - Official HandBrake 1.3.3 Windows release is built using GCC 9.x and is not directly affected by this issue

#### Third-party libraries

- Updated libraries
  - FFmpeg 4.2.3 (decoding and filters)

### Mac

- Fixed preview layout not displaying properly on OS X 10.11 El Capitan
- Fixed incorrect copyright year on About dialog (#2830)

### Windows

- Fixed a crash related to the dark theme (#2816)
- Fixed a potential crash related to preview image memory allocation (#2871)
- Fixed a potential crash due to certain actions causing no preset being selected (#2875)
- Fixed missing E-AC-3 encoder option (#2855)
- Fixed hardware encoder support unavailable in portable build (#2832)
- Miscellaneous bug fixes and improvements

## HandBrake 1.3.2

### All platforms

#### General

- Fixed point to point end detection in certain scenarios (#2603)
- Improved support for H.265 video in AVI container produced by some security cameras (#2622)
- Added logging to identify problematic sources where container and video track pixel aspect ratios differ
- Added logging to help debug potential JSON API issues

#### Video

- Fixed color range conversion being applied twice when scaling video (#2561)
- Fixed incorrect identification of support for QSV HEVC encoder on older Intel hardware (#2558)
- Added logging to identify automatic picture rotation
- Miscellaneous bug fixes and improvements

#### Audio

- Fixed an upstream FFmpeg issue where passing through AAC ADTS audio could produce invalid MKV output in rare cases (error instead) (#2809)

#### Filters

- Fixed uninitialized memory in NLMeans prefilter leading to video corruption at bottom of picture (only affects custom settings) (#2576)
- Fixed a crash in the Detelecine filter with out of bounds parameters (only affects custom settings) (#2560, #2804)

#### Subtitles

- Fixed burned in subtitles position offset where cropscale filter is not used (#2449)

#### Command line interface

- Fixed subtitles not being selected when specifying --all-subtitles without also specifying a non-empty --subtitle-lang-list

#### Build system

- Fixed building the GTK graphical interface for use on Windows (link ole32)
- Updated Flatpak manifest creation script for compatibility with Python 3
- Updated Flatpak runtime and numactl library versions, QSV plugin
- Improved minimum version dependencies to facilitate building on systems with older automake and pkg-config
- Added a workaround for an upstream libdav1d issue affecting installation on FreeBSD (#2662)
- Miscellaneous bug fixes and improvements

### Linux

- Fixed point to point controls not accepting fractional seconds
- Fixed updating presets with identical names in different categories
- Improved parity with other platforms by allowing removal of preset categories (automatic after last preset in category is removed)
- Improved parity with other platforms by showing title and chapter range on the queue summary tab

### Mac

- Fixed selection behavior new track audio mixdown set to DPL2 instead of stereo (#2641)
- Fixed queued job failures related to removable drives by resolving security scoped resources as needed (#2566)

### Windows

- Fixed loading preset files with Unicode characters in path (#2427)
- Fixed clear queue options to prevent them clearing active jobs (#2587)
- Fixed main window status label not always reflecting the true count of queue jobs (#2538)
- Fixed failure loading default settings which could cause various issues in the graphical interface (#2549)
- Fixed preview images displaying incorrectly in some cases (anamorphic none, flip horizontal) (e9675bb, #2764)
- Fixed various issues related to Auto Passthru, including fallback settings (#2619, #2627, #2611)
- Fixed exported presets not importing correctly using the Mac graphical interface (#2531)
- Fixed pause and resume not working correctly in some cases (#2647)
- Fixed display of times greater than 24 hours (estimated time renaming, paused duration) (#2582, #2649)
- Fixed various cosmetic issues in the graphical interface (#2645, #2646)
- Improved display of long filenames in the queue (#2570)
- Improved some UX stress cases related to the queue (#2632)
- Improved error message when importing a preset specifying a nonexistent audio encoder (#2638)
- Improved audio and subtitle languages behavior to preserve selected languages order where "any" is also selected (#2611)
- Improved low disk space preferences and alerts (#2648)
- Added a workaround for an upstream .NET issue causing tooltips to not render correctly in some cases (#2630)
- Miscellaneous bug fixes and improvements

(ryoon)

2021-01-12 11:50:28 UTC MAIN commitmail json YAML

Updated security/libgpg-error, security/gnupg2

(adam)

2021-01-12 11:49:56 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.27

Noteworthy changes in version 2.2.27 (2021-01-11)
-------------------------------------------------
* gpg: Fix regression in 2.2.24 for gnupg_remove function under
  Windows.
* gpgconf: Fix case with neither local nor global gpg.conf.
* gpgconf: Fix description of two new options.
* Build Windows installer without timestamps.  Note that the
  Authenticode signatures still carry a timestamp.
  Release-info: https://dev.gnupg.org/T5234
  See-also: gnupg-announce/2021q1/000452.html

Noteworthy changes in version 2.2.26 (2020-12-21)
-------------------------------------------------
  * gpg: New AKL method "ntds".
  * gpg: Fix --trusted-key with fingerprint arg.
  * scd: Fix writing of ECC keys to an OpenPGP card.
  * scd: Make an USB error fix specific to SPR532 readers.
  * dirmngr: With new LDAP keyservers store the new attributes.  Never
    store the useless pgpSignerID.  Fix a long standing bug storing
    some keys on an ldap server.
  * dirmngr: Support the new Active Direcory LDAP schema for
    keyservers.
  * dirmngr: Allow LDAP OpenPGP searches via fingerprint.
  * dirmngr: Do not block other threads during keyserver LDAP calls.
  * Support global configuration files.
  * Fix the iconv fallback handling to UTF-8.
  Release-info: https://dev.gnupg.org/T5153
  See-also: gnupg-announce/2020q4/000451.html

(adam)

2021-01-12 11:48:22 UTC MAIN commitmail json YAML

libgpg-error: updated to 1.41

Noteworthy changes in version 1.41 (2020-12-21)
-----------------------------------------------
* Fixes another glitch in the "ignore" meta command.
* Fixes two typos in the German translation.
Release-info: https://dev.gnupg.org/T5192

Noteworthy changes in version 1.40 (2020-12-21)
-----------------------------------------------
* New function gpgrt_access.
* Make "ignore" meta command work correctly in the option parser.
* On Windows gpgrt_getcwd and the internal getusername now handle
  Unicode values.
* Update the build system.

(adam)

2021-01-12 11:21:14 UTC MAIN commitmail json YAML

doc: Updated games/gnome-sudoku to 3.38.0

(prlw1)

2021-01-12 11:20:53 UTC MAIN commitmail json YAML

Update gnome-sudoku to 3.38.0

Moved to meson build system. Many fixes and translation updates,
especially in preparation for GTK4.

(prlw1)

2021-01-12 11:19:17 UTC MAIN commitmail json YAML

ocaml: Fix ocamlmklib wrapper script for ld options.

Tested by wiz for relro.

(jperkin)

2021-01-12 08:34:11 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 0.17.2

(pin)

2021-01-12 08:33:46 UTC MAIN commitmail json YAML

editors/featherpad: update to 0.17.2

V0.17.2
---------
* Fixed a regression about here-docs in 0.17.0

(pin)

2021-01-12 01:20:31 UTC MAIN commitmail json YAML

doc: Added textproc/ruby-simplecov_json_formatter version 0.1.2

(taca)

2021-01-12 01:20:09 UTC MAIN commitmail json YAML

textproc/Makefile: add and enable ruby-simplecov_json_formatter

(taca)

2021-01-12 01:19:15 UTC MAIN commitmail json YAML

textproc/ruby-simplecov_json_formatter: add version 0.1.2

Add ruby-simplecov_json_formatter package version 0.1.2.

JSON formatter for SimpleCov

Generates a formatted JSON report of your SimpleCov ruby code coverage
results on ruby 2.4+.  Originally intended to add simplecov's results
reading capacity to CI tools.

(taca)

2021-01-12 01:14:38 UTC MAIN commitmail json YAML

(graphics/sane-airscan) Add graphics/png/buildlink3.mk

(mef)

2021-01-12 00:01:51 UTC MAIN commitmail json YAML

doc: Updated textproc/libxls to 1.6.2

(sjmulder)

2021-01-12 00:01:38 UTC MAIN commitmail json YAML

textproc/libxls: Update to 1.6.2

- Fix NULL pointer dereferences in the xls2csv tool

(sjmulder)

2021-01-11 23:54:02 UTC MAIN commitmail json YAML

doc: Updated editors/micro to 2.0.8

(sjmulder)

2021-01-11 23:53:46 UTC MAIN commitmail json YAML

editors/micro: Update to 2.0.8

Upstream notes:

small release which fixes some terminal-related problems present in
v2.0.7.

Terminfo fixes
- Mouse mode in alacritty and konsole fixed.
- Modifier key detection for dynamic terminals fixed.
- Background color in terminal emulator fixed.
Syntax highlighting improvements
- C++, Crystal, Groovy, Coffeescript.
- Parentheses no longer highlighted in default theme (makes the colors
  less jarring and more consistent with other themes).

(sjmulder)

2021-01-11 23:51:06 UTC MAIN commitmail json YAML

(inputmethod/scim) Updated 1.4.15 to 1.4.17, adding missing patche

(mef)

2021-01-11 23:49:38 UTC MAIN commitmail json YAML

doc: Updated inputmethod/scim to 1.4.17

(mef)

2021-01-11 23:49:28 UTC MAIN commitmail json YAML

(inputmethod/scim) Updated 1.4.15 to 1.4.17, fix build, ChangeLog unknown, sorry

(mef)

2021-01-11 22:51:31 UTC MAIN commitmail json YAML

TODO: - mozilla-rootcerts

(wiz)

2021-01-11 22:50:56 UTC MAIN commitmail json YAML

doc: Updated security/mozilla-rootcerts-openssl to 2.6

(wiz)

2021-01-11 22:50:46 UTC MAIN commitmail json YAML

doc: Updated security/mozilla-rootcerts to 1.0.20201204

(wiz)

2021-01-11 22:50:37 UTC MAIN commitmail json YAML

2021-01-11 22:46:28 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.6.2

(wiz)

2021-01-11 22:46:19 UTC MAIN commitmail json YAML

gopls: update to 0.6.2.

Features

Shadow analyzer

This off-by-default analyzer flags shadowed variables. Learn more
in the Analyzers documentation.

Experimental

New keys for the GC details "annotations" setting

The previous keys were prefixed with "no" and meant to disable
certain GC details checks, which was inconsistent with the style
of our other settings maps. A warning will appear suggesting a
change to the new key name, but the old settings will continue to
work. Full details can be found in the annotations documentation.

Documentation

Improved documentation for available analyzers.

Improved documentation for Vim.

Fixes

Editing the go.mod file by hand (golang/go#42529)

This issue was previously marked as resolved, but it had not actually
been fixed. Package metadata will now only be invalidated when a
go.mod file is saved, so you will need to save before expecting
your changes to be propagated. This should significantly reduce
the number of go list calls (and therefore CPU utilization) as you
edit the go.mod file.

(wiz)

2021-01-11 22:42:05 UTC MAIN commitmail json YAML

doc: Updated archivers/zziplib to 0.13.72

(wiz)

2021-01-11 22:41:56 UTC MAIN commitmail json YAML

zziplib: update to 0.13.72.

This now uses cmake to build.

2021-01-04  gdraheim@github
    * The testbuilds were fixed to make cmake install and automake install the same
    * The cmake install did need patches for man3 installation on Unix
    * The cmake install did need patches for dll installation on Windows
    * The cmake install did need patches for dylib installation on MacOS
    * The cmake install did need patches for pkgconfig generation
    * Bump testbuilds to modern distro versions (ubuntu 20.04 centos 7.9 / 8.3)
    * Takeover docker_mirror.py for air-gap testings (for testbuilds.py)
    * handle UNZZIP-NOTFOUND in cmake and mark Ubuntu 'unzip' to be broken
    * merge patches for zzip_pread feature from Max Kellermann
    * merge patches for some bugs being found and reported via GitHub issues
    * run azure-pipelines with -DZZIP_TESTCVE=OFF to skip CVE *.zip downloads
    * use zziptests.py --downloadonly to get the CVE zip files for local storage
    * The ninja builds for cmake were run regularly as it seems to be widely used.
    * AND ... rename configure.ac to old.configure.ac to break outdated packaging scripts
    * ....... see testbuilds/*-am-*.dockerfile that it still works to rename them back
    * release 0.13.72

(wiz)