summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01yabasic: update to 2.89.1.fcambus2-7/+7
ChangeLog: Version 2.89.1 (January 30, 2020) - Fixes for documentation
2021-02-01doc: updated sysutils/bareos{,-clientonly} to 20.0.0kardel1-1/+3
2021-02-01Updated textproc/py-jinja2, textproc/py-natsort, databases/mongodb, ↵adam1-1/+5
devel/py-pygit2
2021-02-01py-pygit2: updated to 1.5.0adam2-7/+7
1.5.0: - New ``PackBuilder`` class and ``Repository.pack(...)`` - New ``Config.delete_multivar(...)`` - New ``Repository.is_shallow`` - New optional ``message`` argument in ``Repository.create_reference(...)`` - Fix truncated diff when there are nulls - Unit tests & Continuous integration Breaking changes: - Fix ``Index.add(...)`` raise ``TypeError`` instead of ``AttributeError`` when arguments are of unexpected type
2021-02-01mongodb: updated to 4.2.12adam2-8/+7
4.2.12 Issues fixed in 4.2.12: SERVER-40361: Reduce memory footprint of plan cache entries SERVER-47863: Initial Sync Progress Metrics SERVER-48471: Hashed indexes may be incorrectly marked multikey and be ineligible as a shard key SERVER-50769: server restarted after expr{“expr”:”_currentApplyOps.getArrayLength() > 0”,”file”:”src/mongo/db/pipeline/document_source_change_stream_transform.cpp”,”line”:535}} SERVER-52654: new signing keys not generated by the monitoring-keys-for-HMAC thread SERVER-52879: Periodic operation latency spikes every 5 minutes due to closing idle cached WT sessions
2021-02-01py-natsort: updated to 7.1.1adam2-7/+7
7.1.1: Changed - Use GitHub Actions instead of Travis-CI - No longer pin testing dependencies Fixed - Correct a minor typo
2021-02-01doc: Updated www/htmldoc-x11 to 1.9.11fcambus1-1/+2
2021-02-01htmldoc-x11: update to 1.9.11.fcambus1-2/+1
ChangeLog: # Changes in HTMLDOC v1.9.11 - Added high-resolution desktop icons for Linux. - Updated the internal HTTP library to fix truncation of redirection URLs (Issue #396) - Fixed a regression in the handling of character entities for UTF-8 input (Issue #401) - The `--numbered` option did not work when the table-of-contents was disabled (Issue #405) # Changes in HTMLDOC v1.9.10 - Updated local zlib to v1.2.11. - Updated local libpng to v1.6.37. - Fixed packaging issues on macOS and Windows (Issue #377, Issue #386) - Now ignore sRGB profile errors in PNG files (Issue #390) - The GUI would crash when saving (Issue #391) - Page comments are now allowed in `pre` text (Issue #394) # Changes in HTMLDOC v1.9.9 - Fixed a redirection issue - some sites (incorrectly) provide an incomplete Location: URL in the HTTP response. - Fixed https: support on newer versions of Windows (Issue #378) - Fixed a problem with remote URLs containing spaces (Issue #379) - Fixed a UTF-8 processing bug for Markdown files (Issue #383) - Added support for `<FONT FACE="monospace">` (Issue #385)
2021-02-01py-jinja2: updated to 2.11.3adam2-7/+7
Version 2.11.3 -------------- - Improve the speed of the ``urlize`` filter by reducing regex backtracking. Email matching requires a word character at the start of the domain part, and only word characters in the TLD.
2021-02-01doc: Updated www/htmldoc to 1.9.11fcambus1-1/+2
2021-02-01htmldoc: update to 1.9.11.fcambus4-15/+14
ChangeLog: # Changes in HTMLDOC v1.9.11 - Added high-resolution desktop icons for Linux. - Updated the internal HTTP library to fix truncation of redirection URLs (Issue #396) - Fixed a regression in the handling of character entities for UTF-8 input (Issue #401) - The `--numbered` option did not work when the table-of-contents was disabled (Issue #405) # Changes in HTMLDOC v1.9.10 - Updated local zlib to v1.2.11. - Updated local libpng to v1.6.37. - Fixed packaging issues on macOS and Windows (Issue #377, Issue #386) - Now ignore sRGB profile errors in PNG files (Issue #390) - The GUI would crash when saving (Issue #391) - Page comments are now allowed in `pre` text (Issue #394) # Changes in HTMLDOC v1.9.9 - Fixed a redirection issue - some sites (incorrectly) provide an incomplete Location: URL in the HTTP response. - Fixed https: support on newer versions of Windows (Issue #378) - Fixed a problem with remote URLs containing spaces (Issue #379) - Fixed a UTF-8 processing bug for Markdown files (Issue #383) - Added support for `<FONT FACE="monospace">` (Issue #385)
2021-02-01sysutils/bareos{,-clientonly}: Upgrade to 20.0.0 (released 2020-12-16)kardel54-850/+527
Frome the release note: Bareos 20 released ✔ Improved Cloud Storage integration ✔ New and revised plugins ✔ Modernized Python API ✔ New REST API Cologne, 16th December, 2020 – The Bareos team launches a new version of the Open Source backup solution of the same name. Bareos 20 includes, among other things, a new plugin to back up cloud storage objects directly via the S3 interface, a modernized Python API and a preview of the new REST API. New and improved Plugins Bareos 20 introduces the brand-new libcloud plugin , which uses the Apache Libcloud library to back up cloud storage objects directly via the S3 interface (Simple Storage Service). The Bareos plugin can thus create backups of Amazon S3 buckets directly via the S3 interface. Since Apache Libcloud is a standard library and supports other cloud storage systems as well, Bareos' libcloud plugin will be ready to back up other cloud storage objects in the future. The plugin for backups and restores of PostgreSQL databases now supports incremental backups and point-in-time recovery which makes it possible to restore any transaction state from the past. For the VMware plugin, which has been able to create (incremental) backups of snapshots since Bareos 15.2, the developers have upgraded the VDDK (Virtual Disk Development Kit) to the current version 7.0.1. The plugin now supports VMware versions 6.5, 6.7, 7 and also the release after that. The Python API and all Bareos Python plugins have been modernized. The code is now easier to read, and the included plugins have been adapted to work with both Python 2 and 3; parallel use of both versions is also possible. Users who have written their own Python plugins can refer to the porting guide in the manual to adapt the plugins. Among the ported Bareos plugins are the oVirt plugin, which enables agentless backups of virtual machines running under oVirt or Red Hat Virtualization, the VMware and PostgreSQL plugins, and the Percona XtraBackup plugin for backing up MySQL/MariaDB. Technology Preview: REST API Bareos 20 includes a technical preview of the new REST API, which will allow access to Bareos via an HTTP interface in future. Currently listed as experimental, the REST API already supports some important commands: at the moment, users can configure parts of Bareos as well as start, stop and monitor backup jobs. Hosting providers and other large environments in particular will benefit from the new REST API since it makes it possible to include typical Bareos operations in scripts or other automated procedures. Improved S3 Storage The storage backend bareos-storage-droplet has been included in the backup software since Bareos 17.2. It uses the libdroplet library which communicates with cloud storage systems via the S3 protocol. The Bareos developers have given it a general overhaul, but the most important new feature is the OpenSSL 1.1 support which includes support for current encryption technologies. The package bareos-storage-droplet used to be available for only a few Linux distributions, but since the upgrade Bareos offers packages for all Linux systems which are supported by the backup solution itself. Versioning, Changelog and other Numbers Bareos 20.0.0 is the first release that uses the so-called semantic versioning. Users can now recognize straight away if it's a major release (1st position), an update with changed functionality (2nd position) or a pure bugfix (3rd position). More transparency is provided by the continuously maintained changelog in the GitHub repository. It replaces the classic release notes, contains links to the corresponding bugs and pull requests, so that interested users can easily get information about the current progress at any time. Over 1,500 commits from a total of 22 contributors have gone into Bareos 20. The developers offer packages for 22 platforms: CentOS 7/8, Debian 9/10, Fedora 31/32/33, openSUSE 15.2, RHEL 7/8, SLES 12/15, Univention 4.4, Ubuntu 16.04/18.04/20.04, FreeBSD 11.4/12.2, macOS ≥10.13, Solaris (x86, SPARC) 11.4, Windows 10, and Windows Server ≥2012 . See https://www.bareos.org and https://www.bareos.com
2021-02-01splay: remove hardcoded version number in DESCR.fcambus1-3/+0
2021-02-01doc: Updated net/dbip-country-lite to 2021.02fcambus1-1/+2
2021-02-01dbip-country-lite: update to 2021-02.fcambus2-8/+8
No upstream ChangeLog.
2021-02-01doc: Updated net/dbip-city-lite to 2021.02fcambus1-1/+2
2021-02-01dbip-city-lite: update to 2021-02.fcambus2-8/+8
No upstream ChangeLog.
2021-02-01doc: Updated net/dbip-asn-lite to 2021.02fcambus1-1/+2
2021-02-01dbip-asn-lite: update to 2021-02.fcambus2-8/+8
No upstream ChangeLog.
2021-01-31doc: Added sysutils/restic version 0.11.0bsiegert1-1/+2
2021-01-31New package, restic-0.11.0. From wip.bsiegert5-1/+2541
restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).
2021-01-31doc: Updated chat/matrix-synapse to 1.26.0js1-1/+2
2021-01-31Update chat/matrix-synapse to 1.26.0js3-11/+32
Synapse 1.26.0 (2021-01-27) =========================== This release brings a new schema version for Synapse and rolling back to a previous version is not trivial. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes and for general upgrade guidance. No significant changes since 1.26.0rc2. Synapse 1.26.0rc2 (2021-01-25) ============================== Bugfixes -------- - Fix receipts and account data not being sent down sync. Introduced in v1.26.0rc1. ([\#9193](https://github.com/matrix-org/synapse/issues/9193), [\#9195](https://github.com/matrix-org/synapse/issues/9195)) - Fix chain cover update to handle events with duplicate auth events. Introduced in v1.26.0rc1. ([\#9210](https://github.com/matrix-org/synapse/issues/9210)) Internal Changes ---------------- - Add an `oidc-` prefix to any `idp_id`s which are given in the `oidc_providers` configuration. ([\#9189](https://github.com/matrix-org/synapse/issues/9189)) - Bump minimum `psycopg2` version to v2.8. ([\#9204](https://github.com/matrix-org/synapse/issues/9204)) Synapse 1.26.0rc1 (2021-01-20) ============================== This release brings a new schema version for Synapse and rolling back to a previous version is not trivial. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes and for general upgrade guidance. Features -------- - Add support for multiple SSO Identity Providers. ([\#9015](https://github.com/matrix-org/synapse/issues/9015), [\#9017](https://github.com/matrix-org/synapse/issues/9017), [\#9036](https://github.com/matrix-org/synapse/issues/9036), [\#9067](https://github.com/matrix-org/synapse/issues/9067), [\#9081](https://github.com/matrix-org/synapse/issues/9081), [\#9082](https://github.com/matrix-org/synapse/issues/9082), [\#9105](https://github.com/matrix-org/synapse/issues/9105), [\#9107](https://github.com/matrix-org/synapse/issues/9107), [\#9109](https://github.com/matrix-org/synapse/issues/9109), [\#9110](https://github.com/matrix-org/synapse/issues/9110), [\#9127](https://github.com/matrix-org/synapse/issues/9127), [\#9153](https://github.com/matrix-org/synapse/issues/9153), [\#9154](https://github.com/matrix-org/synapse/issues/9154), [\#9177](https://github.com/matrix-org/synapse/issues/9177)) - During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. ([\#9091](https://github.com/matrix-org/synapse/issues/9091)) - Give the `public_baseurl` a default value, if it is not explicitly set in the configuration file. ([\#9159](https://github.com/matrix-org/synapse/issues/9159)) - Improve performance when calculating ignored users in large rooms. ([\#9024](https://github.com/matrix-org/synapse/issues/9024)) - Implement [MSC2176](https://github.com/matrix-org/matrix-doc/pull/2176) in an experimental room version. ([\#8984](https://github.com/matrix-org/synapse/issues/8984)) - Add an admin API for protecting local media from quarantine. ([\#9086](https://github.com/matrix-org/synapse/issues/9086)) - Remove a user's avatar URL and display name when deactivated with the Admin API. ([\#8932](https://github.com/matrix-org/synapse/issues/8932)) - Update `/_synapse/admin/v1/users/<user_id>/joined_rooms` to work for both local and remote users. ([\#8948](https://github.com/matrix-org/synapse/issues/8948)) - Add experimental support for handling to-device messages on worker processes. ([\#9042](https://github.com/matrix-org/synapse/issues/9042), [\#9043](https://github.com/matrix-org/synapse/issues/9043), [\#9044](https://github.com/matrix-org/synapse/issues/9044), [\#9130](https://github.com/matrix-org/synapse/issues/9130)) - Add experimental support for handling `/keys/claim` and `/room_keys` APIs on worker processes. ([\#9068](https://github.com/matrix-org/synapse/issues/9068)) - Add experimental support for handling `/devices` API on worker processes. ([\#9092](https://github.com/matrix-org/synapse/issues/9092)) - Add experimental support for moving off receipts and account data persistence off master. ([\#9104](https://github.com/matrix-org/synapse/issues/9104), [\#9166](https://github.com/matrix-org/synapse/issues/9166)) Bugfixes -------- - Fix a long-standing issue where an internal server error would occur when requesting a profile over federation that did not include a display name / avatar URL. ([\#9023](https://github.com/matrix-org/synapse/issues/9023)) - Fix a long-standing bug where some caches could grow larger than configured. ([\#9028](https://github.com/matrix-org/synapse/issues/9028)) - Fix error handling during insertion of client IPs into the database. ([\#9051](https://github.com/matrix-org/synapse/issues/9051)) - Fix bug where we didn't correctly record CPU time spent in `on_new_event` block. ([\#9053](https://github.com/matrix-org/synapse/issues/9053)) - Fix a minor bug which could cause confusing error messages from invalid configurations. ([\#9054](https://github.com/matrix-org/synapse/issues/9054)) - Fix incorrect exit code when there is an error at startup. ([\#9059](https://github.com/matrix-org/synapse/issues/9059)) - Fix `JSONDecodeError` spamming the logs when sending transactions to remote servers. ([\#9070](https://github.com/matrix-org/synapse/issues/9070)) - Fix "Failed to send request" errors when a client provides an invalid room alias. ([\#9071](https://github.com/matrix-org/synapse/issues/9071)) - Fix bugs in federation catchup logic that caused outbound federation to be delayed for large servers after start up. Introduced in v1.8.0 and v1.21.0. ([\#9114](https://github.com/matrix-org/synapse/issues/9114), [\#9116](https://github.com/matrix-org/synapse/issues/9116)) - Fix corruption of `pushers` data when a postgres bouncer is used. ([\#9117](https://github.com/matrix-org/synapse/issues/9117)) - Fix minor bugs in handling the `clientRedirectUrl` parameter for SSO login. ([\#9128](https://github.com/matrix-org/synapse/issues/9128)) - Fix "Unhandled error in Deferred: BodyExceededMaxSize" errors when .well-known files that are too large. ([\#9108](https://github.com/matrix-org/synapse/issues/9108)) - Fix "UnboundLocalError: local variable 'length' referenced before assignment" errors when the response body exceeds the expected size. This bug was introduced in v1.25.0. ([\#9145](https://github.com/matrix-org/synapse/issues/9145)) - Fix a long-standing bug "ValueError: invalid literal for int() with base 10" when `/publicRooms` is requested with an invalid `server` parameter. ([\#9161](https://github.com/matrix-org/synapse/issues/9161)) Improved Documentation ---------------------- - Add some extra docs for getting Synapse running on macOS. ([\#8997](https://github.com/matrix-org/synapse/issues/8997)) - Correct a typo in the `systemd-with-workers` documentation. ([\#9035](https://github.com/matrix-org/synapse/issues/9035)) - Correct a typo in `INSTALL.md`. ([\#9040](https://github.com/matrix-org/synapse/issues/9040)) - Add missing `user_mapping_provider` configuration to the Keycloak OIDC example. Contributed by @chris-ruecker. ([\#9057](https://github.com/matrix-org/synapse/issues/9057)) - Quote `pip install` packages when extras are used to avoid shells interpreting bracket characters. ([\#9151](https://github.com/matrix-org/synapse/issues/9151)) Deprecations and Removals ------------------------- - Remove broken and unmaintained `demo/webserver.py` script. ([\#9039](https://github.com/matrix-org/synapse/issues/9039)) Internal Changes ---------------- - Improve efficiency of large state resolutions. ([\#8868](https://github.com/matrix-org/synapse/issues/8868), [\#9029](https://github.com/matrix-org/synapse/issues/9029), [\#9115](https://github.com/matrix-org/synapse/issues/9115), [\#9118](https://github.com/matrix-org/synapse/issues/9118), [\#9124](https://github.com/matrix-org/synapse/issues/9124)) - Various clean-ups to the structured logging and logging context code. ([\#8939](https://github.com/matrix-org/synapse/issues/8939)) - Ensure rejected events get added to some metadata tables. ([\#9016](https://github.com/matrix-org/synapse/issues/9016)) - Ignore date-rotated homeserver logs saved to disk. ([\#9018](https://github.com/matrix-org/synapse/issues/9018)) - Remove an unused column from `access_tokens` table. ([\#9025](https://github.com/matrix-org/synapse/issues/9025)) - Add a `-noextras` factor to `tox.ini`, to support running the tests with no optional dependencies. ([\#9030](https://github.com/matrix-org/synapse/issues/9030)) - Fix running unit tests when optional dependencies are not installed. ([\#9031](https://github.com/matrix-org/synapse/issues/9031)) - Allow bumping schema version when using split out state database. ([\#9033](https://github.com/matrix-org/synapse/issues/9033)) - Configure the linters to run on a consistent set of files. ([\#9038](https://github.com/matrix-org/synapse/issues/9038)) - Various cleanups to device inbox store. ([\#9041](https://github.com/matrix-org/synapse/issues/9041)) - Drop unused database tables. ([\#9055](https://github.com/matrix-org/synapse/issues/9055)) - Remove unused `SynapseService` class. ([\#9058](https://github.com/matrix-org/synapse/issues/9058)) - Remove unnecessary declarations in the tests for the admin API. ([\#9063](https://github.com/matrix-org/synapse/issues/9063)) - Remove `SynapseRequest.get_user_agent`. ([\#9069](https://github.com/matrix-org/synapse/issues/9069)) - Remove redundant `Homeserver.get_ip_from_request` method. ([\#9080](https://github.com/matrix-org/synapse/issues/9080)) - Add type hints to media repository. ([\#9093](https://github.com/matrix-org/synapse/issues/9093)) - Fix the wrong arguments being passed to `BlacklistingAgentWrapper` from `MatrixFederationAgent`. Contributed by Timothy Leung. ([\#9098](https://github.com/matrix-org/synapse/issues/9098)) - Reduce the scope of caught exceptions in `BlacklistingAgentWrapper`. ([\#9106](https://github.com/matrix-org/synapse/issues/9106)) - Improve `UsernamePickerTestCase`. ([\#9112](https://github.com/matrix-org/synapse/issues/9112)) - Remove dependency on `distutils`. ([\#9125](https://github.com/matrix-org/synapse/issues/9125)) - Enforce that replication HTTP clients are called with keyword arguments only. ([\#9144](https://github.com/matrix-org/synapse/issues/9144)) - Fix the Python 3.5 / old dependencies build in CI. ([\#9146](https://github.com/matrix-org/synapse/issues/9146)) - Replace the old `perspectives` option in the Synapse docker config file template with `trusted_key_servers`. ([\#9157](https://github.com/matrix-org/synapse/issues/9157))
2021-01-31goreturns: turn package into module-based buildbsiegert6-19/+199
I created go.mod and go.sum by running "go mod init" and "go get" in the top-level directory and copied them over to $FILESDIR. Also stop installing the source code and .a files. We can now also cut the dependency on go-tools, so that go-tools can be a module. This is a good thing, since the dependencies for the non-module build are getting out of hand.
2021-01-31doc: Added textproc/sd version 0.7.6pin1-1/+2
2021-01-31Add sdpin1-1/+2
2021-01-31textproc/sd: import packagepin5-0/+390
sd, s[earch] & d[isplace] is an intuitive find & replace CLI. sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk and get productive immediately. Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped. Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes. While sed does a whole lot more, sd focuses on doing just one thing and doing it well.
2021-01-31doc: Updated fonts/recursive-ttf to 1.072rhialto1-1/+2
2021-01-31fonts/recursive-ttf: Update to 1.072.rhialto3-75/+76
No longer beta, and the distfile contains many more fonts files, including OTF and WOFF2 versions. However, for now only install the same fonts as before but in OTF format.
2021-01-31doc: Updated net/yaydl to 0.3.1pin1-1/+2
2021-01-31net/yaydl: update to 0.3.1pin3-109/+133
-Dependency update(s)
2021-01-31doc/TODO: add somewiz1-1/+14
+ ImageMagick-7.0.10.61, asciidoc-9.0.5, autoconf-2.71, bison-3.7.5, fluidsynth-2.1.7, gstreamer1-1.18.3, libmysofa-1.2, pulseaudio-14.2, py-hypothesis-6.1.0, py-packaging-20.9, tor-browser-https-everywhere-2021.1.27, ugrep-3.1.6, waf-2.0.22.
2021-01-31doc: Updated games/dMagnetic to 0.30wiz2-2/+4
2021-01-31dMagnetic: update to 0.30.wiz2-7/+7
dmagnetic (0.30-1) unstable; urgency=medium * Internal bugfixes * Fixed missing picture from 'Fish!' in C64 mode * New characters for the monochrome vmode
2021-01-31Updated security/gpgme, net/wiresharkadam1-1/+3
2021-01-31wireshark: updated to 3.4.3adam3-10/+10
Wireshark 3.4.3 Release Notes What’s New The Windows installers now ship with Npcap 1.10. They previously shipped with Npcap 1.00. Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2021-01[1] USB HID dissector memory leak. Bug 17124[2]. CVE-2021-22173[3]. • wnpa-sec-2021-02[4] USB HID dissector crash. Bug 17165[5]. CVE-2021-22174[6]. The following bugs have been fixed: • SIP response single-line multiple Contact-URIs decoding error Bug 13752[7]. • Adding filter while "Telephony→VoIP Calls→Flow Sequence" open causes OOB memory reads and potential crashes. Bug 16952[8]. • QUIC packet not fully dissected Bug 17077[9]. • SOMEIP-SD hidden entries are off Bug 17091[10]. • Problem with calculation on UDP checksum in SRv6 Bug 17097[11]. • Dark mode not working in Wireshark 3.4.2 on macOS Bug 17098[12]. • Wireshark 3.4.0: build failure on older MacOS releases, due to 'CLOCK_REALTIME' Bug 17101[13]. • TECMP: Status Capture Module messages shows 3 instead of 2 bytes for HW version Bug 17133[14]. • Documentation - editorial error - README.dissector bad reference Bug 17141[15]. • Cannot save capture with comments to a format that doesn’t support it (no pop-up) Bug 17146[16]. • AUTOSAR-NM: PNI TF-String wrong way around Bug 17154[17]. • Fibre Channel parsing errors even with the fix for 17084 Bug 17168[18]. • f5ethtrailer: Won’t find a trailer after an FCS that begins with a 0x00 byte Bug 17171[19]. • f5ethtrailer: legacy format, low noise only, no vip name trailers no longer detected Bug 17172[20]. • Buildbot crash output: fuzz-2021-01-22-3387835.pcap Bug 17174[21]. • Dissection error on large ZVT packets Bug 17177[22]. • TShark crashes with -T ek option Bug 17179[23]. New and Updated Features New Protocol Support There are no new protocols in this release. Updated Protocol Support AUTOSAR-NM, DHCPv6, DoIP, FC ELS, GQUIC, IPv6, NAS 5GS, NAS EPS, QUIC, SIP, SOME/IP-SD, TECMP, TLS, TPNCP, USB HID, and ZVT New and Updated Capture File Support f5ethtrailer and pcapng
2021-01-31gpgme: updated to 1.15.1adam4-23/+10
Noteworthy changes in version 1.15.1 (2021-01-08) ------------------------------------------------- * Fix another bug in the secret key export. * Make listing of signatures work if only secret keys are listed. * Fix build problem on FreeBSD. * qt: Avoid empty "rem@gnupg.org" signature notations. * python: Fix key_export functions. Noteworthy changes in version 1.15.0 (2020-11-12) ------------------------------------------------- * New function gpgme_op_setexpire to make changing the expiration easier (requires GnuPG 2.1.22). * New function gpgme_op_revsig to revoke key signatures (requires GnuPG 2.2.24). * Support exporting secret keys. * cpp: Support for set expire operations in the C++ bindings. * cpp: Support for revoking key signatures in the C++ bindings. * qt: Extended ChangeExpiryJob to support changing the expiry of subkeys. * qt: Extended QuickJob to support revoking of key signatures. * qt: Added QDebug stream operator for GpgME::Error. * Require a somewhat newer version of libgpg-error (1.36). * Interface changes relative to the 1.14.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_op_setexpire_start NEW. gpgme_op_setexpire NEW. gpgme_op_revsig_start NEW. gpgme_op_revsig NEW. GPGME_REVSIG_LFSEP NEW. cpp: Context::setExpire NEW. cpp: Context::startSetExpire NEW. cpp: EngineInfo::Version::operator<= NEW. cpp: EngineInfo::Version::operator>= NEW. cpp: EngineInfo::Version::operator!= NEW. cpp: StatusConsumer NEW. cpp: StatusConsumerAssuanTransaction NEW. cpp: Context::cancelPendingOperationImmediately NEW. cpp: Context::revokeSignature NEW. cpp: Context::startRevokeSignature NEW. cpp: UserID::Signature::operator< NEW. qt: operator<<(QDebug debug, const GpgME::Error &err) NEW. qt: QuickJob::startRevokeSignature NEW. qt: QuickJob::result CHANGED: Made params 'auditLogAsHtml' and 'auditLogError' optional.
2021-01-31Note update of devel/abseil to 20200923.3nb1.he1-1/+2
2021-01-31Include ../../mk/atomic64.mk so that we don't end up withhe1-1/+3
undefined 8-byte atomics on i386, seen when linking e.g. grpc.
2021-01-31Updated devel/cmake, multimedia/mkvtoolnixadam1-1/+3
2021-01-31mkvtoolnix: updated to 53.0.0adam2-7/+7
Version 53.0.0 "Fool's Gold" New features and enhancements * mkvmerge: AVI reader: added support for reading the video aspect ratio from the video properties header (`vprp` chunk) if present and setting the display dimensions accordingly. * mkvmerge: MP4 reader: for h.264/AVC tracks that don't have an `AVCConfigurationBox` (`avcC` atom) in their sample description (`stsd`) atom or whose `avcC` atom contains no content `mkvmerge` will now re-derive the `AVCConfigurationBox` from the bitstream. * mkvextract: mkvextract will now check if any of the destination file names is the same as the source file name and abort with an error if that's the case. * MKVToolNix GUI: when querying the user for a file name for saving things (e.g. multiplexer settings or an attachment in the header editor), the automatically suggested file name will now be based on the situation-specific file names (e.g. the destination file name for multiplexer settings or the attachment's name when saving an attachment in the header editor) instead of the directory's name. * MKVToolNix GUI: multiplexer: when deriving track languages from file names the GUI will now select the right-most match instead of the left-most one. For example, "La.vie.en.rose.(fr).srt" will now be detected as French (fr) instead of English (en). * MKVToolNix GUI: preferences: the items in the "pre-defined …" lists can now be renamed by double-clicking with the mouse or pressing the F2 key. * Windows installer: the `bluray_dump` command-line utility will be installed into the `tools` sub-directory. `bluray_dump` can read & dump certain file types used on Blu-rays: `.mpls` playlists, `.clpi` clip information databases, `.bdmv` index files, `bdmt_….xml` disc library databases and `tnmt_….xml` track & chapter name databases. Bug fixes * mkvmerge: stretching chapter timestamps with `--chapter-sync` now works correctly with floating point values including fractions of floating point numbers (e.g. `12.3/45.67`). The tooltips in the GUI have been adjusted accordingly. * mkvmerge: MPEG 1/2 video handling: the "default duration" header field was often half the value it actually should be, resulting in all video frames having an explicit block duration with the correct value. This has been fixed with a patch by Tom Yan. * mkvmerge: MPEG 1/2 video handling: the data stored in `Codec private` and `Codec state` doesn't contain extensions other than sequence & sequence display extensions anymore. Fix by Tom Yan. * mkvmerge: tag handling: when remuxing a Matroska file with the `--no-track-tags`, existing `SOURCE_ID` track tags are now skipped, too. * MKVToolNix GUI: multiplexer: the drop-down boxes with pre-defined track names now follow the order set in the preferences instead of sorting the entries alphabetically.
2021-01-31cmake: updated to 3.19.4adam2-7/+7
CMake 3.19.4 * FindHDF5: avoid writing to the output when testing h5cc * FindHDF5: silence STATUS messages when found with QUIET * GetPrerequisites: Include weak macOS dependencies * file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detected * ci: speed up cmake and ninja downloads on Windows * ci: download WiX on Windows * Intel: Replace deprecated Fortran flag -nofor_main with -nofor-main * Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIG * IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRT * Restore support for cross-compiling CMake itself * VS: Generalize Win10 max SDK version to all VS generators
2021-01-31doc: Updated sysutils/py-Glances to 3.1.6.1fox1-1/+2
2021-01-31sysutils/py-Glances: Update to 3.1.6.1fox3-8/+11
Changes since 3.1.5: Version 3.1.6.1 =============== Bugs corrected: * Glances crash after installing module for shown GPU informations on Windows 10 #1800 Version 3.1.6 ============= Enhancements and new features: * Kill a process from the Curses interface #1444 * Manual refresh on F5 in the Curses interface #1753 * Hide function in sensors section #1590 * Enhancement Request: .conf parameter for AMP #1690 * Password for Web/Browser mode #1674 * Unable to connect to Influxdb 2.0 #1776 * ci: fix release process and improve build speeds #1782 * Cache cpuinfo output #1700 * sort by clicking improvements and bug #1578 * Allow embedded AMP python script to be placed in a configurable location #1734 * Add attributes to stdout/stdout-csv plugins #1733 * Do not shorten container names #1723 Bugs corrected: * Version tag for docker image packaging #1754 * Unusual characters in cmdline cause lines to disappear and corrupt the display #1692 * UnicodeDecodeError on any command with a utf8 character in its name #1676 * Docker image is not up to date install #1662 * Add option to set the strftime format #1785 * fix: docker dev build contains all optional requirements #1779 * GPU information is incomplete via web #1697 * [WebUI] Fix display of null values for GPU plugin #1773 * crash on startup on Illumos when no swap is configured #1767 * Glances crashes with 2 GPUS bug #1683 * [Feature Request] Filter Docker containers#1748 * Error with IP Plugin : object has no attribute #1528 * docker-compose #1760 * [WebUI] Fix sort by disk io #1759 * Connection to MQTT server failst #1705 * Misleading image tag latest-arm needs contributor packaging #1419 * Docker nicolargo/glances:latest missing arm builds? #1746 * Alpine image is broken packaging #1744 * RIP Alpine? needs contributor packaging #1741 * Manpage improvement documentation #1743 * Make build reproducible packaging #1740 * Automated multiarch builds for docker #1716 * web ui of glances is not coming #1721 * fixing command in json.rst #1724 * Fix container rss value #1722 * Alpine Image is broken needs test packaging #1720 * Fix gpu plugin to handle multiple gpus with different reporting capabilities bug #1634
2021-01-30doc: Updated finance/electrum to 4.0.9js1-1/+2
2021-01-30Update finance/electrum to 4.0.9js3-9/+12
# Release 4.0.9 - (Dec 18, 2020) * fixes a regression introduced in 4.0.8, that prevents from paying BIP70 invoices (#6859) * reflect frozen channels and disconnected peers in the displayed 'can send/can receive' amounts. # Release 4.0.8 - (Dec 17, 2020) * fix decoding BIP21 URIs with uppercase schema (d40bedb2) * psbt: put full derivation paths into PSBT by default (c8155129) * invoices: allow address-reuse (#6609, #6852) * A few other minor bugfixes. # Release 4.0.7 - (Dec 9, 2020) * kivy: fix open channel with 'max' amount * kivy: fix regression introduced in last release (a9fc440) * other minor GUI fixes * Dependencies: as part of adapting to new dnspython (#6828), - python-ecdsa is no longer needed at all, - cryptography is now required (min 2.6), the user can no longer choose between cryptography and pycryptodomex # Release 4.0.6 - (Dec 4, 2020) * Fix 'Max' button issue for submarine swaps button (#6770) * Fix 'Max' button in kivy (#6169) * Various fixes for Kivy/Android install wizard * More robust account keypath for BitBox02 (#6766) # Release 4.0.5 - (Nov 18, 2020) * Fix .dmg binary hanging on recently released macOS 11 Big Sur (#6461) * Lightning: - bugfix: during LN channel opening, if the client crashed at the wrong moment, the channel might not get fully persisted to disk, and would need manual console-tinkering to recover (#6656) - Lightning is enabled by default. Electrum will not connect to the Lightning Network until the user opens a channel. (#6639) - smarter node recommendation (to open channels with) (#6705) * user interface: some minor changes that aim to improve usability * Ledger: - fix enumerating devices with new bitcoin app (1.5.1) (b78cbcff) - fix compat with HW.1 (200f547a) * A few other minor bugfixes.
2021-01-30doc: Updated sysutils/auto-admin to 0.6.12bacon1-1/+2
2021-01-30sysutils/auto-admin: Update to 0.6.12bacon3-9/+18
Improvements to auto-admin menu auto-update-system: Add support for reinstalling specified ports from source auto-pkgsrc-setup: Add PKGSRC dir to mk.conf for pkg_chk auto-install-packages: Add CLI flags for installing from source and skipping options dialog Add Darwin and pkgsrc support to some scripts UI improvements to several scripts
2021-01-30doc: Updated editors/kiro-editor to 0.4.2pin1-1/+2
2021-01-30editors/kiro-editor: update to 0.4.2pin3-118/+88
-Fix: Switching to/from alternate buffer did not work on WSL environment (#11, thanks to @E3uka) -Improve: Update dependencies (term v0.7)