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 (24m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 13:44:47 UTC Now

2020-08-18 02:40:08 UTC MAIN commitmail json YAML

courier-imap: cannot be built in unprivileged mode

(tnn)

2020-08-18 02:35:25 UTC MAIN commitmail json YAML

go-ttf: update to 2.008

Change pkgsrc versioning scheme to match upstream's.

Bigelow & Holmes have prepared new versions of the Go Fonts. The version
numbers have changed from 2.004 to 2.008. ChangeLog:

* New! 2 new fonts, bringing the total to 12: Go Smallcaps and Go
  Smallcaps Italic.
* New! U+FFFD REPLACEMENT CHARACTER glyph added.
* U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE ring tweaked.
* U+00F0 LATIN SMALL LETTER ETH glyph lightened.
* Superfluous U+0005 <control> glyph removed.
* Split integral, chart draw, block, shade and related glyphs now span
  the full height and have fewer seams when tiled.
* Raised most capital letter diacritics and some lowercase diacritics.
* Mono character widths fixed to be uniform.
* Underline position adjusted.
* SFNT glyph order and cmap table optimized.
* SFNT glyph names (post table) regularized, consistent with the AGLFN.
* ttfautohint upgraded to the latest version, from 1.5 to 1.6.

(tnn)

2020-08-18 02:17:26 UTC MAIN commitmail json YAML

icb: fix building on modern mainstream Linux distros

Committed on the off chance someone else may want to run this on modern
Linux. Tested on Debian 9 and Fedora 29 through 32.

(gutteridge)

2020-08-18 02:12:44 UTC MAIN commitmail json YAML

2020-08-18 02:06:38 UTC MAIN commitmail json YAML

syntax-highlighting: skip a portability check

(tnn)

2020-08-18 02:06:09 UTC MAIN commitmail json YAML

syntax-highlighting/DESCR: reflow text to 80 columns wide

(tnn)

2020-08-18 02:01:43 UTC MAIN commitmail json YAML

modeline: update to 20060709

The distfile changed on the MASTER_SITE back in 2006 so the checksum
didn't match for the past 14 years or so.
Change seems to be to fix a float cast warning.

(tnn)

2020-08-18 01:46:07 UTC MAIN commitmail json YAML

2020-08-18 01:17:05 UTC MAIN commitmail json YAML

2020-08-18 01:16:13 UTC MAIN commitmail json YAML

Update to wagtail-2.10:

* Added Django 3.1 support (Matt Westcott, Karl Hobley)
* Removed support for Python 3.5
* Implemented configurable moderation workflow (Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott, Dan Braghis)
* Implemented phrase searching and structured search query expressions (Karl Hobley)
* Add ability to import redirects from an uploaded file (CSV, TSV, XLS, and XLSX) (Martin Sandström)
* Added `webpquality` and `format-webp-lossless` image filters and `WAGTAILIMAGES_WEBP_QUALITY` setting (Nikolay Lukyanov)
* Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
* Added filtering to locked pages report (Karl Hobley)
* Adds ability to view a group's users via standalone admin URL and a link to this on the group edit view (Karran Besen)
* Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
* Added `next_url` keyword argument on `register_page_listing_buttons` and `register_page_listing_more_buttons` hooks (Ascani Carlo, Matt Westcott, LB (Ben Johnston))
* `AbstractEmailForm` will use `SHORT_DATETIME_FORMAT` and `SHORT_DATE_FORMAT` Django settings to format date/time values in email (Haydn Greatnews)
* `AbstractEmailForm` now has a separate method (`render_email`) to build up email content on submission emails (Haydn Greatnews)
* Add `pre_page_move` and `post_page_move` signals (Andy Babic)
* Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
* Upgrade internal JS tooling; Node v10, Gulp v4 & Jest v23 (Jim Jazwiecki, Kim LaRocca, Thibaud Colas)
* Add `after_publish_page`, `before_publish_page`, `after_unpublish_page` & `before_unpublish_page` hooks (Jonatas Baldin, Coen van der Kamp)
* Add convenience `page_url` shortcut to improve how page URLs can be accessed from site settings in Django templates (Andy Babic)
* Show more granular error messages from Pillow when uploading images (Rick van Hattem)
* Add ordering to `Site` object, so that index page and `Site` switcher will be sorted consistently (Coen van der Kamp, Tim Leguijt)
* Add Reddit to oEmbed provider list (Luke Hardwick)
* Add ability to replace the default Wagtail logo in the userbar, via `branding_logo` block (Meteor0id)
* Remove sticky footer on small devices, so that content is not blocked and more easily editable (Saeed Tahmasebi)
* Add `alt` property to `ImageRenditionField` api representation (Liam Mullens)
* Add `purge_revisions` management command to purge old page revisions (Jacob Topp-Mugglestone, Tom Dyson)
* Render the Wagtail User Bar on non `Page` views (Caitlin White, Coen van der Kamp)
* Add ability to define `form_classname` on `ListBlock` & `StreamBlock` (LB (Ben Johnston))
* Add documentation about how to use `Rustface` for image feature detection (Neal Todd)
* Improve performance of public/not_public queries in `PageQuerySet` (Timothy Bautista)
* Add `add_redirect` static method to `Redirect` class for programmatic redirect creation (Brylie Christopher Oxley, Lacey Williams Henschel)
* Add reference documentation for `wagtail.contrib.redirects` (LB (Ben Johnston))
* `bulk_delete` page permission is no longer required to move pages, even if those pages have children (Robert Rollins, LB (Ben Johnston))
* Add `after_edit_snippet`, `after_create_snippet` and `after_delete_snippet` hooks and documentation (Kalob Taulien)
* Improve performance of empty search results by avoiding downloading the entire search index in these scenarios (Lars van de Kerkhof, Coen van der Kamp)
* Replace `gulp-sass` with `gulp-dart-sass` to improve core development across different platforms (Thibaud Colas)
* Add SVG icons to resolve accessibility and customisation issues and start using them in a subset of Wagtail's admin (Coen van der Kamp, Scott Cranfill, Thibaud Colas, Dan Braghis)
* Switch userbar and header H1s to use SVG icons (Coen van der Kamp)
* Remove markup around rich text rendering by default, provide a way to use old behaviour via `wagtail.contrib.legacy.richtext` (Coen van der Kamp, Dan Braghis)
* Apply title length normalisation to improve ranking on PostgreSQL search (Karl Hobley)
* Add `WAGTAIL_TIME_FORMAT` setting (Jacob Topp-Mugglestone)
* Allow omitting the default editor from `WAGTAILADMIN_RICH_TEXT_EDITORS` (Gassan Gousseinov)
* Disable password auto-completion on user creation form (Samir Shah)
* Upgrade jQuery to version 3.5.1 to reduce penetration testing false positives (Matt Westcott)
* Add ability to extend `EditHandler` without a children attribute (Seb Brown)
* `Page.objects.specific` now gracefully handles pages with missing specific records (Andy Babic)
* StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
* Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
* Deprecate use of unidecode within form builder field names (Michael van Tellingen, LB (Ben Johnston))
* Improve error feedback when editing a page with a missing model class (Andy Babic)
* Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
* Add skip link for keyboard users to bypass Wagtail navigation in the admin (Martin Coote)
* Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
* Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
* Fix: Support IPv6 domain (Alex Gleason, Coen van der Kamp)
* Fix: Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
* Fix: `AbstractEmailForm` saved submission fields are now aligned with the email content fields, `form.cleaned_data` will be used instead of `form.fields` (Haydn Greatnews)
* Fix: Removed ARIA `role="table"` from TableBlock output (Thibaud Colas)
* Fix: Set Cache-Control header to prevent page preview responses from being cached (Tomas Walch)
* Fix: Accept unicode characters in slugs on the "copy page" form (François Poulain)
* Fix: Remove top padding when `FieldRowPanel` is used inside a `MultiFieldPanel` (Jérôme Lebleu)
* Fix: Add Wagtail User Bar back to page previews and ensure moderation actions are available (Coen van der Kamp)
* Fix: Resolve issue where queryset annotations were lost (e.g. `.annotate_score()`) when using specific models in page query (Dan Bentley)
* Fix: Prevent date/time picker from losing an hour on losing focus when 12-hour times are in use (Jacob Topp-Mugglestone)
* Fix: Strip out HTML tags from `RichTextField` & `RichTextBlock` search index content (Timothy Bautista)
* Fix: Avoid using null on string `Site.site_name` blank values to avoid different values for no name (Coen van der Kamp)
* Fix: Fix deprecation warnings on Elasticsearch 7 (Yngve Høiseth)
* Fix: Remove use of Node.forEach for IE 11 compatibility in admin menu items (Thibaud Colas)
* Fix: Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston))
* Fix: `wagtail.contrib.sitemaps` no longer depends on SiteMiddleware (Matt Westcott)
* Fix: Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott)
* Fix: Image / document forms now display non-field errors such as `unique_together` constraints (Matt Westcott)
* Fix: Make "Site" chooser in site settings translateable (Andreas Bernacca)
* Fix: Add missing dropdown icons to image upload, document upload, and site settings screens (Andreas Bernacca)
* Fix: Prevent snippets’ bulk delete button from being present for screen reader users when it’s absent for sighted users (LB (Ben Johnston))
* Fix: Fix group permission checkboxes not being clickable in IE11 (LB (Ben Johnston))

(joerg)

2020-08-18 01:09:33 UTC MAIN commitmail json YAML

mjpegtools: add missing REPLACE_BASH. Bump.

(tnn)

2020-08-18 01:01:56 UTC MAIN commitmail json YAML

2020-08-18 00:42:27 UTC MAIN commitmail json YAML

tiff: explicitly pass --disable-webp. Bump rev.

We don't want it to randomly pick up system libwebp on Linux.
If there is a use case for webp compression here it should use the
pkgsrc library.

Reported-by: "Dr. Thomas Orgis" <thomas.orgis@uni-hamburg.de>

(tnn)

2020-08-18 00:35:20 UTC MAIN commitmail json YAML

