Commit graph

360674 commits

Author SHA1 Message Date
dholland
ed9da2fc68 Straggler for the jpeg bl3 fix bump. 2022-07-14 23:53:17 +00:00
dholland
838831b9b0 Bump everything affected by the jpeg.buildlink3.mk fix. 2022-07-14 23:46:18 +00:00
dholland
50f8852608 Fix jpeg.bl3.mk to include bl3 files outside multiple-include protection.
This makes the library chosen appear in all places it's supposed to in
the buildlink tree instead of just the first time it's mentioned.

Closes PR 47017 (mk/jpeg.bl3.mk is order-dependent)
2022-07-14 23:45:48 +00:00
dholland
437539280f Add missing used-by lines to djvulibre-lib/Makefile.common. 2022-07-14 22:41:18 +00:00
osa
b8deb84caf Updated www/nginx to 1.22.0nb4 2022-07-14 16:12:43 +00:00
osa
6cf29c7982 www/nginx: update third-party modules:
o) http_push from 1.2.15 to 1.3.0, [1]
o) geoip2 from 3.3 to 3.4, [2]

References:
1. https://github.com/slact/nchan/compare/v1.2.15...v1.3.0
2. https://github.com/leev/ngx_http_geoip2_module/compare/3.3...3.4

Bump PKGREVISION.
2022-07-14 16:09:42 +00:00
osa
00d9046e95 Updated www/nginx-devel to 1.23.0nb2 2022-07-14 15:14:31 +00:00
osa
88b0f3ac48 www/nginx-devel: update third-party geoip2 module
It's compatible with 1.23.0 now.

Bump PORTREVISION.
2022-07-14 15:13:22 +00:00
schmonz
4e7438ddaa doc: Updated devel/mob to 3.1.5 2022-07-14 14:09:52 +00:00
schmonz
2b9a19bdd2 Update to 3.1.5. From the changelog:
- Add a more specific error message if `git` is not installed.
- Allow for using `mob timer` outside of git repositories.
- Fix: `mob done --squash-wip` now successfully auto-merges
  auto-mergeable diverging changes.
- Print the help output whenever any kind of help argument (`help`,
  `--help`, `-h`) is present in the command, e.g. `mob s 10 -h`.
- Adds a warning to `mob start` in case the wip branch diverges from the
  main branch.
- Various fixes in suggestion of next typist:
  - Show list of last committers only if there are any.
  - Skip suggestions if there has only been a single person so far.
  - Consider the case of a new typist joining the session.
  - Fix reporting on first commit.
- Show a deprecation warning when MOB_DONE_SQUASH is set to `true` or
  `false` in the environment variable or in the .mob configuration file.
2022-07-14 14:09:45 +00:00
wiz
970373b50b doc: Updated print/poppler to 22.07.0 2022-07-14 14:07:10 +00:00
wiz
d8ede0f8a7 poppler*: update to 22.07.0
Release 22.07.0:
        core:
         * Fix crash when filling in forms in some files. Issue #1258
         * Fix first lines of Annotations sometimes being cut off. Issue #1246
         * Signatures: Don't crash if the signature doesn't have a common name
         * CairoFontEngine: increment font_face reference when retrieving from the cache
         * Add ToUnicode support for lessorequalslant and greaterorequalslant

        glib:
         * Add support for stamp annotation

        build system:
         * Tweaks on how gperf is run
2022-07-14 14:06:58 +00:00
gdt
ca4a05dcdb x11/qt5-qtwebengine: Use the proper form of MAKE_JOBS
Otherwise, per-package setting of MAKE_JOBS is not respected.  This
just copies existing practice.

From Paul Ripke on pkgsrc-users.
2022-07-14 14:05:12 +00:00
tnn
4cc1043b39 synergy: add SUBST for X11BASE 2022-07-14 13:48:57 +00:00
adam
c783f4f89e Updated devel/py-test-timeout, devel/py-xopen 2022-07-14 13:36:58 +00:00
adam
18b412006f py-xopen: updated to 1.5.0
v1.5.0 (2022-03-23)

* Dropped Python 3.6 support
* Added support for piping into and from an external xz process. Contributed by @fanninpm.
* Support setting the xz compression level. Contributed by @tsibley.

v1.4.0 (2022-01-14)

Add seek() and tell() to the PipedCompressionReader classes (for Windows compatibility)

