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

2024-05-13 02:01:07 UTC Now

2020-06-11 17:13:01 UTC MAIN commitmail json YAML

Updated benchmarks/google-benchmark, net/iperf3

(adam)

2020-06-11 17:12:44 UTC MAIN commitmail json YAML

iperf3: updated to 3.8.1

iperf 3.8.1 2020-06-10
----------------------
* Notable user-visible changes
  * A regression with "make install", where the libiperf shared
    library files were not getting installed, has been fixed.

iperf 3.8 2020-06-08
--------------------
* Notable user-visible changes
  * Profiled libraries and binaries are no longer built by default.
  * A minimal Dockerfile has been added.
  * A bug with burst mode and unlimited rate has been fixed
  * Configuring with the --enable-static-bin flag will now cause
    a statically-linked iperf3 binary to be built.
  * Configuring with the --without-sctp flag will now prevent SCTP
    from being auto-detected.  This flag allows building a
    static binary (see above item) on a CentOS system with SCTP
    installed, because no static SCTP libraries are available.
  * Clock skew between the iperf3 client and server will no longer
    skew the computation of jitter during UDP tests.
  * A possible buffer overflow in the authentication feature has been
    fixed.  This was only relevant when configuration authentication
    using the libiperf3 API, and did not affect command-line usage.
    Various other improvements and fixes in this area were also made.

* Notable developer-visible changes
  * The embedded version of cJSON has been updated to 1.3.17.
  * Some server authentication functions have been added to the API.
  * API access has been added to the connection timeout parameter.
  * Tests for some authentication functions have been added.
  * Various compiler errors and warnings have been fixed.

(adam)

2020-06-11 17:01:06 UTC MAIN commitmail json YAML

google-benchmark: updated to 1.5.1

v1.5.1:
Python bindings are now available in //bindings/python
Upgraded bazel from 0.10.1 to 3.2.0 (long overdue)
RISC-V and PPC cycleclock fixes
Various build warnings and cmake issues resolved
Documentation improvements

(adam)

2020-06-11 15:43:19 UTC MAIN commitmail json YAML

Update apache-solr to 8.5.2

(jym)

2020-06-11 15:41:23 UTC MAIN commitmail json YAML

Update solr to 8.5.2.

While here hook a working log4j properties file to silence startup with
all the "Missing classes" errors

Changelog:

Bug Fixes  (2)

    SOLR-14411: Fix Admin UI collection/core drop-downs placeholder text. Comple
tes work started in SOLR-14359
    (janhoy)
    SOLR-14471: Fix bug in shards.preference behavior, base replica selection st
rategy not applied to the last group of equivalent replicas.
    (Michael Gibney via Tomas Fernandez Lobbe)

(jym)

2020-06-11 14:50:55 UTC MAIN commitmail json YAML

Updated x11/py-sip, x11/py-qt5

(adam)

2020-06-11 14:50:33 UTC MAIN commitmail json YAML

py-qt5: updated to 5.15.0

PyQt v5.15.0 has been released. This is a major feature release that adds support for Qt v5.15.0. There are corresponding releases of the other PyQt-related packages.

Added support for Qt v5.15.0.
Added the QtQuick3D module.
Added a callStaticMethod() overload to QAndroidJniObject that takes a QJsonDocument as the method argument and returns another QJsonDocument.
Added the missing QMultimedia control classes.
pyuic5 now supports QUndoView.

(adam)

2020-06-11 14:49:15 UTC MAIN commitmail json YAML

py-sip: updated to 4.9.23

SIP v4.19.23 has been released. This is a minor bug-fix release.

(adam)

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

Added security/py-authlib; Updated sysutils/py-cpuinfo

(adam)

2020-06-11 14:25:51 UTC MAIN commitmail json YAML

py-cpuinfo: updated to 6.0.0

Release 6.0.0
* Fixed Bug 140: The get_cache function has swapped fields
* Fixed Bug 142: Remove empty and zeroed fields
* Fixed Bug 115: Missing data on Ryzen CPUs
* Fixed Bug 122: Rename fields to be more clear
* Fixed Bug 125: Add option to return --version
* Fixed Bug 126: Make test suite also check SELinux
* Fixed Bug 120: Make unit tests also test CPUID
* Fixed Bug 69: Add s390x support

(adam)

2020-06-11 14:24:49 UTC MAIN commitmail json YAML

py-authlib: added version 0.9.1

OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for handling OAuth requests, but they all suffer from one
or both of the following:

  *  They predate the OAuth 1.0 spec, AKA RFC 5849.
  *  They predate the OAuth 2.0 spec, AKA RFC 6749.
  *  They assume the usage of a specific HTTP request library.

OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provider support onto your
favourite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.

(adam)

2020-06-11 14:07:36 UTC MAIN commitmail json YAML

Added textproc/py-rapidjson; Updated databases/py-tortoise-orm

(adam)

2020-06-11 14:07:15 UTC MAIN commitmail json YAML

py-tortoise-orm: updated to 0.16.13

0.16.13

Default install of tortoise-orm now installs with no C-dependencies, if you want to use the C accelerators, please do a pip install tortoise-orm[accel] instead.
Added <instance>.clone() method that will create a cloned instance in memory. To persist it you still need to call .save()
.clone() will raise a ParamsError if tortoise can窶冲 generate a primary key. In that case do a .clone(pk=<newval>)
If manually setting the primary key value to None and the primary key can be automatically generated, this will create a new record. We however still recommend the .clone() method instead.
.save() can be forced to do a create by setting force_create=True
.save() can be forced to do an update by setting force_update=True
Setting update_fields for a .save() operation will strongly prefer to do an update if possible

(adam)

2020-06-11 14:05:57 UTC MAIN commitmail json YAML

py-rapidjson: added version 0.9.1

RapidJSON is an extremely fast C++ JSON parser and serialization library: this
module wraps it into a Python 3 extension, exposing its
serialization/deserialization (to/from either bytes, str or file-like
instances) and JSON Schema validation capabilities.

(adam)

2020-06-11 13:46:11 UTC MAIN commitmail json YAML

doc: Added chat/libsignal-protocol-c version 2.3.3

(ryoon)

2020-06-11 13:45:36 UTC MAIN commitmail json YAML

chat/libsignal-protocol-c: import libsignal-protocol-c-2.3.3

Signal Protocol C Library is a ratcheting forward secrecy protocol
that works in synchronous and asynchronous messaging environments.

(ryoon)

2020-06-11 13:35:35 UTC MAIN commitmail json YAML

doc: Updated comms/efax-gtk to 3.2.15

(ryoon)

2020-06-11 13:35:08 UTC MAIN commitmail json YAML

efax-gtk: Update to 3.2.15

Changelog:
Version 3.2.15 (3rd June 2020)
--------------

        Fix build for gcc-10 (efax/efaxlib.h, efax/efaxlib.c,
        efax/Makefile.am, efax/Makefile.in).

Version 3.2.14 (6th March 2020)
--------------

        Remove X11 specific code to allow the program to run better
        against wayland compositors (acinclude.m4, configure.ac;
        dialogs.cpp, helpfile.cpp, logger.cpp, main.cpp, mainwindow.cpp,
        prog_defs.h; src/Makefile.am).

        Fix label layout in settings dialog (settings.cpp).

        Apply SO_REUSEADDR option when constructing sockets
        (socket_server.cpp).

        Deal with strict aliasing warning (efax/efaxos.c).

(ryoon)

2020-06-11 13:30:54 UTC MAIN commitmail json YAML

doc: Updated x11/c++-gtk-utils to 2.2.19

(ryoon)

2020-06-11 13:30:19 UTC MAIN commitmail json YAML

c++-gtk-utils: Update to 2.2.19

Changelog:
Version 2.2.19 (27 January 2020)
--------------

        Use autoconf's TAP support for running tests (Makefile.am,
        configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
        c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am,
        tests/extension/Makefile.am, tests/extra/Makefile.am; removed -
        Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test,
        m4/glibtests.m4)

        Cater for guile-3.0 declarative modules (acinclude.m4;
        extension.h).

        Suppress GStaticRecMutex deprecation warnings (acinclude.m4,
        configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac;
        cgu_config.h.in, mutex.h).

(ryoon)

2020-06-11 12:16:00 UTC MAIN commitmail json YAML

Updated security/libgpg-error, devel/py-distorm3

(adam)

2020-06-11 12:15:40 UTC MAIN commitmail json YAML

py-distorm3: updated to 3.5.0

3.5.0:
Version 3.5 is 2x faster and includes bug fixes and lots of new unit tests to make sure functionality is very stable and robust.

(adam)

2020-06-11 12:14:54 UTC MAIN commitmail json YAML

libgpg-error: updated to 1.38

Noteworthy changes in version 1.38
----------------------------------
* New option parser features to implement system wide configuration
  files.
* New functions to build file names.
* New function to help reallocating arrays.
* Protect gpgrt_inc_errorcount against counter overflow.
* Improve cross-building for new platforms.
* Support 64-bit big-endian MIPS architecture.
* Support static link for Windows with -lws2_32.
* Interface changes relative to the 1.37 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_fnameconcat                NEW.
gpgrt_absfnameconcat            NEW.
gpgrt_reallocarray              NEW.
gpgrt_set_confdir                NEW.
gpgrt_argparser                  NEW.
ARGPARSE_FLAG_SYS                NEW.
ARGPARSE_FLAG_USER              NEW.
ARGPARSE_FLAG_VERBOSE            NEW.
ARGPARSE_FLAG_USERVERS          NEW.
ARGPARSE_FLAG_WITHATTR          NEW.
ARGPARSE_NO_CONFFILE            NEW.
ARGPARSE_CONFFILE                NEW.
ARGPARSE_OPT_CONFFILE            NEW.
ARGPARSE_ATTR_FORCE              NEW.
ARGPARSE_ATTR_IGNORE            NEW.
ARGPARSE_TYPE_MASK              NEW.
ARGPARSE_PERMISSION_ERROR        NEW.
ARGPARSE_INVALID_META            NEW.
ARGPARSE_UNKNOWN_META            NEW.
ARGPARSE_UNEXPECTED_META        NEW.
ARGPARSE_conffile                NEW.
ARGPARSE_noconffile              NEW.
ARGPARSE_verbatim                NEW.
ARGPARSE_header                  NEW.
GPGRT_CONFDIR_USER              NEW.
GPGRT_CONFDIR_SYS                NEW.

(adam)

2020-06-11 11:43:50 UTC MAIN commitmail json YAML

2020-06-11 11:22:30 UTC MAIN commitmail json YAML

Updated databases/mongodb, databases/redis

(adam)

2020-06-11 11:22:14 UTC MAIN commitmail json YAML

redis: updated to 6.0.5

Redis 6.0.5

Upgrade urgency MODERATE: several bugs with moderate impact are fixed here.

The most important issues are listed here:

* Fix handling of speical chars in ACL LOAD.
* Make Redis Cluster more robust about operation errors that may lead
  to two clusters to mix together.
* Revert the sendfile() implementation of RDB transfer. It causes some delay.
* Fix TLS certificate loading for chained certificates.
* Fix AOF rewirting of KEEPTTL SET option.
* Fix MULTI/EXEC behavior during -BUSY script errors.

(adam)

2020-06-11 11:21:40 UTC MAIN commitmail json YAML

mongodb: updated to 4.2.7

4.2.7:
mongos crashes due to client disconnecting when signing keys being refreshed
The mongos routing for scatter/gather ops can have unbounded latency
Shutdown command with force:true should ignore all stepdown errors
Ability to specify sync source read preference in initial sync

(adam)

2020-06-11 11:10:22 UTC MAIN commitmail json YAML

minisign: fix the build by adding missing build dependency on pkg-config.

Pointed out by mef@, thanks!

(fcambus)

2020-06-11 10:58:22 UTC MAIN commitmail json YAML

Updated textproc/py-rst2pdf, devel/py-flake8

(adam)

2020-06-11 10:58:05 UTC MAIN commitmail json YAML

py-flake8: updated to 3.8.3

3.8.3:
Bugs Fixed
- Also catch ``SyntaxError`` when tokenizing
- Fix ``--jobs`` default display in ``flake8 --help``

(adam)

2020-06-11 10:30:41 UTC MAIN commitmail json YAML

py-rst2pdf: updated to 0.97