unicorn: skip portability check for install-cmocka-linux.sh

(tnn)

2020-08-18 00:30:13 UTC MAIN commitmail json YAML

2020-08-17 21:21:59 UTC MAIN commitmail json YAML

doc: Updated net/stagit-gopher to 0.9.4

(leot)

2020-08-17 21:21:48 UTC MAIN commitmail json YAML

stagit-gopher: Update to 0.9.4

Changes:
0.9.4
-----
- Fix for showing the entry on the files page of submodules for bare
  repositories, thanks kst!
- There is now a separate Atom feed for tags called "tags.xml". This should make
  it easier to track only software releases if using an RSS/Atom reader.
- The ordering of tags are now by commit date (descending). So it will now sort
  by most recent first. The previous behaviour was to sort alphabetically by tag
  name, but many projects use numeric versions which don't sort in a useful/clear
  order.
- For OpenBSD: remove unveil(2) for stagit-index, because unveil(2) has an
  argument limit. Now more than ~128 repositories for the index are supported.
  Per repository stagit will still use unveil(2).

(leot)

2020-08-17 21:00:14 UTC MAIN commitmail json YAML

doc: Updated www/stagit to 0.9.4

(fcambus)

2020-08-17 20:59:54 UTC MAIN commitmail json YAML

stagit: update to 0.9.4.

ChangeLog:

- fix a small memleak in writeatom()
- stagit-index: remove unveil support for argv
- fix submodule lookup in bare repos
- regression: do not show unset or empty tags
- refactor get reference, add another feed for tags/releases
- sort branches and tags by time (descending)

(fcambus)

2020-08-17 20:59:31 UTC MAIN commitmail json YAML

security/py-u2f: Mark test dependencies formally as such.

(riastradh)

2020-08-17 20:57:44 UTC MAIN commitmail json YAML

2020-08-17 20:37:53 UTC MAIN commitmail json YAML

xentools411: fix build with SSP

The stacksize limit causes a warning, which -Werror transforms to a build
failure. Remove it.

This package has more problems:

During installation, I see:
env: python: No such file or directory

and it's not RELRO safe (LDFLAGS are ignored for
lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms
lib/libfsimage.so.1.0.0
libexec/xen/boot/xen-shim
).

(wiz)

2020-08-17 20:20:41 UTC MAIN commitmail json YAML

2020-08-17 20:19:01 UTC MAIN commitmail json YAML

libvirt: skip portability check on HTML file

(wiz)

2020-08-17 20:14:55 UTC MAIN commitmail json YAML

2020-08-17 17:44:25 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.4

(scole)

2020-08-17 17:43:15 UTC MAIN commitmail json YAML

Update to 0.4
- always use pkgsrc path for swath for st-swath script
- make splitting of numbers a little more consistent for st-emacs & st-icu
- add split-thai, split-thai-line, wrapper functions to emacs lisp code

(scole)

2020-08-17 15:23:28 UTC MAIN commitmail json YAML

fontconfig: remove libuuid bl3 inclusion in buildlink3.mk

libuuid is marked as a private dependency and it is an implementation
detail.

On some platforms (e.g. NetBSD) by including libuuid bl3 fonts/fontconfig was
unconditionally installed due that.

Problem originally analyzed by <wiz> in:

<pkg/2019/06/19/msg021438.html>">https://mail-index.NetBSD.org/tech-pkg/2019/06/19/msg021438.html>

And change proposed on tech-pkg@:

<pkg/2020/07/13/msg023550.html>">https://mail-index.NetBSD.org/tech-pkg/2020/07/13/msg023550.html>

Thanks to <wiz> also for reviews, suggestions and discussions!

(leot)

2020-08-17 13:20:07 UTC MAIN commitmail json YAML

TODO: remove link to outdated-perl-packages-list

You can create such a list by installing pkgtools/pkg_p5up2date and running

cd /usr/pkgsrc && pkg_p5up2date --cpan-home $HOME/.cpan --output-fmt \
html --no-scan-installed --update-cpan-index --output-file \
$HOME/perl.html

and some post-processing (script available on request).

(wiz)

2020-08-17 13:03:35 UTC MAIN commitmail json YAML

doc: Updated multimedia/hwdecode-demos to 0.9.6p1

(tnn)

2020-08-17 13:02:55 UTC MAIN commitmail json YAML

TODO: -autogen

(tnn)

2020-08-17 12:22:50 UTC MAIN commitmail json YAML

hwdecode-demos: change HOMEPAGE & MASTER_SITE to author's github

Update to latest snapshot which is still 6 years old. Changes unknown.

(tnn)

2020-08-17 10:52:49 UTC MAIN commitmail json YAML

xnibbles: Handle OSS_TYPE=none correctly.

(jperkin)

2020-08-17 10:51:44 UTC MAIN commitmail json YAML

xwave: Handle OSS_TYPE=none correctly.

(jperkin)

2020-08-17 08:45:11 UTC MAIN commitmail json YAML

doc: Updated devel/autogen to 5.18.16

(tnn)

2020-08-17 08:43:07 UTC MAIN commitmail json YAML

autogen: update to 5.18.16

There's no entry in the NEWS file apart from mentioning that
autotools have been refreshed and that it works with guile 2.2.x
which is coincidentally the reason for updating this package.
lang/guile20 just kept segfaulting during install for me.

(tnn)

2020-08-17 07:59:55 UTC MAIN commitmail json YAML

2020-08-17 07:02:25 UTC MAIN commitmail json YAML

2020-08-17 07:01:34 UTC MAIN commitmail json YAML

2020-08-17 07:00:58 UTC MAIN commitmail json YAML

2020-08-17 07:00:32 UTC MAIN commitmail json YAML

devel/py-usb: Update to 1.0.2

Needed for something in the yubikey-manager stack but I forgot what
already and I can't find any obvious release notes, sorry!

(riastradh)

2020-08-17 06:58:32 UTC MAIN commitmail json YAML

security/tor-browser: Add U2F support to NetBSD.

The webauthn API is disabled by default in the Tor Browser:

https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26614

In order to use it, risking the consequences since the Tor Project
has not audited its anonymity properties, you have to explicitly
enable security.webauthn.webauthn=true in about:config.

So if you definitely want to log into a web site using U2F in spite
of that, with location privacy but not anonymity, then these patches
now enable it to work on NetBSD (with the caveat that enabling
security.webauthn.webauthn=true applies also to any web site that
tries to use the webauthn API, not just the ones you want to log
into).

(riastradh)

2020-08-17 06:58:02 UTC MAIN commitmail json YAML

2020-08-17 06:20:47 UTC MAIN commitmail json YAML

doc/TODO: - apache 2.4.46, done

(wiz)

2020-08-17 06:19:50 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.27, hiredis-1.0.0, ilmbase-2.5.3, khal-0.10.2,
  khard-0.17.0, openexr-2.5.3, poppler-20.08.0, protobuf-3.13.0,
  py-google-api-core-1.22.1, py-parso-0.8.0, py-setuptools-49.6.0
  [drops python-2.x support], py-test-cov-2.10.1,
  thunderbird-enigmail-2.1.7.1, tor-browser-https-everywhere-2020.8.13.

(wiz)

2020-08-17 05:31:37 UTC MAIN commitmail json YAML

2020-08-17 05:26:16 UTC MAIN commitmail json YAML

libsndfile: python as tool to appease configure ...

(tnn)

2020-08-17 05:25:48 UTC MAIN commitmail json YAML

libsndfile: needs to buildlink libopus due to visible in .pc file

XXX recursive revbump should be performed once the dust settles

(tnn)

2020-08-17 02:52:52 UTC MAIN commitmail json YAML

2020-08-17 02:43:29 UTC MAIN commitmail json YAML

doc: Updated pkgtools/lintpkgsrc to 4.95

(tnn)

2020-08-17 02:38:54 UTC MAIN commitmail json YAML

lintpkgsrc: update to 4.95

Use xargs when executing digest for -m.
PR pkg/48335: error when using -m and too many files in DISTDIR

(tnn)

2020-08-16 23:21:29 UTC MAIN commitmail json YAML

aqsis: BROKEN message should be in quotes to avoid linebreaks

(tnn)

2020-08-16 23:14:11 UTC MAIN commitmail json YAML

go-genproto: BROKEN message should be in quotes to avoid linebreaks

(tnn)

2020-08-16 23:05:33 UTC MAIN commitmail json YAML

tensa-lx106-elf-gcc: skip portability checks in contrib

(tnn)

2020-08-16 23:00:10 UTC MAIN commitmail json YAML

revert previous because the master site produces mutable output for
all pear packages

(tnn)

2020-08-16 22:59:50 UTC MAIN commitmail json YAML

2020-08-16 22:57:22 UTC MAIN commitmail json YAML

2020-08-16 22:45:51 UTC MAIN commitmail json YAML

pear-Net_URL: regen distinfo

tgz changed on master site. No difference in extracted contents.

(tnn)

2020-08-16 22:44:44 UTC MAIN commitmail json YAML

php/pear.mk: make DIST_SUBDIR overridable

(tnn)

2020-08-16 22:42:09 UTC MAIN commitmail json YAML

sane-backends: fix big-endian builds

Patch from Gentoo, via Connor McLaughlan on pkgsrc-users. (Also tested
by me on NetBSD 8.2_STABLE/macppc.)

(gutteridge)

2020-08-16 22:38:56 UTC MAIN commitmail json YAML

2020-08-16 22:18:49 UTC MAIN commitmail json YAML

opencv: skip portability checks for ios

(tnn)

2020-08-16 21:54:08 UTC MAIN commitmail json YAML

nginx: extend the dav option to include dav_ext by default

All howtos on the internet assume it's turned on.

No change to default package.

(wiz)

2020-08-16 21:21:12 UTC MAIN commitmail json YAML

Add php-mailparse into tree.

(otis)

2020-08-16 20:59:04 UTC MAIN commitmail json YAML

doc: Added pkgtools/import-package version 1.0

(wiz)

