Commit graph

391300 commits

Author SHA1 Message Date
wiz
c9ba0fb903 py-fonttools: update to 4.46.0.
4.46.0 (released 2023-12-02)
----------------------------

- [featureVars] Allow to register the same set of substitution rules to multiple features.
  The ``addFeatureVariations`` function can now take a list of featureTags; similarly, the
  lib key 'com.github.fonttools.varLib.featureVarsFeatureTag' can now take a
  comma-separateed string of feature tags (e.g. "salt,ss01") instead of a single tag (#3360).
- [featureVars] Don't overwrite GSUB FeatureVariations, but append new records to it
  for features which are not already there. But raise ``VarLibError`` if the feature tag
  already has feature variations associated with it (#3363).
- [varLib] Added ``addGSUBFeatureVariations`` function to add GSUB Feature Variations
  to an existing variable font from rules defined in a DesignSpace document (#3362).
- [varLib.interpolatable] Various bugfixes and rendering improvements. In particular,
  a new test for "underweight" glyphs. The new test reports quite a few false-positives
  though. Please send feedback.

4.45.1 (released 2023-11-23)
----------------------------

- [varLib.interpolatable] Various bugfixes and improvements, better reporting, reduced
  false positives.
- [ttGlyphSet] Added option to not recalculate glyf bounds (#3348).

4.45.0 (released 2023-11-20)
----------------------------

- [varLib.interpolatable] Vastly improved algorithms. Also available now is ``--pdf``
  and ``--html`` options to generate a PDF or HTML report of the interpolation issues.
  The PDF/HTML report showcases the problematic masters, the interpolated broken
  glyph, as well as the proposed fixed version.
2023-12-07 08:30:20 +00:00
wiz
e2a84d7d85 doc: Updated devel/py-importlib-metadata to 6.9.0 2023-12-07 08:26:41 +00:00
wiz
10da42cc8f py-importlib-metadata: update to 6.9.0.
v6.9.0
======

Features
--------

- Added EntryPoints.__repr__ (#473)
2023-12-07 08:26:33 +00:00
wiz
66757368df doc: Updated devel/py-olefile to 0.47 2023-12-07 08:25:42 +00:00
wiz
edebea4d13 py-olefile: update to 0.47.
- **2023-11-30 v0.47 (in development)**:
    - fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    - fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    - use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @hugovk)
    - added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @mak)
    - olefile is now distributed as a universal wheel package in PyPI (PR #130 by @hugovk)
    - olefile will not close a file handle if it was provided by the caller
      (PR #121 by Christian Herdtweck, issue #120)
    - added exceptions OleFileError and NotOleFileError to replace IOError (PR #110 by Ken Peterson @TheElementalOfCreation)
    - added get_userdefined_properties to parse user-defined properties (PR #114 by @DissectMalware)
2023-12-07 08:25:33 +00:00
wiz
6cce062820 doc: Updated graphics/libheif to 1.17.5 2023-12-07 08:23:23 +00:00
wiz
d3693f80e1 libheif: update to 1.17.5.
1.17.5

Fixes installation of the Gnome "heif.thumbnailer" config file.
No other fixes than that.

1.17.4

Fixes:

    ispe boxes in AVIF images with clap boxes were written with the wrong size (would only happen with svt-av1 encoder),
    always output MIAF brand for AVIF images
    fix kvazaar encoding with odd image sizes and encodings with non-4:2:0 chroma
2023-12-07 08:23:12 +00:00
wiz
9d38b602cd doc: Updated audio/faad2 to 2.11.1 2023-12-07 08:22:54 +00:00
wiz
8eb94ff8de faad2: update to 2.11.1.
2.11.1 (2023-11-14):
	[ Fabian Greffrath ]
	* Build shared libraries and hide symbols by default.
	* Install man page by default.
	* Check for `lrintf()` availability, link with `-lm` and define `HAVE_LRINTF` accordingly.
	* Set a default build type if none was specified.
	* Build DLL name with SOVERSION by default on Windows.
	* Fix inlined `lrintf()` function signatures.
2023-12-07 08:22:44 +00:00
wiz
529f3f2b32 doc: Updated textproc/tree-sitter-css to 0.20.0 2023-12-07 08:21:54 +00:00
wiz
5771061072 tree-sitter-css: update to 0.20.0.
Changes not found.
2023-12-07 08:21:41 +00:00
wiz
bfe348ade7 doc: Updated misc/khard to 0.19.1 2023-12-07 08:18:29 +00:00
wiz
726881467c khard: update to 0.19.1.
v0.19.1: 2023-11-26

- Fix documentation builds on https://khard.readthedocs.io/


v0.19.0: 2023-11-23

- Remove support for python 3.7
- Run tests on python 3.11 and 3.12 in CI
- Fix yaml conversion of multiple addresses with same label (#323, #324)
- Improve error message for address book paths (884f1d9)
- Add pyproject.toml file and deprecate setup.py
- Remove deprecated options from --help and zsh completion
- Internal changes:
  - Add a general ask() function (#320, #326)
  - Use an exception to cancle user interactions (#325)
  - More and stricter type hints
  - Promote AddressBookCollection to a Sequence
2023-12-07 08:18:20 +00:00
wiz
6bba689b01 doc: Updated graphics/jasper to 4.1.1 2023-12-07 08:11:53 +00:00
wiz
a2458d2364 jasper: update to 4.1.1.
4.1.1 (2023-11-28)
==================

* Disallow in-source builds by default.
* Fix a potential integer overflow problem in the jas_get_total_mem_size
  function (for the Windows platform).
2023-12-07 08:11:44 +00:00
wiz
7a23f8ff2b doc: Updated www/curl to 8.5.0 2023-12-07 07:51:05 +00:00
wiz
56fdcb3906 curl: update to 8.5.0
Security fix release.
2023-12-07 07:50:54 +00:00
wiz
20b0290c54 devel/Makefile: sort 2023-12-07 07:50:09 +00:00
gutteridge
df7810a0d8 xfce4-cpugraph-plugin: adjust compiler requirements 2023-12-07 02:23:52 +00:00
gutteridge
8456174cd2 doc: Updated meta-pkgs/xfce4-extras to 4.18.1nb10 2023-12-07 02:19:01 +00:00
gutteridge
7057e9fa50 xfce4-extras: bump for a couple of plugins 2023-12-07 02:18:47 +00:00
gutteridge
9e7ca7f254 doc: Updated sysutils/xfce4-cpugraph-plugin to 1.2.10 2023-12-07 02:15:02 +00:00
gutteridge
3ef1c1c78a xfce4-cpugraph-plugin: update to 1.2.10
1.2.10 (2023-12-03)
======
- Add xfce4cpp to EXTRA_DIST

1.2.9 (2023-12-03)
=====
- Don't update tooltip string when tooltip is not visible
- Improve CPU hotplugging on Linux
- Use "xfce_spawn_command_line()"
- Code refactor
- Update source code for the new xfce4cpp library
- Rework of xfce4cpp library
- Reduce the minimum width from 10 to 1
- Add missing include
- Translation Updates:
  Catalan, Chinese (China), Danish, Finnish, Hebrew, Korean, Slovenian,
  Spanish, Ukrainian
2023-12-07 02:14:47 +00:00
gutteridge
3d066e0258 exiv2: fix builds for aarch64 on NetBSD 9.x
For aarch64, older NetBSD releases will end up pulling in GCC 10 to
build this, because of the C++ <filesystem> requirement. We apply
-mno-outline-atomics as one way of getting around linking issues that
otherwise occur.
2023-12-07 00:42:47 +00:00
gutteridge
d6c6a6ab69 musicpd: belatedly bump PKGREVISION after script change 2023-12-07 00:30:33 +00:00
taca
b29c84452d doc/pkg-vulnerabilities: tweak CVE-2018-14628 entry
Split an entry for samba4 to two parts:

* before 4.19
* 4.19 and later
2023-12-07 00:19:46 +00:00
wiz
cc892cb58b doc/TODO: add some
+ MesaLib-23.3.0, enchant2-2.6.3, grpc-1.60.0, jasper-4.1.1,
  khard-0.19.1, libcares-1.23.0, liblangtag-0.6.7, mupdf-1.23.7,
  nickle-2.95, poppler-23.12.0, py-bitstring-4.1.4, py-borgbackup-1.2.7,
  py-click-aliases-1.0.4, py-cyclonedx-python-lib-5.2.0,
  py-fonttools-4.46.0, py-google-api-python-client-2.109.0,
  py-google-auth-2.24.0, py-importlib-metadata-6.9.0,
  py-license-expression-30.2.0, py-maturin-1.4.0, py-olefile-0.47,
  py-pillow_heif-0.14.0, py-pygls-1.2.1, py-serializable-0.16.0,
  py-virtualenv-20.25.0, tree-sitter-css-0.20.0.
2023-12-06 23:17:54 +00:00
tnn
d0f109423e mk: add another path for builtin pkg-config files, for RHEL derivatives 2023-12-06 22:27:22 +00:00
he
9e25296fc9 Note update of security/opendnssec2 to 2.1.13. 2023-12-06 19:28:09 +00:00
he
6fe28e2166 security/opendnssec2: update to version 2.1.13.
Pkgsrc changes:
 * Checksums, reset PKGREVISION.

Upstream changes:

OpenDNSSEC 2.1.13 - 2023-06-26

* Emit warning when using ods-kaspcheck for RFC 5155
* Fix concurrent usage of command line.
* When using "keep" soa numbering policy mode and the input zone isn't
  available, change from exponential back-off to retry upon next resign
  interval and only emit a warning, unless this occurs a second time.
2023-12-06 19:27:20 +00:00
tnn
f50b9ebb86 openjdk21: add missing PLIST bits for x11 and debug options 2023-12-06 17:53:00 +00:00
abs
8272acd09b Fix crash on BSD when concurrency > 1
Add check for getaddrinfo() for non __GLIBC__ systems, rather than
falling back to mixing gethostbyname() with threads

OK'd by $MAINTAINER, bump PKGREVISION
2023-12-06 15:56:56 +00:00
tnn
e8c726c6dd openjdk21: add PKG_OPTION for bundled zlib and suggest on NetBSD <10
jlink(1) produces corrupt binaries when compiled against system
zlib-1.2.10 as found on NetBSD 9. System zlib-1.2.13 works OK.

TODO revbump after bootstrap regen
2023-12-06 12:51:24 +00:00
pin
f351e6c645 doc: Updated sysutils/dua-cli to 2.21.0 2023-12-06 12:25:40 +00:00
pin
c74b0a2719 sysutils/dua-cli: update to 2.21.0
2.21.0 (2023-12-06)
New Features
 - With a single path provided as root, pretend it's the current working dir
   This makes it seem like the user started the directory walk directly in the
   given directory, which is more intuitive than the previous approach only
   showed the given directory as top-level directory.

   Note that this change only affects invocations like dua <dir> or dua i <dir>.

 - press m to sort by modification date, ascending and descending.

Bug Fixes
 - slightly faster (0.5ms) startup times of the binary on MacOS and maybe Linux.
2023-12-06 12:25:11 +00:00
zafer
2531f72928 apache moved to a cdn and stopped using its download mirrors. see https://www.apache.org/mirrors. clean-up. 2023-12-06 10:56:55 +00:00
zafer
d6a13fbf6c remove defunct mirror 2023-12-06 10:34:20 +00:00
pin
be5beeab4d doc: Added games/chess-tui version 1.0.1 2023-12-06 10:15:19 +00:00
pin
ff1ed6a57d Add chess-tui 2023-12-06 10:14:52 +00:00
pin
418ebb86dc games/chess-tui: import package
Chess TUI implementation in rust.
2023-12-06 10:14:02 +00:00
pin
bfb556bd38 doc: Updated graphics/oculante to 0.8.2 2023-12-06 09:29:11 +00:00
pin
3b7c2e5b5b graphics/oculante: update t0 0.8.2
0.8.2 (2023-12-04)
🪲 Bug Fixes
 - Mac universal binary fixes, enable heif on Apple silicon (5f234fd9)
2023-12-06 09:28:33 +00:00
pin
a3e32a389b doc: Updated shells/oh-my-posh to 19.2.0 2023-12-06 08:22:49 +00:00
pin
a1d367eb16 shells/oh-my-posh: update to 19.2.0
Features
 - template: add readFile (5493ddb), closes #4518
2023-12-06 08:22:29 +00:00
wiz
42a60f7ef2 doc/TODO: + curl-8.5.0. 2023-12-06 08:08:05 +00:00
wiz
835a1bfb3a doc: more vulns for curl, webkit-gtk, go 2023-12-06 08:07:49 +00:00
wiz
c1c0d7643a doc: Updated x11/libdrm to 2.4.118nb1 2023-12-06 07:56:55 +00:00
wiz
18b6c56775 libdrm: install man pages
Requested by Thierry LARONDE in PR 57755.

Bump PKGREVISION.
2023-12-06 07:56:42 +00:00
mef
8dac0a9382 doc: Updated cad/klayout to 0.28.13 2023-12-06 02:15:35 +00:00
mef
a917c18b1a (cad/klayout) Updated to 0.28.13
0.28.13          (2023-11-20):
* Bugfix: %GITHUB%/issues/1534 Layout::dup does not copy properties
* Bugfix: %GITHUB%/issues/1533 KLayout crashing with two consecutive calls of the same LayoutView::show_layout command
* Bugfix: %GITHUB%/issues/1532 DRC checks give incorrect results in deep mode with magnified instances
* Enhancement: %GITHUB%/issues/1527 Marker Database Browser: add context menu to Info widget
* Bugfix: %GITHUB%/issues/1522 Changing ruler/annotation from script weirdly interferes with pya.Application.commit_config
* Enhancement: %GITHUB%/issues/1514 Package manager: Support for Git-hosted packages
* Bugfix: %GITHUB%/issues/1512 "get_image" of LayoutView should also work on inactive views
* Bugfix: %GITHUB%/issues/1511 Typo
* Enhancement: %GITHUB%/issues/1510 Cross hair cursor
* Bugfix: %GITHUB%/issues/1503 Import LEF/DEF - LEF files given in list are ignored for DEF import
* Bugfix: %GITHUB%/issues/1499 strm2oas: support LAYER <layername> TYPE OVERLAP ; for L-shaped abstracts
* Bugfix: %GITHUB%/issues/1486 Invalid error "Some macros are configured to run automatically" when changing reader options
* Bugfix: %GITHUB%/issues/1485 Incorrectly set output cell name if using DRC::cell
* Bugfix: %GITHUB%/issues/1482 Strict mode oasis should write the S_CELL_OFFSET into the CELLNAME table
* Bugfix: %GITHUB%/issues/885 Must-connect checks in LVS
* Bugfix: -without-qt builds did not include DRC or LVS
* Enhancement: Added Layout#error_layer
* Enhancement: Option -k for copying log to a file
* Enhancement: Editor option to control snapping to grid while moving
  This controls whether objects are snapped to grid (on) or moved in grid
  increments (off)
2023-12-06 02:15:22 +00:00