Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (37m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:14:56 UTC Now

2023-09-06 14:48:01 UTC MAIN commitmail json YAML

libaom: Update 3.7.0

Changelog:
2023-08-10 v3.7.0
  This release includes new codec interfaces, compression efficiency and
  perceptual improvements, speedup and memory optimizations and many bug fixes.
  This release is ABI compatible with the last release.

  - New Features
    * New codec controls:
      * AV1E_SET_QUANTIZER_ONE_PASS: Set quantizer for each frame.
      * AV1E_ENABLE_RATE_GUIDE_DELTAQ: enable the rate distribution guided delta
        quantization in all intra mode. The "enable-rate-guide-deltaq" option is
        added for this control.
      * AV1E_SET_RATE_DISTRIBUTION_INFO: set the input file for rate
        distribution used in all intra mode. The "rate-distribution-info" option
        is added for this control.
      * AV1E_GET_LUMA_CDEF_STRENGTH
      * AV1E_SET_BITRATE_ONE_PASS_CBR
    * AOM_SCALING_MODE is extended to include 2/3 and 1/3 scaling.
    * aom_tune_metric is extended to include AOM_TUNE_VMAF_SALIENCY_MAP.
      The "tune" option is extended to include "vmaf_saliency_map".
    * SVC example encoder svc_encoder_rtc is able to use the rate control
      library.
    * Loopfilter level and CDEF filter level is supported by RTC rate control
      library.
    * New speed (--cpu-used) 11, intended for RTC screen sharing, added for
      faster encoding with ~3% bdrate loss with 16% IC (instruction count)
      speedup compared to speed 10.

  - Compression Efficiency Improvements
    * Improved VoD encoding performance
      * 0.1-0.6% BDrate gains for encoding speeds 2 to 6
      * Rate control accuracy improvement in VBR mode
    * RTC encoding improvements
      * Screen content mode: 10-19% BDrate gains for speeds 6 - 10
      * Temporal layers video mode, for speed 10:
        * 2 temporal layers on low resolutions: 13-15% BDrate gain
        * 3 temporal layers on VGA/HD: 3-4% BDrate gain

  - Perceptual Quality Improvements
    * Fixed multiple block and color artifacts for RTC screen content by
      * Incorporating color into RD cost for IDTX
      * Reducing thresholds for palette mode in non RD mode
      * Allowing more palette mode testing
    * Improved color sensitivity for altref in non-RD mode.
    * Reduced video flickering for temporal layer encoding.

  - Speedup and Memory Optimizations
    * Speed up the VoD encoder
      * 2-5% for encoding speed 2 to 4
      * 9-15% for encoding speed 5 to 6
      * ARM
        * Standard bitdepth
          * speed 5: +31%
          * speed 4: +2%
          * speed 3: +9%
          * speed 2: +157%
        * High bitdepth
          * speed 5: +85%
    * RTC speedups
      * Screen content mode
        * 15% IC speedup for speeds 6-8
        * ARM: 7% for speed 9, 3% for speed 10
      * Temporal layers video mode
        * 7% speedup for 3 temporal layers on VGA/HD, for speed 10
      * Single layer video
        * x86: 2% IC speedup for speeds 7-10
        * ARM: 2-4% speedup across speeds 5-10

  - Other improvements
    * VoD: Major improvements to global motion estimation, now enabled up to
      speed 4
    * RTC
      * Fixes to make lossless coding work.
      * Fixes to make frame dropper (--drop_frames) work for single and temporal
        layers.
      * Improvements to RPS (reference picture selection) recovery frames.
      * Improvements to rate control for temporal layers.
    * libwebm is updated to libwebm-1.0.0.29-9-g1930e3c

  - Bug Fixes
    * aomedia:3261 Assertion failed when encoding av1 with film grain and
      '--monochrome' flag
    * aomedia:3276 ensure all allocations are checked (partial fix)
    * aomedia:3451 The libaom library calls exit()
    * aomedia:3450 enable -Wshadow for C++ sources
    * aomedia:3449 Test Seg Faults After
      b459af3e345be402db052a143fcc5383d4b74cbd
    * aomedia:3416 prune unused symbols / restrict symbol visibility
    * aomedia:3443 Jenkins failure:
      UninstantiatedParameterizedTestSuite<EstimateNoiseTest>
    * aomedia:3434 realtime failures with CONFIG_BITSTREAM_DEBUG=1
    * aomedia:3433 DeltaqModeTest crash w/row_mt=0
    * aomedia:3429 Encoder crash when turn on both ExternalResize and
      g_threads > 2
    * aomedia:3438 Build failure with
      `-DSANITIZE=address -DBUILD_SHARED_LIBS=ON` when using clang.
    * aomedia:3435 Block artifacts when scrolling with AV1 in screen sharing
      scenarios
    * aomedia:3170 vmaf tune presets produce extreme glitches in one scene
    * aomedia:3401 Building shared libaom with MSVC results in a race condition
      with the export library
    * aomedia:3420 Floating point exception in av1_tpl_get_frame_importance()
    * aomedia:3424 heap-buffer-overflow in ScaleFilterCols_16_C() (SIGABRT)
    * aomedia:3417 examples/svc_encoder_rtc.c is using internal macros and
      functions
    * aomedia:3372 SEGV in assign_frame_buffer_p av1_common_int.h
    * aomedia:3130 'cpu-features.h' file not found on Android NDK 22
    * aomedia:3415 Encoder/decoder mismatch for svc_encoder_rtc running
      1 SL 3 TL
    * aomedia:3412 Lossless Mode Fails Loopback Bit Test
    * aomedia:3409 The use of AV1_VAR_OFFS in av1/encoder/var_based_part.c is
      incorrect for high bit depths
    * aomedia:3403 test_libaom fails with error message
      "feenableexcept() failed" on Linux arm
    * aomedia:3370 Random color block at fast motion area
    * aomedia:3393 Assertion failure in av1_convolve_2d_sr_c()
    * aomedia:3392 Strong artifacting for high bit-depth real-time
    * aomedia:3376 aomenc --threads=10 --deltaq-mode=3 crashes after
      "Allintra: multi-threading of calculating differential contrast"
    * aomedia:3380 Crashes and ASan and TSan errors in deltaq-mode=3
      multithreading code
    * chromium:1410766 heap-buffer-overflow in aom_yv12_copy_v_c
    * Cannot set level via AV1E_SET_TARGET_SEQ_LEVEL_IDX
    * Encoding failure due to the use of loop restoration with unintended use of
      lossless mode.
    * Signed integer overflow in scan_past_frames
    * Signed integer overflow in update_a_sep_sym
    * Flickering in AV1 1440p/2160p HDR transcodes
    * Fixed artifacts with screen share at encoder speed 10
    * Fixed prediction setup for IDTX

2023-05-08 v3.6.1
  This release includes several bug fixes. This release is ABI
  compatible with the last release. See
  https://aomedia.googlesource.com/aom/+log/v3.6.0..v3.6.1 for all the
  commits in this release.

  - Bug Fixes
    * aomedia:2871: Guard the support of the 7.x and 8.x levels for AV1
      under the CONFIG_CWG_C013 config flag, and only output the 7.x and
      8.x levels when explicitly requested.
    * aomedia:3382: Choose sb_size by ppi instead of svc.
    * aomedia:3384: Fix fullpel search limits.
    * aomedia:3388: Replace left shift of xq_active by multiplication.
    * aomedia:3389: Fix MV clamping in av1_mv_pred.
    * aomedia:3390: set_ld_layer_depth: cap max_layer_depth to
      MAX_ARF_LAYERS.
    * aomedia:3418: Fix MV clamping in av1_int_pro_motion_estimation.
    * aomedia:3429: Move lpf thread data init to lpf_pipeline_mt_init().
    * b:266719111: Fix undefined behavior in Arm Neon code.
    * b:269840681: nonrd_opt: align scan tables.
    * rtc: Fix is_key_frame setting in variance partition.
    * Build: Fix build with clang-cl and Visual Studio.
    * Build: Fix module definition file for MinGW/MSYS.

2023-02-03 v3.6.0
  This release includes compression efficiency and perceptual quality
  improvements, speedup and memory optimizations, and some new features.
  This release is ABI compatible with the last release.

  - New Features
    * New values 20-27 (corresponding to levels 7.0-7.3 and 8.0-8.3) for
      the encoder control AV1E_SET_TARGET_SEQ_LEVEL_IDX (note that the
      proposal to add the new levels are still in draft status). The
      original special value 24 (keep level stats only for level
      monitoring) is renumbered as 32.
    * New encoder control AV1E_SET_SKIP_POSTPROC_FILTERING to skip the
      application of post-processing filters on reconstructed frame in
      all intra mode.
    * New encoder option "kf-max-pyr-height": Maximum height of pyramid
      structure used for the GOP starting with a key frame (-1 to 5).
    * Make SVC work for screen content.
    * Rate control improvements to reduce frame-size spikes for screen
      content coding.
    * RISC-V architecture support with gcc toolchain.

  - Compression Efficiency Improvements
    * Peak compression efficiency in VOD setting is improved by 1%.
    * 0.7% - 2.2% RTC encoding BDrate gains for real time speed 8 to 10.
    * 15% RTC encoding BDrate gains for screen content speed 10.

  - Perceptual Quality Improvements
    * Resolved a visual quality issue that was reported for high
      resolution clips (2K) for speed 4 and above in VOD use case.
    * Visual quality improvements to screen content coding.
    * Quality improvements to temporal layer RTC coding.

  - Speedup and Memory Optimizations
    * RTC single-thread encoder speedup:
      o ~6% instruction count reduction for speed 5 and 6.
      o ~15% instruction count reduction for speed 7.
      o ~10% instruction count reduction for speed 8 to 10 (>=360p
        resolutions).
    * RTC multi-thread encoder speedup (beyond single-thread speedup):
      o 5-8% encode time reduction for speed 7 to 10.
    * RTC screen-content encoder speedup:
      o 11% instruction count reduction for speed 9 and 10 (>=720p
        resolutions).
    * ~5% reduction in heap memory requirements for RTC, speed 6 to 10.
    * AVIF:
      o 4-5% speedup for speed 9 in still-picture encoding mode.
      o 3-4% heap memory reduction in still-picture encoding mode for
        360p-720p resolutions with multiple threads.

  - Bug Fixes
    * Added a workaround for an AV1 specification bug which makes
      TRANSLATION type global motion models unusable.
    * Fixed AddressSanitizer global-buffer-overflow errors in
      av1/encoder/arm/neon/av1_fwd_txfm2d_neon.c.
    * Fixed AddressSanitizer heap-buffer-overflow error in
      av1_wiener_convolve_add_src_neon().
    * chromium:1393384 Avoid scene detection on spatial resize.
    * aomedia:3308 Remove color artifacts under high motion.
    * aomedia:3310 Avoid out of memory failures with Visual Studio 2017,
      2019, and 2022 for Win32 x86 builds.
    * aomedia:3346 Make SVC work properly for screen content.
    * aomedia:3348 Fix a bug where an uninitialized search_site is used.
    * aomedia:3365 Work around what seems like a Visual Studio 2022
      compiler optimization bug.
    * aomedia:3369 Incorrect PSNR values reported by libaom for 12-bit
      encode.

(ryoon)

2023-09-06 14:40:23 UTC MAIN commitmail json YAML

doc: Updated net/wget2 to 2.1.0

(ryoon)

2023-09-06 14:40:08 UTC MAIN commitmail json YAML

wget2: Update to 2.1.0

Changelog:
31.08.2023 Release v2.1.0
  * New option --follow-sitemaps
  * New option --dane (cert validation via DNS)
  * Implement --check-certificate=quiet
  * Support proxies on non-default ports
  * Added CIDR support for no_proxy (IPv4 and IPv6)
  * Improve recursive RSS/Atom processing
  * Improve default cert/bundle paths for Windows
  * Improve Windows and MSVC compatibility
  * Use CONNECT for https_proxy
  * Add decoding numeric XML entities
  * Improve OpenSSL code
  * Improve WolfSSL code
  * Improve the progress bar
  * New function wget_xml_decode_entities_inline()
  * Support compilation of wget.h from C++
  * Handle comments in robots.txt correctly
  * Fix parsing HTMP/XML entities in URLs from HTML/XML
  * Fix use-after-free when updating blacklist entries
  * Don't try setting file timestamps on ttys
  * Fix arguments parsing for --filter-urls
  * Fix removing fragments when converting links
  * Fix duplicate downloads for Link headers with rel=duplicate
  * Fix segmentation fault (NULL dereference when no HTTP header has been received)
  * Change arguments of wget_iri_compare to const
  * Fix memory leak in wget_hashmap_clear()
  * Extend network error messages with hostname and IP address
  * Fix status code for 5xx errors
  * Fix issue in wget_buffer_trim()
  * Improve tests, documentation, building

(ryoon)

2023-09-06 13:51:20 UTC MAIN commitmail json YAML

py-jupyterlab: needs py-hatch-jupyter-builder; thanks @wiz

(adam)

2023-09-06 13:22:43 UTC MAIN commitmail json YAML

qhull: add missing pkgconfig override

(nros)

2023-09-06 12:25:43 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.10nb4

(pin)

2023-09-06 12:25:21 UTC MAIN commitmail json YAML

audio/spotify-qt: enable Qt6

... and switch to it by default.

(pin)

2023-09-06 12:01:29 UTC MAIN commitmail json YAML

doc: Updated www/py-sydent to 2.5.6nb3

(wiz)

2023-09-06 12:01:11 UTC MAIN commitmail json YAML

py-sydent: add some missing dependencies

Self-tests now complete successfully.

Bump PKGREVISION.

(wiz)

2023-09-06 11:50:01 UTC MAIN commitmail json YAML

py-httpbin: fix spelling of TOOL_DEPENDS, fixing the build

(wiz)

2023-09-06 11:48:25 UTC MAIN commitmail json YAML

doc: Updated lang/lua54 to 5.4.6nb1

(wiz)

2023-09-06 11:48:15 UTC MAIN commitmail json YAML

lua54: fix man page name to match executable name

pkg_alternatives creates lua(1) and luac(1), overwriting these files.

Bump PKGREVISION.

(wiz)

2023-09-06 11:43:25 UTC MAIN commitmail json YAML

py-test-remote-data: add missing tool dependency

(wiz)

2023-09-06 11:26:53 UTC MAIN commitmail json YAML

x11/qt5ct: reset maintainer

Moved to Qt6.

(pin)

2023-09-06 11:25:43 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.21.14

(pin)

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

editors/tp-note: update to 1.21.14

Fix a minor regression when the title contains only sort-tag characters.

This release fixes a minor regression introduced with Tp-Note v1.21.10: Note
files, created with title fields containing only sort tag characters, need an
'extra_separator' between in the sort-tag and the title in their filename.
Failing this rule caused cyclic filename change when synchronizing the note's
metadata and the filename. Now, an extra-separator is correctly inserted
as before.

(pin)

2023-09-06 11:24:03 UTC MAIN commitmail json YAML

doc: Updated editors/focuswriter to 1.8.5

(pin)

2023-09-06 11:23:36 UTC MAIN commitmail json YAML

editors/focuswriter: update to 1.8.5

v1.7.6 was the last vesrion supporting Qt5 and has been around in pkgsrc for
that very reason. Now that Qt6 is stable, bring the package up-to-date.

1.8.5
-----
* FIXED: Unable to paste HTML into web browser.
* Translation updates: Russian, Turkish, Ukrainian.

1.8.4
-----
* FIXED: Did not ignore user input when force processing events.
* FIXED: Did not compile on macOS.
* FIXED: Did not compile on OS/2.
* Disabled typewriter sounds on OS/2.
* Replaced deprecated code.

1.8.3
-----
* FIXED: Did not play sound effect when pressing enter.
* FIXED: Played sound effect when opening files.
* FIXED: Missing version number.
* Translation updates: Dutch.

1.8.2
-----
* FIXED: Could not change language in portable mode.
* FIXED: Crashed during paste from context menu.
* FIXED: First line indent was lost on empty paragraphs.
* Always write RTF as Latin1.
* Replaced ICU with iconv.
* Improved Linux deployment.
* Translation updates: German, Korean, Portuguese (Brazil), Russian, Swedish.

1.8.1
-----
* Always write plain text as UTF-8.
* Always write RTF as codepage 1252.
* Replaced QTextCodec with ICU.
* Translation updates: Estonian, German.

1.8.0
-----
* FIXED: Lines were randomly duplicated in ODT.
* FIXED: Did not read text from lists in ODT.
* FIXED: Formatting was lost when restoring untitled documents from cache.
* FIXED: Loading headings caused document to shift vertically.
* FIXED: Timers did not show countdown in tooltip.
* FIXED: Sometimes could not remove dictionaries.
* Only restore changed files from cache.
* Refactored code.
* Removed XPM icon.
* Switched to Qt 6.
* Updated Unicode symbols database.
* Updated Windows dictionaries.
* Translation updates: Armenian, Bosnian, Czech, Dutch, French, Georgian,
  Italian, Lithuanian, Norwegian Bokm奪l, Norwegian Bokm奪l (Norway), Portuguese,
  Romanian, Swedish, Turkish, Ukrainian.

1.7.6
-----
* FIXED: Did not load locales with underscores.
* FIXED: Compile failure due to missing header.
* Translation updates: Slovenian, Swedish, Turkish.

(pin)

2023-09-06 11:22:23 UTC MAIN commitmail json YAML

doc: Updated archivers/arqiver to 0.11.0nb4

(pin)

2023-09-06 11:21:59 UTC MAIN commitmail json YAML

archivers/arqiver: Add Qt6 support

... and switch to it by default.

(pin)

2023-09-06 10:50:29 UTC MAIN commitmail json YAML

sysutils/fam: fix linking error on Linux for missing standard libraries.

(vins)

2023-09-06 10:42:51 UTC MAIN commitmail json YAML

devel/libtirpc: further buildlink file revision.

* use INCDIRS to provide a language-agnostic include path.
* fix linking for TI-RPC.

(vins)

2023-09-06 10:42:05 UTC MAIN commitmail json YAML

doc: Added mail/thunderbird102-l10n version 102.15.0

(hauke)

2023-09-06 10:41:49 UTC MAIN commitmail json YAML

doc: Added mail/thunderbird102 version 102.15.0

(hauke)

2023-09-06 10:40:30 UTC MAIN commitmail json YAML

2023-09-06 09:43:21 UTC MAIN commitmail json YAML

doc: Updated devel/regal to 0.8.0

(leot)

2023-09-06 09:42:55 UTC MAIN commitmail json YAML

regal: Update to 0.8.0

Changes:
v0.8.0
------
This is the most feature-packed release to date, adding a new output
format, four new rules, and many improvements across the board!

## New GitHub output format

The `regal lint` command now accepts a new `--format` option named
`github`. This is ideal for when Regal is run in CI/CD scenarios using
GitHub Actions. This format will emit annotations for any violation,
which will be visible in the pull request file view.

In addition to this, the GitHub output format will also create a linter
report visible in the "Checks" tab:

This report summarizes the result of linting, with links provided to
the documentation for any violation.

## New rule: use-some-for-output-vars

Using `some` to declare output variables used in iteration (and
elsewhere) has long been considered a best practice. Regal can now
identify places where variables are introduced without `some` and treat
these as errors.

## New rule: prefer-some-in-iteration

Similarly, the new `prefer-some-in-iteration` rule will have Regal warn
when using the "old" style of iteration which could be replaced in
favor of `some ... in`.

## New rule: metasyntactic-variable

Using rule and variable names like "foo", "bar" or "baz" might be
convenient in examples, but rarely has a place in production policy.
The new `metasyntactic-variable` rule will flag any occurences of these
names. The `ignore` directive may of course be used to e.g. allow these
type of variables in tests or other legitimate locations.

## New rule: file-length

Having policy files span several hundred lines of code is often a
signal to consider refactoring the code into smaller units, and to
modularize properly using packages and imports. The new `file-length`
rule by default flags any file with more than 500 lines. This number
can be changed via the rule's configuration.

v0.7.0
------
This release adds a new `custom` category to the built-in rules, which
allows users to easily define the most common organizational
requirements, like naming conventions, by simply editing their Regal
configuration.

## New custom category, and `naming-convention` rule

The custom category of rules allows teams and organizations to define
their own conventions for their Rego projects, without having to write
custom linter policies. Naming conventions are likely the most common
requirement, which is also what the new naming-convention rule helps
solve by allowing users to specify their conventions in the Regal
configuration using regex patterns.

(leot)

2023-09-06 09:34:09 UTC MAIN commitmail json YAML

doc: Updated devel/conftest to 0.45.0

(leot)

2023-09-06 09:34:01 UTC MAIN commitmail json YAML

conftest: Update to 0.45.0

Changes:
v0.45.0
-------
* Added support for Azure DevOps output
* Update to OPA 0.56.0

(leot)

2023-09-06 09:24:56 UTC MAIN commitmail json YAML

doc: Updated devel/opa to 0.56.0

(leot)

2023-09-06 09:24:49 UTC MAIN commitmail json YAML

opa: Update to 0.56.0

Changes:
v0.56.0
-------
This release contains a mix of new features, bugfixes and a new builtin
function.

### Support for General References in Rule Heads (Experimental)

A new experimental feature in OPA is support for general refs in rule
heads. Where a general ref is a reference with variables at arbitrary
locations.

```rego
package example

import future.keywords

# Converting a flat list of users to a mapping by "role" and then "id".
users_by_role[role][id] := user if {
    some user in data.users
    id := user.id
    role := user.role
}

# Explicit "admin" key override to the above mapping.
users_by_role.admin[id] := user if {
    some user in data.admins
    id := user.id
}

# Leaf entries can be multi-value.
users_by_country[country] contains user.id if {
    some user in data.users
    country := user.country
}
```

General refs are currently not supported by the OPA planner, making
this feature unsupported for Wasm and IR.

Note: this feature is disabled by default, and needs to be enabled by
setting the `EXPERIMENTAL_GENERAL_RULE_REFS` environment variable (once
the feature is complete - supports Wasm and IR - this requirement will
be dropped).

### New Built-In Function: `numbers.range_step`

Similar to the `numbers.range` built-in function, `numbers.range_step`
returns an array of numbers in a given range. The new built-in function
also allows you to control the _step between each entry_.

### Breaking changes

Since its introduction in 0.34.0, the `--exit-zero-on-skipped` option
always made the `opa test` command return an exit code 0. When used, it
now returns the exit code 0 only if no failed tests were found.

Test runs on existing projects using `--exit-zero-on-skipped` will fail
if any failed tests were inhibited by this behavior.

(leot)

2023-09-06 08:24:21 UTC MAIN commitmail json YAML

Add missing p5-File-Slurp dependency

Bump PKGREVISION

(abs)

2023-09-06 07:28:13 UTC MAIN commitmail json YAML

doc: Updated www/py-flask-cors to 4.0.0

(kleink)

2023-09-06 07:27:56 UTC MAIN commitmail json YAML

py-flask-cors: Update to 4.0.0.

## 4.0.0
* Remove support for Python versions older than 3.8 by @WAKayser in https://github.com/corydolphin/flask-cors/pull/330
* Add GHA tooling by @corydolphin in https://github.com/corydolphin/flask-cors/pull/331

## 3.1.01
* Include examples to specify that schema and port must be included in … by @YPCrumble in https://github.com/corydolphin/flask-cors/pull/294
* two small changes to the documentation, based on issue #290 by @bbbart in https://github.com/corydolphin/flask-cors/pull/291
* Fix typo by @sunarch in https://github.com/corydolphin/flask-cors/pull/304
* FIX: typo in CSRF by @sattamjh in https://github.com/corydolphin/flask-cors/pull/315
* Test against recent Python versions by @pylipp in https://github.com/corydolphin/flask-cors/pull/314
* Correct spelling mistakes by @EdwardBetts in https://github.com/corydolphin/flask-cors/pull/311
* 'Access-Control-Allow-Private-Network = true' header for http response by @chelo-kjml in https://github.com/corydolphin/flask-cors/pull/318
* docs: Fix a few typos by @timgates42 in https://github.com/corydolphin/flask-cors/pull/323
* [Docs] Fix typo in configuration documentation by @sachit-shroff in https://github.com/corydolphin/flask-cors/pull/316

(kleink)

2023-09-06 07:21:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-borgbackup to 1.2.6

(wiz)

2023-09-06 07:21:21 UTC MAIN commitmail json YAML

py-borgbackup: update to 1.2.6.

Pre-1.2.5 archives spoofing vulnerability (CVE-2023-36811)
----------------------------------------------------------

A flaw in the cryptographic authentication scheme in Borg allowed an attacker to
fake archives and potentially indirectly cause backup data loss in the repository.

The attack requires an attacker to be able to

1. insert files (with no additional headers) into backups
2. gain write access to the repository

This vulnerability does not disclose plaintext to the attacker, nor does it
affect the authenticity of existing archives.

Creating plausible fake archives may be feasible for empty or small archives,
but is unlikely for large archives.

The fix enforces checking the TAM authentication tag of archives at critical
places. Borg now considers archives without TAM as garbage or an attack.

We are not aware of others having discovered, disclosed or exploited this vulnerability.

Below, if we speak of borg 1.2.5, we mean a borg version >= 1.2.5 **or** a
borg version that has the relevant security patches for this vulnerability applied
(could be also an older version in that case).

Steps you must take to upgrade a repository:

1. Upgrade all clients using this repository to borg 1.2.6.
  Note: it is not required to upgrade a server, except if the server-side borg
  is also used as a client (and not just for "borg serve").

  Do **not** run ``borg check`` with borg > 1.2.4 before completing the upgrade steps.

2. Run ``BORG_WORKAROUNDS=ignore_invalid_archive_tam borg info --debug <repo> 2>&1 | grep TAM | grep -i manifest``.

  a) If you get "TAM-verified manifest", continue with 3.
  b) If you get "Manifest TAM not found and not required", run
      ``borg upgrade --tam --force <repository>`` *on every client*.