2020-08-16 20:58:47 UTC MAIN commitmail json YAML

pkgtools/Makefile: + import-package

(wiz)

2020-08-16 20:58:25 UTC MAIN commitmail json YAML

import-package: add Os macro to man page

(wiz)

2020-08-16 20:57:57 UTC MAIN commitmail json YAML

import-package: increase CAVEATS

(wiz)

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

pkgtools/import-package: import import-package-1.0

This is a package for wip/import-package.sh. Suggested by brooks.

This package contains a tool for importing a package to pkgsrc or
pkgsrc-wip.

(wiz)

2020-08-16 15:57:39 UTC MAIN commitmail json YAML

Fix wrong cce, php-mailparse was added, not updated.

(otis)

2020-08-16 15:52:08 UTC MAIN commitmail json YAML

doc: Updated mail/php-mailparse to 3.1.0

(otis)

2020-08-16 15:51:45 UTC MAIN commitmail json YAML

Add php-mailparse 3.1.0, a PECL class for parsing and working
with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant
messages.

(otis)

2020-08-16 13:46:30 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_SMTP to 1.9.2

(taca)

2020-08-16 13:46:03 UTC MAIN commitmail json YAML

net/pear-Net_SMTP: update to 1.9.2

Update pear-Net_SMTP to 1.9.2

1.9.2 (2020-08-12 21:27 UTC)

Changelog:

* Repackage documentation

(taca)

2020-08-16 10:40:16 UTC MAIN commitmail json YAML

harfbuzz: Explicitly pass meson arguments to enable/disable documentation

