Commit graph

342191 commits

Author SHA1 Message Date
adam
cec474524b Updated net/py-kombu, net/py-celery, time/py-dateutil, www/py-channels 2021-07-14 20:58:03 +00:00
adam
0896710ab5 py-channels: updated to 3.0.4
Channels 3.0.4 is a bugfix release in the 3.0 series.
2021-07-14 20:57:08 +00:00
pin
0dd09b4fc1 doc: Added shells/elvish version 0.15.0 2021-07-14 20:52:36 +00:00
pin
863f446c7e Add elvish 2021-07-14 20:52:07 +00:00
pin
e8a3e89090 shells/elvish: import package
Packaged in wip by mjturner

Elvish is a friendly interactive shell and an expressive programming language.
Despite its pre-1.0 status, it is already suitable for most daily interactive
use.
2021-07-14 20:51:27 +00:00
pin
dec4d56f81 doc: Updated audio/termusic to 0.2.7 2021-07-14 20:46:34 +00:00
pin
a7bbe97417 audio/termusic: update to 0.2.7
-display page info in youtube options dialogue.
2021-07-14 20:46:13 +00:00
pin
4e080ffb6d doc: Updated shells/starship to 0.56.0 2021-07-14 20:45:08 +00:00
pin
c55a9691c2 shells/starship: update to 0.56.0
v0.56.0 (2021-07-13)