0.97
* Update dumpstyle.py
* Inkscape_r2p: Fix imports for Python 2/3
* Add support for publishing rst2pdf as a snap
* Fix PyPI links in README
* Template and fonts fixes
* Fix snapcraft link to be RST syntax
* Fix unicode and basestring (required by Python3)
* Switch to pytest
* Post-pytest migration cleanup
* Fix generation of source tarball
* Update Pillow to 6.2.2

0.96
* Fix manual

0.95
* More cleanups!
* Convert Code of Conduct to Markdown
* Support docutils math directive instead of rst2pdf's
* More cleanups 3
* Update version to 0.95.dev
* Add missing parenthesis and made -e preprocess inline literal text
* Improve findfonts.py
* Fixed reportlab import
* Fix internal links so that they work with latest ReportLab
* Update LICENSE copyright to reference all contributors
* Update dependencies
* Fix image retrieval over urlretrieve + svg import errors
* Replace deprecated BuildEnvironment.create_index()
* Fix highlight's linenothreshold for Sphinx >=1.8+ & <2.0
* Fixed a syntax incompatibility with Python3
* Sphinx3 compatibility fixes
* Remove Makefile, make.bat from sphinx tests
* Remove unused file
* Minor doc updates
* Adding badges to README
* Make it still work with Python 2
* Fix for fonts in Windows
* Update CHANGES
* Fix Preprocess extension for UTF-8 in Python 2
* Detail supported Python 3 versions
* Bump pillow from 6.0.0 to 6.2.0
* Support Inkscape 1.x
* Add svglib to requirements.txt
* Allow code-block language to be optional

(adam)

2020-06-11 09:41:56 UTC MAIN commitmail json YAML

Commit overlooked distinfo update after the previous addition
of patches.

(he)

2020-06-11 08:16:45 UTC MAIN commitmail json YAML

Updated math/py-numpy, math/py-uncertainties

(adam)

2020-06-11 08:16:28 UTC MAIN commitmail json YAML

py-uncertainties: updated to 3.1.4

3.1.4:
There is now a single code base for Python 2 and Python 3.

Python 2.7 is now the minimal Python version.

The installation can also now be done through a universal wheel, which helps with some external projects.

This Git version should have the same uncertainties code as PyPI version 3.1.4, but some accompanying files have been updated. This should have no impact on users. Developers are better off using this Git 3.1.4 version.

(adam)

2020-06-11 08:13:28 UTC MAIN commitmail json YAML

py-numpy: updated to 1.18.5

1.18.5:
ENH: enable pickle protocol 5 support for python3.5
BUG: relpath fails for different drives on windows

(adam)

2020-06-11 08:06:20 UTC MAIN commitmail json YAML

Updated devel/py-cython, databases/prometheus

(adam)

2020-06-11 08:06:02 UTC MAIN commitmail json YAML

prometheus: updated to 2.19.0