The `doc' option still had the issue that gtk-doc - if already installed - will
be accidentally picked up also if the option was disabled.
Be explicit in enabling/disabling it.

(leot)

2020-08-16 08:36:28 UTC MAIN commitmail json YAML

doc: Updated mail/opendmarc to 1.3.1nb8

(wiz)

2020-08-16 08:36:18 UTC MAIN commitmail json YAML

opendmarc: add missing dependency

Reported by Richard Sass on pkgsrc-users.

Bump PKGREVISION.

(wiz)

2020-08-16 04:14:56 UTC MAIN commitmail json YAML

doc: Updated wm/marco to 1.24.1

(gutteridge)

2020-08-16 03:54:46 UTC MAIN commitmail json YAML

marco: update to 1.24.1

Change log:

marco 1.24.1

  * update translations
  * common: window icon (META_DEFAULT_ICON_NAME) is no longer available
  * workspace: Don't try to use per-workspace MRU lists as a hint for focusing
  * stack: make meta_window_raise() and meta_window_lower() smarter
  * compositor: fix possible crash closing/destroying window . Fixes to previous commit.
  * window: fix crash if workspace is null
  * workspace-switcher: fix colors of selected workspace when compositing is disabled.
  * build: silent build warnings for distcheck
  * Remove unnecessary warnings about visible region
  * meson: improvements
  * Guard against null changes introduced by previous commit
  * Introduce nullpointer checks and return null if validation fails
  * util: meta_bug raises SIGABRT so it shouldn't return
  * add meson build files to EXTRA_DIST
  * remove warning: 'GTimeVal' is deprecated
  * theme: avoid deprecated g_memmove
  * frames: don't bother painting the background

(gutteridge)

2020-08-16 03:02:24 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-Merge to 0.302

(wen)

2020-08-16 03:01:21 UTC MAIN commitmail json YAML

Update to 0.302

Upstream changes:
0.302  2020-07-30
    - Prevent object-based test from failing randomly on BSDs and MacOS

0.301  2020-06-18
    - fix object-based interface memory leak (RT#132627) (Thanks to mithaldu)

(wen)

2020-08-16 02:50:09 UTC MAIN commitmail json YAML

Updated devel/p5-File-Util to 4.201720

(wen)

2020-08-16 02:48:39 UTC MAIN commitmail json YAML

Update to 4.201720

Upstream changes:
4.201720 2020-06-19
  - Bugfix for issue where @INC was being disrupted, detailed at
    https://rt.cpan.org/Ticket/Display.html?id=132060

    Sorry for the delay in fixing it - coronavirus happened to the world :(
    Good luck everyone and please stay safe.

(wen)

2020-08-16 02:38:53 UTC MAIN commitmail json YAML

Updated devel/p5-File-Slurp to 9999.32

(wen)

2020-08-16 02:37:36 UTC MAIN commitmail json YAML

Update to 9999.32

Upstream changes:
9999.32    2020-06-30
    - Re-release after fixing MANIFEST

9999.31    2020-06-28
    - Remove TravisCI and AppVeyor
    - Test using GitHub Actions/workflows on Windows, Mac, and Linux
    - Add See Also section to the docs. (PR#24 Thanks, Dan Book)
    - Add file existence and size checks (RT 132900 - Thanks, Bao Haojun)

(wen)

2020-08-16 02:27:36 UTC MAIN commitmail json YAML

pluma: Perl is a direct tool dependency

The build uses Perl scripts directly. This is presently covered by
intltool being a generic dependency from the meta package, but intltool
was really dropped as a tool requirement as of MATE 1.24, so adjust
here prior to dropping it from the meta package.

(gutteridge)

2020-08-16 01:37:28 UTC MAIN commitmail json YAML

Updated devel/p5-File-Flat to 1.06

(wen)

2020-08-16 01:35:56 UTC MAIN commitmail json YAML

Update to 1.06

Upstream changes:
1.06      2020-07-31 16:05:45Z
        - add a $VERSION to the internal File::Flat::Object package

(wen)

2020-08-16 01:17:37 UTC MAIN commitmail json YAML

Updated devel/p5-FFI-CheckLib to 0.27

(wen)

2020-08-16 01:16:34 UTC MAIN commitmail json YAML

Update to 0.27

Upstream changes:
0.27      2020-05-11 14:24:08 -0400
  - Added a FAQ section to the documentation (gh#22)

(wen)

2020-08-16 01:02:55 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.60

(wen)

2020-08-16 01:01:11 UTC MAIN commitmail json YAML

Update to 3.60

Upstream changes:
3.60 - 2020-08-11
* Restore PERL_BCDVERSION helper which is used on CPAN
* A few API elements were not properly found, like IVTYPE

3.59 - 2020-08-10

* Add PERL_VERSION_* compare macros
* Rename PERL_BCDVERSION to internal name to discourage future use
* Stop versioning generated test files
* Enforce strict & warnings
* Avoid indirect calls
* scanprov: multiple improvements
* Use ivers() in tests
* Update POD documentation and HACKERS file
* Change ppport.h --api-info to not output non-API info unless that is the
  only match
* Find more elements to be listed in the --api-info option (and similar) to
  ppport.h

(wen)

2020-08-16 00:54:23 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Gladiator to 0.08

(wen)

2020-08-16 00:52:53 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08    2020-06-11 17:42:46Z
        - fix sample code snippet for spotting new arena entries (mohawk)

(wen)

2020-08-16 00:35:42 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 1.36

(wen)

2020-08-16 00:34:03 UTC MAIN commitmail json YAML

Update to 1.36

Upstream changes:
1.36 - 19 May 2020
- Fix pod error
- Quieten perltidy syntax highlighting errors
- Fix up minimum perl version (Dick Franks) (GH-268)
- Fix passing full path for cover DB (GH-267)

1.35 - 17 May 2020
- Replace "use vars" with "our" (James Raspass) (GH-255)
- Remove tray db file from release
- Don't chdir when given a -dir flag (Dave Rolsky) (GH-253)
- Manage code references in @INC (Slaven Rezić) (GH-249, GH-250)

1.34 - 16 May 2020
- Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226)
- Support 5.32 by accomodating signauture changes (GH-260)

(wen)

2020-08-16 00:20:46 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.82

(wen)

2020-08-16 00:19:45 UTC MAIN commitmail json YAML

Update to 6.82

Upstream changes:
6.82  2020-06-01
  -  Time zone fixes
        Newest zoneinfo data (tzdata 2020a).

(wen)

2020-08-16 00:15:41 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Daemon to 6.12

(wen)

2020-08-16 00:14:08 UTC MAIN commitmail json YAML

Update to 6.12

Upstream changes:
6.12      2020-06-04 16:01:31Z
  - No changes since TRIAL release 6.11

6.11      2020-06-03 14:47:21Z (TRIAL RELEASE)
  - An IPv6 zone separator must be URI-quoted (GH#47) (Petr Pisar and Olaf
    Alders)

6.10      2020-05-26 16:20:36Z
  - No changes since TRIAL release 6.09

6.09      2020-05-25 16:52:14Z (TRIAL RELEASE)
  - Require IO::Socket::IP 0.25 so that HTTP::Tiny uses it (GH#45) (Shoichi Kaji)

6.08      2020-05-22 15:26:00Z (TRIAL RELEASE)
  - In t/chunked.t, leave choosing IP address family to IO::Socket::IP (GH#42) (Shoichi Kaji)
  - Add "IPv6 SUPPORT" section to pod (GH#43) (Shoichi Kaji)
  - Use HTTP::Tiny 0.042+ for IPv6 support (GH#41) (Shoichi Kaji)

6.07      2020-05-19 19:19:53Z (TRIAL RELEASE)
  - Prefer IP address for host in $d->url (GH#40) (Shoichi Kaji)
  - Improve documentation readability (GH#36) (Ferenc Erki)

(wen)

2020-08-15 23:36:48 UTC MAIN commitmail json YAML

doc: Updated audio/libsndfile to 1.0.29

(nia)

2020-08-15 23:36:38 UTC MAIN commitmail json YAML

libsndfile: Update to 1.0.29

Version 1.0.29 (2020-08-15)
  * Add support for Opus files.
  * Autotool build system improvements.
  * CMake build system improvements.
  * Fixes for: CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
    CVE-2018-19662, CVE-2018-19758 and CVE-2019-3832.
  * Add BWF v2 loudness parameters.
  * Wave64: Permit and skip arbitrary chunks prior to the data chunk.
  * Fix ASAN crash in wavlike_ima_seek().
  * Fix IMA-ADPCM encoding for AIFF files.
  * sndfile-convert: Handle gsm, vox and opus extensions the same way.
  * Add SFC_SET_OGG_PAGE_LATENCY_MS command to get Ogg page latency for Ogg Opus
    files.
  * Fix parsing of some SD2 files.
  * Documentation updates.
  * Minor bug fixes and improvements.

(nia)

2020-08-15 21:48:34 UTC MAIN commitmail json YAML

2020-08-15 20:04:50 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.14.4

(leot)

2020-08-15 20:04:33 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.14.4

Changes:
1.14.4
------
### Additions
- [blogger] add `search` extractor (#925)
- [blogger] support searching posts by labels (#925)
- [inkbunny] add `user` and `post` extractors (#283)
- [instagram] support `/reel/` URLs
- [pinterest] support `pinterest.co.uk` URLs (#914)
- [reddit] support gallery posts (#920)
- [subscribestar] extract attached media files (#852)

### Fixes
- [blogger] improve error messages for missing posts/blogs (#903)
- [exhentai] adjust image limit costs (#940)
- [gfycat] skip malformed gfycat responses (#902)
- [imgur] handle 403 overcapacity responses (#910)
- [instagram] wait before GraphQL requests (#901)
- [mangareader] fix extraction
- [mangoxo] fix login
- [pixnet] detect password-protected albums (#177)
- [simplyhentai] fix `gallery_id` extraction
- [subscribestar] update `date` parsing
- [vsco] handle missing `description` fields
- [xhamster] fix extraction (#917)
- allow `parent-directory` to work recursively (#905)
- skip external OAuth tests (#908)

### Removals
- [bobx] remove module

(leot)

2020-08-15 16:53:20 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.3

(scole)

2020-08-15 16:52:29 UTC MAIN commitmail json YAML

Update to version 0.3

all changes for emacs splitter:
- load custom dictionary first because 'thai-word-table is a defvar
- add count function and return word counts for a few funcs
- add lisp wrappers functions split-thai, split-thai-line which
  can split thai text in an emacs buffer using 'thai-break-words

(scole)

2020-08-15 12:35:58 UTC MAIN commitmail json YAML

2020-08-15 11:04:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-BackupPC-XS to 0.62

(tnn)

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

p5-BackupPC-XS: update to 0.62

0.62
  force rewrite of attr file if xattr key fixup was applied
  fixed attrib refCnt when attrib is unchanged
  bpc_attrib_dirWrite() doesn't create empty attrib files

0.61
  fix view of migrated v3 backup
  convert_hv2file() ensures xattr type is hash, and uses correct keyLen+1
  added BackupPC::XS::FileDigest::digest and bpc_fileDigest()

0.60
  allow mtime to be signed in attrib files
  added bpc_attrib_fileIterate() and BackupPC::XS::Attrib::iterate()
  added checks that xattr key is 0x0 terminated
  increased some buffer sizes to avoid benign compiler warnings for snprintf()
  bpc_attribCache_loadPath() removes any extraneous BPC_FTYPE_DELETED file types
  bpc_attrib_buf2fileFull() calls bpc_attrib_xattrDeleteAll(file)

(tnn)

2020-08-15 10:53:43 UTC MAIN commitmail json YAML

doc: Updated mail/dbmail to 3.2.5

(tnn)

2020-08-15 10:52:50 UTC MAIN commitmail json YAML

dbmail: update to 3.2.5

3.2.5
Added
  IMAP Daemon: added switch to control the diffential state reload
    (mailbox_update_strategy=2), more information in dbmail.conf,
    mailbox_update_strategy_2_max_iterations [#81]
  IMAP Daemon: added switch to control UNSEEN first message in SELECT commands

Changed
  IMAP Daemon: allow reporting UID COPY success in case of various failures
    (except quota), reporting issues are sent to error log as warnings [#87]

Optimizations
  optimizing differential state [#81]
  optimizing fetch message headers [#85]

Issues
  fixing issue related to copy message in regard to RFC 3501, section 6.4.8
  fixing issues related group_concat for PostgreSql [#75], [#78]
  fixing issue related to lastRowId [#71]
  fixing issues related with differential update [#70], [#73]
  fixing proc not being used in BSD systems [#74]
  IMAP Daemon: segmentation fault [#68]

3.2.4
Added
  IMAP Daemon: mailbox-update-strategy switch (see dbmail.conf), experimental
  support for application_name in database connection uri
  IMAP Daemon: mailbox_search_strategy switch (see dbmail.conf)

Changed
  systemd unit changed to type notify
  mailbox state is build using only valid messages [#39]

Optimizations
  IMAP Daemon: optimization of sql queries in relation to message headers
  libevent increased priority on accepting new connections
  libevent optimization on reading and writing to sockets
  simplify libzdb configuration (AC_CHECK_HEADERS)

Issues
  fix segmentation fault in imap_append_hash_as_string [#12]
  dbmail-users: sql issue on deleting alias user [#18]
  IMAP Daemon: generation of invalid BODYSTRUCTURE in Content-Type field [#23]
  fix support for jemalloc latest version [#35]
  IMAP Deamon: BYE Command now offers optional message even on normal operations
  IMAP Deamon: idle message now offers optional message (* OK Still Here)
  IMAP Daemon: random hangs when single user is connected [#37]
  fix fd leaks
  IMAP Daemon: fix MODIFIED keyword, too many '[' and ']'
  fix segmentation fault in find_end_of_header
  fix gcc 10 compilation issue, duplicated definition

(tnn)

2020-08-15 09:51:06 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 2.7.1

(tnn)

2020-08-15 09:49:44 UTC MAIN commitmail json YAML

harfbuzz: update to 2.7.1

ot-funcs now handles variable empty glyphs better when hvar/vvar isn't present.
Reverted a GDEF processing regression.
A couple of fixes to handle OOM better.

(tnn)

2020-08-15 08:29:55 UTC MAIN commitmail json YAML

doc: Updated sysutils/smartmontools to 7.1

(tnn)

2020-08-15 08:28:48 UTC MAIN commitmail json YAML

smartmontools: update to 7.1

- smartctl: Fixed bogus exception on unknown form factor value (regression).
- smartctl '--json=cg': Suppresses extra spaces also in 'g' format.
- smartctl '-i': ATA ACS-4 and ACS-5 enhancements.
- smartd: No longer truncates very long device names in warning emails.
- smartd: No longer skips scheduled tests if system clock has been adjusted
  to the past.
- smartd '-A': Attribute logs now use local time instead of UTC.
- ATA: Device type '-d jmb39x,N' for drives behind JMicron JMB39x RAID port
  multipliers.
- SCSI: Workaround for incomplete Log subpages response from some SAS SSDs.
- HDD, SSD and USB additions to drive database.
- Autodetection of '-d sntjmicron' type for JMicron USB to NVMe bridges.
- configure: Defines '_FORTIFY_SOURCE=2' if supported and not defined.
- Linux/FreeBSD: Fixed segfault on CCISS transfer sizes > 512 bytes.
- Linux: Fixed smartd.service 'Type' if libsystemd-dev is not available.
- Linux: Fixed '/dev/megaraid_sas_ioctl_node' fd leak.
- Linux: Fixed GPL licensing problem of 'linux_nvme_ioctl.h'.
- FreeBSD update-smart-drivedb: Now uses 'fetch' as default download tool.
- FreeBSD big endian: Fixed NVMe access.
- FreeBSD: Compile fix for FreeBSD 12.
- NetBSD: Fixed device scan crash on empty name list.
- NetBSD: Fixed memory leak in device scan.

(tnn)

2020-08-15 08:03:35 UTC MAIN commitmail json YAML

Updated www/p5-Test-LWP-UserAgent to 0.034

(wen)

2020-08-15 08:02:27 UTC MAIN commitmail json YAML

Update to 0.034

Upstream changes:
Changes for version 0.034 - 2020-03-06

    fix t/10-request-args-network.t under EXTENDED_TESTING=1 where the test URL was returning random content for each request and therefore failing a comparison check

(wen)

2020-08-15 07:59:01 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize-Cached to 1.54

(wen)

2020-08-15 07:53:54 UTC MAIN commitmail json YAML

Update to 1.54

Upstream changes:
1.54      2020-08-10 22:37:25Z
    - Don't poke at HTTP::Header internals (GH#24) (Olaf Alders)

1.53      2020-02-24 21:07:31Z
    - Remove warnings on new() (GH#15) (Jonathan Rubin, simbabque)
    - Remove new warnings (GH#22) (Julien Fiegehenn)
    - Add Test::Warn to develop requirements (GH#21) (Olaf Alders)
    - Remove Find::Lib and Path::Class from deps (GH#19) (Olaf Alders)

(wen)

2020-08-15 07:10:46 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize-Shell to 0.59

(wen)

2020-08-15 07:06:45 UTC MAIN commitmail json YAML

Update to 0.59

Upstream changes:
Changes for version 0.59 - 2020-05-04

    HTML::Form::find_input() has a 1-based index Reported by the CPAN testers, thanks!

(wen)

2020-08-15 06:41:51 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize to 2.00

(wen)

2020-08-15 06:39:07 UTC MAIN commitmail json YAML

Update to 2.00
Update DEPENDS

Upstream changes:
2.00      2020-06-09 19:09:53Z
    - Require LWP::UserAgent 6.45 (GH#302) (Shoichi Kaji)

1.99      2020-06-08 15:35:04Z
    - Bump HTTP::Daemon test dependency to 6.12 (GH#300) (Olaf Alders)

1.98      2020-05-25 17:06:47Z (TRIAL RELEASE)
    - Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)

1.97      2020-05-14 00:46:53Z
    - Respect CDATA[[ sections when parsing HTML (GH#298) (Max Maischein)
    - extract image links also from css (GH#12) (Jozef Kutej) and (GH#297)
      (Julien Fiegehenn)
    - s/parm/param/ in documentation (GH#295) (Olaf Alders)

1.96      2020-02-21 02:23:40Z [FIXED]
    - HTML::Form::find_input() has a 1-based index (GH#293) (Olaf Alders)
    - Fix invocation of dump_forms in mech-dump (GH#288) (積丹尼 Dan Jacobson)
    - make xt/author/eol.t pass (GH#291) (Shoichi Kaji)
    [DOCUMENTATION]
    - Fix documentation of use of undef in form_with() and all_forms_with()
      (GH#289) (積丹尼 Dan Jacobson)

(wen)

2020-08-15 02:36:35 UTC MAIN commitmail json YAML

doc: updated git-lfs, ntp4, hitch, ntpsec

(tnn)

2020-08-15 02:31:29 UTC MAIN commitmail json YAML

ntpsec: update to 1.1.9

== 2020-05-23: 1.1.9 ==
Correctly parse ntpq :config output on Python 3 and check return MACs.
Add AES and other algorithm support to ntpq and ntpdig, from OpenSSL.
Remove support for NetInfo. NetInfo was last supported in Mac OS X v10.4
The configure step now supports --disable-nts for running
on systems with older versions of OpenSSL.
The default restrictions now start with noquery and limited
to reduce the opportunities for being used for DDoS-ing.
The draft RFC for NTS has dropped support for TLSv1.2
  We now need OpenSSL with TLSv1.3 support (version 1.1.1 or newer).
  The config keyword +tlsciphers+ has been removed.
Additional filtering and sort options have been added to ntpq/mrulist
  Details are in the man page.
Rate limiting has been cleaned up.
  With "restrict limited", traffic is now limited to
  an average of 1 packet per second with bursts of 20.
  (needs doc and maybe config)
SIGHUP and hourly checks have been unified.  Both now
  check for a new log file
  check for a new certificate file
  check for a new leap file
SIGHUP also restarts all pending DNS and NTS probes.
NTS client now requires ALPN on TLSv1.3.
asciidoctor (1.5.8 or newer) is now supported and is the preferred AsciiDoc
processor.  asciidoc is still supported, but the minimum supported version
has been raised from 8.6.0 to 8.6.8.  asciidoc3 (3.0.2 or newer) is also
supported.
HTML docs are now built by default if an AsciiDoc processor is installed.  If
you do not want HTML docs, configure with --disable-doc.  (Note:  Man pages
are controlled by a separate --disable-manpage.)
Analysis shows that CVE-2020-11868, affecting NTP Classic,
cannot affect us, as the peer mode involved has been removed.

== 2019-11-17: 1.1.8 ==
Fix bug in NTS-KE client so that NTP server names work.
Fix/tweak several NTS logging messages.

== 2019-09-02: 1.1.7 ==
The numeric literal argument of the 'time1' fudge option on a clock
can now have one or more letter suffixes that compensate for era
rollover in a GPS device.  Each "g" adds the number of seconds in a
1024-week (10-bit) GPS era. Each "G" adds the number of seconds in a
8192-week (13-bit) GPS era.
The neoclock4x driver has been removed, due to the hardware and the
vendor having utterly vanished from the face of the earth.
The NTS ALPN negotiation sequence has been modified for improved
interoperability with other NTS implementations.
NTS key rotation now happens every 24 hours.  It used to rotate
every hour to enable testing of recovery from stale cookies.

== 2019-07-10: 1.1.6 ==
Fixes to code quality checks.
Fixes to NTS server list.
Fix to bug #600.

== 2019-06-30: 1.1.5 ==
Add ALPN for the NTS server, as required by the NTP draft.
Revert some ntpq behavior.

== 2019-06-21: 1.1.4 ==

NTS is now implemented.  See .../devel/nts.adoc
https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp
We thank Cisco for sponsoring the NTS development.
Lots of fixes and cleanups to PPS, both implementation and documentation.
Pthread support is now required.  --disable-dns-lookup is gone.
NIST lockclock mode is now a runtime option set by the (previously unused)
flag1 mode bit of the local-clock driver.
As always, lots of minor fixups and cleanups everywhere.  See the git log.

(tnn)

2020-08-15 02:16:18 UTC MAIN commitmail json YAML

hitch: update to 1.6.0

Introduces support for client certificate authentication along with various
other fixes and improvements.

(tnn)

2020-08-15 02:09:25 UTC MAIN commitmail json YAML

net/ntp4: update to ntp-4.2.8p15

Fixes Sec 3661: Memory leak with CMAC keys + additional 13 bugfixes.

(tnn)

2020-08-15 02:07:38 UTC MAIN commitmail json YAML

git-lfs: update to 2.11.0

This release introduces several new features, such as better support for
unnamed local paths and URLs as remotes, support for submodule.recurse,
exponential backoff on failure, and support for renegotiation.

(tnn)

2020-08-15 01:03:50 UTC MAIN commitmail json YAML

doc: Updated devel/popt to 1.18

(tnn)

2020-08-15 01:02:43 UTC MAIN commitmail json YAML

popt: update to 1.18

Replace HOMEPAGE and MASTER_SITE, the old rpm5.org site seems dead & broken

Changes from popt 1.16
  fix an ugly and ancient security issue with popt failing to
    drop privileges on alias exec from a SUID/SGID program
  perform rudimentary sanity checks when reading in popt config files
  collect accumulated misc fixes (memleaks etc) from distros
  convert translations to utf-8 encoding
  convert old postscript documentation to pdf
  dust off ten years worth of autotools sediment
  reorganize and clean up the source tree for clarity
  remove the obnoxious splint annotations from the sources

(tnn)

2020-08-14 22:40:33 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.46

(wen)

2020-08-14 22:39:27 UTC MAIN commitmail json YAML

Update to 6.46

Upstream changes:
6.46      2020-06-23 21:19:26Z
    - Fix a looping regression in 6.45 for redirect responses without
      a Location header (GH PR#342, Niko Tyni)

6.45      2020-06-08 14:51:28Z
    - Fix Client-Warning: Internal response sometimes reset (GH#341) (Jonathan
      Dahan and Julien Fiegehenn)

6.44      2020-04-14 19:37:45Z
    - Support basic authentication charset per RFC 7617 (GH#339) (Ville Skytt)
    - Fixed POD mistake. (GH PR#338. Sebastian Paaske T淡rholm)

(wen)

2020-08-14 21:22:48 UTC MAIN commitmail json YAML

geckodriver: adjust cargo dependencies per canonical cargo.mk instructions

(tnn)

2020-08-14 21:19:22 UTC MAIN commitmail json YAML

rust/cargo.mk: update documentation

(tnn)

2020-08-14 21:12:04 UTC MAIN commitmail json YAML

cargo.mk: some improvements

- rename show-cargo-depends to print-cargo-depends (but keep a compat alias)
- make it print an RCS id preamble with a comment

This allows one to do "make print-cargo-depends > cargo-depends.mk"
and reference cargo-depends.mk from the packages main Makefile.
Makes updating packages easier.

(tnn)

2020-08-14 21:05:48 UTC MAIN commitmail json YAML

doc: Updated multimedia/sickgear to 0.21.42

(Forgot this after the commit, added it in the place where it should have
been.)

(js)

2020-08-14 20:50:22 UTC MAIN commitmail json YAML

2020-08-14 20:44:16 UTC MAIN commitmail json YAML

rust/cargo.mk: add a default do-build target to reduce copypasta

(tnn)

2020-08-14 20:10:03 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20200814

(wiz)

2020-08-14 20:09:54 UTC MAIN commitmail json YAML

neomutt: update to 20200814.

2020-08-14  Richard Russon  <rich@flatcap.org>
* Security
  - Add mitigation against DoS from thousands of parts
* Features
  - Allow index-style searching in postpone menu
  - Open NeoMutt using a mailbox name
  - Add `cd` command to change the current working directory
  - Add tab-completion menu for patterns
  - Allow renaming existing mailboxes
  - Check for missing attachments in alternative parts
  - Add one-liner docs to config items
* Bug Fixes
  - Fix logic in checking an empty From address
  - Fix Imap crash in `cmd_parse_expunge()`
  - Fix setting attributes with S-Lang
  - Fix: redrawing of `$pager_index_lines`
  - Fix progress percentage for syncing large mboxes
  - Fix sidebar drawing in presence of indentation + named mailboxes
  - Fix retrieval of drafts when "postponed" is not in the mailboxes list
  - Do not add comments to address group terminators
  - Fix alias sorting for degenerate addresses
  - Fix attaching emails
  - Create directories for nonexistent file hcache case
  - Avoid creating mailboxes for failed subscribes
  - Fix crash if rejecting cert
* Changed Config
  - Add `$copy_decode_weed`, `$pipe_decode_weed`, `$print_decode_weed`
  - Change default of `$crypt_protected_headers_subject` to "..."
  - Add default keybindings to history-up/down
* Translations
  - 100% Czech
  - 100% Spanish
* Build
  - Allow building against Lua 5.4
  - Fix when sqlite3.h is missing
* Docs
  - Add a brief section on stty to the manual
  - Update section "Terminal Keybindings" in the manual
  - Clarify PGP Pseudo-header `S<id>` duration
* Code
  - Clean up String API
  - Make the Sidebar more independent
  - De-centralise the Config Variables
  - Refactor dialogs
  - Refactor: Help Bar generation
  - Make more APIs Context-free
  - Adjust the edata use in Maildir and Notmuch
  - Window refactoring
  - Convert libsend to use Config functions
  - Refactor notifications to reduce noise
  - Convert Keymaps to use STAILQ
  - Track currently selected email by msgid
  - Config: no backing global variable
  - Add events for key binding
* Upstream
  - Fix imap postponed mailbox use-after-free error
  - Speed up thread sort when many long threads exist
  - Fix ~v tagging when switching to non-threaded sorting
  - Add message/global to the list of known "message" types
  - Print progress meter when copying/saving tagged messages
  - Remove ansi formatting from autoview generated quoted replies
  - Change postpone mode to write Date header too
  - Unstuff `format=flowed`

(wiz)

2020-08-14 20:01:40 UTC MAIN commitmail json YAML

2020-08-14 19:33:48 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup tickets up to #6298

(bsiegert)

2020-08-14 19:33:28 UTC pkgsrc-2020Q2 commitmail json YAML

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

Revisions pulled up:
- lang/php73/distinfo                                          1.24-1.25

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jul 11 03:59:46 UTC 2020

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

  Log Message:
  lang/php73: update to 7.3.20

  Update php73 to 7.3.20.

  09 Jul 2020, PHP 7.3.20

  - Core:
    . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
    . Fixed bug #79668 (get_defined_functions(true) may miss functions). =
  (cmb,
      Nikita)
    . Fixed possibly unsupported timercmp() usage. (cmb)

  - Exif:
    . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNo=
  tes).
      (cmb)

  - Filter:
    . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)=

  - GD:
    . Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (=
  cmb)

  - OpenSSL:
    . Fixed bug #62890 (default_socket_timeout=3D-1 causes connection to =
  timeout).
      (cmb)

  - PDO SQLite:
    . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result=
    set).
      (cmb)

  - SPL:
    . Fixed bug #79710 (Reproducible segfault in error_handler during GC
      involved an SplFileObject). (Nikita)

  - Standard:
    . Fixed bug #74267 (segfault with streams and invalid data). (cmb)
    . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for=

      posix_getgrgid and others). (B=F6sz=F6rm=E9nyi Zolt=E1n)
  09 Jul 2020, PHP 7.3.20

  - Core:
    . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
    . Fixed bug #79668 (get_defined_functions(true) may miss functions). =
  (cmb,
      Nikita)
    . Fixed possibly unsupported timercmp() usage. (cmb)

  - Exif:
    . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNo=
  tes).
      (cmb)

  - Filter:
    . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)=

  - GD:
    . Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (=
  cmb)

  - OpenSSL:
    . Fixed bug #62890 (default_socket_timeout=3D-1 causes connection to =
  timeout).
      (cmb)

  - PDO SQLite:
    . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result=
    set).
      (cmb)

  - SPL:
    . Fixed bug #79710 (Reproducible segfault in error_handler during GC
      involved an SplFileObject). (Nikita)

  - Standard:
    . Fixed bug #74267 (segfault with streams and invalid data). (cmb)
    . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for=

      posix_getgrgid and others). (B=F6sz=F6rm=E9nyi Zolt=E1n)

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Aug  8 13:30:07 UTC 2020

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

  Log Message:
  lang/php73: update to 7.3.21

  Update php73 to 7.3.21 (PHP 7.3.21).

  06 Aug 2020, PHP 7.3.21

  - Apache:
    . Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_requ=
  est_time
      to return usec). (Herbert256)

  - Core:
    . Fixed bug #79877 (getimagesize function silently truncates after a =
  null
      byte) (cmb)
    . Fixed bug #79778 (Assertion failure if dumping closure with unresol=
  ved
      static variable). (Nikita)
    . Fixed bug #79792 (HT iterators not removed if empty array is destro=
  yed).
      (Nikita)

  - COM:
    . Fixed bug #63208 (BSTR to PHP string conversion not binary safe). (=
  cmb)
    . Fixed bug #63527 (DCOM does not work with Username, Password parame=
  ter).
      (cmb)

  - Curl:
    . Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object =
  with
      declared properties). (Nikita)

  - Fileinfo:
    . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)

  - FTP:
    . Fixed bug #55857 (ftp_size on large files). (cmb)

  - Mbstring:
    . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)

  - Phar:
    . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
      function). (CVE-2020-7068) (cmb)

  - Standard:
    . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). =
  (cmb)
    . Fixed bug #79817 (str_replace() does not handle INDIRECT elements).=
    (Nikita)
    . Fixed bug #78008 (dns_check_record() always return true on Alpine).=

      (Andy Postnikov)

(bsiegert)

2020-08-14 19:28:44 UTC MAIN commitmail json YAML

On systems where both of the conditions

1. LD_LIBRARY_PATH does _not_ take precedence over DT_RPATH
  (e.g. Linux)
2. A previous libpython with the same major.minor is already installed
  (e.g. a previous version of this package)

hold, the built python will be linked with the installed libpython,
causing it to report an old teeny version in sys.version_info while
staging the install. Then "make package" fails with PLIST mismatches for
{,Pattern}Grammar.*.pickle.

pkgsrc knows which version we're building. Pass that down instead.

For platforms that weren't having this problem, no functional change
intended. For platforms that were, this simply restores "make package",
so no PKGREVISION bump.

(schmonz)

2020-08-14 18:46:19 UTC MAIN commitmail json YAML

doc: Updated lang/go114 to 1.14.7

(bsiegert)

2020-08-14 18:45:56 UTC MAIN commitmail json YAML

Update go114 to 1.14.7.

go1.14.7 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.14.7 milestone on our issue tracker for details.

(bsiegert)

2020-08-14 18:29:12 UTC MAIN commitmail json YAML

doc: Updated lang/go113 to 1.13.15

(bsiegert)

2020-08-14 18:28:29 UTC MAIN commitmail json YAML

Update go113 to 1.13.15.

go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.13.15 milestone on our issue tracker for details.

(bsiegert)

2020-08-14 18:23:49 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6297 - requested by taca
security/clamav: security fix

Revisions pulled up:
- security/clamav/Makefile                                      1.69
- security/clamav/Makefile.common                              1.17
- security/clamav/distinfo                                      1.34

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Jul 17 04:48:32 UTC 2020

  Modified Files:
  pkgsrc/security/clamav: Makefile Makefile.common distinfo

  Log Message:
  security/clamav: update to 0.102.4

  Update clamav to 0.102.4.

  ## 0.102.4

  ClamAV 0.102.4 is a bug patch release to address the following issues.

  - [CVE-2020-3350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3350):
    Fix a vulnerability wherein a malicious user could replace a scan target's
    directory with a symlink to another path to trick clamscan, clamdscan, or
    clamonacc into removing or moving a different file (eg. a critical system
    file). The issue would affect users that use the --move or --remove options
    for clamscan, clamdscan, and clamonacc.

    For more information about AV quarantine attacks using links, see the
    [RACK911 Lab's report](https://www.rack911labs.com/research/exploiting-almost-every-antivirus-software).

  - [CVE-2020-3327](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3327):
    Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.3 that
    could cause a Denial-of-Service (DoS) condition. Improper bounds checking
    results in an out-of-bounds read which could cause a crash.
    The previous fix for this CVE in 0.102.3 was incomplete. This fix correctly
    resolves the issue.

  - [CVE-2020-3481](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3481):
    Fix a vulnerability in the EGG archive module in ClamAV 0.102.0 - 0.102.3
    could cause a Denial-of-Service (DoS) condition. Improper error handling
    may result in a crash due to a NULL pointer dereference.
    This vulnerability is mitigated for those using the official ClamAV
    signature databases because the file type signatures in daily.cvd
    will not enable the EGG archive parser in versions affected by the
    vulnerability.

(bsiegert)

2020-08-14 17:34:33 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.2

(scole)

2020-08-14 17:31:35 UTC MAIN commitmail json YAML

2020-08-14 17:18:38 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6296 - requested by maya
lang/nodejs: aarch64 bugfix, PR port-arm/55533

(via patch)

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Aug  5 21:49:18 UTC 2020

  Modified Files:
  pkgsrc/lang/nodejs: Makefile distinfo
  pkgsrc/lang/nodejs/patches:
      patch-deps_v8_src_base_platform_platform-posix.cc

  Log Message:
  nodejs: workaround issue for netbsd/aarch64 in PR port-arm/55533

  NetBSD mmap might fail depending on the choice of hint addr given, so don't
  give a hint at all.

  bump PKGREVISION.

(bsiegert)

2020-08-14 17:11:16 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6295 - requested by maya
x11/libX11: bugfix

Revisions pulled up:
- x11/libX11/Makefile                                          1.53
- x11/libX11/distinfo                                          1.32
- x11/libX11/patches/patch-regression                          1.1

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Tue Aug  4 15:50:19 UTC 2020

  Modified Files:
  pkgsrc/x11/libX11: Makefile distinfo
  Added Files:
  pkgsrc/x11/libX11/patches: patch-regression

  Log Message:
  libX11: backport patch fixing regression from upstream. bump PKGREVISION

(bsiegert)

2020-08-14 17:07:03 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6294 - requested by wiz
textproc/hunspell: security fix

Revisions pulled up:
- textproc/hunspell/Makefile                                    1.32
- textproc/hunspell/distinfo                                    1.13
- textproc/hunspell/patches/patch-src_hunspell_suggestmgr.cxx  1.1

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Aug  3 11:19:28 UTC 2020

  Modified Files:
  pkgsrc/textproc/hunspell: Makefile distinfo
  Added Files:
  pkgsrc/textproc/hunspell/patches: patch-src_hunspell_suggestmgr.cxx

  Log Message:
  hunspell: fix CVE-2019-16707 using upstream patch

  Bump PKGREVISION.

(bsiegert)

2020-08-14 17:05:33 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6293 - requested by wiz
databases/redis: security fix

Revisions pulled up:
- databases/redis/Makefile                                      1.56

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Aug  3 10:38:45 UTC 2020

  Modified Files:
  pkgsrc/databases/redis: Makefile

  Log Message:
  redis: fix CVE-2016-2121

  The configuration file was installed mode 644, but could contain passwords.

  Bump PKGREVISION.

(bsiegert)

2020-08-14 17:05:28 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6292 - requested by wiz
multimedia/mediainfo: security fix

Revisions pulled up:
- multimedia/mediainfo/Makefile.common                          1.9
- multimedia/mediainfo/distinfo                                1.15

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Aug  3 09:51:28 UTC 2020

  Modified Files:
  pkgsrc/multimedia/mediainfo: Makefile.common distinfo

  Log Message:
  {lib,}mediainfo: update to 20.03

  Version 20.03, 2020-04-03
  -------------
  + AC-4 full featured support (presentations, groups, substreams)
  + MPEG-H 3D Audio basic support
  + MPEG-TS: audio preselection descriptor support
  + Dolby Vision v2 detection
  + MPEG-4: support of colr/nclx (color information) box
  x URL encoding option fixes, permitting to use URL encoded or non URL encoded links
  x AAC: fix SBR frequency when in ADIF
  x DPX: ColorimetricSpecification and TransferCharacteristic were inverted
  x Several crash and memory leaks fixes

(bsiegert)

2020-08-14 14:17:18 UTC MAIN commitmail json YAML

doc: Updated geography/libmaxminddb to 1.4.3

(fcambus)

2020-08-14 14:14:44 UTC MAIN commitmail json YAML

libmaxminddb: update to 1.4.3.

ChangeLog:

## 1.4.3 - 2020-08-06

* On Windows, always call `CreateFileW` instead of `CreateFile`.
  `CreateFile` could be mapped to `CreateFileA` and not work as expected.
  Pull request by Sandu Liviu Catalin. GitHub #228.
* Fixed use of uninitialized memory in `dump_entry_data_list()` that could
  cause a heap buffer flow in `mmdblookup`. As part of this fix, most uses
  of `malloc` were replaced with `calloc`. Reported by azhou. GitHub #236.

## 1.4.2 - 2019-11-02

* The 1.4.0 release introduced a change that increased the size of `MMDB_s`,
  unintentionally causing an ABI break. This release reverts the relevant
  commit.

## 1.4.1 - 2019-11-01

* The man page links for function calls were not generated correctly in
  1.4.0. This has been corrected.

## 1.4.0 - 2019-11-01

* A negative array index may now be used with `MMDB_get_value`,
  `MMDB_vget_value`, and `MMDB_aget_value`. This specifies the element
  from the end of the array. For instance, `-1` would refer to the
  last element of the array. PR by Kyle Box. GitHub #205.
* On Windows, the file name passed to `MMDB_open` is now expected to be
  UTF-8 encoded. This allows Unicode characters to be used in file names.
  As part of this change, `mmdblookup` on Windows now converts its
  arguments to UTF-8. PR by Gerald Combs. GitHub #189 & #191.
* Fix a memory leak that occurred when freeing an `MMDB_s` where the
  database had no languages defined in the metadata. If you are using an
  official MaxMind database, this leak does not affect you. Pull request
  by K坦kai P辿ter. GitHub #180.
* Add `--disable-binaries` option to `configure`. Pull request by Fabrice
  Fontaine. GitHub #166.
* Previous releases incorrectly included `*.Po` files in the `t` directory.
  This has been corrected. Reported by Daniel Macks. GitHub #168.
* The internal use of the `MMDB_s` now has the `const` modifier. Public
  functions that accepted an `MMDB_s` as an argument now also declare it as
  `const`. Pull request by Kurt Johnson. GitHub #199.
* `mmdblookup` now displays the prefix length for the record when using
  the verbose flag. GitHub #172.

(fcambus)

2020-08-14 11:14:36 UTC MAIN commitmail json YAML

Updated net/lftp, x11/gtk3

(adam)

2020-08-14 11:14:09 UTC MAIN commitmail json YAML

gtk3: updated to 3.24.22

Overview of Changes in GTK+ 3.24.22
===================================

* GtkTextView:
- Fix some corner cases of pixelcache invalidation
- Make select-all work on touch

* Fix print portal support

* Adwaita:
- Tweak title style class
- Add a public color for text view background

* Windows:
- Limit the size of the corner mask cache
- Use native API for keycode conversion
- Use GLES on arm64

* Wayland: Add a way to change the application id

* Quartz: Add axes to master devices

* Add --enable-tracker3 option to configure

* Translation updates:
Catalan
German
Indonesian
Italian
Kazakh
Spanish
Turkish

(adam)

2020-08-14 11:11:33 UTC MAIN commitmail json YAML

lftp: updated to 4.9.2

Version 4.9.2
* mkdir: fixed exit code with -f option.
* ftp: made ftp:use-pret setting tri-boolean.
* get/mget/put/mput: don't try next files after error if cmd:fail-exit is true.
* get/mget: fixed -O option with remote URL and xfer:use-temp-file being true.
* mirror: disallow empty patterns; don't delete "..".
* mirror: fixed --on-change with --reverse.
* sftp: fixed a bug with truncated files when packets are reordered (finally).

(adam)

2020-08-14 11:05:00 UTC MAIN commitmail json YAML

rust/cargo: replace "--frozen --locked" with "--offline" in various places

The intent of "--frozen --locked" was to not use the network, but the new
"--offline" option is better suited for this purpose.
It for example allows us to patch Cargo.toml if necessary without having
to regen checksums.

(tnn)

2020-08-14 10:54:52 UTC MAIN commitmail json YAML

boost-libs: remove ABI depends

The API depends enforce a much stricter limitation, a more relaxed ABI
pattern makes no sense.

(wiz)

2020-08-14 10:32:43 UTC MAIN commitmail json YAML

2020-08-14 08:45:30 UTC MAIN commitmail json YAML

bootstrap: No need to find packagemaker any longer.

(jperkin)

2020-08-14 08:00:57 UTC MAIN commitmail json YAML

Extend gcc version range for -no-pie, since gcc 10 is here.

(hauke)

2020-08-14 07:40:52 UTC MAIN commitmail json YAML

Follow rename to bootstrap/README.macOS.

(schmonz)

2020-08-14 07:35:27 UTC MAIN commitmail json YAML

2020-08-14 07:34:14 UTC MAIN commitmail json YAML

--ignore-case-check (which had been useful back when pkgsrc needed to be
checked out on a case-sensitive file system) was removed in 2011.

(schmonz)

2020-08-14 07:24:16 UTC MAIN commitmail json YAML

Retire --binary-macpkg option, which would generate a binary pkgsrc
bootstrap kit for macOS in the form of a double-clickable .pkg.

(schmonz)

2020-08-14 06:58:00 UTC MAIN commitmail json YAML

Updated databases/postgresql

(adam)

2020-08-14 06:56:26 UTC MAIN commitmail json YAML

postgresql: updated to 12.4, 11.9, 10.14, 9.6.19, 9.5.23

PostgreSQL 12.4, 11.9, 10.14, 9.6.19, 9.5.23

Security Issues

CVE-2020-14349: Uncontrolled search path element in logical replication.
Versions Affected: 10 - 12.

The PostgreSQL search_path setting determines schemas searched for tables, functions, operators, etc. The CVE-2018-1058 fix caused most PostgreSQL-provided client applications to sanitize search_path, but logical replication continued to leave search_path unchanged. Users of a replication publisher or subscriber database can create objects in the public schema and harness them to execute arbitrary SQL functions under the identity running replication, often a superuser. Installations having adopted a documented secure schema usage pattern are not vulnerable.

The PostgreSQL project thanks Noah Misch for reporting this problem.

CVE-2020-14350: Uncontrolled search path element in CREATE EXTENSION.
Versions Affected: 9.5 - 12. The security team typically does not test unsupported versions, but this problem is quite old.

When a superuser runs certain CREATE EXTENSION statements, users may be able to execute arbitrary SQL functions under the identity of that superuser. The attacker must have permission to create objects in the new extension's schema or a schema of a prerequisite extension. Not all extensions are vulnerable.

In addition to correcting the extensions provided with PostgreSQL, the PostgreSQL Global Development Group is issuing guidance for third-party extension authors to secure their own work.

Bug Fixes and Improvements

This update also fixes over 50 bugs that were reported in the last several months. Some of these issues affect only version 12, but many affect all supported versions.

Some of these fixes include:

Fix edge cases in partition pruning involving multiple partition key columns with multiple or no constraining WHERE clauses.
Several fixes for query planning and execution involving partitions.
Fix for determining when to execute a column-specific UPDATE trigger on a logical replication subscriber.
pg_replication_slot_advance() now updates the oldest xmin and LSN values, as the failure to do this could prevent resources (e.g. WAL files) from being cleaned up.
Fix a performance regression in ts_headline().
Ensure that pg_read_file() and related functions read until EOF is reached, which fixes compatibility with pipes and other virtual files.
Forbid numeric NaN values in jsonpath computations, which do not exist in SQL nor JSON.
Several fixes for NaN inputs with aggregate functions. This fixes a change in PostgreSQL 12 where NaN values caused the following aggregates to emit values of 0 instead of NaN: corr(), covar_pop(), regr_intercept(), regr_r2(), regr_slope(), regr_sxx(), regr_sxy(), regr_syy(), stddev_pop(), and var_pop().
time and timetz values fractionally greater than 24:00:00 are now rejected.
Several fixes for EXPLAIN, including a fix for reporting resource usage when a plan uses parallel workers with "Gather Merge" nodes.
Fix timing of constraint revalidation in ALTER TABLE that could lead to odd errors.
Fix for REINDEX CONCURRENTLY that could prevent old values from being included in future logical decoding output.
Fix for LATERAL references that could potentially cause crashes during query execution.
Use the collation specified for a query when estimating operator costs
Fix conflict-checking anomalies in SERIALIZABLE transaction isolation mode.
Ensure checkpointer process discards file sync requests when fsync is off
Fix issue where pg_control could be written out with an inconsistent checksum, which could lead to the inability to restart the database if it crashed before the next pg_control update.
Ensure that libpq continues to try to read from the database connection socket after a write failure, as this allows the connection to collect any final error messages from the server.
Report out-of-disk-space errors properly in pg_dump and pg_basebackup
Several fixes for pg_restore, including a fix for parallel restore on tables that have both table-level and column-level privileges.
Fix for pg_upgrade to ensure it runs with vacuum_defer_cleanup_age set to 0.
Fix how pg_rewind handles just-deleted files in the source data directory
Fix failure to initialize local state correctly in contrib/dblink, which could lead to dblink_close() issuing an unexpected COMMIT on the remote server.
Change contrib/amcheck to not report about deleted index pages that are empty, as this is normal during WAL replay.

(adam)

2020-08-14 06:08:12 UTC MAIN commitmail json YAML

qemu: fix PLIST

From mforney via tech-pkg

(tnn)

2020-08-14 05:28:44 UTC MAIN commitmail json YAML

doc: Updated audio/musescore to 3.5nb1

(gutteridge)

2020-08-14 05:23:09 UTC MAIN commitmail json YAML

musescore: build fixes

Some translation files are installed or not installed depending on the
visibility of qt5-qttranslations in the build environment. For now,
simply explictly require this as a dependency. (It looks like there may
be more translation components to consider, but that's TBD separate
from basic build consistency.) Thanks to wiz@ for mentioning this.
Also, they've bumped the minimum GCC accepted from 4.7 to 4.8.

(gutteridge)

2020-08-14 04:49:42 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jekyll to 4.1.1

(ryoon)

2020-08-14 04:49:21 UTC MAIN commitmail json YAML

ruby-jekyll: Update to 4.1.1

Changelog:
Development Fixes

    Bump RuboCop to v0.85.x (#8223)
    Expect drive letter only on vanilla windows (#8227)

Bug Fixes

    Disable page excerpts by default (#8222)
    Revert introduction of PageDrop (#8221)
    Don't generate excerpts for non-html pages (#8234)
    Make page excerpts consistent with doc excerpts (#8236)

Documentation

    Replace deprecated 'show' command with 'info' (#8235)
    Change name to Vercel (#8247)
    Add language and examples to describe how to use the configuration op... (#8249)
    Fix missing yaml front matter colon and adjust/add clarifying language. (#8250)
    correct typo (#8261)
    Allow hyperlinks to specific filter documentation (#8231)
    Update link to Netlify step-by-step guide (#8264)

Site Enhancements

    Including correct Sketch website (#8241)
    Release post for v4.1.1 (#8243)

(ryoon)

2020-08-14 04:48:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown to 2.3.0

(ryoon)

2020-08-14 04:48:28 UTC MAIN commitmail json YAML

ruby-kramdown: Update to 2.3.0

Changelog:
kramdown 2.3.0 released

Although this is a minor version bump there is one breaking change:
Parsing of XML processing instructions was removed because they
are invalid for HTML5 documents.

This change should only affect a negligible amount of existing
kramdown documents since XML processing instructions were never
something a normal user would use.

Additionally, CVE-2020-14001 is addressed to avoid problems when
using the {::options /} extension together with the ���template���
option. This means updating is highly recommended!

Changes

    2 major changes:

New option ���forbidden_inline_options��� to restrict the
options allowed with the {::options /} extension. This also
addresses the security issue described in CVE-2020-14001.

Parsing of XML processing instructions is not done anymore
for kramdown documents because they are invalid for HTML5
(fixes issue #660 by Samuel Williams)

    1 minor change:

Several internal changes with respect to memory usage and
performance (PRs #654, #655, #665 by Ashwin Maroli)

    2 bug fixes:

Extend allowed characters in IDs set with headers to all
characters allowed by XML (fixes #658 by Samuel Williams)

Fix thread safety issue by moving global state into an
instance variable (fixes #663 by Samuel Williams)

    1 other change:

Documentation fixes and updates (issue #662 by Samuel
Williams, PR #656 by Noah Doersing)

(ryoon)

2020-08-14 01:55:33 UTC MAIN commitmail json YAML

doc: Updated inputmethod/dbskkd-cdb to 3.00

(ryoon)

2020-08-14 01:55:04 UTC MAIN commitmail json YAML

2020-08-14 00:47:10 UTC MAIN commitmail json YAML

In light of PR 55569, mark lang/polyml NOT_FOR_BULK_PLATFORM *-*-*.

(It loops during the build, at least on amd64 netbsd. It hasn't
apparently been compilable at all in some time, so this should not
make it any less available.)

(dholland)

2020-08-14 00:43:24 UTC MAIN commitmail json YAML

Need to run paxctl during the build, not just after it.

(Otherwise the runtime load, which maps memory rwx, fails.)

Not sure how this ever worked anytime in the last N years...

(dholland)

2020-08-13 23:49:20 UTC MAIN commitmail json YAML

2020-08-13 21:36:14 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rouge to 3.22.0

(fcambus)

2020-08-13 21:34:44 UTC MAIN commitmail json YAML

ruby-rouge: update to 3.22.0.

ChangeLog:

This is a small release with just one update: a major rewrite of the PHP
lexer. Hopefully the improved level of detail makes your PHP code look
prettier but do report any issues you find with it!

(fcambus)

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

doc: Added textproc/split-thai version 0.1

(scole)

2020-08-13 20:52:09 UTC MAIN commitmail json YAML

2020-08-13 18:30:51 UTC MAIN commitmail json YAML

2020-08-13 17:05:38 UTC MAIN commitmail json YAML

2020-08-13 16:26:14 UTC MAIN commitmail json YAML

doc: Updated textproc/swath to 0.6.1nb1

(scole)

2020-08-13 16:22:40 UTC MAIN commitmail json YAML

2020-08-13 15:29:56 UTC MAIN commitmail json YAML

doc/TODO: two updates

- bind-9.16.3
+ sudo-1.9.2

(taca)

2020-08-13 15:29:08 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2-pigeonhole to 0.5.11nb1

(taca)

2020-08-13 15:28:45 UTC MAIN commitmail json YAML

mail/dovecot2-pigeonhole: distfile changes

Distfile changes.

1. Official annoucne says "The only change here is that the configure.ac
  file has correctly formatted version number."

2. Name of distfile is changed to match previous file naming scheme.
  Old distfile is still available.

3. automake 1.15.1 is used instead of previous 1.15.  So, generated files
  by it are changed.

4. Other files are not changed, so there is no functional change.

Bump PKGREVISION.

(taca)

2020-08-13 11:52:11 UTC MAIN commitmail json YAML

py-subversion: does not build with Python 2.7

(adam)

2020-08-13 10:41:32 UTC MAIN commitmail json YAML

qemu: restore PLIST.gtk prefixes

(wiz)

2020-08-13 09:27:44 UTC MAIN commitmail json YAML

doc: Updated comms/asterisk16 to 16.12.0

(ryoon)

2020-08-13 09:24:25 UTC MAIN commitmail json YAML

asterisk16: Update to 16.12.0

Changelog:
Bugs fixed in this release:

-----------------------------------
[ASTERISK-28878] -
chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16
(Reported by Joseph Ades)
[ASTERISK-28965] -
res_pjsip: Apply outbound proxy to static contacts on AOR
(Reported by Joshua C. Colp)
[ASTERISK-28930] -
./configure --without-ssl build failure
(Reported by Jaco Kroon)
[ASTERISK-28886] -
chan_pjsip: PJSIP_SC_NULL does not exist in pjproject 2.7.2
(Reported by Jared Smith)
[ASTERISK-28957] -
chan_sip: chan_sip does not process 400 response to an INVITE.
(Reported by Frederic LE FOLL)
[ASTERISK-28888] -
res_corosync: causes asterisk crash in huge distributed environment.
(Reported by Università di Bologna - CESIA VoIP)
[ASTERISK-28955] -
"setvar" doesn't work properly in dahdi-channels.conf
(Reported by Marin Odrljin)
[ASTERISK-28954] -
StreamEcho() only returns 1 active stream
(Reported by Bill Kervaski)
[ASTERISK-28942] -
res_sorcery_memory_cache: Individual object expiration behaves unexpectedly with full backend caching
(Reported by Joshua C. Colp)
[ASTERISK-28953] -
res_pjsip_session: Preserve stream label
(Reported by Joshua C. Colp)
[ASTERISK-28952] -
Queue wrapuptime sometimes not respected (based on stale lastcall time)
(Reported by Walter Doekes)
[ASTERISK-28950] -
Stale code in app_queue to check untouched channel
(Reported by Walter Doekes)
[ASTERISK-28644] -
Stale comment in app_queue about ring_entry exception
(Reported by Walter Doekes)
[ASTERISK-28948] -
ARI channel create doesn't referencing the channel_id parameter
(Reported by sungtae kim)
[ASTERISK-28938] -
core_unreal / core_local: Add support for multistream and re-negotiation
(Reported by Joshua C. Colp)
[ASTERISK-28939] -
res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC
(Reported by Joshua C. Colp)
[ASTERISK-28944] -
bridge_softmix: Transitioning a stream from inactive -> sendrecv/sendonly doesn't re-negotiation
(Reported by Joshua C. Colp)
[ASTERISK-28923] -
T.38 Segfaults in chan_pjsip_queryoption
(Reported by Yury Kirsanov)
[ASTERISK-28940] -
/channels/create doesn't get any parameters from the body
(Reported by sungtae kim)
[ASTERISK-28936] -
res_pjsip: crash when dialing non-sip uri
(Reported by Walter Doekes)
[ASTERISK-28900] -
res_fax: Double frame free when gateway in use with off-nominal format usage
(Reported by Gregory Massel)
[ASTERISK-28929] -
pjproject_bundled: Honor --without-pjproject.
(Reported by Alexander Traud)
[ASTERISK-28932] -
res_pjsip_logger writing too big packets
(Reported by nappsoft)
[ASTERISK-28921] -
Wrong return value check for fwrite when writing to pcap file
(Reported by nappsoft)

Improvements made in this release:

-----------------------------------
[ASTERISK-28959] -
res_pjsip: Added option for disable rport parameter set
(Reported by sungtae kim)
[ASTERISK-28958] -
Continue reading string when ping received by websocket
(Reported by Nickolay V. Shmyrev)
[ASTERISK-28945] -
AMI SendText - add Content-Type parameter
(Reported by Kevin Harwell)
[ASTERISK-28949] -
res_http_websocket: Add masking to websocket client
(Reported by Moises Silva)
[ASTERISK-28899] -
Upgrade Asterisk to bundled pjproject 2.10
(Reported by Kevin Harwell)

(ryoon)