v1.3.0 (2022-01-10)

xopen is now available on Windows (in addition to Linux and macOS).
For greater compatibility with the built-in open() function, xopen() has gained the parameters encoding, errors and newlines with the same meaning as in open(). Unlike built-in open(), though, encoding is UTF-8 by default.
A parameter format has been added that allows to force the compression file format.
2022-07-14 13:36:38 +00:00
adam
35404d8f1e py-test-timeout: updated to 2.1.0
2.1.0

Get terminal width from shutil instead of deprecated py, thanks Andrew Svetlov.
Add an API for extending pytest-timeout functionality with third-party plugins, thanks Andrew Svetlov.

2.0.2

Fix debugger detection on OSX, thanks Alexander Pacha.

2.0.1

Fix Python 2 removal, thanks Nicusor Picatureanu.

2.0.0

Increase pytest requirement to >=5.0.0. Thanks Dominic Davis-Foster.
Use thread timeout method when plugin is not called from main thread to avoid crash.
Fix pycharm debugger detection so timeouts are not triggered during debugger usage.
Dropped support for Python 2, minimum pytest version supported is 5.0.0.
2022-07-14 13:35:21 +00:00
wiz
777cff66c3 doc: Updated graphics/zxing-cpp to 1.4.0 2022-07-14 13:23:43 +00:00
wiz
eb16f90d1b zxing-cpp: update to 1.4.0.
Note: this is an intermediary release on the way to 2.0. This code
is (supposed to be) API compatible (via the ReadBarcode.h interface)
with v1.3.0 but contains quite a few additional deprecations. It
still has SO number 1, which is as wrong as it was for release
v1.3.0 and it is not ABI compatible with 1.3 either. 2.0 will be
basically 1.4 but with all deprecated API removed and the final
fix for #333.

Main changes

    Reader support for Micro QRCode by @corbers
    prepared switch from std::wstring based utf16 to std::string based utf8 results, use new ZX_USE_UTF8 macro to transition to the upcoming 2.0 API
    much improved 'binary' data support via new Result::bytes() API, see #334 for a detailed background discussion.
    new Result::contentType() API returning information about the type of content (like text vs. binary, etc.)
    better standards conformance with respect to ECI handling, see Results::bytesECI()
    support for proper ECI handling across structured append symbols (see MergeStructuredAppendResults())
    new Result::error() API with improved error handling, see also DecodeHints::returnErrors()
    removed all internal header files from the installed set, so only the ReadBarcode.h based APIs are supported from here on out
    removed all sample images from the 'source' distribution zip/tar balls (much reduced size)

Minor changes

    lots of little bug fixes
    smaller per process runtime memory (thanks to @vkrause)
    clang-13 and gcc-13 compilation fixes
    ported Qt example code to Qt6
    experimental multi-symbol detection support for DataMatrix when compiled with c++-20
    python read_barcode returns None if no symbol was found
    fix error in multi-symbol detection of linear codes (sometimes reported 1 symbol as 2)
    new -bytes and -errors options in ZXingReader
    support tryRotate for PDF417 symbols
2022-07-14 13:23:34 +00:00
wiz
e12ffa561c doc: Updated security/py-pip-audit to 2.4.1 2022-07-14 13:21:35 +00:00
wiz
982e765687 py-pip-audit: update to 2.4.1.
## [2.4.1]

### Fixed