Bug Fixes:
-clippy: fix additional clippy lints in tests (#2813)
-dotnet: make default format consistent with other modules (#2853)
-git_status: Fix when the worktree != root dir (#2831)
-init: improve starship path escaping (#2848)
-nu: use correct session key variable name (#2874)
-pwsh: replace Get-Error with $error[0] (#2873)
-rust: support for rust-toolchain.toml (#2775)

Build:
-bump mockall from 0.10.1 to 0.10.2 (#2878)
-bump unicode-segmentation from 1.7.1 to 1.8.0 (#2844)
-bump mockall from 0.10.0 to 0.10.1 (#2845)
-bump indexmap from 1.6.2 to 1.7.0 (#2839)
-bump mockall from 0.9.1 to 0.10.0 (#2838)
-bump shadow-rs from 0.6.1 to 0.6.2 (#2832)
-bump shadow-rs from 0.5.25 to 0.6.1 (#2822)

Chore:
-release: v0.56.0 Code Refactoring
git_commit: small refactor to remove duplicate code (#2752)

Docs:
-i18n: new Crowdin updates (#2879)
-i18n: New Crowdin updates (#2834)
-nu: specify how to get nushell config path (#2856)

Features:
-Add the git_metrics module (#2827)
-add support for nu shell (#2847)
-treat empty string as none when formating (#2738)
-docker_context: Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables (#2782)
-env_var: allow multiple instances (#2797)

Performance Improvements:
-Improve custom config OS (#2843)
-Style
-enforce ALL_MODULES ordering in test (#2837)
-fix name of battery info provider implementation (#2836)

Test:
-battery: add battery tests (#2795)
2021-07-14 20:44:47 +00:00
adam
a5c0553d11 py-dateutil: updated to 2.8.2
Version 2.8.2 (2021-07-08)
==========================

Data updates
------------
- Updated tzdata version to 2021a.

Bugfixes
--------
- Fixed a bug in the parser where non-``ValueError`` exceptions would be raised
  during exception handling; this would happen, for example, if an
  ``IllegalMonthError`` was raised in ``dateutil`` code.
- Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not
  defined due to an indentation error.
- Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception
  messages.
- Make ``isoparse`` raise when trying to parse times with inconsistent use of
  `:` separator.
- Fixed ``tz.gettz()`` not returning local time when passed an empty string.

Documentation changes
---------------------
- Rearranged parser documentation into "Functions", "Classes" and "Warnings and
  Exceptions" categories.
- Updated ``parser.parse`` documentation to reflect the switch from
  ``ValueError`` to ``ParserError``.
- Fixed methods in the ``rrule`` module not being displayed in the docs.
- Changed some relative links in the exercise documentation to refer to the
  document locations in the input tree, rather than the generated HTML files in
  the HTML output tree (which presumably will not exist in non-HTML output
  formats).

Misc
----
- Moved ``test_imports.py``, ``test_internals.py`` and ``test_utils.py`` to
  pytest.
- Added project_urls for documentation and source.
- Simplified handling of bytes and bytearray in ``_parser._timelex``.
- Changed the tests against the upstream tz database to always generate fat
  binaries, since until GH-590 and GH-1059 are resolved, "slim" zic binaries
  will cause problems in many zones, causing the tests to fail. This also
  updates ``zoneinfo.rebuild`` to always generate fat binaries.
- Moved sdist and wheel generation to use `python-build`.
2021-07-14 20:27:21 +00:00
adam
7b4b5022e2 py-celery: updated to 5.1.2
5.1.2
When chords fail, correctly call errbacks.

We had a special case for calling errbacks when a chord failed which assumed they were old style. This change ensures that we call the proper errback dispatch method which understands new and old style errbacks, and adds test to confirm that things behave as one might expect now.

Avoid using the Event.isSet() deprecated alias.

Reintroduce sys.argv default behaviour for Celery.start().

5.1.1
Fix --pool=threads support in command line options parsing.
Fix LoggingProxy.write() return type.
Couchdb key is now always coerced into a string.
grp is no longer imported unconditionally.
This fixes a regression in 5.1.0 when running Celery in non-unix systems.
Ensure regen utility class gets marked as done when concertised.
Preserve call/errbacks of replaced tasks.
Use single-lookahead for regen consumption.
Revoked tasks are no longer incorrectly marked as retried.
5.1.0
celery -A app events -c camera now works as expected.
Bump minimum required Kombu version to 5.1.0.

5.1.0rc1
Celery Mailbox accept and serializer parameters are initialized from configuration.
Error propagation and errback calling for group-like signatures now works as expected.
Fix sanitization of passwords in sentinel URIs.
Add LOG_RECEIVED to customize logging.
2021-07-14 20:20:30 +00:00
adam
e949e0c437 py-kombu: updated to 5.1.0
5.1.0
Fix queue names special characters replacement for Azure Service Bus.
Add support for SQLAlchemy 1.4.
Coerce seconds argument to a floating point number in Timer.enter_after.
Add accept parameter to SimpleQueue class.
prepare_accept_content() now raises SerializerNotInstalled instead of KeyError.

5.1.0b1
Wheels are no longer universal.
Revert “Added redis transport key_prefix from envvars”.
Redis Transport: Small improvements of SentinelChannel
Fix pidbox not using default channels.
Revert “on worker restart - restore visible regardless to time
Add vine to dependencies.
Pin urllib3<1.26 to fix failing unittests.
Add timeout to producer publish
Remove python2 compatibility code
redis: Support Sentinel with SSL.
Support for Azure Service Bus 7.0.0
Allow specifying session token
kombu/asynchronous/http/curl: implement _set_timeout.
Disable namedtuple to object feature in simplejson
Update to tox docker 2.0.
SQS back-off policy
Fixed SQS unittests.
Fix: non kombu json message decoding in SQS transport
Add Github Actions CI
Update default pickle protocol version to 4
Update connection.py
Drop support for the lzma backport.
Drop obsolete code importing pickle
Update default login method for librabbitmq and pyamqp
SQS Broker - handle STS authentication with AWS
Min py-amqp version is v5.0.6
Numerous docs & example fixes.
Use a thread-safe implementation of cached_property
2021-07-14 20:15:38 +00:00
jperkin
5f52cbc29c go-bin: Hide the signing removal behind DARWIN_CHROOTED.
Unfortunately stripping the signatures breaks running the binaries outside a
chroot according to schmonz, so we're left with no choice but to make this
user-configurable.  It took a lot of effort for me not to name this variable
something far ruder.

This will still mean the go-bin package is ultimately useless when shipped as
part of a package set, but really we only need it for bootstrapping a real
version which should work fine.
2021-07-14 18:38:58 +00:00
adam
7153d9be26 pdated parallel/threadingbuildingblocks, graphics/openimageio 2021-07-14 17:58:40 +00:00
adam
52873cc330 openimageio: updated to 2.2.16
Release 2.2.16
* New UDIM texture name patterns recognized: `%(UDIM)d` is the Houdini
  convention, and `_u##v##` is for Animal Logic's internal renderer.
* When doing color space transforms on images with > 4 channels -- the
  additional channels are now copied unaltered, rather than leaving them
  black.
* FFMpeg: fix some encodings that didn't correctly recognize that they were
  more than 8 bits, or had alpha.
* farmhash.h: Clean up all non-namespaced preprocessor symbols that are set
  by this header and may pollute the caller's symbols.
* Fix crashes on M1 (ARM) based Mac.
* Bug fix: avid divide-by-0 error computing chunk size for invalid image
  sizes.
* `make_texture` (and `maketx` and `oiiotool -otex`) no longer crash if you
  try to make a texture out of a "deep" image; instead it will return an
  error message.
* filesystem.h: Improve exception safety in Filesystem directory iteration.
* Build: Improve finding of OpenJPEG.
* Build: Support for building OIIO with gcc 11.
* Build: Fixes to accommodate Imath 3.1 upcoming changes.
* Build: Finding FFMpeg now correctly detects the version.
* Build: clang + C++17 + LibRaw < 0.20 are mutually incompatible. Detect
  this combination and warn / disable libraw under those conditions.
* Build: Fix CMake behavior for `REQUIRED_DEPS` due to a typo.
* Build: Fixes for detecting and using Ptex, among other things got the
  version wrong.
* Testing: If a feature is disabled, skip its tests rather than reporting
  them as broken.
* CI: Test the combination of clang and C++17.
2021-07-14 17:58:21 +00:00
adam
0118c7705d threadingbuildingblocks: ... and patches 2021-07-14 17:56:52 +00:00
adam
bcc99f89dd threadingbuildingblocks: updated to 2021.3.0
New in 2021.3 Release

New Features

Since C++20 multiple interfaces are constrained to enforce requirements on argument types.
Preview Features

Extended the high-level task API to simplify migration from TBB to oneTBB.
Added mutex and rw_mutex that are suitable for long critical sections and resistant to high contention.
Added ability to customize the concurrent_hash_map mutex type.
Added heterogeneous lookup, erase, and insert operations to concurrent_hash_map.

Known Limitations

An application using Parallel STL algorithms in libstdc++ versions 9 and 10 may fail to compile due to incompatible interface changes between earlier versions of Threading Building Blocks (TBB) and oneAPI Threading Building Blocks (oneTBB). Disable support for Parallel STL algorithms by defining PSTL_USE_PARALLEL_POLICIES (in libstdc++ 9) or _GLIBCXX_USE_TBB_PAR_BACKEND (in libstdc++  10) macro to zero before inclusion of the first standard header file in each translation unit.
On Linux, if oneAPI Threading Building Blocks (oneTBB) or Threading Building Blocks (TBB) is installed in a system folder like /usr/lib64, the application may fail to link due to the linker search order for libraries. Use the -L linker option to specify the correct location of oneTBB libraries. This issue does not affect program execution.
The oneapi::tbb::info namespace interfaces might unexpectedly change the process affinity mask on Windows systems (see https://github.com/open-mpi/hwloc/issues/366 for details).

Bugs Fixed

Fixed several issues in parallel algorithms and concurrent containers on ARM.
Improved ThreadSanitizer support for the oneTBB Scalable Memory Allocator.
Improved scheduler to reduce the impact of thread priority inversion.
Fixed the behavior of affinity_partitioner and static_partitioner to resolve possible performance issues.
Fixed crash when finalize is called with null scheduler_handler.
Fixed the oneTBB assertion mechanism to avoid possible leaking of user directory paths.
Fixed crash in resumable tasks on ARM-based macOS.
Fixed compilation failures
2021-07-14 17:56:16 +00:00
adam
46f2bc8dd9 libheif: fix building with Clang 2021-07-14 17:24:54 +00:00
fcambus
947e6c23d1 doc: Updated games/gnuchess to 6.2.9 2021-07-14 16:52:15 +00:00
fcambus
8714cc5f19 gnuchess: update to 6.2.9.
Version 6.2.9 (July 2021)

- Fixed potential buffer overflow in pgnload and pgnreplay (CVE-2021-30184)

Version 6.2.8 (May 2021)

- Bug fixes in the input/output processing.
2021-07-14 16:51:58 +00:00
jperkin
8f3ef2d37e go: Remove previous change, fixed in go-bin instead. 2021-07-14 14:32:04 +00:00
jperkin
bef9886144 doc: Updated lang/go-bin to 1.14.2nb4 2021-07-14 14:31:29 +00:00
jperkin
c581fbc19f go-bin: Remove code signatures on Darwin/aarch64.
This causes problems executing inside a chroot.  Bump PKGREVISION.
2021-07-14 14:31:21 +00:00
wiz
9d2ff0fe6e doc/TODO: + tor-browser-10.5.2. 2021-07-14 13:23:16 +00:00
schmonz
42a8a358ce Apply upstream eb95c29 to fix macOS M1 build. 2021-07-14 13:19:41 +00:00
jperkin
e6fd759035 go: Remove go-bin code signatures on Darwin/aarch64.
Fixes the build of go116 when inside a chroot as the signatures cannot be
verified for some reason.
2021-07-14 10:18:28 +00:00
jperkin
85f781e37e ghc90: Ensure bsd.prefs.mk is included.
Fixes builds on OS where PKG_SUPPORTED_OPTIONS is not defined, so
bsd.options.mk is not pulled in, but OPSYS is still tested.
2021-07-14 09:15:35 +00:00
wiz
faa73b6bfa doc: Updated devel/creduce to 2.10.0nb8 2021-07-14 09:09:00 +00:00
wiz
8ac5f71d06 creduce: fix build with llvm-12
From https://github.com/csmith-project/creduce/tree/llvm-12.0-dev
2021-07-14 09:08:48 +00:00
wiz
2f800df8dd *: remove upper bounds on py-ruamel-yaml
These might not build now, but at least pbulks will run
2021-07-14 08:29:19 +00:00
adam
b28ca01bee Updated devel/py-cython, devel/py-uvloop 2021-07-14 08:08:23 +00:00
adam
7e1ad3a45a py-uvloop: updated to 0.15.3
v0.15.3:
Bug Fixes

SSL: schedule first data after waiter wakeup
Fix a possible race condition in sslproto test
Fix call_soon_threadsafe thread safety
2021-07-14 08:08:07 +00:00
adam
a89e04fe94 py-cython: updated to 0.29.24
0.29.24

Bugs fixed
* Inline functions in pxd files that used memory views could lead to invalid
  C code if the module that imported from them does not use memory views.
* Several declarations in ``libcpp.string`` were added and corrected.
* Pickling unbound Cython compiled methods failed.
* The tracing code was adapted to work with CPython 3.10.
* The optimised ``in`` operator failed on unicode strings in Py3.9 and later
  that were constructed from an external ``wchar_t`` source.
  Also, related C compiler warnings about deprecated C-API usage were resolved.
* Some compiler crashes were resolved.
* An incorrect warning about 'unused' generator expressions was removed.
* The attributes ``gen.gi_frame`` and ``coro.cr_frame`` of Cython compiled
  generators and coroutines now return an actual frame object for introspection,
  instead of ``None``.
2021-07-14 08:07:26 +00:00
adam
ea6481fba4 Updated textproc/fmtlib, multimedia/mkvtoolnix 2021-07-14 07:39:22 +00:00
adam
dba31663b1 mkvtoolnix: updated to 59.0.0
Version 59.0.0 "Shining Star" 2021-07-10

New features and enhancements

* mkvmerge: WebVTT parser: the parser now follows the specs' rules for parsing
  timestamps more closely by being more lenient: it allows arbitrary number of
  spaces & tabs at the start of the line & around the arrow; it allows any
  number of digits for the hours.
* MKVToolNix GUI: multiplexer: when adding a Blu-ray playlist without scanning
  for other playlists the GUI will now look for disc library information & let
  the user select which one to use if there's more than one entry.
* MKVToolNix GUI: multiplexer: added an option for sorting files & tracks by
  track types when adding them to multiplex settings. The order is: video
  first followed by audio, subtitles and other types. Files & tracks can still
  be reordered manually later. The option is enabled by default & can be found
  in the preferences → "Multiplexer" page → "Adding files" section.
* MKVToolNix GUI: multiplexer: added an option for recognizing file name
  sequences such as `movie.001.mp4`, `movie.002.mp4`, `movie.003.mp4` when
  adding multiple files at once. If a sequence is detected, the only first
  file will be added while the second and following file names will be
  appended to the first one. The option is enabled by default & can be found
  in the preferences → "Multiplexer" page → "Adding files" section.
* MKVToolNix GUI: multiplexer: added small colored boxes for each file & track
  in order to indicate from which file each track is read. The colors used can
  be configured in the preferences → "Multiplexer" page → "File & track
  colors" section.

Bug fixes

* build system: fixed compilation with fmt v8.
* mkvmerge: SRT subtitle reader: characters that aren't valid according to the
  assumed encoding of the file will now be replaced by the Unicode
  "Replacement Character" U+FFFD instead of keeping the invalid characters,
  potentially violating the Matroska specs.
* mkvmerge: WebVTT parser: the parser now accepts timestamps with hours
  larger than 99.
* mkvextract: TTA extraction, only on Windows: fixed removing the temporary
  file created during extraction.
* mkvmerge, mkvpropedit, MKVToolNix GUI's multiplexer & header editor: MIME
  type detection is now done using Qt instead of the `magic` library. The main
  impact is the MIME types of TrueType & OpenType fonts are now detected
  correctly.
* mkvmerge, mkvinfo, MKVToolNix GUI's info tool: only on Windows: displaying
  dates before 1970-01-01 00:00:00 UTC or after 2038-01-19 03:14:08 UTC was
  broken. Note that the header editor was not affected.
* MKVToolNix GUI: only on 64-bit Windows: under certain conditions, the 64-bit
  Windows binaries crashed when opening dialog windows. Even though the
  underlying bug hasn't been identified, the investigation showed that
  building it with newer versions than 10.2.0 of the mingw/gcc cross-compiler
  enabled the crashes, while binaries built with 10.2.0 were fine. This
  affected v57 and v58 which were built with gcc versions 10.3.0 and 11.1.0
  respectively. For the time being I've switched back to building Windows
  binaries with gcc 10.2.0.
* MKVToolNix GUI: multiplexer: when adding files to the multiplexer by running
  the GUI's executable with file names as command line arguments, the source
  directory will be remembered as the "last open directory" again, causing
  subsequent uses of the "open file" dialog to start in the same directory.
* MKVToolNix GUI: multiplexer: the "default track flag" column in the track
  list was missing its icons. Additionally it contained text even for things
  that aren't regular tracks and therefore do not actually have that flag
  (e.g. chapters or tags).
* MKVToolNix GUI: multiplexer: the default for the dialog asking the user what
  to do with dragged & dropped files if they've never seen the dialog is back
  to adding the files to the current multiplex settings instead of "add as
  additional parts" which was an unintentional default.
* MKVToolNix GUI: multiplexer: the "show command line" dialog will now always
  use backward slashes for the "Windows (cmd.exe)" mode and forward slashes
  for the "Linux/Unix shells" mode, regardless of the operating system it's
  currently running on.

Build system changes

* The Qt library is now required for building all applications, even the
  command-line ones, as they use Qt's MIME type detection capabilities. In
  turn this means that you cannot disable the Qt usage anymore; either Qt5 or
  Qt 6 is required.

  You can still chose not to build MKVToolNix GUI, though. A new option has
  been added to `configure` for this purpose: `--disable-gui`.
* The `gmp` library is now required.
* The `magic` library is not used anymore.
* The `PCRE2` & `JPCRE2` libraries are not used anymore. The bundled version
  of `JPCRE2` was removed.
* Boost's "rational" library is not used anymore.
* `configure`: the option `--enable-appimage` has been removed. The location
  of the relevant directories within an AppImage is now detected
  automatically.
* The bundled `fmt` library was updated to v8.0.0.
2021-07-14 07:39:05 +00:00
adam
f584ea22bc fmtlib: updated to 8.0.1
8.0.1:
Fixed the version number in the inline namespace
Added a missing presentation type check for std::string
Fixed a linkage error when mixing code built with clang and gcc
Fixed documentation issues
Removed dead code in FP formatter
Fixed various warnings and compilation issues

8.0.0:
Enabled compile-time format string check by default.
Added compile-time formatting
Optimized handling of format specifiers during format string compilation. For example, hexadecimal formatting ("{:x}") is now 3-7x faster than before when using format_to with format string compilation and a stack-allocated buffer
Added the _cf user-defined literal to represent a compiled format string. It can be used instead of the FMT_COMPILE macro
Format string compilation now requires format functions of formatter specializations for user-defined types to be const
Added UDL-based named argument support to format string compilation
Added format string compilation support to fmt::print
Added initial support for compiling {fmt} as a C++20 module
Made symbols private by default reducing shared library size. For example there was a ~15% reported reduction on one platform
Optimized includes making the result of preprocessing fmt/format.h ~20% smaller with libstdc++/C++20 and slightly improving build times
Added support of ranges with non-const begin / end
Added support of std::byte and other formattable types to fmt::join
Implemented the default format for std::chrono::system_clock
Made more chrono specifiers locale independent by default. Use the 'L' specifier to get localized formatting.
Improved locale handling in chrono formatting
2021-07-14 07:31:10 +00:00
fox
b28719acc0 audio/din: Update the distinfo due to upstream changes. 2021-07-14 03:04:33 +00:00
schmonz
c37ba7ebd2 doc: Updated multimedia/gpac to 1.0.1 2021-07-14 01:35:30 +00:00
schmonz
3aadf55282 Update to 1.0.1. From the changelog:
10/09/2020: GPAC 1.0.1
This release fixes build and installation issues in 1.0.0, as well as
various bugs introduced during the migration to the filters
architecture.

It also adds several small features:
- better ttml import
- better support for MPEGH audio
- support fur DASH UTCTiming
- manifest generation from pre-fragmented DASH/HLS mp4
- speed optimization in isobmf reading (normal and fragmented)
- improved JS API for the filter session
- core tools exposed as JS module (file io, bitstream, etc ...)
- android fixes

16/06/2020: GPAC 1.0
 - Complete rewrite of GPAC streaming core:
    * addition of a filter-based architecture, used by MP4Client
      and MP4Box.
    * moving all decoders and demuxer plugins of MP4Client and most of
      MP4Box import/export code as filters for this new architecture,
    * moving DASH/HLS segmenter to a filter
    * moving MP4Client compositor and most of the GF_Terminal internals
      to a filter
    * addition of a new application gpac, whose only purpose is to
      create and run filter chains
    * removal of MP42TS and DashCast applications since these
      functionalities are provided by gpac
    * deprecation of some features (widget management, MSE draft
      implementation for SVG media, UPnP, TEMI player support).
- Profile system allowing to override through a static file default
  options of all filters and libgpac core
- Alias system for gpac app to simplify your command lines
- Enhanced DASHer:
    * Support for HLS and dual HLS / DASH generation
    * Support for any input
    * True low-latency mode for DASH
    * Support for multiple periods
    * Support for other segment formats (raw, mkv, webm currently
      tested)
- Input and outputs
    * Generic pipe, TCP, UDP, and Unix Domain socket input and output
    * RTSP server output
    * HTTP output (client and server), supporting low latency DASH access
    * Ad-hoc stream format called GSF to allow serialization to file,
      pipe or socket of a session (for distributed filter chains),
      supporting AES-128 CBC encryption.
- Raw audio (PCM) and video (RGB, YUV) reframers and exporters
- HEVC tile spliting and merging filters
- Compositor is a standalone filter (SVG/BIFS/VRML graphics in a
  filter chain)
- Image encoding support through libjpg and libpng
- Full FFMPEG support:
    * Encoding/decoding through FFMPEG libavcodec
    * Multiplexing/demultiplexing through FFMPEG libavformat
    * Device grabbers through FFMPEG libavdevice
    * Raw audio and video filters through FFMPEG libavfilter
- Support for QuickJS (ES2002) and bindings for:
    * Complete filter API
    * GPAC software rasterizer (EVG)
    * WebGL 1.0 Core
    * XmlHttpRequest and uDOM APIs
    * Storage
- Inspect and analyze filter
- MPEG-2 TS splitter
- Video cropper filter with zero-copy mode
- Video flip filter
- Source concatenator filter
- Simple audio and video output filters
- Experimental audio and video rewinder filter
- Encryption
    * On-the-fly encryption and decryption, now available as filters
    * Segment-based encryption and decryption
- ISOBMFF
    * box customization
    * Better QT support, prores parsing and dumping
    * Support for raw media (QT style or ISOBMFF for audio)
    * Simplify HEIF batch conversion through item to track mapping
    * Reading from pipes (fragmented or progressive files)
    * Writing to packets rather than files
    * Fast interleaved file creation mode with less storage requirements
- FileIO wrapper for cases where files are not stored in a file system
  known by GPAC
- Testing and Documentation
    * Live doc generation (man and wiki)
    * Improved coverage
    * Split test suite as dedicated repo
    * Moved all resource to https://wiki.gpac.io
    * Started howto pages on wiki
    * Many bug fixes
2021-07-14 01:35:23 +00:00
markd
419bf465df gmic: openexr3 fix 2021-07-13 21:06:03 +00:00
bsiegert
74adbc165d doc: Updated sysutils/py-borgbackup to 1.1.17 2021-07-13 20:20:54 +00:00
bsiegert
e9b41a1fda Update py-borgbackup to 1.1.17.
Fixes:

- pyinstaller dir-mode: fix pyi detection / LIBPATH treatment
- handle crash due to kill stale lock race
- fix BORG_CACHE_DIR crashing borg if empty
- create --dry-run: fix display of kept tagfile
- fix missing parameter in "did not consistently fail" msg
- missing / healed chunks: always tell chunk ID
- benchmark: make sure cleanup happens even on exceptions

New features:

- implement BORG_SELFTEST env variable.
  this can be used to accelerate borg startup a bit. not recommended for
  normal usage, but borg mass hosters with a lot of borg invocations can
  save some resources with this. on my laptop, this saved ~100ms cpu time
  (sys+user) per borg command invocation.
- implement BORG_LIBC env variable to give the libc filename.
  you can use this if a borg does not find your libc.
- check: add progress indicator for archive check.
- allow --files-cache=size (not recommended, make sure you know what you do)

Other changes:

- Python 3.10 now officially supported!
  we test on py310-dev on github CI since a while and now also on the vagrant
  machines, so it should work ok.
- github CI: test on py310 (again)
- get rid of distutils, use packaging and setuptools.
  distutils is deprecated and gives warnings on py 3.10.
- setup.py: rename "clean" to "clean2" to avoid shadowing the "clean" command.
- remove libc filename fallback for the BSDs (there is no "usual" name)
- cleanup flake8 checks, fix some pep8 violations.
- docs building: replace deprecated function ".add_stylesheet()" for Sphinx 4 compatibility
- docs:

  - add a hint on sleeping computer and ssh connections
  - update the documentation on hacked backup client
  - improve docs/FAQ about append-only remote repos
  - complement the documentation for pattern files and exclude files
  - "filename with spaces" example added to exclude file
    note: no whitespace escaping needed, processed by borg.
  - add info on renaming repositories
  - clarify borg check --verify-data
  - add notice about defective hardware to check documentation
  - add paragraph added in #5855 to utility documentation source
  - add missing leading slashes in help patterns
  - clarify "you will need key and passphrase" borg init warning
  - pull mode: add some warnings
  - mention tar --compare (compare archive to fs files)
2021-07-13 20:20:29 +00:00
schmonz
3481ac5851 Disable NEON on aarch64 also on macOS to fix M1 build. 2021-07-13 16:18:10 +00:00
schmonz
8cf97ebfdb arm_cpudetect.c doesn't cover macOS. On M1 Macs, set
--disable-runtime-cpu-detect to fix build.
2021-07-13 15:35:42 +00:00
ryoon
00dbb80cf0 doc: Updated mail/thunderbird-l10n to 78.11.0 2021-07-13 15:10:06 +00:00
ryoon
63050a1d3e thunderbird-l10n: Update to 78.11.0
* Sync with mail/thunderbird-78.11.0.
2021-07-13 15:09:45 +00:00
ryoon
407c97e594 doc: Updated mail/thunderbird to 78.11.0 2021-07-13 15:09:25 +00:00
ryoon
a4f373683a thunderbird: Update to 78.11.0
Changelog:
Fixes
OpenPGP could not be disabled for an account if a key was previously configured

Recipients were unable to decrypt some messages when the sender had changed the
message encryption from OpenPGP to S/MIME

Contacts moved between CardDAV address books were not synced to the new server

CardDAV compatibility fixes for Google Contacts

Folder pane had no clear indication of focus on macOS

Windows theme improvements

Various security fixes

Security fixes:
#CVE-2021-29964: Out of bounds-read when parsing a `WM_COPYDATA` message
#CVE-2021-29967: Memory safety bugs fixed in Thunderbird 78.11
2021-07-13 15:08:55 +00:00
ryoon
57e4e106a9 doc: Updated www/firefox-l10n to 90.0 2021-07-13 14:53:55 +00:00
ryoon
6b0f98bd26 firefox-l10n: Update to 90.0
* Sync with www/firefox-90.0.
2021-07-13 14:53:32 +00:00