3. Run ``BORG_WORKAROUNDS=ignore_invalid_archive_tam borg list --format='{name} {time} tam:{tam}{NL}' <repo>``.
  "tam:verified" means that the archive has a valid TAM authentication.
  "tam:none" is expected as output for archives created by borg <1.0.9.
  "tam:none" is also expected for archives resulting from a borg rename
  or borg recreate operation (see #7791).
  "tam:none" could also come from archives created by an attacker.
  You should verify that "tam:none" archives are authentic and not malicious
  (== have good content, have correct timestamp, can be extracted successfully).
  In case you find crappy/malicious archives, you must delete them before proceeding.
  In low-risk, trusted environments, you may decide on your own risk to skip step 3
  and just trust in everything being OK.

4. If there are no tam:none archives left at this point, you can skip this step.
  Run ``BORG_WORKAROUNDS=ignore_invalid_archive_tam borg upgrade --archives-tam <repo>``.
  This will unconditionally add a correct archive TAM to all archives not having one.
  ``borg check`` would consider TAM-less or invalid-TAM archives as garbage or a potential attack.
  To see that all archives now are "tam:verified" run: ``borg list --format='{name} {time} tam:{tam}{NL}' <repo>``

5. Please note that you should never use BORG_WORKAROUNDS=ignore_invalid_archive_tam
  for normal production operations - it is only needed once to get the archives in a
  repository into a good state. All archives have a valid TAM now.

Vulnerability time line:

* 2023-06-13: Vulnerability discovered during code review by Thomas Waldmann
* 2023-06-13...: Work on fixing the issue, upgrade procedure, docs.
* 2023-06-30: CVE was assigned via Github CNA
* 2023-06-30 .. 2023-08-29: Fixed issue, code review, docs, testing.
* 2023-08-30: Released fixed version 1.2.5 (broken upgrade procedure for some repos)
* 2023-08-31: Released fixed version 1.2.6 (fixes upgrade procedure)

Version 1.2.6 (2023-08-31)
--------------------------

For upgrade and compatibility hints, please also read the section "Upgrade Notes"
above.

Fixes:

- The upgrade procedure docs as published with borg 1.2.5 did not work, if the
  repository had archives resulting from a borg rename or borg recreate operation.

  The updated docs now use BORG_WORKAROUNDS=ignore_invalid_archive_tam at some
  places to avoid that issue, #7791.

  See: fix pre-1.2.5 archives spoofing vulnerability (CVE-2023-36811),
  details and necessary upgrade procedure described above.

Other changes:

- updated 1.2.5 changelog entry: 1.2.5 already has the fix for rename/recreate.
- remove cython restrictions. recommended is to build with cython 0.29.latest,
  because borg 1.2.x uses this since years and it is very stable.
  you can also try to build with cython 3.0.x, there is a good chance that it works.
  as a 3rd option, we also bundle the `*.c` files cython outputs in the release
  pypi package, so you can also just use these and not need cython at all.

(wiz)

2023-09-06 06:48:53 UTC MAIN commitmail json YAML

doc: Updated www/py-flask-static-digest to 0.4.0

(kleink)

2023-09-06 06:48:36 UTC MAIN commitmail json YAML

py-flask-static-digest: Update to 0.4.0.

## [0.4.0] - 2023-05-14

- Brotli support added by [Dr. Matthew Swabey](https://github.com/mattaw)
- Remove `FLASK_STATIC_DIGEST_GZIP_FILES` gzip config option
- Add `FLASK_STATIC_DIGEST_COMPRESSION` (defaults to `["gzip"]` and replaces the old gzip config option)

## [0.3.0] - 2022-03-16

- Add support for digesting static files in blueprints and nested blueprints
- Spruce up the code base by using Black for code formatting

(kleink)

2023-09-06 03:30:08 UTC MAIN commitmail json YAML

CHANGES-2023: revert previous (not an update).

(schmonz)

2023-09-06 03:22:58 UTC MAIN commitmail json YAML

doc: Updated mail/rspamd to 3.6

(schmonz)

2023-09-06 03:22:52 UTC MAIN commitmail json YAML

2023-09-06 01:50:50 UTC MAIN commitmail json YAML

2023-09-05 20:32:37 UTC MAIN commitmail json YAML

doc: Updated editors/feathernotes to 1.1.0nb5

(pin)

2023-09-05 20:32:10 UTC MAIN commitmail json YAML

2023-09-05 18:59:00 UTC MAIN commitmail json YAML

Updated audio/py-mutagen, www/py-aiohttp-socks, devel/py-tox, devel/py-test

(adam)

2023-09-05 18:58:32 UTC MAIN commitmail json YAML

py-test: updated to 7.4.1

pytest 7.4.1 (2023-09-02)
=========================

Bug Fixes
---------
- Fixed bug where fake intermediate modules generated by ``--import-mode=importlib`` would not include the
  child modules as attributes of the parent modules.
- Fixed error assertion handling in :func:`pytest.approx` when ``None`` is an expected or received value when comparing dictionaries.
- Fixed issue when using ``--import-mode=importlib`` together with ``--doctest-modules`` that caused modules
  to be imported more than once, causing problems with modules that have import side effects.

(adam)

2023-09-05 18:56:43 UTC MAIN commitmail json YAML

py-tox: updated to 4.11.1

v4.11.1
Allow passing in multiple overrides using the ; character and fix , being used as splitting values

(adam)

2023-09-05 18:53:53 UTC MAIN commitmail json YAML

py-aiohttp-socks: updated to 0.8.2

v0.8.2
Unknown changes

(adam)

2023-09-05 18:51:12 UTC MAIN commitmail json YAML

py-mutagen: updated to 1.47.0

1.47.0 - 2023-09-03
-------------------

* ID3: Allow reading TYER tags in the form of "yyyy-mm-dd"
* ID3: Handle negative extended header sizes
* ID3: id3 frames fix bad cast due to str.isdigit
* MP3: Auto-detect MP3 files without ID3 tags
* WAVE: Extensible wave format support
* WAVE, AIFF: Handle truncated IFF files
* MP4: add a check for wrong offsets in mp4 files
* FLAC: Fix cuesheet and seektable saving
* TrueAudio: Read sample rate as unsigned and handle zero sample rate
* docs: Fixed documentation for id3.ID3.save parameter v2_version
* docs: Make extlinks compatible with sphinx 6.0
* docs: Fixed various typos
* Add some more type annotations
* Various minor fixes for issues uncovered by oss-fuzz

(adam)

2023-09-05 17:06:04 UTC MAIN commitmail json YAML

k3b: remove musicbrainz dependency

musicbrainz has been removed from pkgsrc.

Bump PKGREVISION.

(wiz)

2023-09-05 16:54:20 UTC MAIN commitmail json YAML

2023-09-05 16:33:23 UTC MAIN commitmail json YAML

editors/featherpad: correct comment

(pin)

2023-09-05 14:42:34 UTC MAIN commitmail json YAML

doc: Updated graphics/sane-airscan to 0.99.27

(ryoon)

2023-09-05 14:42:18 UTC MAIN commitmail json YAML

2023-09-05 14:38:47 UTC MAIN commitmail json YAML

sane-backends: restore some PLIST.foo variables

(wiz)

2023-09-05 14:32:45 UTC MAIN commitmail json YAML

sane-frontends: Fix PKGVERSION with newer sane-backends

(ryoon)

2023-09-05 14:31:52 UTC MAIN commitmail json YAML

doc: Updated graphics/sane-backends to 1.2.1

(ryoon)

2023-09-05 14:31:39 UTC MAIN commitmail json YAML

sane-backends: Update to 1.2.1

Changelog:
## New with 1.2.1 (released 2023-02-05)

### Backends

- `avision`:
    - Minor fix for protocol packet length.
    - Added “basic” support for Avision AD345F. Note that multi-sheet scanning is problematic.
    - Fix for 32-bit limitation on scan line size which caused early abort of scan.
    - Fix for minimum resolution for devices with AV_ASIC_C6.
    - Various small logic errors addressed.

- `canon`: Use the common model name instead of string from the device.
- `canon_lide70`: Some small corrections to option support.
- `canon_pp`: Potential buffer overrun issue addressed.
- `canon-dr`: Added support for lifecycle counters for dr-x10c scanners.
- `epjitsu`: Hang fix for Scansnap S1300i.
- `epsonds`: Added support for Epson XP-2200 Series devices.
- `escl`:
    - Fixes related to support for HP M277dw.
    - Fix for Canon TS-3400 series resolution support.
    - Added support for Epson EcoTank L3160.
    - Fix for segfault crash.
    - Performance and memory use enhancements through the use of memory-mapped I/O.
    - Fix for TIFF file type generation failure.
    - IPv6 detection improvements.
- `fujitsu`:
    - Contrast/brightness fixes for Fujitsu ix500.
    - Support confirmed for Fujitsu fi-7300NX.
    - Support added for ScanSnap ix1400.
    - Added support for ScanPartner SP30.
- `genesys`:
    - Fixes for unit test build errors related to GCC 12.
    - Fix for 32-bit limitation on scan line size which caused early abort. of scan.
    - Build issue fix for OSX.
    - Button support for Canon 8400f scanner corrected.
    - Support added back in for Plustek OpticFilm 7600i: config file entry was missing.
- `kvs40xx`: Compiler warnings fixed.
- `mustek_usb2`: Compiler warnings fixed.
- `pixma`:
    - Fix for Canon TS-3400 series resolution support.
    - Button support for Canon MG5700 series corrected.
    - Added support for Canon imageRUNNER 1018/1022/1023.
    - Added support for Canon PIXMA TS2400 Series.
    - Added support for Canon PIXMA TS2600 Series.
    - Testing confirmed for Canon TS6400 series devices.
    - Testing confirmed for Canon TS3400 series devices.
    - Various devices’ max resolutions fixed.
    - Minor fix for broadcast buffer size error.
- `plustek_pp`: Support removed for deprecated Linux kernel driver build.
- `test`: Fix for 32-bit limitation on scan line size which caused early abort of scan.
- `xerox_mfp`:
    - JPEG support fix for Samsung SCX-4828 FN and similar.
    - JPEG support fix for Samsung SCX-4824 FN and similar.

### Frontends

- `sane-find-scanner`: Alteration to output to indicate that indicated devices are potentially scanners.
- `saned`: Fix for poll.h header file, which caused problems on Alpine Linux.
- `scanimage`:
    - Attempts to set readonly options will give a warning about readonly option set attempt now, instead of the misleading "unknown option" error.
    - Header file build fixes for FreeBSD.
    - Fix for backends presenting NULL attributes in deactivated options.

### Miscellaneous

- Updated translation to Russian, Italian, British English and Ukraine.
- Compiler warnings addressed for a number of backends.
- A number of fixes for the build system:
  - Fix to ignore LDFLAGS environment variable in build.
  - Fix to not build umax_pp tool when disabled.
  - Fix for CLANG compiler warnings.
  - Various small improvements to dependency checking and CI builds.
  - General corrections for backends’ use of mkstemp() function.
  - Added support for autotools’ silent build option.
  - Remove –with-group configure option, since it is no longer used.
  - Autotools fixes for backend library installation.

## New with 1.1.1 (released 2022-01-18)

### Backends

- `epson2`: Fixed support for many scanners that don't support focus command.
- `epson2`: Improve reliability of long scans.
- `epsonds`: Implemented support for the following Epson scanners:
  - DS-1610
  - DS-1630
  - DS-1660W
  - DS-310
  - DS-320
  - DS-360W
  - DS-410
  - DS-530
  - DS-530II
  - DS-531
  - DS-535
  - DS-535H
  - DS-535II
  - DS-570W
  - DS-570WII
  - DS-571W
  - DS-575W
  - DS-575WII
  - DS-70
  - DS-80W
  - ES-200
  - ES-300W
  - ES-300WR
  - ES-400
  - ES-400II
  - ES-50
  - ES-500W
  - ES-500WII
  - ES-500WR
  - ES-55R
  - ES-580W
  - ES-60W
  - ES-60WB
  - ES-60WW
  - ES-65WR
  - ET-2700 Series
  - ET-2710 Series
  - ET-2810 Series
  - ET-M2140 Series
  - ET-M3140 Series
  - EW-052A Series
  - FF-680W
  - L3150 Series
  - L3200 Series
  - L3210 Series
  - L3250 Series
  - L4150 Series
  - M2140 Series
  - M3140 Series
  - RR-60
  - RR-600W
  - RR-70W
  - XP-2100 Series
  - XP-2150 Series
- `epson2`: Marked XP-452 455 series as supported in documentation.
- `escl`: Fixed scanning problems on certain scanners due to incorrect URL being used
  (https://gitlab.com/sane-project/backends/-/issues/479)
- `escl`: Fixed support for different resolutions when using JPEG format.
- `escl`: Fixed handling of ipp-usb redirects to localhost which previously caused certain scanners
  to be always reported as busy.
- `escl`: Added support for Brother DCP-J772DW and Epson ET-2750 scanners.
- `escl`: Marked the following scanners as supported in documentation:
  - Canon PIXMA G4511
  - Canon PIXMA TR4550 Series
  - Canon PIXMA TR4551 Series
  - Epson ET-6100
- `escl`: Implemented support for disabling PDF output on scanners where it's broken
  (https://gitlab.com/sane-project/backends/-/issues/510)
- `escl`: Implemented support for Canon PIXME TR4520 and TR7500 scanners.
- `genesys`: Improved scan quality on Canon LiDE 35/40/50/60 by using brighter LED illumination.
- `genesys`: Fixed control of contrast and brigthness on certain scanners
  (https://gitlab.com/sane-project/backends/-/issues/271).
- `genesys`: Fixed crashes when handling slightly unexpected conditions
  (https://gitlab.com/sane-project/backends/-/issues/464).
- `genesys`: Fixed support for Plustek Opticfilm 7200 v2 scanner.
- `genesys`: Fixed button support on HP ScanJet G4010.
- `genesys`: Fixed compilation on gcc-4.8.
- `genesys`: Fixed incorrect LED exposure calculation leading to wrong color balance on certain
  resolutions on gl841 scanners
- `genesys`: Improved gray scan quality on Canon LiDE 110, 120, 210, 220
  (https://gitlab.com/sane-project/backends/-/issues/106,
  https://gitlab.com/sane-project/backends/-/issues/52).
- `genesys`: Fixed issue of motor becoming stuck at certain resolutions on Canon LiDE 50
  and possibly other gl841 scanners (https://gitlab.com/sane-project/backends/-/issues/357)
- `genesys`: Fixed periodic black lines in gray scans on Canon LiDE 80.
- `genesys`: Removed support for broken 75 and 100 dpi hardware resolutions to fix preview
  scans (https://gitlab.com/sane-project/backends/-/issues/383). These resolutions did
  not have any benefit compared to next smallest 150 dpi resolution.
- `genesys`: Add support for running in embedded environments that don't support threads.
- `genesys`: Fixed gray scans to use white color for illumination instead of red on
  Canon LiDE 35/40/50/60 and potentially other gl841 scanners. Old behavior can
  be restored via the color filter setting to select specific color component for
  the gray scan.
- `genesys`: The genesys backend is now distributed under GPL v2 or later license.
  Previously there existed an exception that allowed additional uses of the backend.
- `gt68xx`: Fixed several memory issues that can potentially lead to crashes or increased memory use.
- `hp4200`: Fixed crash when using HP ScanJet 4200C
  (https://gitlab.com/sane-project/backends/-/issues/454).
- `microtek`: Fixed support for embedded platforms using `uclibc`.
- `pieusb`: Implemented support for Reflecta RPS 10M scanner.
- `pieusb`: Fixed support for automatically advancing slides on DigitDia 4000.
- `pixma`: Fixed compliation with `NDEBUG` macro defined.
- `pixma`: Marked Canon PIXMA G4511 as supported in documentation
- `scangearmp2`: Mark GX6000, GX7000, TS5400 and MX455 series as supported.
- `sm3600-scanutil`: Fixed support for embedded platforms using `uclibc`.

### Frontends

- Improved documentation of `scanimage` concerning options provided by backends.
- `scanimage`: Improved help to specify which options are advanced.
- `scanimage`: Implemented support for PDF output format.

### Miscellaneous

- Added translation to Simplified Chinese.

(ryoon)

2023-09-05 14:09:58 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 117.0

(ryoon)

2023-09-05 14:09:44 UTC MAIN commitmail json YAML

firefox-l10n: Update to 117.0

* Sync with www/firefox-117.0.

(ryoon)

2023-09-05 14:09:07 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 117.0

(ryoon)

2023-09-05 14:08:40 UTC MAIN commitmail json YAML

firefox: Update to 117.0

Changelog:
New
  * Support for credit card autofill has been extended to users running Firefox
    in the IT, ES, AT, BE, and PL locales.

  * macOS users can now control the tabability of controls and links via
    about:preferences.
    Screenshot of new macOS tabability option in about:preferences

  * To avoid undesirable outcomes on sites which specify their own behavior
    when pressing shift+right-click, Firefox now has a
    dom.event.contextmenu.shift_suppresses_event preference to prevent the
    context menu from appearing.

Fixed
  * YouTube video lists now scroll correctly when navigating with a screen
    reader.

  * Various security fixes.

Changed
  * Firefox no longer shows its own screen sharing indicator on Wayland desktop
    environments. The system default sharing indicator will be used instead.

Enterprise
  * You can find information about policy updates and enterprise specific bug
    fixes in the Firefox for Enterprise 117 Release Notes.

Developer
  * Developer Information
  * Web compatibility inspection has been enhanced with our new CSS
    compatibility tooltip in the Developer Tools Inspector. An icon is now
    displayed next to properties that could lead to web compatibility issues.
    When hovered, the tooltip indicates which browsers are not supported and
    displays a link to the MDN page for the property so the user can learn more
    about it.
    Screenshot showing CSS compatibility icon for a property shown in the
    Inspector

  * console.clear() no longer clears the Console output if the "Enable
    persistent logs" option is enabled.

Web Platform
  * Support for improved CSS nesting is now enabled by default.

  * Firefox now supports RTCRtpScriptTransform.

  * ReadableStream.from is now supported, allowing creation of a ReadableStream
    from an (async) iterable.

  * Firefox now supports the math-style and math-depth CSS properties and the
    font-size: math value.

Security fixes:
#CVE-2023-4573: Memory corruption in IPC CanvasTranslator
#CVE-2023-4574: Memory corruption in IPC ColorPickerShownCallback
#CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback
#CVE-2023-4576: Integer Overflow in RecordedSourceSurfaceCreation
#CVE-2023-4577: Memory corruption in JIT UpdateRegExpStatics
#CVE-2023-4578: Error reporting methods in SpiderMonkey could have triggered an
Out of Memory Exception
#CVE-2023-4579: Persisted search terms were formatted as URLs
#CVE-2023-4580: Push notifications saved to disk unencrypted
#CVE-2023-4581: XLL file extensions were downloadable without warnings
#CVE-2023-4582: Buffer Overflow in WebGL glGetProgramiv
#CVE-2023-4583: Browsing Context potentially not cleared when closing Private
Window
#CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15,
Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2
#CVE-2023-4585: Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2, and
Thunderbird 115.2

(ryoon)

2023-09-05 13:44:13 UTC MAIN commitmail json YAML

keepassxc: add comment about lack of qt6 support

(wiz)

2023-09-05 13:43:39 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 1.4.1nb1

(pin)

2023-09-05 13:43:15 UTC MAIN commitmail json YAML

editors/featherpad: enable Qt6

... and switch to it by default.
Thanks to wiz@ for a quick review.

(pin)

2023-09-05 13:42:32 UTC MAIN commitmail json YAML

opensmtpd-filter-dnsbl: require _GNU_SOURCE for strcasestr() on Linux.

(vins)

2023-09-05 13:33:04 UTC MAIN commitmail json YAML

doc: Updated www/py-hyperkitty to 1.3.7nb1

(wiz)

2023-09-05 13:32:55 UTC MAIN commitmail json YAML

py-hyperkitty: remove sassc dependency

It is not a build or run-time requirement, despite what the .spec file
says.

Bump PKGREVISION.

(wiz)

2023-09-05 13:25:17 UTC MAIN commitmail json YAML

opensmtpd-filter-dkimsign: enable backward-compatibility for OpenBSD funcs on Linux.

Required for glibc < 2.24, which lacks reallocarray() and
explicit_bzero().

(vins)

2023-09-05 13:22:43 UTC MAIN commitmail json YAML

libopensmtpd: enable backward-compatibility for OpenBSD funcs on Linux.

Required for glibc < 2.24, as it lacks reallocarray() and
explicit_bzero().

(vins)

2023-09-05 13:14:25 UTC MAIN commitmail json YAML

gnome-shell: does not use sassc when building from tarballs

(Since some 40.x alpha release.)

Remove TOOL_DEPENDS on sassc.

(wiz)

2023-09-05 12:15:57 UTC MAIN commitmail json YAML

2023-09-05 11:21:29 UTC MAIN commitmail json YAML

doc: Updated www/cobalt to 0.19.0

(wiz)

2023-09-05 11:21:19 UTC MAIN commitmail json YAML

cobalt: update to 0.19.0.

Update provided by pin@, thanks!

pkgsrc:
- Switch off sass feature by default due to libsass and sass-rs deprecation
see, https://github.com/cobalt-org/cobalt.rs/issues/1050 and
https://github.com/cobalt-org/cobalt.rs/pull/1090

[0.19.0] - 2023-06-06
Compatibility
- Removed support for vimwiki (parser/renderer was unmaintained)
- MSRV is now 1.70.0

[0.18.5] - 2023-06-02
- No ChangeLog provided

[0.18.4] -2023-04-20
- No ChangeLog provided

(wiz)

2023-09-05 10:03:56 UTC MAIN commitmail json YAML

gupnp: Needs -lsocket on SunOS

(nia)

2023-09-05 09:44:44 UTC MAIN commitmail json YAML

x11/qt6ct: fix PLIST and unbreak build.

(vins)

2023-09-05 09:39:55 UTC MAIN commitmail json YAML

nuspell: Use USE_CXX_FEATURES. Fixes build on NetBSD 9.

(nia)

2023-09-05 09:33:14 UTC MAIN commitmail json YAML

xosview2: still requires c++17 in USE_LANGUAGES.

(vins)

2023-09-05 08:05:52 UTC MAIN commitmail json YAML

libtirpc: s/CFLAGS/CPPFLAGS in buildlink file.

(vins)

2023-09-05 07:23:00 UTC MAIN commitmail json YAML

zola: remove unused libsass dependency

SASS support was switched to a rust crate.

Bump PKGREVISION.

(wiz)

2023-09-05 06:45:17 UTC MAIN commitmail json YAML

libmusicbrainz: remove

This was the old v3 version of the API, the newer (but still obsolete)
v5 version is in audio/libmusizbrainz5.

(wiz)

2023-09-05 06:41:47 UTC MAIN commitmail json YAML

2023-09-05 06:40:42 UTC MAIN commitmail json YAML

kde4: remove kscd from meta package

(wiz)

2023-09-05 06:04:53 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.7.0

(pin)

2023-09-05 06:04:27 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.7.0

v18.7.0
Features
- helm: add segment (43aca8e)

v18.6.4
Bug Fixes
- git: correctly identify conflicted files (8f8dd04)

(pin)

2023-09-05 04:38:56 UTC MAIN commitmail json YAML

Updated devel/py-ipykernel, www/py-aiohttp-socks

(adam)

2023-09-05 04:38:35 UTC MAIN commitmail json YAML

py-aiohttp-socks: updated to 0.8.1

v0.8.1

Fix issue 27

(adam)

2023-09-05 04:37:10 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.25.2

6.25.2

Bugs fixed

- Make iostream shutdown more robust
- Don't call QApplication.setQuitOnLastWindowClosed(False).
- Avoid starting IOPub background thread after it's been stopped

(adam)

2023-09-04 23:01:17 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4-extras to 4.18.1

(gutteridge)

2023-09-04 23:00:47 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4 to 4.18.1

(gutteridge)

2023-09-04 23:00:33 UTC MAIN commitmail json YAML

2023-09-04 22:51:24 UTC MAIN commitmail json YAML

xfce4-icon-theme: drop unnecessary use of XFCE4_VERSION (NFC)

(gutteridge)

2023-09-04 22:27:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-appfinder to 4.18.1

(gutteridge)

2023-09-04 22:26:43 UTC MAIN commitmail json YAML

xfce4-appfinder: update to 4.18.1

Change log:

4.18.1 (2023-08-22)
======
- Add style class to selected app icon (!42)
- Restore command icons in Commands history (!33)
- Update preferences window to match default settings (!35)

(gutteridge)

2023-09-04 20:52:18 UTC MAIN commitmail json YAML

gnome-mplayer: remove default-off libmusicbrainz option

This used the old v3 of libmusicbrainz.

(wiz)

2023-09-04 20:44:04 UTC MAIN commitmail json YAML

texlive-collection-binextra: add dvisvgm

(markd)

2023-09-04 20:42:12 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-gensymb

(markd)

2023-09-04 20:27:12 UTC MAIN commitmail json YAML

kde4: korganizer is in time.

(markd)

2023-09-04 19:51:28 UTC MAIN commitmail json YAML

doc: Updated pkgtools/libnbcompat to 20230904

(jperkin)

2023-09-04 19:51:19 UTC MAIN commitmail json YAML

libnbcompat: Update to 20230904.

Pull in changes from revision 1.13 of NetBSD sha2.c from 14 years ago to
fix type punning issues seen with newer GCCs.

Fixes "pkg_admin digest" on SmartOS with GCC 12, where the output was
completely wrong, causing bulk builds to rebuild every package every time
now that USE_PKG_ADMIN_DIGEST=yes is the default.

(jperkin)

2023-09-04 17:51:16 UTC MAIN commitmail json YAML

doc: Updated sysutils/daemontools-run to 20230904

(schmonz)

2023-09-04 17:51:11 UTC MAIN commitmail json YAML

daemontools-run: update to 20230903.

pkgsrc changes:

- Create a /service symlink, if possible, pointing to ${VARBASE}/service
- Change default rc.d svscan_servicedir to "/service"
- Allow daemontools-encore to satisfy the dependency
- Move SMF configuration here (from daemontools)

(schmonz)

2023-09-04 17:50:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/daemontools to 0.76nb5

(schmonz)

2023-09-04 17:50:49 UTC MAIN commitmail json YAML

daemontools: move SMF bits to daemontools-run.

Bump PKGREVISION.

(schmonz)

2023-09-04 14:17:11 UTC MAIN commitmail json YAML

doc: Added converters/dvisvgm version 2.1.3

(wiz)

2023-09-04 14:16:53 UTC MAIN commitmail json YAML

converters/Makefile: + dvisvgm

(wiz)

2023-09-04 14:16:29 UTC MAIN commitmail json YAML

converters/dvisvgm: import dvisvgm-2.1.3

Packaged for wip by Kamil Rytarowski, with some updates and cleanups by me.

dvisvgm is a utility for TeX/LaTeX users. It converts DVI and EPS files to the
XML-based scalable vector graphics format SVG. The latest releases support
standard DVI files (version 2) as well as DVI output created by pTeX in
vertical mode (version 3), and XeTeX (versions 5 to 7, also known as XDV).

(wiz)

2023-09-04 13:51:00 UTC MAIN commitmail json YAML

libcanberra: pkglint cleanup

(wiz)

2023-09-04 13:50:53 UTC MAIN commitmail json YAML

doc: Updated audio/libcanberra to 0.30nb10

(wiz)

2023-09-04 13:50:42 UTC MAIN commitmail json YAML

libcanberra: default to gtk3 support only

(disable gtk2 option)

Bump PKGREVISION.

(wiz)

2023-09-04 12:17:56 UTC MAIN commitmail json YAML

gupnp: really fix documentation build

add another missing dependency, and TOOL_DEPEND on libxslt for xsltproc
instead of using its buildlink3.mk

(wiz)

2023-09-04 11:42:38 UTC MAIN commitmail json YAML

thunderbird: apparently configure.py eventually requires py-curses
OK pho@

(prlw1)

2023-09-04 11:21:30 UTC MAIN commitmail json YAML

doc: Added meta-pkgs/opensmtpd-filters version 1.0

(vins)

2023-09-04 11:20:12 UTC MAIN commitmail json YAML

+ opensmtpd-filters

(vins)

2023-09-04 11:17:49 UTC MAIN commitmail json YAML

Initial import of the opensmtpd-filters meta-package.

This package provides all the available filter integrations for the
OpenSMTPD mail transfer agent. Included filters are:

* filter-dkimsign
* filter-dnsbl
* filter-rspamd
* filter-senderscore

This package does not contain anything by itself -- it is a
"meta-package" that depends on other packages.  Its sole purpose is
to require dependencies so users can install this package only and
have all the other packages pulled in by the package dependency
mechanism.

(vins)

2023-09-04 10:54:08 UTC MAIN commitmail json YAML

qt6-qtbase: fix PLIST when cups option is off as reported by martin husemann on pkgsrc-users

(nros)

2023-09-04 10:35:35 UTC MAIN commitmail json YAML

doc: Added mail/opensmtpd-filter-dnsbl version 0.3

(vins)

2023-09-04 10:34:28 UTC MAIN commitmail json YAML

+ opensmtpd-filter-dnsbl

(vins)

2023-09-04 10:32:47 UTC MAIN commitmail json YAML

2023-09-04 09:42:18 UTC MAIN commitmail json YAML

py-chardet: remove unneeded test dependency

pkglint cleanup while here

(wiz)

2023-09-04 09:37:47 UTC MAIN commitmail json YAML

2023-09-04 09:36:38 UTC MAIN commitmail json YAML

2023-09-04 09:34:15 UTC MAIN commitmail json YAML

2023-09-04 08:20:05 UTC MAIN commitmail json YAML

doc: Updated devel/errcheck to 1.6.3

(bsiegert)

2023-09-04 08:19:49 UTC MAIN commitmail json YAML

errcheck: update to 1.6.3

- test and check blanks in var declarations
- doc fixes

(bsiegert)

2023-09-04 08:11:06 UTC MAIN commitmail json YAML

2023-09-04 06:54:12 UTC MAIN commitmail json YAML

mail/mew: correct EMACS_VERSIONS_ACCEPTED lines

(taca)

2023-09-04 06:38:07 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.13.3

(pin)

2023-09-04 06:37:46 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.13.3

What's Changed
- Implement Rust native article view as fallback on failed
  article_parse_command by @0x6b in #94

New Contributors
- @0x6b made their first contribution in #94

(pin)

2023-09-04 06:37:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.25.1

(pin)

2023-09-04 06:36:41 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.25.1

- fix shift-char in input extending the selection - Fix #733

(pin)

2023-09-04 05:46:30 UTC MAIN commitmail json YAML

opensmtpd-filter-dkimsign: HOMEPAGE fix.

(vins)

2023-09-03 23:53:41 UTC MAIN commitmail json YAML

mail/mew: allow emacs27, emacs28 and emacs29

(taca)

2023-09-03 23:43:59 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-large to 20230903

(taca)

2023-09-03 23:43:27 UTC MAIN commitmail json YAML

meta-pkgs/bulk-large: update to 20230903

- www/ruby-rails52, www/ruby-rails60
+ www/ruby-rails70

(taca)

2023-09-03 22:46:58 UTC MAIN commitmail json YAML

racket: Fix mistakes in PKG_SYSCONFDIR-relative paths.

(riastradh)

2023-09-03 20:25:33 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4 to 4.18.0nb10

(gutteridge)

2023-09-03 20:25:24 UTC MAIN commitmail json YAML

xfce4: reflect xfce4-thunar 4.18.7

(gutteridge)

2023-09-03 20:22:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-thunar to 4.18.7

(gutteridge)

2023-09-03 20:22:36 UTC MAIN commitmail json YAML

xfce4-thunar: update to 4.18.7

Change log:

4.18.7 (2023-09-02)
======
- Fix property dialog file count (#1173)
- Don't store GFile pointer in GTK pointer
- Don't reload the directory on copy or cut (#1060)
- Add folder to history only for new tab (Issue #1072)
- Fix job operation crash on error
- Limit number of templates to prevent lag (#472)
- Prevent crash on multi-file-activate (#1121)
- Remove unneeded menu separator
- Switch zoom shortcuts
- Prevent glib-critical - followup of (#912)
- Keep location selector state on focus lost (#912)
- Prevent minor memory leak (#573)
- Translation Updates:
  Catalan, Czech, Finnish, French, German, Greek, Interlingue, Polish,
  Portuguese (Brazil), Serbian, Spanish, Turkish

(gutteridge)

2023-09-03 20:08:16 UTC MAIN commitmail json YAML

doc: Updated devel/gitui to 0.24.2

(pin)

2023-09-03 20:07:53 UTC MAIN commitmail json YAML

devel/gitui: update to 0.24.2

Fixes to 0.24.1
- fix commit log not updating after branch switch (#1862)
- fix stashlist not updating after pop/drop (#1864)
- fix commit log corruption when tabbing in/out while parsing log (#1866)

(pin)

2023-09-03 18:32:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/dbus to 1.14.10

(pin)

2023-09-03 18:31:52 UTC MAIN commitmail json YAML

sysutils/dbus: update to 1.14.10

dbus 1.14.10 (2023-09-01)
=========================

Bug fixes:

• Avoid a dbus-daemon crash if re-creating a connection's policy fails.
  If it isn't possible to re-create its policy (for example if it belongs
  to a user account that has been deleted or if the Name Service Switch is
  broken, on a system not supporting SO_PEERGROUPS), we now log a warning,
  continue to use its current policy, and continue to reload other
  connections' policies. (dbus#343; Peter Benie, Simon McVittie)

• If getting the groups from a user ID fails, report the error correctly,
  instead of logging "(null)" (dbus#343, Simon McVittie)

• Return the primary group ID in GetConnectionCredentials()' UnixGroupIDs
  field for processes with a valid-but-empty supplementary group list
  (dbus!422, cptpcrd)

(pin)

2023-09-03 17:17:24 UTC MAIN commitmail json YAML

doc/TODO: add some

+ SDL2-2.28.3, dbus-1.14.10, elixir-1.15.5, lua-language-server-3.7.0,
  mame-0.258, mupdf-1.23.2, nghttp3-0.15.0, ngtcp2-0.19.0,
  openexr-3.2.0, protobuf-24.2 [make sure net/grpc supports this
  version], py-borgbackup-1.2.6, py-build-1.0.0,
  py-cyclonedx-python-lib-4.1.0, py-cython-3.0.2, py-dulwich-0.21.6,
  py-gitpython-3.1.34, py-lsprotocol-2023.0.0a3, py-pdf-3.15.4,
  py-pspdfutils-3.2.0, py-soupsieve-2.5, py-sphinx-7.2.5, py-test-7.4.1,
  py-tox-4.11.1, py-twisted-23.8.0, re2-20230901, transmission-4.0.4,
  webkit-gtk-2.40.5.

(wiz)

2023-09-03 17:00:18 UTC MAIN commitmail json YAML

cargo-c: fix build of vendored crate faster-hex on i386.

Unify the conditionals used for use and definition of the
vectorization_support_no_cache_x86() function.

(he)

2023-09-03 16:18:47 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pycall to 1.5.1

(taca)

2023-09-03 16:18:22 UTC MAIN commitmail json YAML

devel/ruby-pycall: update to 1.5.1

1.5.1 (2023-08-28)

* Fix memory leak in rich compare methods (#167, #168).
  mknkmyza

(taca)

2023-09-03 16:16:21 UTC MAIN commitmail json YAML

doc: Updated www/ruby-selenium-webdriver to 4.12.0

(taca)

2023-09-03 16:15:56 UTC MAIN commitmail json YAML

www/ruby-selenium-webdriver: update to 4.12.0

4.12.0 (2023-08-31)

* Fix bug preventing good error messages in Selenium Manager when stdout
  empty
* Fix bug with Firefox not loading net/http library by default (#12506)
* Remove support for using capabilities in local drivers

(taca)

2023-09-03 16:13:58 UTC MAIN commitmail json YAML

doc: Updated www/ruby-css-parser to 1.16.0

(taca)

2023-09-03 16:13:35 UTC MAIN commitmail json YAML

www/ruby-css-parser: update to 1.16.0

1.16.0 (2023-09-01)

* Fix parsing space-less media query features like @media(width:123px) #141

(taca)

2023-09-03 16:11:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.816.0

(taca)

2023-09-03 16:11:26 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.816.0

1.816.0 (2023-09-01)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.815.0 (2023-08-31)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.814.0 (2023-08-30)

* Feature - Added support for enumerating regions for Aws::PcaConnectorAd.
* Feature - Added support for enumerating regions for Aws::Neptunedata.

1.813.0 (2023-08-28)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2023-09-03 16:09:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-serverspec to 2.42.3

(taca)

2023-09-03 16:09:34 UTC MAIN commitmail json YAML

sysutils/ruby-serverspec: update to 2.42.3

2.42.3 (2023-09-02)

* Use the newer ERB.new usage for Ruby v2.6 or higher

(taca)

2023-09-03 16:07:57 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rotp to 6.3.0

(taca)

2023-09-03 16:07:38 UTC MAIN commitmail json YAML

security/ruby-rotp: update to 6.3.0

6.3.0 (2023-08-30)

Features

* Allow for non-standard provisioning URI params, eg. image/icon (#91)
  (45d8aac)

(taca)

2023-09-03 16:06:23 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-roadie to 5.2.0

(taca)

2023-09-03 16:06:01 UTC MAIN commitmail json YAML

mail/ruby-roadie: update to 5.2.0

5.2.0 (2023-08-27)

* Upgrade to Nokogiri ~> 1.15.
* Drop support for Ruby 2.6.
* Add official support for Ruby 3.2.

(taca)

2023-09-03 16:04:13 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 4.13.0

(taca)

2023-09-03 16:03:52 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 4.13.0

4.13.0 (2023-08-29)

* Add retry_ids array to Transaction
* Add retried_transaction_id string to Transaction
* Add merchant_token_identifier and source_card_last4 to ApplePayCard and
  ApplePayDetails response objects
* Add processing_overrides to Transaction.sale options
* Add arrival_date and ticket_issuer_address to industry object in
  Transaction and add industry to Transaction.submit_for_settlement

(taca)

2023-09-03 16:02:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pkg-config to 1.5.3

(taca)

2023-09-03 16:01:46 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.5.3

1.5.3 (2023-08-29)

Improvements

* Accepted spaces between "=" and ":". For example, "prefix = /usr"
  is accepted.

(taca)

2023-09-03 15:56:58 UTC MAIN commitmail json YAML

lang/ruby: drop support for Ruby on Rails 5.2 and 6.0

(taca)

2023-09-03 15:55:25 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-globalid to 1.2.0

(taca)

2023-09-03 15:54:40 UTC MAIN commitmail json YAML

devel/ruby-globalid: update to 1.2.0

1.2.0 (2023-09-02)

What's Changed

* Drop support to Rails < 6.1 and Ruby <2.7 by @rafaelfranca in #153
* Don't show secrets for SignedGlobalID#inspect by @p8 in #160
* Allow for composite identifiers delimited by / by @nvasilevski in #163
* Add Eager Load Option by @rafacoello in #139

New Contributors

* @rafaelfranca made their first contribution in #153
* @p8 made their first contribution in #159
* @nvasilevski made their first contribution in #162
* @rafacoello made their first contribution in #139

(taca)

2023-09-03 15:53:16 UTC MAIN commitmail json YAML

Correct remove of Ruby on Rails 5.2 lines.

(taca)

2023-09-03 15:51:50 UTC MAIN commitmail json YAML

doc: Remove Ruby on Rails 6.0 pacakges.

www/ruby-rails60
textproc/ruby-actiontext60
devel/ruby-railties60
www/ruby-actioncable60
mail/ruby-actionmailbox60
devel/ruby-activestorage60
mail/ruby-actionmailer60
databases/ruby-activerecord60
www/ruby-actionpack60
www/ruby-actionview60
devel/ruby-activejob60
devel/ruby-activemodel60
devel/ruby-activesupport60

(taca)

2023-09-03 15:50:53 UTC MAIN commitmail json YAML

2023-09-03 15:49:51 UTC MAIN commitmail json YAML

2023-09-03 15:42:32 UTC MAIN commitmail json YAML

2023-09-03 15:35:26 UTC MAIN commitmail json YAML

www/ruby-coffee-rails: drop Rails 5.2 and 6.0

(taca)

2023-09-03 15:33:42 UTC MAIN commitmail json YAML

lang/ruby: switch default Rails version to 6.1

(taca)

2023-09-03 15:32:45 UTC MAIN commitmail json YAML

doc: remove Ruby on Rails 5.2 and related packages

www/ruby-rails52
devel/ruby-railties52
mail/ruby-actionmailer52
devel/ruby-activestorage52
databases/ruby-activerecord52
www/ruby-actioncable52
www/ruby-actionpack52
www/ruby-actionview52
devel/ruby-activejob52
devel/ruby-activemodel52
devel/ruby-activesupport52

(taca)

2023-09-03 15:29:50 UTC MAIN commitmail json YAML

2023-09-03 15:27:58 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.6.3

(pin)

2023-09-03 15:27:36 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.6.3

Bug Fixes
- engine: do not print sequential newlines on no content (669521c), closes #4182

(pin)

2023-09-03 15:05:29 UTC MAIN commitmail json YAML

(devel/flim) confusing patch removed for mime-parse.el

(mef)

2023-09-03 14:58:39 UTC MAIN commitmail json YAML

2023-09-03 14:37:59 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.7.4

(pin)

2023-09-03 14:37:25 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.7.4

- Add dark/light mode and system theme
- Feat: Light/Dark UI theme and option to follow system theme
- Update dependencies

(pin)

2023-09-03 13:07:20 UTC MAIN commitmail json YAML

doc: Added mail/opensmtpd-filter-dkimsign version 0.6

(vins)

2023-09-03 13:05:22 UTC MAIN commitmail json YAML

+ opensmtpd-filter-dkimsign

(vins)

2023-09-03 13:00:43 UTC MAIN commitmail json YAML

2023-09-03 12:35:59 UTC MAIN commitmail json YAML

2023-09-03 12:14:50 UTC MAIN commitmail json YAML

doc: Updated games/openrct2 to 0.4.5

(triaxx)

2023-09-03 12:14:30 UTC MAIN commitmail json YAML

openrct2: Update to 0.4.5

upstream changes:
-----------------
0.4.5 (2023-05-08)
------------------------------------------------------------------------
- Feature: [#18713] Block brakes have speed control and brakes slower than adjacent block brakes copy block brake speed when block brake open.
- Feature: [#19276] Add Powered Lifthill to Giga Coaster.
- Feature: [#19305] Add new Reversed Trains ride setting to run trains backwards, granting a bonus to ride ratings.
- Feature: [#19305] [Plugin] Add ���Car.isReversed��� to allow individual ride vehicles to run backwards.
- Feature: [#19446] Add new color options to color dropdown.
- Feature: [#19547] Add large sloped turns to hybrid coaster and single rail coaster.
- Feature: [#19930] Add plugin APIs for research.
- Feature: [OpenMusic#25] Added Prehistoric ride music style.
- Feature: [OpenMusic#26] Fairground Organ style 2 with new recordings from Herman's 35er Voigt (Previously known as Bressingham Voigt).
- Feature: [OpenMusic#28] Add Ragtime style 2 ride music.
- Improved: [#17739] Raise water and land height limits to 254 units/182m/600ft.
- Improved: [#18490] Reduce guests walking through trains on level crossing next to station.
- Improved: [#18996] When marketing campaigns are disabled, disable the Marketing tab in the Finances window.
- Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab.
- Improved: [#19830] ���Highlight path issues��� will now hide wall elements.
- Improved: [#19905] Add prompt before resetting shortcut keys.
- Improved: [#19952] Add colour preset to Spiral Slide using the new colour options.
- Improved: [#19953] Add keyboard shortcut to Keyboard Shortcuts window.
- Improved: [#20055] Performance improvement for the software renderer.
- Change: [OpenSFX#17] Update Hybrid RC lifthill loop.
- Fix: [#12598] Number of holes is not set correctly when saving track designs.
- Fix: [#13130] Android always defaulting to UK locale for language, currency and temperature.
- Fix: [#13397] Ride simulation causes strange station behaviour and makes the ride unusable in some cases.
- Fix: [#16791] Rotodrop top piece replicates when walls are placed around it and clearance checks are disabled (original bug).
- Fix: [#18583] Land dropdown is incorrect if there are surface entry index holes.
- Fix: [#18895] Responding mechanic blocked at level crossing.
- Fix: [#19231] Crash due to null pointer to previously deleted banner in tile copy/paste functionality.
- Fix: [#19296] Crash due to a race condition for parallel object loading.
- Fix: [#19733] Favorite ride of X guests integer overflow.
- Fix: [#19756] Crash with title sequences containing no commands.
- Fix: [#19767] No message when path is not connected to ride exit and is therefore unreachable for mechanics.
- Fix: [#19800] Crash when displaying station stats with more than 62 stations.
- Fix: [#19801] The in-game load/save window cannot be resized anymore.
- Fix: [#19854] Looping Coaster trains clipping through steep quarter turns down.
- Fix: [#19858] Issue drawing simulate flag icon on alternate colour palettes.
- Fix: [#19901] Random shop colours never assigning last colour.
- Fix: [#19911] Guests stuck at certain railway crossings.
- Fix: [#19924] Destructible cheat does not allow partial ride modification.
- Fix: [#19950] Mine train block brake supports drawn incorrectly.
- Fix: [#19955] Mine Train Roller Coaster has incorrect supports on the sloped left small turn (original bug).
- Fix: [#19987] [Plugin] ���SetCheatAction��� has wrong ID in plugin API.
- Fix: [#20016] The group box for small scenery details in the Tile Inspector window has unused empty space.
- Fix: [#20018] Shops not calculating up-keep cost.
- Fix: [#20033] Asset packs cannot reference game data.
- Fix: [#20104] [Plugin] Some network APIs use player index and group index.
- Fix: [#20099] Some scrollbar is glitched or have incorrect size when open window for the first time
- Fix: [#20134] Grass length being updated for tiles in the void, causing unneccesary drawing operations.

(triaxx)

2023-09-03 12:12:04 UTC MAIN commitmail json YAML

games/nethack-lib: really force the use of ncurses.

Use PREFER.curses=pkgsrc despite objections of pkglint. It's the only thing
that works. buildlink3/bsd.builtin.mk allows it.

(rhialto)

2023-09-03 11:58:54 UTC MAIN commitmail json YAML

gupnp: needs xsltproc to build; pkglint fix while here

(adam)

2023-09-03 11:27:13 UTC MAIN commitmail json YAML

kdepim-runtime: note dependency on kholidays

(markd)

2023-09-03 10:56:42 UTC MAIN commitmail json YAML

doc: Updated geography/py-googlemaps to 4.10.0

(kleink)

2023-09-03 10:56:24 UTC MAIN commitmail json YAML

py-googlemaps: Update to 4.10.0.

4.10.0 (2023-01-26)

* add new place details fields and reviews request modifiers

4.9.0 (2023-01-24)

* add support for sorting reviews in Place Details requests

4.8.0 (2023-01-24)

* add editorial_summary to Place Details atmosphere fields

(kleink)

2023-09-03 10:54:21 UTC MAIN commitmail json YAML

py-pystache: apparently needs py-setuptools_scm to build

(adam)

2023-09-03 10:23:12 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome packages to 4.2.0

(tsutsui)

2023-09-03 10:22:14 UTC MAIN commitmail json YAML

2023-09-03 10:07:33 UTC MAIN commitmail json YAML

devel/libopensmtpd: simplify Makefile.

(vins)

2023-09-03 08:18:30 UTC MAIN commitmail json YAML

doc: Removed textproc/ruby-actionpack52-xml_parser

(taca)

2023-09-03 08:17:55 UTC MAIN commitmail json YAML

textproc/ruby-actionpack52-xml_parser: remove package

This packages was kept for devel/ruby-redmine42.

(taca)

2023-09-03 08:17:04 UTC MAIN commitmail json YAML

textproc/Makefile: remove ruby-actionpack52-xml_parser

(taca)