2.19.0:
[FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This reduces memory footprint and makes restarts faster.
[ENHANCEMENT] Discovery: Added discovery support for Triton global zones.
[ENHANCEMENT] Increased alert resend delay to be more tolerant towards failures.
[ENHANCEMENT] Remote Read: Added prometheus_remote_storage_remote_read_queries_total counter to count total number of remote read queries.
[ENHANCEMEMT] Added time range parameters for label names and label values API.
[ENHANCEMENT] TSDB: Reduced contention in isolation for high load.
[BUGFIX] PromQL: Eliminated collision while checking for duplicate labels.
[BUGFIX] React UI: Don't null out data when clicking on the current tab.
[BUGFIX] PromQL: Correctly track number of samples for a query.
[BUGFIX] PromQL: Return NaN when histogram buckets have 0 observations.
[BUGFIX] TSDB: Fix incorrect query results when using Prometheus with remote reads configured

(adam)

2020-06-11 08:02:35 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.20

0.29.20:

Bugs fixed

* Nested try-except statements with multiple ``return`` statements could crash
  due to incorrect deletion of the ``except as`` target variable.
* The ``@classmethod`` decorator no longer rejects unknown input from other decorators.
* Fused types could leak into unrelated usages.
* Now uses ``Py_SET_SIZE()`` and ``Py_SET_REFCNT()`` in Py3.9+ to avoid low-level
  write access to these object fields.
* The built-in ``abs()`` function could lead to undefined behaviour when used on
  the negative-most value of a signed C integer type.
* Usages of ``sizeof()`` and ``typeid()`` on uninitialised variables no longer
  produce a warning.
* The C++ ``typeid()`` function was allowed in C mode.
* The error position reported for errors found in f-strings was misleading.
* The new ``c_api_binop_methods`` directive was added for forward compatibility, but can
  only be set to True (the current default value).  It can be disabled in Cython 3.0.

(adam)

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

kio: Remove dependency on kded.

Causes cyclic dependencies, requested by markd while AFK.

(jperkin)

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

doc: removed inspircd

(nia)

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

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

doc: Updated net/gnome-online-accounts to 3.36.0

(nia)

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

gnome-online-accounts: Update to  3.36.0

Overview of changes in 3.36.0
=============================

* Updated translations:
Finnish
Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
!41 Polish some rough edges in the Meson build
!43 build: Remove AC_ISC_POSIX
!44 build: Remove AC_HEADER_STDC
!45 kerberos-identity-manager: Remove unused signal handler ID
#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
Croatian
English (British)
Japanese
Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
!36 Drop the priv pointer from the GObject instance structures
!37 Port away from deprecated GLib API like g_memove and g_get_current_time
!39 webview: Port to JSCValue
!40 Use the G_DECLARE_* macros to reduce GObject boilerplate
#83 Add Exchange and Last.fm icons

* Updated translations:
Galician
Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
#8 icons: Unbreak providers without any visual identity

* Updated translations:
Basque
Catalan
Traditional Chinese (Taiwan)
Czech
Danish
Dutch
Finnish
French
Friulian
Galician
German
Greek
Hungarian
Indonesian
Italian
Japanese
Korean
Latvian
Lithuanian
Persian
Polish
Portuguese (Brazilian)
Punjabi
Romanian
Serbian
Slovak
Slovenian
Spanish
Swedish
Turkish

Overview of changes in 3.33.91
==============================

* Support Fedora Account System (#26)

* Bugs fixed:
    !21 owncloud: Use "Nextcloud", not "ownCloud", in user-visible errors
    !23 build: Allow building with gettext ≥ 0.20
    !26 webview: Make it more flexible in terms of its size
    !28 kerberos: Use GTask's task data slot to leverage the compiler
    !29 daemon: Return a D-Bus error if AddAccount fails to list all providers
    !30 kerberos: Use GTask's task data slot to leverage the compiler
    #73 build: Support the use of g_autolist with GoaObject
764157 Port to GTask from GSimpleAsyncResult

* Updated translations:
Basque
Czech
German
Indonesian
Karbi
Lithuanian
Polish
Romanian
Spanish
Swedish

Overview of changes in 3.32.0
=============================

* Updated translations:
Basque
Finnish
Gaelic (Scottish)
Icelandic

Overview of changes in 3.31.90
==============================

* Bugs fixed:
    !17 icons: Replace PNGs with SVGs and add symbolics
    !19 google: Only request the email field when getting the user's identity
796095 alarm: Refresh Kerberos tickets after a suspended system is resumed

* Updated translations:
Afrikaans
French
Japanese
Kabyle

Overview of changes in 3.31.3
=============================

* Remove Todoist

* Bugs fixed:
    !14 build: Don't define _POSIX_PTHREAD_SEMANTICS and _REENTRANT
    !15 identity: Port away from deprecated g_type_class_add_private
764157 Port to GTask from GSimpleAsyncResult

* Updated translations:
Belarusian
Esperanto
Estonian
Malayalam

Overview of changes in 3.30.0
=============================

* Updated translations:
Arabic

Overview of changes in 3.29.91
==============================

* Bugs fixed:
  !2 build: Fix #FooObject style links
  !8 Remove additional unnecessary GDestroyNotify casts
#10 build: Silence warning about _FORTIFY_SOURCE requiring optimization

Overview of changes in 3.29.4
=============================

* Bugs fixed:
!2 Port to meson build system

* Updated translations:
Occitan

Overview of changes in 3.29.1
=============================

* Remove Telepathy support (795322)

* Updated translations:
Simplified Chinese
Czech

(nia)

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

doc: Change backed out

(nia)

2020-06-10 19:54:41 UTC MAIN commitmail json YAML

2020-06-10 19:50:42 UTC MAIN commitmail json YAML

gnome-online-accounts: remove reference to wip

(nia)

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

doc: Added security/gnome-online-accounts version 3.36.0

(nia)

2020-06-10 19:48:26 UTC MAIN commitmail json YAML

security: Add gnome-online-accounts

Single sign-on framework for GNOME. It aims to provide a way for users to
setup online accounts to be used by the core system and core applications
only. Calendar entries show up in GNOME Shell, e-mail in Evolution, online
storages are exposed as GVolumes, and so on.

(nia)

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

doc: Updated www/epiphany to 3.36.2

(nia)

2020-06-10 19:45:51 UTC MAIN commitmail json YAML

epiphany: Update to 3.36.2

3.36.2 - May 29, 2020
=====================

* Fix non-default search engines appearing in search provider (#923)
* Set reasonable limit on address bar autocompletions (#1096, #1155)
* Invert back/forward shortcuts in keyboard shortcuts dialog in RTL locales (#1145)
* Fix crash in web app creation dialog (#1151)
* Fix two windows opened by new window action (#1152)
* Restore bookmark tag search in URL entry (#1177)
* Fix bookmark lockdown enabled when current page cannot be bookmarked (#1196)
* Fix crash loading about:applications (!636)

3.36.1 - March 27, 2020
=======================

* Fix bookmarks lockdown (#339)
* Fix endless Epiphany launch loop loading ftp:// URIs (#1053)
* Fix tab name on detached tabs (#1113)
* Fix extra blank space in bookmarks popover (#1119)
* Fix some downloads not working (#1127)
* Use full width address bar dropdown in narrow mode (!611)

3.36.0 - March 7, 2020
======================

* Fix crash when closing passwords dialog (#1120)

3.35.92 - February 27, 2020
===========================

* Remove custom reader mode fonts (#1002)
* Go to homepage when opening a new window (#1090, Andrei Lisita)
* Remember maximize/fullscreen window state (#1091)
* Fix memory leaks (#1098, #1099, #1101, #1102, #1103, #1104)
* Fix extra strings marked for translation (#1106)
* Fix crash on about:memory (#1115)

3.35.91 - February 14, 2020
===========================

* Allow bookmarks files to be symbolic links (#198)
* Fix new tab page with few items in history (#986)
* Fix password manager user account selector (#1018)
* Fix extra page when starting browser during background download (#1058, Andrei Lisita)
* Reenable web process sandbox (#1060)
* Remove extra PDF.js files (#1074)
* Fix tab title after Alt+Home (#1082, Andrei Lisita)
* "Switch to tab" should not switch tabs if URL is edited (#1085)
* Fix crash when parsing session state (#1092)
* Fix improper warning when closing multiple tabs (#1093)
* Disallow top-level navigation to data:// URLs (!577, Adrian Perez)
* Update Epiphany icon in user help

3.35.90 - February 1, 2020
==========================

- Update design of bookmark dialogs (#371)
- Disable new tab page when homepage is about:blank (#393, ignapk)
- Tab now autocompletes URL in address bar (#705)
- Reorganize the preferences dialog (#803, #1055)
- Changing web app icon in preferences dialog should copy icon (#810, ignapk)
- Update design of data management dialogs (#832, Adrien Plazas)
- Add placeholder text to address bar (#852)
- Add address bar dropdown icons for jump-to-tab and for bookmarks (#861, #895)
- Fix history dialog claiming history is empty until history has loaded (#992, Adrien Plazas)
- Fix Favorites and Mobile bookmarks not tagged correctly when localized (#1015, Jonathan Kang)
- Fix crash when loading empty sessions (#1043)
- Hide view source context menu item when on view source page (#1046)
- Use page URI as tab title in view source mode (#1048)
- Allow Ctrl+Tab in address bar (#1051)
- Fix inconsistent capitalization in preferences dialog (#1054, Devesh Vijaywargiya)
- Fix padding on incognito mode welcome page (#1056)
- Fix problems with the new PDF support (#1059, !548)
- Temporarily disable web process sandbox due to WebKit #206533 problems (#1060)
- Fix password saving, likely broken in 3.35.3  (#1064)
- Fix memory corruption in view source mode (#1065)
- Allow opening PDFs with file chooser (#1073)
- Fix view source mode for URIs with non-default port numbers (#1076)
- Fix occasional failure to start up (!537)
- Fix download time remaining "jumping around" (!553, Alexander Mikhaylenko)
- Avoid theoretical bookmark ID collisions (!555, Andrei Lisita)
- Standardize keyboard shortcuts and improve keyboard shortcuts dialog (!556, Sabri ��nal)
- Fix web background color to allow dark mode to work (!558, !559)
- Fix sides cropped off of new tab page snapshots (!563)
- Fix memory corruption when loading adblock filters
- Fix display of script dialogs, broken in 3.35.3
- Fix various scan-build warnings

3.35.3 - January 3, 2020
========================

Big stuff:

- View source mode now uses highlight.js syntax highlighting (!506)
- Now displays PDFs with PDF.js (!508)

The usual:

- Add Open Link context menu option for selected text (#349)
- Fix crash when bookmark time is invalid (#454)
- Remove support for external view source (#819)
- Try harder to avoid session data loss (#887)
- Remember page zoom levels during incognito session (#891)
- Always show overview close button (#906)
- Fix middle click on back button when titlebar action is configured (#919)
- Add lockdown setting to disable context menu (#921)
- Disable Send Link context menu option in application mode (#926)
- Reenable on-demand hardware acceleration (#932)
- Fix profile migrator error message (#944)
- Fix localization of reader mode preferences (#994)
- Fix crash on shutdown regression (#1004)
- Redesigned the downloads button (#947, #1005)
- Improve design of web process crash error page (#1013)
- Fix regressions with user style sheet monitor (#1026)
- Major refactor of IPC to web extension (!448)
- Enable process swap on navigation (site isolation) (!448)
- Security popover's per-website adblocker preference now actually works (!471)
- Improve reader mode icon on elementary (!490)
- Fix search provider crash when there are no bookmarks (!510)
- Fix crashes on web app creation dialog and theoretical crashes elsewhere (!511)
- Remove do-not-track setting, obsolete (!514)
- Remove enable-plugins setting (NPAPI plugins), now always off (!514)
- Remove enable-webaudio and enable-webgl settings, now always on (!514)
- Fix issues detected by cppcheck and scan-build
- Disable Search the Web in application mode
- Temporarily disable address bar DNS prefetch due to WebKit crash
- Require libhandy as system dependency

3.35.2 - November 22, 2019
==========================

- Open bookmarks in new tab with middle button (#86)
- Accept partial URLs with port but no protocol (#329)
- Remove custom FTP handling (#517)
- Fix anchors for local files when opened via command line (#550)
- Fix crash browsing to file under snap (#888)
- Show bookmarked URLs only once in search results dropdown (#897, Dimitrios Christidis)
- Use destructive style on close multiple tabs dialog (#950)
- Fix bookmarks import error handling (#965)
- Prevent detaching pinned tabs (#969)
- Exclude pinned tabs from "close other tabs" and "close tabs to left/right" (#975)
- Adjust icon to not use clipping masks for compatibility with KDE (#979, Jakub Steiner)
- Correctly handle zero matches in find toolbar (#984, Dimitrios Christidis)
- Fix remember passwords setting (#993)
- Enhance password manager to use secrets portal (!359, Daiki Ueno)
- Use two-line display format for address bar dropdown (!441)
- Treat localhost as secure origin (!457)
- Expose webkit://gpu (!458, Adrian Perez)
- Fix per-site adblock permission (!471)
- Add responsive layout for error pages (!477)
- Fix linked zoom menu buttons in right-to-left locales (!481)

3.35.1 - October 11, 2019
=========================

- Reenable on-demand accelerated compositing (#932)
- Many theme improvements specific to elementary OS
  (#2, #4, #69, #935, #936, #938, #940, #941, #956, Alexander Mikhaylenko)

(nia)

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

doc: Updated devel/libdazzle to 3.36.0

(nia)

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

libdazzle: Update to 3.36.0

==============
Version 3.36.0
==============

Changes in this release:

• Style tweaks for Adwaita
• New translation scaffolding

==============
Version 3.35.3
==============

Changes in this release:

• Support for secondary icons in suggestion rows
• Graph model property range fixes

==============
Version 3.35.2
==============

Changes in this release:

• Touch support for DzlSuggestionEntry
• Column sizing improvements to DzlColumnLayout
• Documentation improvements
• Improved support for disabled animations
• Improvments to when and how suggestion popups are displayed

(nia)

2020-06-10 18:39:48 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2sfd to 1.1.2

(fcambus)

2020-06-10 18:39:38 UTC MAIN commitmail json YAML

bdf2sfd: update to 1.1.2.

bdf2sfd 1.1.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Get rid of the runtime variable, it is only used once
- Remove duplicate <string.h> include
- Add missing <stdio.h> include
- Add <stdint.h> include instead of <inttypes.h>
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Add ENABLE_SECCOMP build option, to allow building seccomp support
- Add initial seccomp support to BDF2SFD

(fcambus)

2020-06-10 18:08:49 UTC MAIN commitmail json YAML

doc: Updated chat/libfolks to 0.14.0

(nia)

2020-06-10 18:08:22 UTC MAIN commitmail json YAML

2020-06-10 18:02:37 UTC MAIN commitmail json YAML

gopls: add link to release notes in comment

(wiz)

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

doc: Updated devel/gopls to 0.4.1

(wiz)

2020-06-10 18:01:59 UTC MAIN commitmail json YAML

gopls: update to 0.4.1.

This release contains mostly stability improvements and smaller
bug fixes. A list of all of the issues fixed in this release can
be found in the gopls/v0.4.1 milestone. A notable change is that
type error analyzers (fillreturns, undeclaredname, unusedparams,
nonewvars) are now on by default.

Ok bsiegert@

(wiz)

2020-06-10 17:56:25 UTC MAIN commitmail json YAML

doc: Updated textproc/xapian-omega to 1.4.16

(schmonz)

2020-06-10 17:56:10 UTC MAIN commitmail json YAML

Update to 1.4.16. From the changelog:

indexers:

* Fix handling of XML empty tag syntax when there's a quoted parameter right
  before the closing `/>`.  This caused `<title xml:lang="en-US"/>` to treat
  the body text as the document title.  Spotted by Gaurav Arora.

* omindex: Fix killing of filter child process if the parent process receives a
  signal.  Spotted by Gaurav Arora.

omega:

* Reject $setrelevant without an argument list.  This has never been documented
  as allowed, and previously crashed with a segfault.  Fixes #802, reported by
  Gaurav Arora.

* If there's an error opening the databases we now close any we managed to open
  successfully before the error so that things like $dbsize can't end up
  reporting values for a subset of the specified databases.

portability:

* Use our own autoconf cache variable namespace (xo_cv_ prefix instead of
  ac_cv_) to avoid colliding with standard autoconf macro use if config.site or
  a shared config.cache is used.  The former case caused a build failure for
  the OpenBSD port with 1.4.15, reported by Lucas R.

(schmonz)

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

doc: Updated textproc/xapian to 1.4.16

(schmonz)

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

Update to 1.4.16. From the changelog:

API:

* MSet::snippet(): The snippet now includes trailing punctuation which carries
  meaning or gives useful context.  See
  https://github.com/xapian/xapian/pull/180, reported by Robert Stepanek.

* MSet::snippet(): Fix segfault generating snippet from default-constructed
  MSet.  This probably isn't something you'd typically do, but it shouldn't
  crash.  Found during extended testing of #803 (which only affected git
  master) which was reported by Robert Stepanek.

* Remove trailing full stop from exception messages.  We conventionally don't
  include one, but a few cases didn't follow that convention.

testsuite:

* Replace direct use of ftime() which gives deprecation warnings with recent
  mingw.  Reported by srinivasyadav22.

matcher:

* Fix segfault in rare cases in the query optimiser.  We keep a pointer to the
  most recent posting list to use as a hint for opening the next posting list,
  but the existing mechanism to take ownership of this hint had a flaw.  We now
  invalidate the hint in situations where it might be indirectly deleted which
  is safe, but somewhat conservative.

* Improve the optimisation of an always-matching OP_VALUE_GE to also take
  effect when the value slot's lower bound is equal to the limit of the
  OP_VALUE_GE.  Patch from boda sadalla.

glass backend:

* Report the correct errno value if commit() fails.  We were potentially
  reporting ENOENT from an unlink() call cleaning up a temporary file prior to
  throwing the exception instead.

documentation:

* Fix missing menus in API documentation.  Newer doxygen generates .js files
  which we also need to distribute and install.  Reported by sec^nd on #xapian.

* Note OP_FILTER ignored subquery bug fixed in 1.4.15 as present in 1.4.14 and
  older.

portability:

* Use our own autoconf cache variable namespace (xo_cv_ prefix instead of
  ac_cv_) to avoid colliding with standard autoconf macro use if config.site or
  a shared config.cache is used.  The former case caused a build failure for
  the OpenBSD port with 1.4.15, reported by Lucas R.

* Use clock_gettime() and nanosleep() under modern mingw as these allow higher
  precision than what we previously used.

Bindings:

* Remove code to support SVN snapshots since we stopped using SVN more than 5
  years ago.

* Ignore overloads for logical ops, *, /.  These were already ignored for
  several languages, and aren't actually usefully wrapped for any of the other
  languages.

CSharp:

* Work around mono terminfo parsing bug in more cases.  With this, "make",
  "make check", "make install" and "make uninstall" all work on Ubuntu 18.10.
  Patch from Dipanshu Garg, fixes https://github.com/xapian/xapian/pull/287 and
  #801.

Lua:

* Allow passing a Lua function as a MatchSpy.  This was supposed to be
  supported already, but the typemaps weren't set up.

* On platforms where sizeof(long) is 4, SWIG was wrapping Xapian::BAD_VALUENO
  as a negative constant in Lua, which was then rejected by a check which
  disallows passing negative values for unsigned C++ types.  We now direct SWIG
  to handle Xapian::valueno as double (which is what numbers in Lua usually
  actually are) which gives us an unsigned constant, and also eliminates the
  negative value check.

* Correct documentation - get_description() is wrapped as tostring() in Lua,
  not str() as we previously claimed.

* Add test coverage for passing Lua function for a Stopper.

Perl:

* Resolve the remaining issues and remove the "experimental" marker:

  + Add search_xapian_compat() function which sets up aliases in the
    Search::Xapian namespace to aid writing code which uses either
    Search::Xapian or this module.

  + Allow passing Perl sub for simpler Xapian functor classes.  This fills in a
    missing feature compared to Search::Xapian.  See #523.

  + Remove useless PerlStopper class which was an incomplete copy of the
    apparently non-functional Search::Xapian::PerlStopper.  We now support
    passing a Perl sub for a Stopper object.

  + Adjust some method names to match Search::Xapian.  Iterators now support
    inc() (and dec() where the C++ class supports operator--) like
    Search::Xapian, rather than increment() and prev().  Reported by Eric Wong
    in #523.

  + Drop undocumented and unexpected extra equals() method.

  + Provide compatibility with ENQ_ASCENDING, etc constants.  SWIG wraps these
    as $Xapian::Enquire::ASCENDING, which better matches the C++ API, but
    Search::Xapian wraps this as Search::Xapian::ENQ_ASCENDING, etc so provide
    those too for compatibility.  Reported by Eric Wong in #523.

  + Drop stringification and int conversion overloads.  These seem more
    confusing than helpful, and overloading stringification works badly
    with SWIG-generated bindings.

  + Document remaining known differences from Search::Xapian.

* Update recently tested versions in README.

* Improve documentation.

* Fix t/02pod.t to look for files in right directory.

Ruby:

* Don't print iterator sizes to stdout.  This was some debugging accidentally
  left in as part of a change in 1.4.12.  Patch from Dan Callaghan.

(schmonz)

2020-06-10 17:44:28 UTC MAIN commitmail json YAML

doc: Updated net/statzone to 1.0.2

(fcambus)

2020-06-10 17:43:37 UTC MAIN commitmail json YAML

statzone: update to 1.0.2.

StatZone 1.0.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Remove unneeded <sys/select.h> include
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Allow the openat and write syscalls, they are used on glibc systems
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Introduce the displaySummary() function, and use it to print summary
- Move elapsed time calculation in the displaySummary() function
- Add a signal handler for SIGINFO, to display progression on
  supported platforms
- Do not use intermediate variable to calculate elapsed time
- Remove now useless runtime member from the results structure

(fcambus)

2020-06-10 17:07:17 UTC MAIN commitmail json YAML

gopls: sort modules, NFCI

(wiz)

2020-06-10 16:11:08 UTC MAIN commitmail json YAML

python/extension.mk: Fix print-PLIST target to generate properly sorted PLISTs

Use EARLY_PRINT_PLIST_AWK instead of PRINT_PLIST_AWK so all the transformations
are done before the file/directory lists generated as part of print-PLIST are
sorted.

Discussed on tech-pkg@:

<pkg/2020/05/27/msg023249.html>">https://mail-index.NetBSD.org/tech-pkg/2020/05/27/msg023249.html>

(leot)

2020-06-10 16:08:32 UTC MAIN commitmail json YAML

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

guide: Document EARLY_PRINT_PLIST_AWK

(leot)

2020-06-10 16:06:09 UTC MAIN commitmail json YAML

mk/plist: Add EARLY_PRINT_PLIST_AWK

EARLY_PRINT_PLIST_AWK is like PRINT_PLIST_AWK but operates before the
file/directory lists are sorted.

Discussed on tech-pkg@ mainly to address `print-PLIST' order problems for
Python 3 packages:

<pkg/2020/05/27/msg023249.html>">https://mail-index.NetBSD.org/tech-pkg/2020/05/27/msg023249.html>

(leot)

2020-06-10 15:35:02 UTC MAIN commitmail json YAML

remove confusing DESCR nonsense

(nia)

2020-06-10 15:35:02 UTC MAIN commitmail json YAML

games/doomlegacy: Build fix for SunOS

The type label_t is not available on all OS, e.g. on SmartOS.
labelforname() is an unused function and the only place where label_t is
used. Commented out with new patch.

Bump PKGREVISION because C source file has changed.

(micha)

2020-06-10 15:22:52 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.48.1

(wiz)

2020-06-10 15:22:32 UTC MAIN commitmail json YAML

filezilla: update to 3.48.1.

3.48.1 (2020-05-18)

- If FileZilla is configured to restore open tabs on startup, the directory trees no longer shrink in size

3.48.1-rc1 (2020-05-12)

! MSW: The settings directory is now initially created with tight permissions restricted to the user's account. Previously the directory could have had inherited too wide permissions if a custom location outside the user's profile directory had been preconfigured.
+ Redesigned certificate dialog
+ During directory comparison and comparative search, Ctrl+Shift+A can now be used to select only the highlighted files
- Fixed import of settings
- Fixed local file editing if the option to track local file changes had been disabled
- Fixes to storing associations

3.48.0 (2020-04-27)

! Custom associations for file extensions containing spaces were not saved correctly

3.48.0-rc1 (2020-04-20)

+ Overhaul of file associations for editing files. The setting to inherit system associations has been removed. When first editing a type of file with no default editor set, a dialog is shown asking which editor to use. The system associatio, if it exists, is a choice in this dialog.
- SFTP: Re-added support for AES-GCM which was accidentally removed in 3.46.1
- Fixes for comparative search leaving the program in an inconsistent state when closing the dialog during an ongoing search
- Building and running FileZilla now depends on libfilezilla >= 0.20.0 (https://lib.filezilla-project.org/)

(wiz)

2020-06-10 15:18:58 UTC MAIN commitmail json YAML

doc: Update games/woof to 1.2.2

(micha)

2020-06-10 15:17:26 UTC MAIN commitmail json YAML

games/woof: Update to 1.2.2

Changelog:
- The code has been prepared to compile with GCC 10.1.
- Support for tall textures and sprites in DeePsea format has been added.
- Missing textures are now treated as non-fatal.

(micha)

2020-06-10 15:13:59 UTC MAIN commitmail json YAML

doc: Updated net/libfilezilla to 0.22.0

(wiz)

2020-06-10 15:13:50 UTC MAIN commitmail json YAML

libfilezilla: update to 0.22.0.

0.22.0 (2020-05-12)

+ Added a flag to fz::file to allow creation of files with permissions only granting the current user access
+ Added fz::mkdir to create local directories, optionally recursive and with permissions to only grant the current user access to the final directory
- MSW: Improvements handling directory reparse points
- Lengthen partial certificate chains in fz::tls_info to include any found trust anchor if using the system trust store
- Mark self-signed certificates in the in fz::x509_certificate
- Fix constructing fz::uri from default-constructed string_view

0.21.0 (2020-04-20)

+ macOS: fz::spawn_detached_process can now start application bundles
+ Changed arguments of fz::local_filesys::get_next_file to be consistent with fz::local_filesys::get_file_info
- Improved error detection for fz::spawn_detached-process on *nix systems that support the pipe2 syscall with O_CLOEXEC

(wiz)

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

doc: Updated lang/vala to 0.48.6

(wiz)

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

vala: update to 0.48.6.

Vala 0.48.6
===========
* Regression and bug fixes:
  - codegen:
    + Correctly handle cast-expression of real struct to nullable struct [#991]
    + Use loop index instead of get_ccode_pos() for ellipsis parameter [#995]
  - vala:
    + Allow node_ref being null in SemanticAnalyzer.get_instance_base_type()
    + SemanticAnalyzer.get_instance_base_type() is not allowed to return null
    + params-array parameter is not allowed in abstract/virtual method [#985]
    + Use stable hash for methods in HashMap of implicit_implementations [#990]
      and Use "str_equal" as equal_func for ArrayList<string> instances
    + Set value_type of undefined member-access to avoid further criticals
    + Transform cast from floating-type to boxed-type [#991]
    + Transform cast from integer-type to boxed-type [#992]
    + Explicit "new" method may be incompatible with a posssible base method
  - valadoc: Add implicit "Posix" using-directive for POSIX profile
  - girparser: Add support for boolean "new" argument for methods

* Bindings:
  - gtk4: Update to 3.98.3+028942c8

(wiz)

2020-06-10 14:54:44 UTC MAIN commitmail json YAML

doc: Updated devel/py-codespell to 1.17.1

(wiz)

2020-06-10 14:54:33 UTC MAIN commitmail json YAML

2020-06-10 14:51:52 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-ssh to 6.1.0

(taca)

2020-06-10 14:51:08 UTC MAIN commitmail json YAML

security/ruby-net-ssh: update to 6.1.0

Update to ruby-net-ssh 6.1.0.

=== 6.1.0

  * adapt to ssh's default bahaviors when no username is provided.
    When Net::SSH.start user is nil and config has no entry
    we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749]

=== 6.1.0.rc1

  * Make sha2-{256,512}-etm@openssh.com MAC default again [#761]
  * Support algorithm subtraction syntax from ssh_config [#751]

(taca)

2020-06-10 14:48:41 UTC MAIN commitmail json YAML

doc: Updated net/ruby-ruby_smb to 2.0.0

(taca)

2020-06-10 14:48:05 UTC MAIN commitmail json YAML

net/ruby-ruby_smb: udpate to 2.0.0

Update ruby-ruby_smb to 2.0.0.

No release note nor changelog.

(taca)

2020-06-10 14:33:56 UTC MAIN commitmail json YAML

doc: Added security/ruby-openssl-cmac version 2.0.1

(taca)

2020-06-10 14:33:17 UTC MAIN commitmail json YAML

security/Makefile: ad and enable ruby-openssl-cmac

(taca)

2020-06-10 14:32:26 UTC MAIN commitmail json YAML

security/ruby-openssl-cmac: add package version 2.0.1

Add openssl-cmac package version 2.0.1.

Ruby Gem for
* RFC 4493 - The AES-CMAC Algorithm (http://tools.ietf.org/html/rfc4493)
* RFC 4494 - The AES-CMAC-96 Algorithm and Its Use with IPsec
  (http://tools.ietf.org/html/rfc4494)

* RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
  Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
  Algorithm for the Internet Key Exchange Protocol (IKE)
  (http://tools.ietf.org/html/rfc4615)

(taca)

2020-06-10 14:28:48 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-test-unit to 3.3.6

(taca)

2020-06-10 14:27:57 UTC MAIN commitmail json YAML

devel/ruby-test-unit: update to 3.3.6

Update ruby-test-unit to 3.3.6.

# News

## 3.3.6 - 2020-06-10 {#version-3-3-6}

### Improvements

  * `name`, `--ignore-name`:

    * Added support for regular expression options.

    * Added support for matching with class name in exact match mode.
      [Reported by Jun Aruga]

  * Updated ruby-talk mailing list information
    [GitHub#168][Patch by Chris Kampmeier]

### Thanks

  * Chris Kampmeier

  * Jun Aruga

(taca)

2020-06-10 14:25:45 UTC MAIN commitmail json YAML

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

(taca)

2020-06-10 14:24:58 UTC MAIN commitmail json YAML

devel/ruby-sexp-processor: update to 4.15.0

Update ruby-sexp-processorto 4.15.0.

=== 4.15.0 / 2020-06-09

* 1 minor enhancement:

  * Added `child` and `include` to Sexp::Matcher.parse language.

(taca)

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

mercurial: update test failure comment

(wiz)

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

doc: Updated devel/ruby-ffi to 1.13.1

(taca)

2020-06-10 13:57:28 UTC MAIN commitmail json YAML

devel/ruby-ffi: update to 1.13.1

Update ruby-ffi to 1.13.1.

1.13.1 / 2020-06-09
-------------------

Changed:
* Revert use of `ucrtbase.dll` as default C library on Windows-MINGW.
  `ucrtbase.dll` is still used on MSWIN target. #790
* Test for `ffi_prep_closure_loc()` to make sure we can use this function.
  This fixes incorrect use of system libffi on MacOS Mojave (10.14). #787
* Update types.conf on x86_64-dragonflybsd

(taca)

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

Upstream stoppped installing onigposix.h, which e.g. wip/libevhtp
expects to find.

Restore the old behaviour.

(hauke)

2020-06-10 11:32:06 UTC MAIN commitmail json YAML

gpgme: dont accidentally try to build python language bindings

(markd)

2020-06-10 11:19:14 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rouge to 3.20.0

(fcambus)

2020-06-10 11:19:03 UTC MAIN commitmail json YAML

ruby-rouge: update to 3.20.0.

ChangeLog:

We've got some new lexers again! This release includes lexers for Augeas,
BibTeX, HLSL, LiveScript, Velocity and Zig. On top of that, we have fixes
for the C++, Diff, Haskell, HTML, JavaScript, JSX, OpenType Feature File,
PowerShell, TSX and TypeScript lexers.

(fcambus)

2020-06-10 11:09:36 UTC MAIN commitmail json YAML

doc: Updated audio/adplug to 2.3.3

(fcambus)

2020-06-10 11:09:23 UTC MAIN commitmail json YAML

adplug: update to 2.3.3.

Changes for version 2.3.3:
--------------------------
- New RAD player replacing the old one
- Bug fixes: (huge thanks to Alexander Miller for these)
  - CVE-2019-14690 - buffer overflow in .bmf
  - CVE-2019-14691 - buffer overflow in .dtm
  - CVE-2019-14692 - buffer overflow in .mkj
  - CVE-2019-14732 - buffer overflow in .a2m
  - CVE-2019-14733 - buffer overflow in .rad
  - CVE-2019-14734 - buffer overflow in .mtk
  - CVE-2019-15151 - double free and OOB reads in .u6m
  - OOB reads in .xad
  - OOB reads in .rix

(fcambus)

2020-06-10 11:08:05 UTC MAIN commitmail json YAML

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

doc: Updated emulators/PC6001VX to 3.5.0

(tsutsui)

2020-06-10 10:39:57 UTC MAIN commitmail json YAML

PC6001VX: update to 3.5.0.

pkgsrc changes:
- add workaround to avoid coredump by Q_ASSERT() when LANG is not set
  on Qt 5.14.1 that could return empty uiLanguages()

Upstream changes:

3.5.0 2020/06/07
- Updated PC-6001 compatible basic ROMs to 0.7.1.
- Updated PC-6001mk2/6601 compatible basic ROMs to 0.3.0.
- Enabled PC-6001mk2 model in compatible ROM mode.
- Added "Speed control" menu.
- In "File" and "Folder" tab on configuration dialog path which does not
  exist is displayed in red color.
- (Windows) Fixed issue that emulator continues to work during menu popup.

(tsutsui)

2020-06-10 10:39:31 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.387

(tsutsui)

2020-06-10 10:26:29 UTC MAIN commitmail json YAML

adobe-flash-player: update to 32.0.0.387.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb20-30.html

Adobe Security Bulletin
Security Bulletin for Adobe Flash Player | APSB20-30

Summary

  Adobe has released security updates for Adobe Flash Player for
  Windows, macOS, Linux and Chrome OS. These updates address a critical
  vulnerability in Adobe Flash Player. Successful exploitation could
  lead to arbitrary code execution in the context of the current user.

(tsutsui)

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

Updated databases/py-apsw, net/py-ifaddr

(adam)

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

py-ifaddr: updated to 0.1.7

0.1.7
Fixed Python 3 compatibility in the examples
Exposed network interface indexes in Adapter.index
Added the license file to distributions on PyPI
Fixed Illumos/Solaris compatibility
Set up universal wheels, ifaddr will have both source and wheel distributions on PyPI from now on

(adam)

2020-06-10 09:57:35 UTC MAIN commitmail json YAML

py-apsw: updated to 3.32.2

3.32.2-r1
Added constants:
SQLITE_IOERR_DATA, SQLITE_CORRUPT_INDEX, SQLITE_BUSY_TIMEOUT, SQLITE_FCNTL_CKPT_START, SQLITE_FCNTL_RESERVE_BYTES

(adam)

2020-06-10 08:10:30 UTC MAIN commitmail json YAML

Updated devel/py-backcall, print/py-reportlab

(adam)

2020-06-10 08:10:11 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.42

RELEASE 3.5.42
* fix bug in tables.py reported by Kamil Niski https://bitbucket.org/rptlab/reportlab/issues/182 & Adam Kalinsky

RELEASE 3.5.41
* fix python3 bug in DDIndenter.__getattr__

RELEASE 3.5.40
* fix broken (by robin) simple bar lables found by Djan

RELEASE 3.5.39
* allow selection of ttf subfonts by PS name
* revert to old style recursiveGetAttr
* raise error for problematic Canvas.setDash reported by Mike Carter from sitemorse

RELEASE 3.5.38
* bug fix for normalDate monthnames; bump travis; version-->3.5.38

RELEASE 3.5.37
* experimental support for 2d pie/doughnut shading

RELEASE 3.5.36
* update travis version of multibuild contrib by Matthew Brett
* fixes to cope with python 3.9
* imrove Drawing formats handling and ensure asString can do svg

RELEASE 3.5.35
* test fixes
* Label enhancement
* added isSubclassOf validator
* added CrossHair widget

(adam)

2020-06-10 08:08:56 UTC MAIN commitmail json YAML

py-backcall: updated to 0.2.0

0.2.0:
Unknown changes

(adam)

2020-06-10 06:48:37 UTC MAIN commitmail json YAML

2020-06-10 06:47:00 UTC MAIN commitmail json YAML

rsibreak: update to 0.12.13

changes unknown, other than builds with qt5.15

(markd)

2020-06-10 06:36:14 UTC MAIN commitmail json YAML

2020-06-10 06:28:14 UTC MAIN commitmail json YAML

AfterShotPro: Always set PKGNAME.

(wiz)

2020-06-10 02:31:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20200609.

(msaitoh)

2020-06-10 02:29:45 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20200609.

== 20200609 Release ==
-- Updates upon 20200520 release --
Processor            Identifier    Version      Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
HSW          C0      6-3c-3/32 00000027->00000028 Core Gen4
BDW-U/Y      E0/F0    6-3d-4/c0 0000002e->0000002f Core Gen5
HSW-U        C0/D0    6-45-1/72 00000025->00000026 Core Gen4
HSW-H        C0      6-46-1/32 0000001b->0000001c Core Gen4
BDW-H/E3    E0/G0    6-47-1/22 00000021->00000022 Core Gen5
SKL-U/Y      D0      6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile
SKL-U23e    K1      6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile
SKX-SP      B1      6-55-3/97 01000151->01000157 Xeon Scalable
SKX-SP      H0/M0/U0 6-55-4/b7 02000065->02006906 Xeon Scalable
SKX-D        M1      6-55-4/b7 02000065->02006906 Xeon D-21xx
CLX-SP      B0      6-55-6/bf 0400002c->04002f01 Xeon Scalable Gen2
CLX-SP      B1      6-55-7/bf 0500002c->05002f01 Xeon Scalable Gen2
SKL-H/S      R0/N0    6-5e-3/36 000000d6->000000dc Core Gen6; Xeon E3 v5
AML-Y22      H0      6-8e-9/10 000000ca->000000d6 Core Gen8 Mobile
KBL-U/Y      H0      6-8e-9/c0 000000ca->000000d6 Core Gen7 Mobile
CFL-U43e    D0      6-8e-a/c0 000000ca->000000d6 Core Gen8 Mobile
WHL-U        W0      6-8e-b/d0 000000ca->000000d6 Core Gen8 Mobile
AML-Y42      V0      6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile
CML-Y42      V0      6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile
WHL-U        V0      6-8e-c/94 000000ca->000000d6 Core Gen8 Mobile
KBL-G/H/S/E3 B0      6-9e-9/2a 000000ca->000000d6 Core Gen7; Xeon E3 v6
CFL-H/S/E3  U0      6-9e-a/22 000000ca->000000d6 Core Gen8 Desktop, Mobile, Xeon E
CFL-S        B0      6-9e-b/02 000000ca->000000d6 Core Gen8
CFL-H/S      P0      6-9e-c/22 000000ca->000000d6 Core Gen9
CFL-H        R0      6-9e-d/22 000000ca->000000d6 Core Gen9 Mobile

---- removed platforms ------------------------------------

(msaitoh)

2020-06-09 23:12:06 UTC MAIN commitmail json YAML

kf5: be less strict on versions

(markd)

2020-06-09 22:23:21 UTC MAIN commitmail json YAML

Added databases/apache-solr revision 8.5.1.

(jym)

2020-06-09 22:20:57 UTC MAIN commitmail json YAML

Hook apache-solr to the make tree.

(jym)

2020-06-09 22:20:01 UTC MAIN commitmail json YAML

Add apache-solr, rev 8.5.1.

Apache Solr is an open source enterprise search server based on the Apache
Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, and a web administration interface.

(jym)

2020-06-09 21:23:05 UTC MAIN commitmail json YAML

fossil: reset PKGREVISION after update

(wiz)

2020-06-09 19:36:52 UTC MAIN commitmail json YAML

2020-06-09 18:23:10 UTC MAIN commitmail json YAML

Update devel/fossil to 2.11.1

This fixes a security issue I found. No other changes.

(js)

2020-06-09 17:50:15 UTC MAIN commitmail json YAML

doc: Updated audio/strawberry to 0.6.12

(nia)

2020-06-09 17:49:24 UTC MAIN commitmail json YAML

strawberry: Update to 0.6.12

0.6.12:

  Bugfixes:
    * Fixed height of about dialog.

  Enhancements:
    * Only save settings for pages that actually has been changed.
    * Replaced use of deprecated Qt functionality as of 5.15.
    * Made scrobbler show error dialog for all errors when show error dialog option is on.
    * Dont append disc to album titles for Subsonic and Tidal.
    * Sort folders added from file view.
    * Changed default collection grouping to album - disc.

(nia)

2020-06-09 17:06:55 UTC MAIN commitmail json YAML

doc: Updated audio/audacious-plugins to 4.0.4

(nia)

2020-06-09 17:06:17 UTC MAIN commitmail json YAML

doc: Updated audio/audacious to 4.0.4

(nia)

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

audacious: Update to 4.0.4

  Qt interface changes:

    * Fixed files being moved instead of copied when dragged to a file
      manager (#986)
    * Added keyboard shortcuts for Open/Add Folder (#989)
    * Fixed space being reserved for disabled infobar visualization (#990)
    * Fixed playlist rows sometimes changing height at song change

  Qt Winamp Classic interface changes:

    * Enabled window snapping to screen edges (#985)
    * Enabled dragging files from file manager (contributed by GitHub user
      iDarkTemplar)

  Other changes:

    * Fixed warnings when building Audacious with link-time optimizations
    * Fixed stuck startup notification under MATE when Audacious was already
      running
    * Updated translations

(nia)

2020-06-09 16:03:00 UTC MAIN commitmail json YAML

2020-06-09 15:58:38 UTC MAIN commitmail json YAML

doc: Updated lang/rust-bin to 1.44.0

(nia)

2020-06-09 15:58:05 UTC MAIN commitmail json YAML

rustc: Update to 1.44.0

Version 1.44.0 (2020-06-04)
==========================

Language
--------
- [You can now use `async/.await` with `#[no_std]` enabled.][69033]
- [Added the `unused_braces` lint.][70081]

**Syntax-only changes**

- [Expansion-driven outline module parsing][69838]
```rust
#[cfg(FALSE)]
mod foo {
    mod bar {
        mod baz; // `foo/bar/baz.rs` doesn't exist, but no error!
    }
}
```

These are still rejected semantically, so you will likely receive an error but
these changes can be seen and parsed by macros and conditional compilation.

Compiler
--------
- [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
  Additionally when in incremental mode rustc defaults to 256 codegen units.
- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled and
  a panic is thrown.][67502]
- [Added tier 3\* support for the `aarch64-unknown-none` and
  `aarch64-unknown-none-softfloat` targets.][68334]
- [Added tier 3 support for `arm64-apple-tvos` and
  `x86_64-apple-tvos` targets.][68191]

Libraries
---------
- [Special cased `vec![]` to map directly to `Vec::new()`.][70632] This allows
  `vec![]` to be able to be used in `const` contexts.
- [`convert::Infallible` now implements `Hash`.][70281]
- [`OsString` now implements `DerefMut` and `IndexMut` returning
  a `&mut OsStr`.][70048]
- [Unicode 13 is now supported.][69929]
- [`String` now implements `From<&mut str>`.][69661]
- [`IoSlice` now implements `Copy`.][69403]
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is at most 32.
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
  `from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all
  integer types.][69373]

Stabilized APIs
---------------
- [`PathBuf::with_capacity`]
- [`PathBuf::capacity`]
- [`PathBuf::clear`]
- [`PathBuf::reserve`]
- [`PathBuf::reserve_exact`]
- [`PathBuf::shrink_to_fit`]
- [`f32::to_int_unchecked`]
- [`f64::to_int_unchecked`]
- [`Layout::align_to`]
- [`Layout::pad_to_align`]
- [`Layout::array`]
- [`Layout::extend`]

Cargo
-----
- [Added the `cargo tree` command which will print a tree graph of
  your dependencies.][cargo/8062] E.g.
  ```
    mdbook v0.3.2 (/Users/src/rust/mdbook)
  ├── ammonia v3.0.0
  │  ├── html5ever v0.24.0
  │  │  ├── log v0.4.8
  │  │  │  └── cfg-if v0.1.9
  │  │  ├── mac v0.1.1
  │  │  └── markup5ever v0.9.0
  │  │      ├── log v0.4.8 (*)
  │  │      ├── phf v0.7.24
  │  │      │  └── phf_shared v0.7.24
  │  │      │      ├── siphasher v0.2.3
  │  │      │      └── unicase v1.4.2
  │  │      │          [build-dependencies]
  │  │      │          └── version_check v0.1.5
  ...
  ```
  You can also display dependencies on multiple versions of the same crate with
  `cargo tree -d` (short for `cargo tree --duplicates`).

Misc
----
- [Rustdoc now allows you to specify `--crate-version` to have rustdoc include
  the version in the sidebar.][69494]

Compatibility Notes
-------------------
- [Rustc now correctly generates static libraries on Windows GNU targets with
  the `.a` extension, rather than the previous `.lib`.][70937]
- [Removed the `-C no_integrated_as` flag from rustc.][70345]
- [The `file_name` property in JSON output of macro errors now points the actual
  source file rather than the previous format of `<NAME macros>`.][70969]
  **Note:** this may not point to a file that actually exists on the user's system.
- [The minimum required external LLVM version has been bumped to LLVM 8.][71147]
- [`mem::{zeroed, uninitialised}` will now panic when used with types that do
  not allow zero initialization such as `NonZeroU8`.][66059] This was
  previously a warning.
- [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as`
  operator has been defined as a saturating operation.][71269] This was previously
  undefined behaviour, but you can use the `{f64, f32}::to_int_unchecked` methods to
  continue using the current behaviour, which may be desirable in rare performance
  sensitive situations.

Internal Only
-------------
These changes provide no direct user facing benefits, but represent significant
improvements to the internals and overall performance of rustc and
related tools.

- [dep_graph Avoid allocating a set on when the number reads are small.][69778]
- [Replace big JS dict with JSON parsing.][71250]

[69373]: https://github.com/rust-lang/rust/pull/69373/
[66059]: https://github.com/rust-lang/rust/pull/66059/
[68191]: https://github.com/rust-lang/rust/pull/68191/
[68899]: https://github.com/rust-lang/rust/pull/68899/
[71147]: https://github.com/rust-lang/rust/pull/71147/
[71250]: https://github.com/rust-lang/rust/pull/71250/
[70937]: https://github.com/rust-lang/rust/pull/70937/
[70969]: https://github.com/rust-lang/rust/pull/70969/
[70632]: https://github.com/rust-lang/rust/pull/70632/
[70281]: https://github.com/rust-lang/rust/pull/70281/
[70345]: https://github.com/rust-lang/rust/pull/70345/
[70048]: https://github.com/rust-lang/rust/pull/70048/
[70081]: https://github.com/rust-lang/rust/pull/70081/
[70156]: https://github.com/rust-lang/rust/pull/70156/
[71269]: https://github.com/rust-lang/rust/pull/71269/
[69838]: https://github.com/rust-lang/rust/pull/69838/
[69929]: https://github.com/rust-lang/rust/pull/69929/
[69661]: https://github.com/rust-lang/rust/pull/69661/
[69778]: https://github.com/rust-lang/rust/pull/69778/
[69494]: https://github.com/rust-lang/rust/pull/69494/
[69403]: https://github.com/rust-lang/rust/pull/69403/
[69033]: https://github.com/rust-lang/rust/pull/69033/
[68692]: https://github.com/rust-lang/rust/pull/68692/
[68334]: https://github.com/rust-lang/rust/pull/68334/
[67502]: https://github.com/rust-lang/rust/pull/67502/
[cargo/8062]: https://github.com/rust-lang/cargo/pull/8062/
[`PathBuf::with_capacity`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.with_capacity
[`PathBuf::capacity`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.capacity
[`PathBuf::clear`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.clear
[`PathBuf::reserve`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.reserve
[`PathBuf::reserve_exact`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.reserve_exact
[`PathBuf::shrink_to_fit`]: https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.shrink_to_fit
[`f32::to_int_unchecked`]: https://doc.rust-lang.org/std/primitive.f32.html#method.to_int_unchecked
[`f64::to_int_unchecked`]: https://doc.rust-lang.org/std/primitive.f64.html#method.to_int_unchecked
[`Layout::align_to`]: https://doc.rust-lang.org/std/alloc/struct.Layout.html#method.align_to
[`Layout::pad_to_align`]: https://doc.rust-lang.org/std/alloc/struct.Layout.html#method.pad_to_align
[`Layout::array`]: https://doc.rust-lang.org/std/alloc/struct.Layout.html#method.array
[`Layout::extend`]: https://doc.rust-lang.org/std/alloc/struct.Layout.html#method.extend

(nia)

2020-06-09 15:34:31 UTC MAIN commitmail json YAML

doc: Updated audio/din to 47.1

(fox)

2020-06-09 15:33:52 UTC MAIN commitmail json YAML

audio/din: Updates to 47.1

Changes since 47:

DIN Is Noise 47.1 @ Chennai, India
  * improved Spinner UI control
  ! removed 2 sets of log messages that may affect performance !

(fox)

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

rust: Use subst framework instead of manual sed.

This was getting unwieldly and didn't support changing multiple checksums in
the same file (required for illumos support in 1.44.0).  It was also hiding
potential bugs, with entries for vendor/rand which do not exist.

It's likely this should be in vendor/rand_os as that's what we're actually
patching, but perhaps that crate is no longer used as it appears we've never
had a checksum fix for it.

(jperkin)

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

doc: Updated chat/mumble to 1.3.1

(nia)

2020-06-09 15:00:57 UTC MAIN commitmail json YAML

mumble: Update to 1.3.1

Changes:

  Security

  Fixed: Potential exploit in the OCB2 encryption (#4227)

  ICE

  Fixed: Added missing UserKDFIterations field to UserInfo => Prevents
  getRegistration() from failing with enumerator out of range error (#3835)

  GRPC

  Fixed: Segmentation fault during murmur shutdown (#3938)

  Client

  Fixed: Crash when using multiple monitors (#3756)
  FIxed: Don't send empty message from clipboard via shortcut, if clipboard
  is empty (#3864)
  Fixed: Talking indicator being able to freeze to indicate talking when
  self-muted (#4006)
  Fixed: High CPU usage for update-check if update server not available
  (#4019)
  Fixed: DBus getCurrentUrl returning empty string when not in root-channel
  (#4029)
  Fixed: Small parts of whispering leaking out to normal talk (#4051)
  Fixed: Last audio frame of normal talking sent to last whisper target
  instead when using VoiceActivation (#4050)
  Fixed: LAN-icon not found in ConnectDialog (#4058)
  Improved: Set maximal vertical size for User Volume Adjustment dialog
  (#3801)
  Improved: Don't send empty data to PulseAudio (#3316)
  Improved: Use the SRV resolved port for UDP connections (#3820)
  Improved: Manual Plugin UI (#3919)
  Improved: Don't start Jack server by default (#3990)
  Improved: Overlay doesn't hook into all other processes by default (#4041)
  Improved: Wait longer before disconnecting from a server due to unanswered
  Ping-messages (#4123)

  Server

  Fixed: Possibility to circumvent max user-count in channel (#3880)
  Fixed: Rate-limit implementation susceptible to time-underflow (#4004)
  Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032)
  Fixed: VersionCheck for SQL for when to use the WAL feature (#4163)
  Fixed: Wrong database encoding that could lead to server-crash (#4220)
  Fixed: DB crash due to primary key violation (now performs "UPSERT" to
  avoid this) (#4105)
  Improved: The fields in the Version ProtoBuf message are now
  size-restricted in order to avoid attacks that can render another client
  unresponsive (#4101)

  Windows Installer

  Improved: Mumble icon (now properly displayed) (#4204)

(nia)

2020-06-09 14:44:56 UTC MAIN commitmail json YAML

tepl4: missing uchardet

(nia)

2020-06-09 14:31:27 UTC MAIN commitmail json YAML

tepl4: remove reference to wip .. properly

(nia)

2020-06-09 14:31:09 UTC MAIN commitmail json YAML

tepl4: remove reference to wip

(nia)

2020-06-09 14:30:37 UTC MAIN commitmail json YAML

doc: Added editors/tepl4 version 4.4.0

(nia)

2020-06-09 14:30:00 UTC MAIN commitmail json YAML

editors: Add tepl4

Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for "Text editor product line". It
serves as an incubator for GtkSourceView.

Tepl was previously named Gtef (GTK+ text editor framework). The project
has been renamed in June 2017 to have a more beautiful name. The end of Tepl
is pronounced like in "apple".

(nia)

2020-06-09 13:53:30 UTC MAIN commitmail json YAML

doc: Added textproc/uchardet version 0.0.7

(nia)

2020-06-09 13:53:00 UTC MAIN commitmail json YAML

textproc: Add uchardet

uchardet is an encoding detector library, which takes a sequence of bytes
in an unknown character encoding without any additional information, and
attempts to determine the encoding of the text. Returned encoding names are
iconv-compatible.

uchardet started as a C language binding of the original C++ implementation
of the universal charset detection library by Mozilla. It can now detect
more charsets, and more reliably than the original implementation.

(nia)

2020-06-09 13:34:43 UTC MAIN commitmail json YAML

doc: Updated chat/znc to 1.8.1

(nia)

2020-06-09 13:34:34 UTC MAIN commitmail json YAML

znc: Update to 1.8.1

# ZNC 1.8.1 (2020-05-07)

Fixed bug introduced in ZNC 1.8.0:

Authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. CVE-2020-13775

(nia)

2020-06-09 13:12:21 UTC MAIN commitmail json YAML

syncthing: correct copypasto mistake

(nia)

2020-06-09 12:47:37 UTC MAIN commitmail json YAML

2020-06-09 12:22:18 UTC MAIN commitmail json YAML

doc: Updated net/freerdp2 to 2.1.1

(nia)

2020-06-09 12:22:01 UTC MAIN commitmail json YAML

freerdp2: Update to 2.1.1

# 2020-05-20  Version 2.1.1

Important notes:
* CVE: GHSL-2020-100 OOB Read in ntlm_read_ChallengeMessage
* CVE: GHSL-2020-101 OOB Read in security_fips_decrypt due to uninitialized value
* CVE: GHSL-2020-102 OOB Write in crypto_rsa_common
* Enforce synchronous legacy RDP encryption count (#6156)
* Fixed some leaks and crashes missed in 2.1.0
* Removed dynamic channel listener limits
* Lots of resource cleanup fixes (clang sanitizers)
* A couple of performance improvements
* Various small annoyances eliminated (typos, prefilled username for windows client, ...)

(nia)

2020-06-09 12:05:21 UTC MAIN commitmail json YAML

kde release service update

(markd)

2020-06-09 12:03:21 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup tickets up to #6234

(bsiegert)

2020-06-09 12:00:40 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-stella to 6.2

(nia)

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

doc: Updated emulators/stella to 6.2

(nia)

2020-06-09 11:59:58 UTC MAIN commitmail json YAML

stella: Update to 6.2

6.1.2 to 6.2: (June 7, 2020)

  * Added interactive palette to Video & Audio settings.

  * Added 'Custom' palette, generated from user controlled phase shifts.

  * Added that adjustable audio & video settings are displayed as gauge bars.

  * Added four global hotkeys which allow selecting and changing numerous
    audio & video settings without having to remember the dedicated hotkeys.

  * Added 'Turbo' mode, runs the game as fast as the computer allows.

  * Added that paddle centering (per ROM) and sensitivity can be adjusted.

  * Added that mouse sensitivity for Driving controller can be adjusted.

  * Added paddle filtering in UI to avoid unwanted navigation events.

  * Added selectable dialog fonts.

  * Added separate positioning of launcher, emulator and debugger.

  * Added optional display to game refresh rate adaption in fullscreen mode.

  * Added option which lets default ROM path follow launcher navigation.

  * Added debugger 'saveaccess' function, which saves memory access counts to
    a CSV file.

  * Added displaying last write address in the debugger.

  * Added debugger pseudo-register '_scanend', which gives the number of
    scanlines at the end of the last frame.

  * Added detection of color and audio data in DiStella.

  * Restored 'cfg' directory for Distella config files.

  * Added TV Boy and 3EX bank switching types.

  * Removed unused CV+ and DASH bank switching types.

  * Added support for loading grayscale PNG images in the ROM launcher.

-Have fun!

(nia)

2020-06-09 11:59:46 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6234 - requested by wiz
devel/libntlm: security fix

Revisions pulled up:
- devel/libntlm/Makefile                                        1.22
- devel/libntlm/distinfo                                        1.12

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Jun  9 06:18:18 UTC 2020

  Modified Files:
  pkgsrc/devel/libntlm: Makefile distinfo

  Log Message:
  libntlm: update to 1.6.

  * Version 1.6 (released 2020-04-19)

  ** Fix buffer overflow in buildSmbNtlmAuth* function.  CVE-2019-17455.
  Reported by Kirin in <https://gitlab.com/jas/libntlm/-/issues/2> and
  patch provided by Cedric Buissart.  See newly introduced regression
  check test_CVE-2019-17455.c for test of a vulnerable library.

  ** API and ABI modifications.
  No changes since last version.

(bsiegert)

2020-06-09 11:59:41 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6233 - requested by wiz
sysutils/dbus: security fix

Revisions pulled up:
- sysutils/dbus/Makefile                                        1.121
- sysutils/dbus/distinfo                                        1.93

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Tue Jun  9 07:13:31 UTC 2020

  Modified Files:
          pkgsrc/sysutils/dbus: Makefile distinfo

  Log Message:
  dbus: update to 1.12.18.

  dbus 1.12.18 (2020-06-02)
  =========================

  The “telepathic vines” release.

  Denial of service fixes:

  • CVE-2020-12049: If a message contains more file descriptors than can
    be sent, close those that did get through before reporting error.
    Previously, a local attacker could cause the system dbus-daemon (or
    another system service with its own DBusServer) to run out of file
    descriptors, by repeatedly connecting to the server and sending fds that
    would get leaked.
    Thanks to Kevin Backhouse of GitHub Security Lab.
    (dbus#294, GHSL-2020-057; Simon McVittie)

  Other fixes:

  • Fix a crash when the dbus-daemon is terminated while one or more
    monitors are active (dbus#291, dbus!140; Simon McVittie)

  • The dbus-send(1) man page now documents --bus and --peer instead of
    the old --address synonym for --peer, which has been deprecated since
    the introduction of --bus and --peer in 1.7.6
    (fd.o #48816, dbus!115; Chris Morin)

  • Fix a wrong environment variable name in dbus-daemon(1)
    (dbus#275, dbus!122; Mubin, Philip Withnall)

  • Fix formatting of dbus_message_append_args example
    (dbus!126, Felipe Franciosi)

  • Avoid a test failure on Linux when built in a container as uid 0, but
    without the necessary privileges to increase resource limits
    (dbus!58, Debian #908092; Simon McVittie)

  • When building with CMake, cope with libX11 in a non-standard location
    (dbus!129, Tuomo Rinne)

(bsiegert)

2020-06-09 11:56:18 UTC MAIN commitmail json YAML

2020-06-09 11:55:35 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6232 - requested by maya
security/gnutls: security fix

Revisions pulled up:
- security/gnutls/Makefile                                      1.210-1.213
- security/gnutls/PLIST                                        1.70-1.71
- security/gnutls/PLIST.guile                                  1.1
- security/gnutls/buildlink3.mk                                1.37
- security/gnutls/distinfo                                      1.143-1.144
- security/gnutls/options.mk                                    1.3
- security/gnutls/patches/patch-configure                      1.5

---
  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Wed Apr  1 08:24:07 UTC 2020

  Modified Files:
          pkgsrc/security/gnutls: Makefile PLIST distinfo
  Added Files:
          pkgsrc/security/gnutls/patches: patch-configure

  Log Message:
  gnutls: updated to 3.6.13

  Version 3.6.13:

  ** libgnutls: Fix a DTLS-protocol regression (caused by TLS1.3 support), since 3.6.3.
      The DTLS client would not contribute any randomness to the DTLS negotiation,
      breaking the security guarantees of the DTLS protocol
      [GNUTLS-SA-2020-03-31, CVSS: high]

  ** libgnutls: Added new APIs to access KDF algorithms.

  ** libgnutls: Added new callback gnutls_keylog_func that enables a custom
      logging functionality.

  ** libgnutls: Added support for non-null terminated usernames in PSK
      negotiation.

  ** gnutls-cli-debug: Improved support for old servers that only support
      SSL 3.0.

  ** API and ABI modifications:
  gnutls_hkdf_extract: Added
  gnutls_hkdf_expand: Added
  gnutls_pbkdf2: Added
  gnutls_session_get_keylog_function: Added
  gnutls_session_set_keylog_function: Added
  gnutls_prf_hash_get: Added
  gnutls_psk_server_get_username2: Added
  gnutls_psk_set_client_credentials2: Added
  gnutls_psk_set_client_credentials_function2: Added
  gnutls_psk_set_server_credentials_function2: Added

---
  Module Name:    pkgsrc
  Committed By:  nikita
  Date:          Thu May 14 14:30:02 UTC 2020

  Modified Files:
          pkgsrc/security/gnutls: Makefile buildlink3.mk options.mk
  Added Files:
          pkgsrc/security/gnutls: PLIST.guile

  Log Message:
  security/gnutls: revbump, add support for building guile bindings

---
  Module Name:    pkgsrc
  Committed By:  leot
  Date:          Mon Jun  8 19:48:14 UTC 2020

  Modified Files:
          pkgsrc/security/gnutls: Makefile PLIST distinfo

  Log Message:
  gnutls: Update to 3.6.14

  Changes:
  3.6.14
  ------
    * libgnutls: Fixed insecure session ticket key construction, since 3.6.4.
      The TLS server would not bind the session ticket encryption key with a
      value supplied by the application until the initial key rotation, allowing
      attacker to bypass authentication in TLS 1.3 and recover previous
      conversations in TLS 1.2 (#1011).
      [GNUTLS-SA-2020-06-03, CVSS: high]

    * libgnutls: Fixed handling of certificate chain with cross-signed
      intermediate CA certificates (#1008).

    * libgnutls: Fixed reception of empty session ticket under TLS 1.2 (#997).

    * libgnutls: gnutls_x509_crt_print() is enhanced to recognizes commonName
      (2.5.4.3), decodes certificate policy OIDs (!1245), and prints Authority
      Key Identifier (AKI) properly (#989, #991).

    * certtool: PKCS #7 attributes are now printed with symbolic names (!1246).

    * libgnutls: Added several improvements on Windows Vista and later releases
      (!1257, !1254, !1256). Most notably the system random number generator now
      uses Windows BCrypt* API if available (!1255).

    * libgnutls: Use accelerated AES-XTS implementation if possible (!1244).
      Also both accelerated and non-accelerated implementations check key block
      according to FIPS-140-2 IG A.9 (!1233).

    * libgnutls: Added support for AES-SIV ciphers (#463).

    * libgnutls: Added support for 192-bit AES-GCM cipher (!1267).

    * libgnutls: No longer use internal symbols exported from Nettle (!1235)

    * API and ABI modifications:
        GNUTLS_CIPHER_AES_128_SIV: Added
        GNUTLS_CIPHER_AES_256_SIV: Added
        GNUTLS_CIPHER_AES_192_GCM: Added
        gnutls_pkcs7_print_signature_info: Added

(bsiegert)

2020-06-09 11:53:31 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6218 - requested by bouyer
mail/sympa: security fix

Revisions pulled up:
- mail/sympa/Makefile                                          1.75-1.76
- mail/sympa/PLIST                                              1.16-1.17
- mail/sympa/distinfo                                          1.20-1.21
- mail/sympa/patches/patch-aa                                  1.10
- mail/sympa/patches/patch-ab                                  1.8
- mail/sympa/patches/patch-ac                                  1.6

---
  Module Name:    pkgsrc
  Committed By:  bouyer
  Date:          Mon Apr 27 17:57:52 UTC 2020

  Modified Files:
          pkgsrc/mail/sympa: Makefile PLIST distinfo
          pkgsrc/mail/sympa/patches: patch-aa patch-ab patch-ac

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

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Mon Jun  1 21:46:25 UTC 2020

  Modified Files:
  pkgsrc/mail/sympa: Makefile PLIST distinfo

  Log Message:
  Update to 6.2.56. Changes since 6.2.54:
  Security fix for security/2020-002.html">https://sympa-community.github.io/security/2020-002.html
  Translation updates

(bsiegert)

2020-06-09 11:51:50 UTC pkgsrc-2020Q1 commitmail json YAML

Pullup ticket #6231 - requested by taca
mail/roundcube: security fix

Revisions pulled up:
- mail/roundcube-plugin-password/distinfo                      1.18-1.19
- mail/roundcube/Makefile                                      1.93
- mail/roundcube/Makefile.common                                1.18-1.19
- mail/roundcube/distinfo                                      1.69-1.70
- mail/roundcube/options.mk                                    1.17
- mail/roundcube/patches/patch-program_lib_Roundcube_rcube__mime.php 1.3
- mail/roundcube/patches/patch-rcube_mime_default              deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jun  7 22:07:04 UTC 2020

  Modified Files:
  pkgsrc/mail/roundcube: Makefile Makefile.common distinfo options.mk
  Added Files:
  pkgsrc/mail/roundcube/patches:
      patch-program_lib_Roundcube_rcube__mime.php
  Removed Files:
  pkgsrc/mail/roundcube/patches: patch-rcube_mime_default

  Log Message:
  mail/roundcube: update to 1.4.5

  Update roundcube to 1.4.5, including some security fixes.

  pkgsrc change:

  * Proper replace PHP interpreter.
  * Fix php-sockets option to work.

  RELEASE 1.4.5
  -------------
  - Fix bug in extracting required plugins from composer.json that led to spurious error in log (#7364)
  - Fix so the database setup description is compatible with MySQL 8 (#7340)
  - Markasjunk: Fix regression in jsevent driver (#7361)
  - Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
  - Fix default keyservers (use keys.openpgp.org), add note about CORS (#7373, #7367)
  - Mailvelope: Use sender's address to find pubkeys to check signatures (#7348)
  - Mailvelope: Fix Encrypt button hidden in Elastic (#7353)
  - Fix PHP warning: count(): Parameter must be an array or an object... in ID command handler (#7392)
  - Fix error when user-configured skin does not exist anymore (#7271)
  - Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)
  - Fix bug where PDF attachments marked as inline could have not been attached on mail forward (#7382)
  - Security: Fix a couple of XSS issues in Installer (#7406)
  - Security: Fix XSS issue in template object 'username' (#7406)
  - Security: Better fix for CVE-2020-12641
  - Security: Fix cross-site scripting (XSS) via malicious XML attachment

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jun  7 22:08:37 UTC 2020

  Modified Files:
  pkgsrc/mail/roundcube-plugin-password: distinfo

  Log Message:
  mail/roundcube-plugin-password: update to 1.4.5

  Update roundcube-plugin-password to 1.4.5

  RELEASE 1.4.5
  -------------
  - Password: Fix issue with Modoboa driver (#7372)

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Jun  9 00:25:19 UTC 2020

  Modified Files:
  pkgsrc/mail/roundcube: Makefile.common distinfo
  pkgsrc/mail/roundcube-plugin-password: distinfo

  Log Message:
  mail/roundcube: update to 1.14.6

  Update roundcube to 1.14.6.

  RELEASE 1.4.6
  -------------
  - Installer: Fix regression in SMTP test section (#7417)

(bsiegert)

2020-06-09 11:39:42 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-sameboy to 0.13.1

(nia)

2020-06-09 11:39:23 UTC MAIN commitmail json YAML

doc: Updated emulators/sameboy to 0.13.1

(nia)

2020-06-09 11:39:13 UTC MAIN commitmail json YAML

sameboy: Update to 0.13.1

Version 0.13.1

  This version is backwards compatible with save states from SameBoy 0.11.x
  and newer.

  Bug Fixes

    * Fixed a potential memory corruption when loading certain malformed
      ROMs
    * Improved stability when loading corrupt preference files in the SDL
      port

(nia)

2020-06-09 11:32:55 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.6.1

(nia)

2020-06-09 11:32:43 UTC MAIN commitmail json YAML

syncthing: Update to 1.6.1

  v1.6.1

  This is a fixup release on 1.6.0 in order to restore the auto upgrade
  critera broken in 1.5.0.

  Bugfixes:

    * #6701: Syncthing 1.5.0+ auto upgrades even with auto upgrades disabled
      in config

  v1.6.0

  This release performs a database schema migration, and adds the
  BlockPullOrder, DisableFsync and MaxConcurrentWrites folder
  options to the configuration schema.

  The LocalChangeDetected event no longer has the action set to
  added for new files, instead showing modified for all local file
  changes.

  Bugfixes:

    * #3876: Removing and re-adding a folder may cause data loss
    * #5731: 100% CPU every minute on watch setup retry
    * #6268: Out of sync panel layout overflows
    * #6557: Folder error repeatedly set and unset
    * #6559: Deadlock on folder unsubscribe
    * #6576: Versioning params in config flip flop in order
    * #6578: Allow rescan at folder state "Local Additions"
    * #6583: Distributed deadlock on request
    * #6604: Docker healthcheck fails when run in host network

  Enhancements:

    * #5224: Accept new connections in place of old ones when appropriate
    * #6530: Add "Pause All"/"Resume All" button for devices
    * #6541: Limit number of concurrent writes while syncing

  Other issues:

    * #6575: Incomprehensible error message: 'directory is not empty; files
      within are probably ignored on connected devices only'
    * #6584: A field in a structure is sometimes protected by Mutex, but
      sometimes unprotected.

(nia)

2020-06-09 11:27:14 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 2.6.7

(nia)

2020-06-09 11:27:04 UTC MAIN commitmail json YAML

harfbuzz: Update to 2.6.7

Overview of changes leading to 2.6.7
Wednesday, June 3, 2020
====================================
- Update to Unicode 13.0.0.
- Fix hb_ot_layout_get_ligature_carets for fonts without lcar table, it was
  completely broken for all the other fonts since 2.1.2.
- As a part of our migration to meson, this release will be the last one
  to provide cmake port files but autotools still is our main build system.
  There is a possibility that the next version or the after be released
  using meson.

(nia)

2020-06-09 11:25:31 UTC MAIN commitmail json YAML

doc: Updated games/ltris to 1.0.20

(ryoon)

2020-06-09 11:25:01 UTC MAIN commitmail json YAML

ltris: Update to 1.0.20

Changelog:
After watching CTWC (which is awesome) and starting to play tetris
again myself I finally took the time to add wide screen support to
LTris (my monitor gave me severe seizures in fullscreen...) by
using a shadow surface. It is just software scaling but hey at
least it is playable again in fullscreen.

As with Barrage: SDL will return bad mouse positions if switching
window -> fullscreen. You'll need to switch and then restart the
game. Nothing I can do about it, sorry.

(ryoon)

2020-06-09 11:07:40 UTC MAIN commitmail json YAML

doc: Updated net/dnscrypt-proxy2 to 2.0.43

(nia)

2020-06-09 11:07:28 UTC MAIN commitmail json YAML

dnscrypt-proxy2: Update to 2.0.43

* Version 2.0.43
- Built-in support for DNS64 translation has been implemented.
(Contributed by Sergey Smirnov, thanks!)
- Connections to DoH servers can be authenticated using TLS client
certificates (Contributed by Kevin O'Sullivan, thanks!)
- Multiple stamps are now allowed for a single server in resolvers
and relays lists.
- Android: the time zone for log files is now set to the system
time zone.
- Quite a lot of updates and additions have been made to the
example domain block lists. Thanks to `IceCodeNew`!
- Cached configuration files can now be temporarily used if
they are out of date, but bootstraping is impossible. Contributed by
`lifenjoiner`, thanks!
- Precompiled macOS binaries are now notarized.
- `generate-domains-blacklists` now tries to deduplicate entries
clobbered by wildcard rules. Thanks to `Huhni`!
- `generate-domains-blacklists` can now directly write lists to a
file with the `-o` command-line option.
- cache files are now downloaded as the user the daemon will be running
as. This fixes permission issues at startup time.
- Forwarded queries are now subject to global timeouts, and can be
forced to use TCP.
- The `ct` parameter has been removed from DoH queries, as Google doesn't
require it any more.
- Service installation is now supported on FreeBSD.
- When stored into a file, service logs now only contain data from the most
recent launch. This can be changed with the new `log_file_latest` option.

(nia)

2020-06-09 11:05:09 UTC MAIN commitmail json YAML

doc: Updated devel/libgit2 to 1.0.1

(nia)

2020-06-09 11:04:56 UTC MAIN commitmail json YAML

libgit2: Update to 1.0.1

v1.0.1
------

This is a bugfix release with the following changes:

- Calculating information about renamed files during merges is more
  efficient because dissimilarity about files is now being cached and
  no longer needs to be recomputed.

- The `git_worktree_prune_init_options` has been correctly restored for
  backward compatibility.  In v1.0 it was incorrectly deprecated with a
  typo.

- The optional ntlmclient dependency now supports NetBSD.

- A bug where attempting to stash on a bare repository may have failed
  has been fixed.

- Configuration files that are unreadable due to permissions are now
  silently ignored, and treated as if they do not exist.  This matches
  git's behavior; previously this case would have been an error.

- v4 index files are now correctly written; previously we would read
  them correctly but would not write the prefix-compression accurately,
  causing corruption.

- A bug where the smart HTTP transport could not read large data packets
  has been fixed.  Previously, fetching from servers like Gerrit, that
  sent large data packets, would error.

(nia)

2020-06-09 10:59:42 UTC MAIN commitmail json YAML

doc: Updated wm/herbstluftwm to 0.8.3

(nia)

2020-06-09 10:59:32 UTC MAIN commitmail json YAML

herbstluftwm: Update to 0.8.3

Release 0.8.3 on 2020-06-06
---------------------------

  * Bug fixes:
    - Fix race condition in focus_follows_mouse handling

(nia)

2020-06-09 10:41:20 UTC MAIN commitmail json YAML

sqwebmail: expects mime.types in SYSCONFDIR

(nia)

2020-06-09 10:36:43 UTC MAIN commitmail json YAML

heirloom-mailx: wants mime.types in SYSCONFDIR

(nia)

2020-06-09 10:35:09 UTC MAIN commitmail json YAML

doc: Updated graphics/blender to 2.83.0

(ryoon)

2020-06-09 10:34:26 UTC MAIN commitmail json YAML

blender: Update to 3.83.0

Changelog:
With over 1250 bugfixes, and further critical fixes due throughout
the next two years as part of the Long Term Support program, Blender
2.83 LTS provides the performance and stability needed for major
projects. New features include VR support, OpenVDB import, OptiX
viewport denoising and a powerful new physics-enabled Cloth Brush.

(ryoon)

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

mutt: Depend on mime-types, don't install internal mime.types to SYSCONFDIR

(nia)

2020-06-09 10:10:52 UTC MAIN commitmail json YAML

doc: Added misc/mime-types version 9

(nia)

2020-06-09 10:10:37 UTC MAIN commitmail json YAML

misc: Add mime-types

A database of common mappings of file extensions to MIME types.

The purpose of this package is to provide a reasonably complete
default database of MIME types for packages that expect a mime.types
file to be installed in the system configuration directory.

(nia)

2020-06-09 09:56:13 UTC MAIN commitmail json YAML

nss: use INSTALL_DATA for static libs

(nia)

2020-06-09 09:53:11 UTC MAIN commitmail json YAML

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

Updated net/py-botocore, net/py-boto3, net/py-awscli, textproc/py-regex

(adam)

2020-06-09 09:00:05 UTC MAIN commitmail json YAML

py-regex: updated to 2020.6.8

2020.6.8:
Unknown changes

(adam)

2020-06-09 08:57:56 UTC MAIN commitmail json YAML

py-awscli: updated to 1.18.75

1.18.75
api-change:servicediscovery: Update servicediscovery command to latest version
api-change:shield: Update shield command to latest version

1.18.74
api-change:apigateway: Update apigateway command to latest version
api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:personalize-runtime: Update personalize-runtime command to latest version
api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version
api-change:personalize: Update personalize command to latest version
api-change:pinpoint: Update pinpoint command to latest version

1.18.73
api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:ssm: Update ssm command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.72
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:iam: Update iam command to latest version
api-change:directconnect: Update directconnect command to latest version
api-change:glue: Update glue command to latest version
api-change:es: Update es command to latest version
api-change:elasticache: Update elasticache command to latest version

1.18.71
api-change:guardduty: Update guardduty command to latest version

1.18.70
api-change:sagemaker: Update sagemaker command to latest version
api-change:emr: Update emr command to latest version
api-change:fsx: Update fsx command to latest version
api-change:worklink: Update worklink command to latest version
api-change:kms: Update kms command to latest version
api-change:athena: Update athena command to latest version

1.18.69
api-change:workmail: Update workmail command to latest version
api-change:kafka: Update kafka command to latest version
api-change:marketplace-catalog: Update marketplace-catalog command to latest version
api-change:qldb-session: Update qldb-session command to latest version

1.18.68
api-change:guardduty: Update guardduty command to latest version
api-change:elbv2: Update elbv2 command to latest version

(adam)

2020-06-09 08:55:24 UTC MAIN commitmail json YAML

py-boto3: updated to 1.13.25

1.13.25
api-change:shield: [botocore] Update shield client to latest version
api-change:servicediscovery: [botocore] Update servicediscovery client to latest version

1.13.24
api-change:cloudfront: [botocore] Update cloudfront client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version
api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version
api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:apigateway: [botocore] Update apigateway client to latest version
api-change:personalize: [botocore] Update personalize client to latest version

1.13.23
api-change:ssm: [botocore] Update ssm client to latest version
api-change:lightsail: [botocore] Update lightsail client to latest version
api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version
api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.13.22
api-change:elasticache: [botocore] Update elasticache client to latest version
api-change:iam: [botocore] Update iam client to latest version
api-change:directconnect: [botocore] Update directconnect client to latest version
api-change:es: [botocore] Update es client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version

1.13.21
api-change:guardduty: [botocore] Update guardduty client to latest version

1.13.20
api-change:fsx: [botocore] Update fsx client to latest version
api-change:kms: [botocore] Update kms client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:athena: [botocore] Update athena client to latest version
api-change:worklink: [botocore] Update worklink client to latest version
api-change:emr: [botocore] Update emr client to latest version

1.13.19
api-change:marketplace-catalog: [botocore] Update marketplace-catalog client to latest version
api-change:kafka: [botocore] Update kafka client to latest version
api-change:qldb-session: [botocore] Update qldb-session client to latest version
api-change:workmail: [botocore] Update workmail client to latest version

1.13.18
api-change:guardduty: [botocore] Update guardduty client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version

(adam)

2020-06-09 08:53:24 UTC MAIN commitmail json YAML

py-botocore: updated to 1.16.25

1.16.25
api-change:shield: Update shield client to latest version
api-change:servicediscovery: Update servicediscovery client to latest version

1.16.24
api-change:cloudfront: Update cloudfront client to latest version
api-change:pinpoint: Update pinpoint client to latest version
api-change:personalize-runtime: Update personalize-runtime client to latest version
api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version
api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:apigateway: Update apigateway client to latest version
api-change:personalize: Update personalize client to latest version

1.16.23
api-change:ssm: Update ssm client to latest version
api-change:lightsail: Update lightsail client to latest version
api-change:meteringmarketplace: Update meteringmarketplace client to latest version
api-change:mediapackage-vod: Update mediapackage-vod client to latest version
api-change:ec2: Update ec2 client to latest version

1.16.22
api-change:elasticache: Update elasticache client to latest version
api-change:iam: Update iam client to latest version
api-change:directconnect: Update directconnect client to latest version
api-change:es: Update es client to latest version
api-change:glue: Update glue client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.16.21
api-change:guardduty: Update guardduty client to latest version

1.16.20
api-change:fsx: Update fsx client to latest version
api-change:kms: Update kms client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:athena: Update athena client to latest version
api-change:worklink: Update worklink client to latest version
api-change:emr: Update emr client to latest version

1.16.19
api-change:marketplace-catalog: Update marketplace-catalog client to latest version
api-change:kafka: Update kafka client to latest version
api-change:qldb-session: Update qldb-session client to latest version
api-change:workmail: Update workmail client to latest version

1.16.18
api-change:guardduty: Update guardduty client to latest version
api-change:elbv2: Update elbv2 client to latest version

(adam)

2020-06-09 07:13:46 UTC MAIN commitmail json YAML

doc: Updated sysutils/dbus to 1.12.18

(wiz)

2020-06-09 07:13:31 UTC MAIN commitmail json YAML

dbus: update to 1.12.18.

dbus 1.12.18 (2020-06-02)
=========================

The “telepathic vines” release.

Denial of service fixes:

• CVE-2020-12049: If a message contains more file descriptors than can
  be sent, close those that did get through before reporting error.
  Previously, a local attacker could cause the system dbus-daemon (or
  another system service with its own DBusServer) to run out of file
  descriptors, by repeatedly connecting to the server and sending fds that
  would get leaked.
  Thanks to Kevin Backhouse of GitHub Security Lab.
  (dbus#294, GHSL-2020-057; Simon McVittie)

Other fixes:

• Fix a crash when the dbus-daemon is terminated while one or more
  monitors are active (dbus#291, dbus!140; Simon McVittie)

• The dbus-send(1) man page now documents --bus and --peer instead of
  the old --address synonym for --peer, which has been deprecated since
  the introduction of --bus and --peer in 1.7.6
  (fd.o #48816, dbus!115; Chris Morin)

• Fix a wrong environment variable name in dbus-daemon(1)
  (dbus#275, dbus!122; Mubin, Philip Withnall)

• Fix formatting of dbus_message_append_args example
  (dbus!126, Felipe Franciosi)

• Avoid a test failure on Linux when built in a container as uid 0, but
  without the necessary privileges to increase resource limits
  (dbus!58, Debian #908092; Simon McVittie)

• When building with CMake, cope with libX11 in a non-standard location
  (dbus!129, Tuomo Rinne)

(wiz)

2020-06-09 07:07:24 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.4.1

(wiz)

2020-06-09 07:07:13 UTC MAIN commitmail json YAML

2020-06-09 07:01:55 UTC MAIN commitmail json YAML

2020-06-09 06:55:57 UTC MAIN commitmail json YAML

libkscreen: update to 5.18.5

changes unknown (latest plasma5 version)

(markd)

2020-06-09 06:51:46 UTC MAIN commitmail json YAML

2020-06-09 06:49:17 UTC MAIN commitmail json YAML