* Fixed a breakage in hash-checking mode caused by a
  [change to the PyPI JSON API](https://discuss.python.org/t/backwards-incompatible-change-to-pypi-json-api/17154)
  ([#318](https://github.com/trailofbits/pip-audit/pull/318))

## [2.4.0]

### Added

* Output formats: `pip-audit` now supports a Markdown format
  (`--format=markdown`) which renders results as a set of Markdown tables.
  ([#312](https://github.com/trailofbits/pip-audit/pull/312))
2022-07-14 13:21:26 +00:00
wiz
0350559015 doc: Updated devel/liblangtag to 0.6.4 2022-07-14 13:17:31 +00:00
wiz
bf94925a11 liblangtag: update to 0.6.4.
0.6.3 -> 0.6.4
=================
Akira TAGOH (4):
      Replace the word of 'master' to 'primary'
      trivial update
      Stop shipping ChangeLog
      Fix build issue for docs
2022-07-14 13:17:22 +00:00
wiz
44fec724bf doc: Updated multimedia/libva to 2.15.0 2022-07-14 13:16:20 +00:00
wiz
2cd2208ec9 libva: update to 2.15.0.
version 2.15.0 - 28.Jun.2022
* Add: new display HW attribute to report PCI ID
* Add: sample depth related parameters for AV1e
* Add: refresh_frame_flags for AV1e
* Add: missing fields in va_TraceVAEncSequenceParameterBufferHEVC.
* Add: nvidia-drm to the drm driver map
* Add: type and buffer for delta qp per block
* Deprecation: remove the va_fool support
* Fix:Correct the version of meson build on master branch
* Fix:X11 DRI2: check if device is a render node
* Build:Use also strong stack protection if supported
* Trace:print the string for profile/entrypoint/configattrib
2022-07-14 13:16:11 +00:00
wiz
51cb71c962 doc: Updated devel/libidn to 1.41 2022-07-14 13:15:13 +00:00
wiz
9b92827d94 libidn: update to 1.41.
* Noteworthy changes in release 1.41 (2022-06-25) [stable]

** Bump LT_REVISION for new release.
It was mistakenly left at the same value since 1.38.

** Add version number related self-checks.
2022-07-14 13:15:03 +00:00
wiz
31cc980c2b doc: Updated fonts/harfbuzz-icu to 4.4.1 2022-07-14 13:13:51 +00:00
wiz
c81af01140 doc: Updated fonts/harfbuzz to 4.4.1 2022-07-14 13:13:42 +00:00
wiz
f5cb542b22 harfbuzz: update to 4.4.1.
Overview of changes leading to 4.4.1
Wednesday, June 29, 2022
====================================
- Fix test failure with some compilers.
- Fix Telugu and Kannada kerning regression.


Overview of changes leading to 4.4.0
Monday, June 27, 2022
====================================
- Caching of variable fonts shaping, in particular when using HarfBuzz’s own
  font loading functions (ot). Bringing performance of variable shaping in par
  with non-variable fonts shaping. (Behdad Esfahbod)
- Caching of format 2 “Contextual Substitution” and “Chained Contexts
  Substitution” lookups. Resulting in up to 20% speedup of lookup-heavy fonts
  like Gulzar or Noto Nastaliq Urdu. (Behdad Esfahbod)
- Improved ANSI output from hb-view. (Behdad Esfahbod)
- Support for shaping legacy, pre-OpenType Windows 3.1-era, Arabic fonts that
  relied on a fixed PUA encoding. (Khaled Hosny, Behdad Esfahbod)
- Sinhala script is now shaped by the USE shaper instead of “indic” one.
  (Behdad Esfahbod, David Corbett)
- Thai shaper improvements. (David Corbett)
- hb-ot-name API supports approximate BCP-47 language matching, for example
  asking for “en_US” in a font that has only “en” names will return them.
  (Behdad Esfahbod)
- Optimized TrueType glyph shape loading. (Behdad Esfahbod)
- Fix subsetting of HarfBuzz faces created via hb_face_create_for_tables().
  (Garret Rieger)
- Add 32 bit var store support to the subsetter. (Garret Rieger)

- New API
+HB_BUFFER_FLAG_DEFINED
+HB_BUFFER_SERIALIZE_FLAG_DEFINED
+hb_font_changed()
+hb_font_get_serial()
+hb_ft_hb_font_changed()
+hb_set_hash()
+hb_map_copy()
+hb_map_hash()
2022-07-14 13:13:32 +00:00
wiz
f16bdbed0c njs: use pkgsrc infrastructure for required options 2022-07-14 12:46:21 +00:00
osa
3f55901107 Updated lang/njs to 0.7.5nb1 2022-07-14 11:05:03 +00:00
osa
adbfa249f2 lang/njs: NJS requieres one of the PCRE versions
Bump PKGREVISION.
2022-07-14 10:59:51 +00:00
adam
c5e6c5e1b9 Updated devel/git, devel/py-scard 2022-07-14 10:58:10 +00:00
adam
3e13f3752f py-scard: updated to 2.0.3
2.0.3 (March 2022)
* PCSCExceptions: include error code in the message
* getReaderNames(): fix Windows 10 issue when the last reader is
  disconnected
2022-07-14 10:57:52 +00:00
adam
323bf10a44 git: updated to 2.37.1
Git 2.37.1 Release Notes
========================

This release merges up the fixes that appear in v2.30.5, v2.31.4,
v2.32.3, v2.33.4, v2.34.4, v2.35.4, and v2.36.2 to address the
security issue CVE-2022-29187; see the release notes for these
versions for details.

Fixes since Git 2.37
--------------------

 * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
   correctly record a removed file to the index, which is an old
   regression but has become widely known because the C version has
   become the default in the latest release.

 * Fix for CVS-2022-29187.
2022-07-14 10:55:36 +00:00
osa
30cf99b29b Updated lang/njs to 0.7.5 2022-07-14 10:43:02 +00:00
osa
461486ac46 lang/njs: update 0.7.3 -> 0.7.5 2022-07-14 10:42:09 +00:00
osa
7613a18a3e Updated www/nginx to 1.22.0nb3 2022-07-14 10:40:19 +00:00
osa
1b9df61fec www/nginx: update NGINX JavaScript module to 0.7.5
Fix PLIST for the third-party upload module.

Bump PKGREVISION.
2022-07-14 10:39:24 +00:00
osa
cd4c05f93c Updated www/nginx-devel to 1.23.0nb1 2022-07-14 10:22:26 +00:00
osa
ef0aff548e www/nginx-devel: change PKGNAME to nginx-devel
Switch to the https protocol for MASTER_SITES.
Update distinfo with the checksums of recently added patches.
Fix PLIST for the third-party http_upload module.

Bump PKGREVISION.
2022-07-14 10:21:20 +00:00
adam
ea6d7d8f83 Updated devel/py-setuptools, converters/py-unicode-slugify 2022-07-14 08:59:06 +00:00
adam
875de0bc45 py-unicode-slugify: updated to 0.1.5
0.1.5:
Unknown changes
2022-07-14 08:58:45 +00:00
adam
8b39139bcf py-setuptools: updated to 63.2.0
v63.2.0

Changes

* Included a performance optimization: setuptools.build_meta no longer tries to :func:`compile` the setup script code before :func:`exec`-ing it.

Misc

* Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew
2022-07-14 08:58:25 +00:00
adam
dba1e44366 Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon 2022-07-14 08:07:14 +00:00
adam
4275bfbf71 sqlite3: updated to 3.39.1
Changes in version 3.39.1 (2022-07-13):

Fix an incorrect result from a query that uses a view that contains a compound SELECT in which only one arm contains a RIGHT JOIN and where the view is not the first FROM clause term of the query that contains the view. forum post 174afeae5734d42d.
Fix some harmless compiler warnings.
Fix a long-standing problem with ALTER TABLE RENAME that can only arise if the sqlite3_limit(SQLITE_LIMIT_SQL_LENGTH) is set to a very small value.
Fix a long-standing problem in FTS3 that can only arise when compiled with the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.
Fix the build so that is works when the SQLITE_DEBUG and SQLITE_OMIT_WINDOWFUNC compile-time options are both provided at the same time.
Fix the initial-prefix optimization for the REGEXP extension so that it works correctly even if the prefix contains characters that require a 3-byte UTF8 encoding.
Enhance the sqlite_stmt virtual table so that it buffers all of its output.
2022-07-14 08:05:51 +00:00
adam
ebe772477f Updated lang/nodejs, lang/npm 2022-07-14 07:17:37 +00:00
adam
52ebec0a01 npm: updated to 8.14.0
v8.14.0 (2022-07-13)

Features

feat: add npm audit signatures (@feelepxyz)
feat: Add web auth type (@jumoel)
feat(arborist): add support for dependencies script (@nlf)
feat: notify on adduser of upcoming cmds, login and register (@fritzy)
feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)

Bug Fixes

fix: properly open package arg repo inside workspace (@wraithgar)

Documentation

docs: typo in npm command (@crisanmm)
docs: update reference to deprecated spdx package (@kachick)
docs: naming of files in example code should be consistent (@xc1427)
docs: document dependencies script
2022-07-14 07:17:14 +00:00
adam
3e166b0b35 nodejs: updated to 18.6.0
Version 18.6.0 (Current)

Notable Changes

Experimental ESM Loader Hooks API

Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": foo-loader calls bar-loader calls qux-loader (a custom loader must now signal a short circuit when intentionally not calling the next). See the ESM docs for details.
2022-07-14 07:10:40 +00:00