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 (57m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 16:57:12 UTC Now

2024-03-14 09:16:29 UTC MAIN commitmail json YAML

pkg-vulnerabilities: add expat entry

(wiz)

2024-03-14 09:16:07 UTC MAIN commitmail json YAML

doc: Updated textproc/expat to 2.6.2

(wiz)

2024-03-14 09:15:57 UTC MAIN commitmail json YAML

expat: update to 2.6.2.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! <blink>Expat is UNDERSTAFFED and WITHOUT FUNDING.</blink>                !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Release 2.6.2 Wed March 13 2024
        Security fixes:
      #839 #842  CVE-2024-28757 -- Prevent billion laughs attacks with
                    isolated use of external parsers.  Please see the commit
                    message of commit 1d50b80cf31de87750103656f6eb693746854aa8
                    for details.

        Bug fixes:
      #839 #841  Reject direct parameter entity recursion
                    and avoid the related undefined behavior

        Other changes:
            #847  Autotools: Fix build for DOCBOOK_TO_MAN containing spaces
            #837  Add missing #821 and #824 to 2.6.1 change log
      #838 #843  Version info bumped from 10:1:9 (libexpat*.so.1.9.1)
                    to 10:2:9 (libexpat*.so.1.9.2); see https://verbump.de/
                    for what these numbers do

        Special thanks to:
            Philippe Antoine
            Tomas Korbar
                and
            Clang UndefinedBehaviorSanitizer
            OSS-Fuzz / ClusterFuzz

(wiz)

2024-03-14 08:20:43 UTC MAIN commitmail json YAML

Updated archivers/xz, databases/py-apsw

(adam)

2024-03-14 08:20:23 UTC MAIN commitmail json YAML

py-apsw: updated to 3.45.2.0

3.45.2.0

Minor doc and tests change due to changed behaviour of sqlite3_serialize on an empty database, used by Connection.serialize().

(adam)

2024-03-14 08:19:03 UTC MAIN commitmail json YAML

xz: updated to 5.6.1

5.6.1 (2024-03-09)

* liblzma: Fixed two bugs relating to GNU indirect function (IFUNC)
  with GCC. The more serious bug caused a program linked with
  liblzma to crash on start up if the flag -fprofile-generate was
  used to build liblzma. The second bug caused liblzma to falsely
  report an invalid write to Valgrind when loading liblzma.

* xz: Changed the messages for thread reduction due to memory
  constraints to only appear under the highest verbosity level.

* Build:

    - Fixed a build issue when the header file <linux/landlock.h>
      was present on the system but the Landlock system calls were
      not defined in <sys/syscall.h>.

    - The CMake build now warns and disables NLS if both gettext
      tools and pre-created .gmo files are missing. Previously,
      this caused the CMake build to fail.

* Minor improvements to man pages.

* Minor improvements to tests.

(adam)

2024-03-14 08:08:19 UTC MAIN commitmail json YAML

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2024-03-14 08:07:11 UTC MAIN commitmail json YAML

sqlite3: updated to 3.45.2

version 3.45.2 (2024-03-12):

Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. Forum thread 919c6579c8.
Reduce the scope of the NOT NULL strength reduction optimization that was added as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempted in some contexts where it did not work, resulting in incorrect query results. Forum thread 440f2a2f17.
Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details.

(adam)

2024-03-14 08:00:37 UTC MAIN commitmail json YAML

Updated x11/qt5

(adam)

2024-03-14 07:59:58 UTC MAIN commitmail json YAML

2024-03-14 07:48:47 UTC MAIN commitmail json YAML

doc: Updated devel/alire to 2.0.0

(wiz)

2024-03-14 07:48:01 UTC MAIN commitmail json YAML

alire: update to 2.0.0 release

From Dmytro Kazankov in wip.

(wiz)

2024-03-14 06:29:52 UTC MAIN commitmail json YAML

opencv-contrib-face: regen distinfo

For new patch for 'Avoid ambiguous function call.'

(wiz)

2024-03-14 05:11:38 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.8.16

(pin)

2024-03-14 05:11:06 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.8.16

0.8.16 (2024-03-13)
��š Bug Fixes
  - Fix Uri causing files not loading (ad886555)

(pin)

2024-03-14 05:10:13 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.17.1

(pin)

2024-03-14 05:09:52 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.17.1

What's Changed
- don't refresh playback on new streaming player event in #388
- remove patches for Spotify API's float bugs in #392
- re-render image if the last rectangle is different from the current one in #390

(pin)

2024-03-14 04:06:31 UTC MAIN commitmail json YAML

doc: Updated games/love11 to 11.5

(charlotte)

2024-03-14 04:05:37 UTC MAIN commitmail json YAML

games/love11: Update to 11.5

Changelog:

- Added "LOVE Loader" launcher on Android for easier loading of .love files.
- Changed iOS game selector to alphabetically sort the list of .love files.
- Changed JIT compilation on macOS arm64 (Apple Silicon) to be off by default,
  since performance and available JIT memory isn't reliable.
- Fixed inconsistent and buggy behaviour of 'pairs' by updating LuaJIT.
- Fixed "unexpected alignment" errors when running love on some 32 bit Linux
  systems.
- Fixed running fused games on Windows when the executable has been
  code-signed.
- Fixed undefined behaviour in love.data.hash's implementation.
- Fixed writing files when a symlink exists in the save directory's path.
- Fixed love.threaderror not being called if the error message is an empty
  string.
- Fixed a race condition when a Thread is destroyed immediately after
  Thread:start.
- Fixed unexpectedly slow first frames on macOS.
- Fixed love.joystick.setGamepadMapping when replacing an existing mapping.
- Fixed love.joystick.getGamepadMappingString.
- Fixed duplicate platform fields in love.joystick.saveGamepadMappings.
- Fixed DistanceJoint type information.
- Fixed time drift in Source:tell after a Source loops.
- Fixed audio not always pausing when the app is minimized on Android.
- Fixed RecordingDevice:start to return false instead of hard-crashing on iOS.
- Fixed identical frames in Ogg Theora videos being skipped.
- Fixed love.font.newBMFontRasterizer's single file parameter variant.
- Fixed the original window size not always being restored when exiting
  fullscreen on Linux.
- Fixed some cases of framerate hitches in Windows when vsync is enabled in
  windowed mode.
- Fixed colors appearing over-saturated on P3 displays in macOS.
- Fixed textures looking washed out when gamma-correct rendering is used on
  some Android devices.
- Fixed images with mipmaps when ANGLE is used with an AMD GPU.
- Fixed line rendering when duplicate points are used in the line.
- Fixed line rendering with miter and bevel line join modes when antiparallel
  lines are formed.
- Fixed a crash when calling Text:add with an empty string parameter.

(charlotte)

2024-03-14 00:14:28 UTC MAIN commitmail json YAML

doc: Updated shells/tcsh to 6.24.11

(kim)

2024-03-14 00:03:09 UTC MAIN commitmail json YAML

{,standalone-,static-}tcsh: Update to 6.24.11:

Changes since 6.24.10:

31. V6.24.11 - 2024-03-14
30. Make nice priority incremental even with setpriority(2) to match
    how it worked with nice(3) (Kimmo Suominen)

(kim)

2024-03-13 19:33:02 UTC MAIN commitmail json YAML

doc: Updated emulators/hercules4sdl to 4.7

(rhialto)

2024-03-13 19:32:52 UTC MAIN commitmail json YAML

emulators/hercules4sdl: update to 4.7.

Changes from https://sdl-hercules-390.github.io/html/hercnew.html:

* Fix EX/EXRL instructions to not cause spurious PIC 3 (Tony Harminc, Fish)
#415
* Fix E7 Prefix CCW support (Aaron Finerman, Fish)
* Fix Read Count Suffix bug causing data corruption #575
* Fix Locate Record Write Track Operation (Aaron Finerman, Fish) #601
* Fix Read Tracks CCW when chained from Prefix (Aaron Finerman, Fish) #603
* Fix various ICKDSF-related CCW handling bugs (Anders Edlund, Fish) #615
* Fix 3705 crash on attach/detach/attach (Jay Maynard)
* Fix usleep/nanosleep excessive host CPU consumption (Peter Jansen, Fish) #589
* Fix '--version' and '--usage' switches (Bill Lewis)
* Fix TDF file emulated tape open bug (Fish)
* Fix maketape utility to not pad binary files (Fish)
* Fix Date/time parsing issue in runtest/make-check (Peter Jansen)
* Fix dasdseq utility Large/Extended dataset truncation (Gregory, Fish) #602
* Fix Multi-device statement failure handling (Fish) #604
* Fix Hang during device detach (Fish)
* Fix Incorrect thread priority handling (Tyler Mitchell)
* Fix Occasional crash on exit (Tyler Mitchell)
* Fix Confusing/unclear shadow file messages (Fish) #616
* Fix cckdmap utility non-33xx dasd-type bug (Fish)
* Fix Shared devices 10-second-delay bug (Fish) #624
* Fix 'ENGINES' command bug (Fish) #626
* Fix Shutdown/exit logging (James Wekel) #480, #634
* Fix Possible crash at CCKD dasd termination (Fish)
* Fix Inaccurate "Running on:" Windows name and version (Bill Lewis, Fish)

* New: Improved CU12, CU14 instruction performance (James Wekel) #623
* New: dasdls utility '-cchh' and '-nosort' options (Ian, Fish)
* New: maketape utility meta-file 'BIN' keyword support (Fish)
* New: dasdseq utility '-record' mode support (Gregory, Fish) #614
* New: Ability to trace only specific CCW opcodes (Fish) #576
* New: JSON support in HTTP server #578
* New: README.DAEMON document
* New: 'iconpfxs' command (Fish)
* New: Support quoted strings in storage alteration commands (Fish)
* New: Add timed statistics to instruction counting (Andrey) #588
* New: dyngui LCSS devnum support (Fish)
* New: Use performance cores on Apple Silicon (Enrico Sorichetti)
* New: Support 'clang' builds under Windows MSVC (Peter Jansen) #629
* New: Highlight 'S'evere and 'A'ction messages too (Fish)

(rhialto)

2024-03-13 19:15:01 UTC MAIN commitmail json YAML

doc: Updated emulators/open-simh to 4.1.0.20240303

(rhialto)

2024-03-13 19:14:50 UTC MAIN commitmail json YAML

emulators/open-simh: update to 2024-03-03

Selected changelog entries:

e444c674 AltairZ80: Enable interrupt event after BOOT
ae9e57f6 SCP: sprint_val comma bug, GH: Remnant symlinks
a5884961 SIM_CARD: Fixed issues caused by last commit to sim_card.c
1a1396d0 I7000: Group update for IBM 7000 series simulators.
e425c75d KA10: Fix RH10/20 to allow access to registers during transfer.
e0b08b38 KA10: Fix random hang on DP disk drives.
fc7b65cb KA10: Poll quicker for Chaosnet packet when there's traffic.
2eaa31f1 B5500: Make sure Lines per page gets initialized properly.
6a1b5685 PDP11: RP11: Make sure to advance DA after every I/O
2a5f758a AltairZ80: Adds SET CPU RESIZEMEMORY and other
d9f2d39c PDP8: Fix missing clock pre-calibration instruction set due to typo
7a6a3255 ETHER: Make sure SET NOASYNC is effective for Ethernet devices
b273cac5 ALTAIRZ80: Fixes problem with MEM dump command
3b4333df ALTAIRZ80: Adds JAIR devices to simulator
560f30d1 SCP: Adjust timer calibrations if SET THROTTLE x/t type is enabled
6925456d ALTAIRZ80: Add 1K RAM to SOL20 device
a275c711 SCP: Reduce compiler warnings on LP64 platforms
f4c39a32 SCP: Add'l memory sanitization fixes
c077c22d PDP11: fix disassembly of reg,src instructions
625b9e8d CMAKE: Python distutils obsoleted.
dd49f851 PDP11: RP11: Remove duplicate checks (now only done in svc routine)
7797344b PDP11, VAX, KS10: Speed up Chaosnet polling when there is traffic.
1ed26cfb KS10: Make Chaosnet work.
47cf74ac PDP11: TA11/TU60 fix identification
b3465af6 CMake: cmake-builder.sh "-c" takes an argument
dfda031f CMake: Multiple targets, clean cache
2396fd03 PDP-11, VAX: Expand DTYPE mask size, fix RF35, add new devices to RQ sim

(rhialto)

2024-03-13 15:56:39 UTC MAIN commitmail json YAML

doc: Updated www/lighttpd to 1.4.75

(schmonz)

2024-03-13 15:56:34 UTC MAIN commitmail json YAML

lighttpd: update to 1.4.75. Changes:

* [mod_redirect] url.redirect-code = 308 new default
* [ls-hpack] more portability fixes for sys/queue.h
* [ls-hpack] update version to 2.3.3
* [TLS] default to stronger ciphers w/ PFS and AEAD
* [ci] apt-get install build-essential on Ubuntu
* [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
* [mod_authn_sasl] translate SASL_LOG_* to syslog
* [build] include src/compat/sys/queue.h in tarball
* [core] fdlog_openlog(), fdlog_closelog()
* [mod_accesslog] fdlog_openlog() if using syslog
* [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
* [ci] limit github ci to specific branches
* [ci] prefer non-login shell for Cygwin CI build
* [ci] prefer dash for Cygwin and MSYS2 builds
* [mod_wstunnel] fix server.ping-interval w/ HTTP/2
* [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
* [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
* [mod_openssl] faster ASN1_TIME parse
* [mod_wolfssl] faster ASN1_TIME parse
* [doc] update TLS comment in sample lighttpd.conf

(schmonz)

2024-03-13 15:07:40 UTC MAIN commitmail json YAML

doc: Updated print/a2ps to 4.15.5nb2

(wiz)

2024-03-13 15:07:30 UTC MAIN commitmail json YAML

a2ps: remove patches that are no longer necessary with libpaper 2.2.5

and depend on that version.

Bump PKGREVISION.

(wiz)

2024-03-13 14:45:18 UTC MAIN commitmail json YAML

doc: Updated print/libpaper to 2.2.5

(wiz)

2024-03-13 14:45:09 UTC MAIN commitmail json YAML

libpaper: update to 2.2.5.

Release v2.2.5

This release exports the symbol 窶賄efaultpaper窶�, which was previously
missing.

Release v2.2.4

This release adds missing license files (GPL 3 and MIT) to the
source tarball.

Release v2.2.3

This release fixes the build when configured without --enable-relocatable

Release v2.2.2

This release fixes the license headers of paper.c and paper.h

Release v2.2.1

This release merely puts the correct copyright holders in the copy
of the MIT License.

Release v2.2.0

This release adds the option of using the library under the MIT
license when it is built without relocation support (--enable-relocatable).
It achieves this by replacing all the other LGPL窶册d code from gnulib
with alternative code.

(wiz)

2024-03-13 14:41:14 UTC MAIN commitmail json YAML

2024-03-13 14:38:22 UTC MAIN commitmail json YAML

doc: Updated audio/aeneas to 1.7.3nb19

(wiz)

2024-03-13 14:38:13 UTC MAIN commitmail json YAML

aeneas: switch to espeak-ng.

From adr.

While here, switch to wheel.mk and ffmpeg6 instead of ffmpeg3.
Also, make it a plain dependency because it's not linked against.

Bump PKGREVISION.

(wiz)

2024-03-13 13:57:06 UTC MAIN commitmail json YAML

2024-03-13 13:55:53 UTC MAIN commitmail json YAML

guide: document PKGCONFIG_OVERRIDE

(wiz)

2024-03-13 13:54:10 UTC MAIN commitmail json YAML

doc: Updated biology/minimap2 to 2.27

(bacon)

2024-03-13 13:54:04 UTC MAIN commitmail json YAML

2024-03-13 13:47:43 UTC MAIN commitmail json YAML

2024-03-13 13:38:19 UTC MAIN commitmail json YAML

nbsed: sync usage() with r. 1.7 removal of [gG] options

(gutteridge)

2024-03-13 11:46:01 UTC MAIN commitmail json YAML

doc/TODO: + obs-studio-30.1.

(wiz)

2024-03-13 11:13:58 UTC MAIN commitmail json YAML

nbsed: Add __dead compat.  Fixes build on SmartOS.

Test suite looks clean compared to previous nbsed and native sed.

(jperkin)

2024-03-13 11:09:28 UTC MAIN commitmail json YAML

nbsed: Add __UNCONST compat.

This now builds on macOS, still failing on other OS.  Running the test suite
appears to show no differences, at least compared to macOS 14.3.1's sed.

(jperkin)

2024-03-13 11:07:49 UTC MAIN commitmail json YAML

nbsed: Remove REG_GNU code.

This is a feature only available on newer NetBSD.  Neither -G nor -g are
supported by any other sed's that I can find, so just completely remove the
options, as we only need to be compatible.  The libnbcompat regcomp is very
old, and so trying to merge in REG_GNU support would also be very difficult.

(jperkin)

2024-03-13 06:47:18 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20240312.

(msaitoh)

2024-03-13 06:42:47 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20240312.

### Purpose

- Security updates for INTEL-SA-INTEL-SA-00972
- Security updates for INTEL-SA-INTEL-SA-00982
- Security updates for INTEL-SA-INTEL-SA-00898
- Security updates for INTEL-SA-INTEL-SA-00960
- Security updates for INTEL-SA-INTEL-SA-01045

- Update for functional issues. Refer to the following prcessor's Specification Update:
Intel Core Ultra Processor Specification Update.
13th Generation Intel Core Processor Specification Update.
12th Generation Intel Core Processor Family Specification Update.
11th Gen Intel Core Processor Specification Update.
10th Gen Intel Core Processor Families Specification Update.
10th Generation Intel Core Processor Specification Update.
8th and 9th Generation Intel Core Processor Family Spec Update.
8th Generation Intel Core Processor Families Specification Update.
7th and 8th Generation Intel Core Processor Specification Update.
5th Gen Intel Xeon Scalable Processors Specification Update.
4th Gen Intel Xeon Scalable Processors Specification Update.
3rd Generation Intel Xeon Scalable Processors Specification Update.
3rd Generation Intel Xeon Processor Scalable Family Specification Update.
2nd Generation Intel Xeon Processor Scalable Family Specification Update.
Intel Processors and Intel Core i3 N-Series Specification Update.
Intel Xeon D-2700 Processor Specification Update.
Intel Xeon E-2300 Processor Specification Update.
Intel Xeon Processor Scalable Family Specification Update.
Intel Atom C3000 Processor Product Family Specification Update.
Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for Internet of Things (IoT) Applications.
Intel Pentium Silver and Intel Celeron Processor Specification Update.
Intel Pentium Silver and Intel Celeron Processor Specification Update.

### New Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| EMR-SP        | A-1      | 06-cf-02/87 |          | 21000200 | Xeon Scalable Gen5
| EMR-SP        | A-0      | 06-cf-01/87 |          | 21000200 | Xeon Scalable Gen5
| MTL            | C-0      | 06-aa-04/e6 |          | 0000001c | Core™ Ultra Processor

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ADL            | C0      | 06-97-02/07 | 00000032 | 00000034 | Core Gen12
| ADL            | H0      | 06-97-05/07 | 00000032 | 00000034 | Core Gen12
| ADL            | L0      | 06-9a-03/80 | 00000430 | 00000432 | Core Gen12
| ADL            | R0      | 06-9a-04/80 | 00000430 | 00000432 | Core Gen12
| ADL-N          | N0      | 06-be-00/11 | 00000012 | 00000015 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
| AML-Y42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| BDX-NS        | A1      | 06-56-05/10 | 0e000014 | 0e000015 | Xeon D-1513N/23/33/43/53
| CFL-H          | R0      | 06-9e-0d/22 | 000000fa | 000000fc | Core Gen9 Mobile
| CFL-H/S        | P0      | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9
| CFL-H/S/E3    | U0      | 06-9e-0a/22 | 000000f4 | 000000f6 | Core Gen8 Desktop, Mobile, Xeon E
| CFL-S          | P0      | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9 Desktop
| CLX-SP        | B0      | 06-55-06/bf | 04003604 | 04003605 | Xeon Scalable Gen2
| CLX-SP        | B1      | 06-55-07/bf | 05003604 | 05003605 | Xeon Scalable Gen2
| CML-H          | R1      | 06-a5-02/20 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-S102      | Q0      | 06-a5-05/22 | 000000f8 | 000000fa | Core Gen10
| CML-S62        | G1      | 06-a5-03/22 | 000000f8 | 000000fa | Core Gen10
| CML-U42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-U62 V1    | A0      | 06-a6-00/80 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-U62 V2    | K1      | 06-a6-01/80 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-Y42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| CPX-SP        | A1      | 06-55-0b/bf | 07002703 | 07002802 | Xeon Scalable Gen3
| DNV            | B0      | 06-5f-01/01 | 00000038 | 0000003e | Atom C Series
| EHL            | B1      | 06-96-01/01 | 00000017 | 00000019 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E
| GLK            | B0      | 06-7a-01/01 | 0000003e | 00000040 | Pentium Silver N/J5xxx, Celeron N/J4xxx
| GLK-R          | R0      | 06-7a-08/01 | 00000022 | 00000024 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
| ICL-D          | B0      | 06-6c-01/10 | 01000268 | 01000290 | Xeon D-17xx, D-27xx
| ICL-U/Y        | D1      | 06-7e-05/80 | 000000c2 | 000000c4 | Core Gen10 Mobile
| ICX-SP        | Dx/M1    | 06-6a-06/87 | 0d0003b9 | 0d0003d1 | Xeon Scalable Gen3
| JSL            | A0/A1    | 06-9c-00/01 | 24000024 | 24000026 | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105
| KBL-G/H/S/X/E3 | B0      | 06-9e-09/2a | 000000f4 | 000000f8 | Core Gen7; Xeon E3 v6
| RPL-H/P/PX 6+8 | J0      | 06-ba-02/e0 | 0000411c | 00004121 | Core Gen13
| RPL-S          | B0      | 06-b7-01/32 | 0000011d | 00000122 | Core Gen13
| RPL-S          | H0      | 06-bf-05/07 | 00000032 | 00000034 | Core Gen12
| RKL-S          | B0      | 06-a7-01/02 | 0000005d | 0000005e | Core Gen11
| RPL-S/HX      | C0      | 06-bf-02/07 | 00000032 | 00000034 | Core Gen12
| RPL-U 2+8      | Q0      | 06-ba-03/e0 | 0000411c | 00004121 | Core Gen13
| SKX-SP        | B1      | 06-55-03/97 | 01000181 | 01000191 | Xeon Scalable
| SPR-SP        | E5/S3    | 06-8f-08/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E4/S2    | 06-8f-07/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E3      | 06-8f-06/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E2      | 06-8f-05/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| TGL            | B0/B1    | 06-8c-01/80 | 000000b4 | 000000b6 | Core Gen11 Mobile
| TGL-H          | R0      | 06-8d-01/c2 | 0000004e | 00000050 | Core Gen11 Mobile
| TGL-R          | C0      | 06-8c-02/c2 | 00000034 | 00000036 | Core Gen11 Mobile
| WHL-U          | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen8 Mobile

(msaitoh)

2024-03-13 06:04:22 UTC MAIN commitmail json YAML

doc: Updated x11/i3lock to 2.14.1

(wiz)

2024-03-13 06:04:13 UTC MAIN commitmail json YAML

i3lock: update to 2.14.1.

2022-06-21 i3lock 2.14.1

• unlock indicator: display only caps lock and num lock,
  not all modifiers like shift (which can leak information
  about your password to bystanders)

2022-05-28 i3lock 2.14

• Change default background color to #a3a3a3
  See https://github.com/i3/i3lock/pull/300 for extensive
  discussion and rationale for this change.
• Recommend using xss-lock to start i3lock in the README
  and i3lock.1 man page. xss-lock is the best way to ensure
  your screen truly is locked before your computer suspends.
• Display modifier key warning before unlocking, too,
  not just on failed attempts like before.
• Switch build system from autotools to meson.

2020-10-27 i3lock 2.13

• Throw error when trying to start on Wayland
• Use explicit_bzero() where available, not just on OpenBSD
• avoid pixmap allocations in the redraw path
• make --debug output go to stderr
• unlock_indicator.c: fix build failure against gcc-10
• fix: call pam_end in cleanup in main, not in event loop
• set _NET_WM_BYPASS_COMPOSITOR hint to avoid flickering

2019-07-21 i3lock 2.12

• remove stray \n from error messages
• capitalize unlock indicator contents
• set WM_CLASS property
• reference modifier as “Super”, not “Win”
• add --raw option to read image as raw bytes

2018-10-18 i3lock 2.11.1

• Fix dist tarball by including I3LOCK_VERSION

2018-10-10 i3lock 2.11

• Switch to autotools
• Display an error when backspace is pressed without any input
• Print an error when a non-PNG file is opened
  (i3lock only supports PNG files) (Thanks eplanet)
• Don’t unnecessarily check the xcb_connect return value,
  it is known never to be NULL (Thanks SegFault42)
• Fix memory leak when grabbing fails (Thanks karulont)
• Respect Xft.dpi for determining the unlock indicator’s scale factor
• Discard pending password verification attempts
  when a new password is entered (Thanks layus)

2017-11-25 i3lock 2.10

• Only use -lpam when not on OpenBSD (Thanks Kaashif)
• locale: treat empty string same as unset (Thanks Ran)
• Fix overwrite of getopt optind (Thanks jakob)
• Immediately hide the unlock indicator after ESC / C-u (Thanks Orestis)
• Measure wall-clock time instead of CPU time for “locking” indicator.
• SetInputFocus to the i3lock window to force-close context menus
• Use RandR for learning about attached monitors

2017-06-21 i3lock 2.9.1

• Fix version number mechanism (for --version)
• Revert the fix for composited notifications, as it causes more issues than
  it solves:
  https://github.com/i3/i3lock/issues/130
  https://github.com/i3/i3lock/issues/128

2017-05-26 i3lock 2.9

• i3lock.1: use signal names without SIG prefix
• Removed obsolete inactivity timeout
• Added version files for release tarball.
• Set font face
• Automatically unlock (without having to press <Enter>) one attempt which was
  entered while authenticating
• Stop leaking the image_path dup
• Displaying locking message when grabbing the pointer/keyboard
• Display error message when locking failed
• Add Enter on C-m
• Change input slices to be exactly pi/3 in size instead of slightly more
• Fix covering of composited notifications using the XComposite extension
• Remove last traces of DPMS
• Use bsd_auth(3) instead of PAM on OpenBSD
• Restore intended behaviour and don't use mlock(2) on OpenBSD.

(wiz)

2024-03-13 05:48:58 UTC MAIN commitmail json YAML

doc: Added misc/emacspeak version 59.0

(wiz)

2024-03-13 05:48:48 UTC MAIN commitmail json YAML

misc/Makefile: + emacspeak

(wiz)

2024-03-13 05:48:36 UTC MAIN commitmail json YAML

misc/emacspeak: import emacspeak-59.0

Packaged for wip by adr.

Emacspeak is a speech interface that allows visually impaired users
to interact independently and efficiently with the computer. Audio
formatting --a technique pioneered by AsTeR-- and full support for
W3C's Aural CSS (ACSS) allows Emacspeak to produce rich aural
presentations of electronic information. By seamlessly blending
all aspects of the Internet such as Web-surfing and messaging,
Emacspeak speech-enables local and remote information via a consistent
and well-integrated user interface. Available free of cost on the
Internet, Emacspeak has dramatically changed how the author and
thousands of blind and visually impaired users around the world
interact with the personal computer and the Internet. A rich suite
of task-oriented tools provides efficient speech-enabled access to
the audio desktop and evolving semantic WWW. When combined with
Linux running on low-cost PC hardware, Emacspeak/Linux provides a
reliable, stable speech-friendly solution that opens up the Internet
to visually impaired users around the world.

(wiz)

2024-03-12 23:22:35 UTC MAIN commitmail json YAML

2024-03-12 22:02:13 UTC MAIN commitmail json YAML

Don't build bsdcat and bsdunzip, they are not used anyway.

(joerg)

2024-03-12 22:01:14 UTC MAIN commitmail json YAML

Don't bother building bsdcat, it's not installed anyway.

(joerg)

2024-03-12 22:00:13 UTC MAIN commitmail json YAML

Don't bother building bsdcat during bootstrap.

(joerg)

2024-03-12 17:53:34 UTC MAIN commitmail json YAML

doc: Added devel/alire version 2.0.0rc1

(wiz)

2024-03-12 17:53:25 UTC MAIN commitmail json YAML

devel/Makefile: + alire

(wiz)

2024-03-12 17:53:16 UTC MAIN commitmail json YAML

2024-03-12 17:50:35 UTC MAIN commitmail json YAML

doc: Added devel/gprbuild version 24.0.0

(wiz)

2024-03-12 17:50:26 UTC MAIN commitmail json YAML

devel/Makefile: + gprbuild

(wiz)

2024-03-12 17:50:13 UTC MAIN commitmail json YAML

2024-03-12 17:47:13 UTC MAIN commitmail json YAML

doc: note nbsed update by christos

(wiz)

2024-03-12 16:45:08 UTC MAIN commitmail json YAML

2024-03-12 16:36:04 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.7.5

(tsutsui)

2024-03-12 16:35:47 UTC MAIN commitmail json YAML

sayaka: update to 3.7.5.

Upstream changes:
* 3.7.5 (2024/03/12)
- fix a problem that --ciphers option isn't functional for Misskey stream
- also apply --ciphers for downloading images

Note with these fixes sayaka on ATARI TT030 (MC68030 32MHz) can
connect to misskey.io local stream timeline and it was demonstrated
at Open Source Conference 2024 Tokyo spring.

(tsutsui)

2024-03-12 08:57:39 UTC MAIN commitmail json YAML

speech-dispatcher: cleanup

(wiz)

2024-03-12 08:53:29 UTC MAIN commitmail json YAML

doc: Updated audio/speech-dispatcher to 0.11.5

(wiz)

2024-03-12 08:53:19 UTC MAIN commitmail json YAML

speech-dispatcher: update to 0.11.5.

Updated provided by adr and myself via wip.

Version 0.11.5

    Update CLDR to version 43 and symbols from NVDA.
    Fix parsing and emitting space character.
    Reduce espeak buffer size to avoid ssml issues.
    Add --disable-doc.
    Fix spd-conf not being able to set the default module.
    Fix pausing without index.
    ibmtts: Fix parameter reset.
    ibmtts: Disable using the module punctuation by default.

(wiz)

2024-03-12 08:21:50 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-man to 26.2.3

(wiz)

2024-03-12 08:21:39 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-doc to 26.2.3

(wiz)

2024-03-12 08:21:23 UTC MAIN commitmail json YAML

2024-03-12 08:18:34 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 26.2.3

(wiz)

2024-03-12 08:18:22 UTC MAIN commitmail json YAML

2024-03-12 08:13:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-scard to 2.0.8

(wiz)

2024-03-12 08:12:53 UTC MAIN commitmail json YAML

py-scard: update to 2.0.8.

2.0.8 (march 2024)
==================
  * Make CardMonitor() thread safe on Python 3.12
  * Add hresult value in exceptions
  * Improve documentation
  * Check swig is installed on build
  * Remove use of imp module for wx (GUI)
  * Makefile: modernize use of setup.py
  * Minor changes

(wiz)

2024-03-12 08:09:42 UTC MAIN commitmail json YAML

doc: Updated textproc/py-rapidfuzz to 3.6.2

(wiz)

2024-03-12 08:09:33 UTC MAIN commitmail json YAML

py-rapidfuzz: update to 3.6.2.

[3.6.2] - 2024-03-05
^^^^^^^^^^^^^^^^^^^^

Changed
~~~~~~~
* upgrade to ``Cython==3.0.9``

Fixed
~~~~~
* upgrade ``rapidfuzz-cpp`` which includes a fix for build issues on some compilers
* fix some issues with the sphinx config

(wiz)

2024-03-12 08:00:02 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTML-Tagset to 3.22

(wiz)

2024-03-12 07:59:54 UTC MAIN commitmail json YAML

p5-HTML-Tagset: update to 3.22.

2024-03-09  Andy Lester

        * Release 3.22

        HTML::Tagset now requires Perl 5.10.1. It might run on earlier
        Perls but I don't have the infrastructure to test them.

        Added <ins> and <del> to %isPhraseMarkup (RT #151970)

        Fixed docs about %isBodyElement calling it %isBodyMarkup
        (RT #34913, RT #109024, RT #118356)

        Cleaned up metadata and version requirements.

        No changes have been made to handle HTML5. That is a bigger issue
        than "just add the tags to the hashes," because that would change
        functionality for existing users who are expecting HTML::Tagset to
        be HTML4.

(wiz)

2024-03-12 07:58:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-CChecker to 0.12

(wiz)

2024-03-12 07:58:34 UTC MAIN commitmail json YAML

p5-ExtUtils-CChecker: update to 0.12.

0.12    2024-03-02
        [CHANGES]
        * Document the `->define` method
        * Overall module style updates
            + `use v5.14` in all files
            + use `package NAME VER` syntax
            + Use `Test2::V0` instead of `Test::More` + `Test::Fatal`

(wiz)

2024-03-12 07:57:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-MAT to 0.53

(wiz)

2024-03-12 07:57:15 UTC MAIN commitmail json YAML

p5-Devel-MAT: update to 0.53.

0.53    2024-03-07
        [CHANGES]
        * Read PMAT file format 0.6 with its shared HEK pointer additions
        * Added `strtab` command for analysing the PL_strtab shared strings
          table
        * Added count/skip/no-sort options and a filtering argument to
          `values` command
        * Added a `stop` command to cancel an ongoing pagination
        * Only print "class it experimental" warnings when reading an actual
          class or object instance from a PMAT file, rather than any version
          0.5 (or later).
        * Swap unit tests from `Test::More` to `Test2::V0`

(wiz)

2024-03-12 07:55:52 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-MAT-Dumper to 0.48

(wiz)

2024-03-12 07:55:43 UTC MAIN commitmail json YAML

p5-Devel-MAT-Dumper: update to 0.48.

0.48    2024-03-07
        [CHANGES]
        * Define PMAT format version 0.6, which adds extra annotations about
          shared HEK pointers to HASH, CODE, GLOB and SCALAR objects.

(wiz)

2024-03-12 06:40:31 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.8.6

ChangeLog:
- Fix line scroll mode bug (since v0.7.108)
- Fix range bitwise operation bug (since v0.7.73)
- Minor fixes and cleanups

(tkusumi)

2024-03-12 01:43:00 UTC MAIN commitmail json YAML

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

(gutteridge)

2024-03-12 01:42:35 UTC MAIN commitmail json YAML

xfce4-extras: bump for xfce4-weather-plugin

(gutteridge)

2024-03-12 01:40:41 UTC MAIN commitmail json YAML

doc: Updated misc/xfce4-weather-plugin to 0.11.2

(gutteridge)

2024-03-12 01:40:15 UTC MAIN commitmail json YAML

xfce4-weather-plugin: update to 0.11.2

0.11.2 (2024-03-08)
======
- Update copyright year
- Astro data downloads adapted
- Do not translate warning messages
- Fix leaks around remove_timezone_offset()
- build: Bump glib version
- Migration to Sunrise API 3.0
- Silence one more warning
- Be less verbose about network requests
- Do not warn about missing -night icon variants (Fixes #60)
- Use link color with better constrat for dark themes
- Remove dead code
- Fix remove_timezone_offset()
- Add some const qualifiers
- Fix moon_phases array
- Do not translate warning messages
- Fix a typo, everytime → every time.
- Translation Updates:
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (United Kingdom), Estonian,
  Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian

(gutteridge)

2024-03-11 21:49:58 UTC MAIN commitmail json YAML

modular-xorg-xquartz: USE_TOOLS+=m4.

(schmonz)

2024-03-11 21:29:17 UTC MAIN commitmail json YAML

2024-03-11 21:21:43 UTC MAIN commitmail json YAML

doc: fix previous

(wiz)

2024-03-11 21:21:31 UTC MAIN commitmail json YAML

inkscape: +1 is enough

(wiz)

2024-03-11 21:19:48 UTC MAIN commitmail json YAML

doc: Updated graphics/inkscape to 1.3.2nb2

(wiz)

2024-03-11 21:19:39 UTC MAIN commitmail json YAML

2024-03-11 21:16:01 UTC MAIN commitmail json YAML

2024-03-11 21:03:39 UTC MAIN commitmail json YAML

doc: Updated devel/objfw to 1.0.12

(js)

2024-03-11 21:03:25 UTC MAIN commitmail json YAML

Update devel/objfw to 1.0.12

ObjFW 1.0.11 -> ObjFW 1.0.12, 2024-03-11
* Fixes a regression in OFZIPArchive that was introduced in 1.0.11 that
  resulted in failing to extract archives and creating broken archives.
* Fixes a rare condition where OFInflateStream could end up in an endless
  loop.
* Fixes OFTarArchiveEntry not having a default date, which could result in
  messaging nil on a FP return, which yielded invalid results on 32-bit x86
  with GCC.

(js)

2024-03-11 18:06:05 UTC MAIN commitmail json YAML

libuuid: Add /usr/include/uuid to the fake .pc.

Fixes software that only looks for <uuid.h>.

(jperkin)

2024-03-11 17:07:19 UTC MAIN commitmail json YAML

doc: Updated graphics/simp to 3.5.2

(pin)

2024-03-11 17:06:42 UTC MAIN commitmail json YAML

2024-03-11 17:05:08 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.8.15

(pin)

2024-03-11 17:04:27 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.8.15

0.8.15 (2024-03-10)
��š Bug Fixes
  - Fix issue where "Open with..." does not work any more (b5677977)

(pin)

2024-03-11 17:03:44 UTC MAIN commitmail json YAML

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

(pin)

2024-03-11 17:03:24 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.15.0

v19.15.0
Features
- env: cache filesystem for fast lookup (6500282)

v19.14.0
Bug Fixes
- cli: use correct exit codes (67042ff)
- export: fail on invalid config option (fb16d7c)
- export: format overrules file extension (5b7b4af)
- export: write config with correct permissions (17dd5c8)

Features
- config: use custom config parser (87d1719)
- go: upgrade dependencies (822f1c3)

(pin)

2024-03-11 17:02:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/dua-cli to 2.29.0

(pin)

2024-03-11 17:02:17 UTC MAIN commitmail json YAML

sysutils/dua-cli: update to 2.29.0

2.29.0 (2024-03-10)
New Features
- Add scrollbar to the main entries list. That way it's easier to grasp how
  long the list is, and how fast one is traversing is.

Bug Fixes
- avoid crashes when the terminal is resized to unusually small sizes.
- mark-pane help bar now shows closest to the selected item. Previously this
  would only work in the first screen, but not when the list was long enough
  for scrolling.

(pin)

2024-03-11 17:01:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.36.1

(pin)

2024-03-11 17:01:07 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.36.1

- fix ANSI code leaking to the input on start on Mac - Fix #854

(pin)

2024-03-11 17:00:16 UTC MAIN commitmail json YAML

doc: Updated devel/ast-grep to 0.19.4

(pin)

2024-03-11 16:59:57 UTC MAIN commitmail json YAML

devel/ast-grep: update to 0.19.4

- LSP default message for diagnostics #970
- feat: Add error messaging for rule file parsing failures #968
- feat: add html testing and tweak html #977
- fix(deps): update dependency @babel/core to v7.24.0 a14741d
- fix(deps): update dependency @swc/core to v1.4.6 4a397f4
- fix(deps): update rust crate pyo3 to 0.20.3 23653c2

(pin)

2024-03-11 15:12:09 UTC MAIN commitmail json YAML

doc: Updated print/qpdf to 11.9.0

(ryoon)

2024-03-11 15:11:59 UTC MAIN commitmail json YAML

qpdf: Update to 11.9.0

Changelog:
11.9.0:
This is qpdf version 11.9.0. This release includes some performance
optimizations and reliability enhancements to JSON support, an
enhanced command-line syntax for --pages in preparation for future
options, support for multiple overlay and underlay specifications,
and a few minor fixes and improvements to new features from qpdf
11.8.0.

11.8.0:
This is qpdf version 11.8.0. This release includes a few enhancements
and bug fixes related to page splitting and merging operations. It
is in preparation for more substantial changes in this area. This
includes more flexible collation, more flexible page range
specification, the ability to set page labels, and one bug fix
related to hyperlinks when flattening annotations.

(ryoon)

2024-03-11 15:05:19 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 24.2.1.2

(ryoon)

2024-03-11 15:05:05 UTC MAIN commitmail json YAML

libreoffice: Update to 24.2.1.2

Changelog:
14.2.1.2:
List of fixed bugs

Bugs fixed compared to 24.2.1 RC1:

1. tdf#101313 Copy-paste a Table With Merged Cells from Writer to Calc: Cells
    Placed in Wrong Position (Wrong cell offsets) [Noel Grandin]
2. tdf#156993 Snap guides are not visible anymore [Regina Henschel]
3. tdf#158360 [CRASH] LibreOffice crashes after editing, closing and trying to
    reopen DOCX file [Balazs Varga]
4. tdf#159302 Formula OLE in a line of text or its full height frame is now
    misaligned vertically, due to change of sm map units [Mike Kaganski]
5. tdf#159519 LibreOffice 24.2.0.3 (Windows 7) ODF files saved with passwords
    can be opened without any password [Michael Stahl]
6. tdf#159529 Excessive memory consumption in v24.2 [Patrick Luby]
7. tdf#159666 Crash when table and line object are selected at the same time
    [Noel Grandin]
8. tdf#159678 heading fields in headers and footers do not track heading
    content through the document [Baole Fang]
9. tdf#159707 CRASH: Changing to edit mode [Julien Nabet]
10. tdf#159743 German UI: Many not plausible Keyboard Shortcut Changes [Xisco
    Fauli]

24.2.1.1:
List of fixed bugs

Bugs fixed compared to 24.2.0 RC3:

1. cool#7769 reduce unnecessary invalidations on calc save [Caol??n McNamara]
2. cool#8023 editeng: support HTML paste [Miklos Vajna]
3. tdf#43848 selecting whole table with merged cells at certain position not
    possible with draging the mouse [Oliver Specht]
4. tdf#105844 FILESAVE: Very slow saving with password compared to 5.2.5
    [Michael Stahl]
5. tdf#106733 Implement ODF attribute fo:hyphenate to exclude a portion of
    text from hyphenation [L??szl?? N??meth]
6. tdf#123968 Input Field (Functions): direct editing is still used, not
    pop-up dialog [Michael Stahl]
7. tdf#132810 Gallery: Crash swlo!SwFEShell::SelectObj+0x46a when inserting a
    new shape with cursor still in textbox SwFrame::AppendDrawObj
    (SwAnchoredObject &) [Matt K]
8. tdf#134401 FILESAVE PPTX: vertical alignment inverted (bottom<->top) when
    saving textbox with link [Attila Sz?cs]
9. tdf#135083 Bullet goes missing on special paste RTF [Mike Kaganski]
10. tdf#139631 Inconsistent removal of preceding space when cutting word with
    track changes on (comment 7) [Michael Stahl]
11. tdf#139915 FILEOPEN DOCX Two text boxes on two pages open on a single page
    [Justin Luth]
12. tdf#140330 Conditional formatting breaks after redoing cell deletion [Mike
    Kaganski]
13. tdf#140912 FILEOPEN PPTX: extra image and text label "insert image" appears
    (even in presentation mode) [Mike Kaganski]
14. tdf#142806 Freeze/hang/crash when exporting to PDF with style inspector
    panel active [Michael Stahl]
15. tdf#146487 FILEOPEN PPTX: empty chart title shows as text "chart title" in
    Impress (while not in 365) [Samuel Mehrbrodt]
16. tdf#147291 macOS: Digital Signatures > Start Certificate Manager (OpenPGP)
    results in error instead of opening GPG Keychain [Patrick Luby]
17. tdf#151352 CRASH: closing form while the tip of the day dialog is displayed
    [Caol??n McNamara]
18. tdf#153909 2007 DOCX: Rectangle in header has unwanted offset (same MSO-LO
    if resaved in MSO) [Justin Luth]
19. tdf#154587 FILEOPEN Calc doesn't open XLSX archive [Mike Kaganski]
20. tdf#154703 [META] Export DOCX flies with framePr instead of DrawingDML
    [Justin Luth]
21. tdf#156156 Add Help button to sidebar [Christian Lohmaier, St??phane
    Guillou]
22. tdf#156352 macOS: Save as > Encrypt with GPG key results in hang / crash
    [Caol??n McNamara]
23. tdf#156443 Windows: alt+numpad doesn't work for Unicode decimal codes, like
    in WordPad/Word [Mike Kaganski]
24. tdf#156718 FILEOPEN PPTX: alternating colored lines in table / style don't
    render properly [Tibor Nagy]
25. tdf#156830 FILEOPEN PPTX: background image shifts down in presentation mode
    [Sarper Akdemir]
26. tdf#157042 [Linux only] Calc crashes when closed in rtl::str::release
    <_rtl_uString>(_rtl_uString*) (steps in comment 27) [Xisco Fauli]
27. tdf#158101 Disabled popup menu items are visible with non-gtk backend [Jim
    Raykowski]
28. tdf#158112 Sidebar pane shortcuts conflict with Alt+NumPad input (comment
    5, comment 9) [Mike Kaganski]
29. tdf#158139 Writer, Word Completion does not function [Mike Kaganski]
30. tdf#158277 Opening the Quick Find bar after selecting a word when track
    changes is active includes deleted text [Michael Stahl]
31. tdf#158279 TOC links lost when converting .doc to HTML (steps in comment 5)
    [Noel Grandin]
32. tdf#158314 Autofilter dropdown list always shows "Empty" and "Error" enties
    as active [Kevin Suo]
33. tdf#158326 FILTER autofilter seems to convert ?? in ss and ignores value
    [Andreas Heinisch]
34. tdf#158409 FILEOPEN: RTF field results do not respect current character
    properties [Vasily Melenchuk]
35. tdf#158440 Filter for background should take colors in empty cells [Henry
    Castro]
36. tdf#158445 SVG file not imported correctly [Xisco Fauli]
37. tdf#158586 FILEOPEN RTF: missing page break [Michael Stahl]
38. tdf#158652 List of comments in Navigator does not update automatically
    [Oliver Specht]
39. tdf#158695 --convert-to bogusly needs libcui (--disable-gui build) [Noel
    Grandin]
40. tdf#158740 Crash at undo after pasting table in footnote [Patrick Luby]
41. tdf#158783 editing alphabetical index crashes Writer [Michael Stahl]
42. tdf#158814 FILEOPEN DOCX RTF Empty header with formatted paragraph and
    shape appears [Miklos Vajna]
43. tdf#158924 Switching three slides when double clicking on the navigation
    button [Vladislav Tarakanov]
44. tdf#158950 Paste as Rich Text Format loses character color and paragraph
    alignment from styles [Noel Grandin]
45. tdf#158976 The "SF_Array.Shuffle" function does not place the end of the
    array at the end of the array [Jean-Pierre Ledure]
46. tdf#159015 HANG: scrolling after opening file [Michael Stahl]
47. tdf#159017 FILEOPEN: Tables displayed on the wrong place [Miklos Vajna]
48. tdf#159049 Line break is missing in RTF in clipboard when copying text from
    shape [Regina Henschel]
49. tdf#159079 With NumLock off in Numpad, then with Alt pressed the Num Pad
    arrow keys should not operate [Mike Kaganski]
50. tdf#159101 Cross-reference to referenced text causing a space at the
    beginning of a line [Matthew Kogan]
51. tdf#159102 automatic hyphenation results bad smart justify [L??szl?? N??
    meth]
52. tdf#159107 Removing row in footnote's floating table removes whole table
    (track changes on but not visible) [Miklos Vajna]
53. tdf#159128 UI Open Security options and warning dialog from infobar [Balazs
    Varga]
54. tdf#159131 Calc v7.5 is laggy when moving a line (row) [Noel Grandin]
55. tdf#159147 CRASH: Editing hyperlink while navigator is open [Jim Raykowski]
56. tdf#159157 FILEOPEN DOCX: image offset in opposite direction of TEXT_LINE
    what vertical offset specifies [Justin Luth]
57. tdf#159164 Spellchecking - South African English [Marco A.G.Pinto]
58. tdf#159171 Calc: crash after Edit->Select->Select Unprotected Cells upon a
    second time [Matt K]
59. tdf#159219 PPT: image placeholder with custom prompt imports as text box
    with a background icon [Mike Kaganski]
60. tdf#159247 [CRASH] Dialog editor crashes when inserting control with
    default options [Rafael Lima]
61. tdf#159254 Paper tray settings ignored in rtf and docx import [Oliver
    Specht]
62. tdf#159259 DOCX: a floating content control imports as a separate paragraph
    [Mike Kaganski]
63. tdf#159288 Assertion on insert trend line [Julien Nabet]
64. tdf#159307 "Cannot find a Certificate Manager" shows up even though a
    certificate manager IS installed. [Stephan Bergmann, Patrick Luby]
65. tdf#159328 Page number field shows up like plain text (no grayish
    background) [Heiko Tietze]
66. tdf#159329 Arrows in AutoFilter are black over dark background [Rafael
    Lima]
67. tdf#159333 kf5: Commands triggered via keyboard shortcut are executed twice
    when accessibility is active [Michael Weghorn]
68. tdf#159336 PDF export: multiline text is exported as one line [Xisco Fauli]
69. tdf#159350 Hiding Options dialog tabpages stopped working [Noel Grandin]
70. tdf#159368 Can't open BASIC editor from Start Center; next action crashes
    LO (gtk3) [Caol??n McNamara]
71. tdf#159381 TimeStamp(RFC3161) create problem by asn1 format error. [Noel
    Grandin]
72. tdf#159382 DOCX import: Large space between footnote number and following
    text, when paragraph has hanging indent [Mike Kaganski]
73. tdf#159384 A11y sidebar: simulated numbering warning in TOC if header
    numbering has dot [Balazs Varga]
74. tdf#159412 Passing Integer-sized Long argument via script.invoke as 0 [Mike
    Kaganski]
75. tdf#159452 Ticked checkbox in document not shown in exported PDF [Miklos
    Vajna]
76. tdf#159458 When library is renamed using Basic Macro Organizer, path to
    library is not updated in dialog.xlc and script.xlc [Mike Kaganski]
77. tdf#159461 Dialog "XML Filter Settings" is broken [Noel Grandin]
78. tdf#159474 A specific broken document can't be opened in RepairPackage mode
    [Mike Kaganski]
79. tdf#159478 FILEOPEN: RTF Checkbox Field in symbol encoding not imported
    [Oliver Specht]
80. tdf#159483 Calc HTML import: support data-sheets attributes [Miklos Vajna]
81. tdf#159496 An invalid ODF with an OLE fails to open, when asked to repair
    package interactively [Mike Kaganski]
82. tdf#159507 Calc editeng HTML paste: fragments are not supported [Miklos
    Vajna]
83. tdf#159560 Paragraph break should not change to random symbol [Oliver
    Specht]
84. tdf#159566 SVG import: mis-positioned text for specific file [Xisco Fauli]
85. tdf#159568 URL in help not found [Gabor Kelemen]
86. tdf#159572 Insert special character dialog should regard font of recent
    characters on single click [Oliver Specht]
87. tdf#159581 FILEOPEN XLSX 24.2: optimal row height from previous sheet may
    be applied to all future sheets [Justin Luth]
88. tdf#159594 SVG: some elements are not visible [Xisco Fauli]
89. tdf#159595 Data validation without error check allows to enter data other
    than defined [Julien Nabet]
90. tdf#159601 SVG: Nothing is displayed on the document [Xisco Fauli]
91. tdf#159637 Crash in PlaceEditDialog::SelectType(bool) [Xisco Fauli]
92. tdf#159641 TreeView does not repaint correctly while scrolling with PgUp in
    kf5/gen [Noel Grandin]

(ryoon)

2024-03-11 14:59:27 UTC MAIN commitmail json YAML

openexr: Add devel/libdeflate to buildlink3.mk

* Fix openexr detection in graphics/gegl, for example.

(ryoon)

2024-03-11 14:39:59 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 24.03.0

(wiz)

2024-03-11 14:39:48 UTC MAIN commitmail json YAML

poppler*: update to 24.03.0

Release 24.03.0:
        core:
        * Fix opening some malformed files. Issue #1447
        * Skip drawing image when it has singular matrix. Issue #1114
        * Fix crash on malformed files
        * Small internal code cleanup

        utils:
        * pdfdetach: Fix potential directory traversal
        * pdfimages: Enable to print filenames to stdout.
        * pdfsig: Add visible name/date when signing an existing form signature field

(wiz)

2024-03-11 14:11:24 UTC MAIN commitmail json YAML

macOS: detect missing m4/yacc Command Line Tools.

CLT 15.3.0.0.1.1708646388 does not provide m4 or yacc. For these two
tools, don't default TOOLS_PLATFORM.foo to "/usr/bin/foo" unless the
backing CLT-provided foo binary is found. This lets the tools framework
fall back to something else, as intended.

(schmonz)

2024-03-11 14:03:57 UTC MAIN commitmail json YAML

README.macOS: wordsmith the SDK paragraph.

(schmonz)

2024-03-11 14:01:13 UTC MAIN commitmail json YAML

wm/sdorfehs: also replace @CC@ with actual compiler

(vins)

2024-03-11 13:47:40 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 10.3.4

(wiz)

2024-03-11 13:47:29 UTC MAIN commitmail json YAML

grafana: update to 10.3.4.

Features and enhancements

    Chore: Improve domain validation for Google OAuth - Backport 83229 to v10.3.x. #83725, @linoman

Bug fixes

    LDAP: Fix LDAP users authenticated via auth proxy not being able to use LDAP active sync. #83750, @Jguer
    Tempo: Add template variable interpolation for filters (#83213). #83706, @joey-grafana
    Elasticsearch: Fix adhoc filters not applied in frontend mode. #83596, @svennergr
    Dashboards: Fixes issue where panels would not refresh if time range updated while in panel view mode. #83525, @kaydelaney
    Auth: Fix email verification bypass when using basic authentication. #83484
    AuthProxy: Invalidate previous cached item for user when changes are made to any header. #83203, @klesh
    LibraryPanels/RBAC: Fix issue where folder scopes weren't being correctly inherited. #82902, @kaydelaney
    LibraryPanels: Fix issue with repeated library panels. #82259, @kaydelaney
    Plugins: Don't auto prepend app sub url to plugin asset paths. #82147, @wbrowne
    Elasticsearch: Set middlewares from Grafana's httpClientProvider. #81929, @svennergr
    Folders: Fix failure to update folder in SQLite. #81862, @papagian
    Loki/Elastic: Assert queryfix value to always be string. #81463, @svennergr

Breaking changes

We're adding a between the response of the ID token HD parameter
and the list of allowed domains. This feature can be disabled
through the configuration toggle validate_hd . Anyone using the
legacy Google OAuth configuration should disable this validation
if the ID Token response doesn't have the HD parameter. Issue #83725

(wiz)

2024-03-11 13:36:34 UTC MAIN commitmail json YAML

doc: Updated security/py-google-auth to 2.28.2

(wiz)

2024-03-11 13:36:24 UTC MAIN commitmail json YAML

py-google-auth: update to 2.28.2.

Remove gce log for expected 404 (#1491) (cb04e49)

(wiz)

2024-03-11 13:30:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-urwid to 2.6.8

(wiz)

2024-03-11 13:30:40 UTC MAIN commitmail json YAML

py-urwid: update to 2.6.8.

Fix regression: Overlay not accepted relative positioning by @penguinolog in #854

(wiz)

2024-03-11 13:30:04 UTC MAIN commitmail json YAML

doc: Updated devel/py-ruff to 0.3.2

(wiz)

2024-03-11 13:29:54 UTC MAIN commitmail json YAML

py-ruff: update to 0.3.2.

Preview features

    Improve single-with item formatting for Python 3.8 or older (#10276)

Rule changes

    [pyupgrade] Allow fixes for f-string rule regardless of line length (UP032) (#10263)
    [pycodestyle] Include actual conditions in E712 diagnostics (#10254)

Bug fixes

    Fix trailing kwargs end of line comment after slash (#10297)
    Fix unstable with items formatting (#10274)
    Avoid repeating function calls in f-string conversions (#10265)
    Fix E203 false positive for slices in format strings (#10280)
    Fix incorrect Parameter range for *args and **kwargs (#10283)
    Treat typing.Annotated subscripts as type definitions (#10285)

(wiz)

2024-03-11 13:21:10 UTC MAIN commitmail json YAML

doc: Updated devel/py-pkginfo to 1.10.0

(wiz)

2024-03-11 13:20:11 UTC MAIN commitmail json YAML

py-pkginfo: according to update notes, wheel is a full dep - make it so.

(wiz)

2024-03-11 13:19:42 UTC MAIN commitmail json YAML

py-pkginfo: update to 1.10.0.

Convert to wheel.mk.

1.10.0 (2024-03-03)
-------------------

- Add support for Python 3.11 and 3.12.

- Drop support for Python 3.6.

- Declare explicit testing dependency on 'wheel'.

- Add support for Metadata 2.3.

(wiz)

2024-03-11 13:18:09 UTC MAIN commitmail json YAML

doc: Updated textproc/py-pdf to 4.1.0

(wiz)

2024-03-11 13:18:00 UTC MAIN commitmail json YAML

py-pdf: update to 4.1.0.

## Version 4.1.0, 2024-03-03

Generating name objects (`NameObject`) without a leading slash
is considered deprecated now. Previously, just a plain warning
would be logged, leading to possibly invalid PDF files. According
to our deprecation policy, this will log a *DeprecationWarning*
for now.

### New Features (ENH)
- Add get_pages_from_field  (#2494)
- Add reattach_fields function (#2480)
- Automatic access to pointed object for IndirectObject (#2464)

### Bug Fixes (BUG)
- Missing error on name without leading / (#2387)
- encode_pdfdocencoding() always returns bytes (#2440)
- BI in text content identified as image tag (#2459)

### Robustness (ROB)
- Missing basefont entry in type 3 font (#2469)

### Documentation (DOC)
- Improve lossless compression example (#2488)
- Amend robustness documentation (#2479)

### Developer Experience (DEV)
- Fix changelog for UTF-8 characters (#2462)

### Maintenance (MAINT)
- Add _get_page_number_from_indirect in writer (#2493)
- Remove user assignment for feature requests (#2483)
- Remove reference to old 2.0.0 branch (#2482)

### Testing (TST)
- Fix benchmark failures (#2481)
- Broken test due to expired test file URL (#2468)
- Resolve file naming conflict in test_iss1767 (#2445)

(wiz)

2024-03-11 13:17:18 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 2.121.0

(wiz)

2024-03-11 13:17:09 UTC MAIN commitmail json YAML

2024-03-11 13:16:14 UTC MAIN commitmail json YAML

doc: Updated graphics/openexr to 3.2.3

(wiz)

2024-03-11 13:16:05 UTC MAIN commitmail json YAML

openexr: update to 3.2.3.

## Version 3.2.3 (March 6, 2024)

Patch release with various build/bug/documentation fixes:

* Fix `bswap` on NetBSD
* Fix issue with decompressing fp32 dwa files
* Support cmake config for `libdeflate`
* updated security policy
* miscelleneous website improvements

This release also addresses:

* OSS-fuzz [66676](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66676)
Null-dereference in Imf_3_3::realloc_deepdata
* OSS-fuzz [66612](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66612)
Null-dereference in Imf_3_3::realloc_deepdata

(wiz)

2024-03-11 13:14:20 UTC MAIN commitmail json YAML

doc: Updated security/keepassxc to 2.7.7

(wiz)

2024-03-11 13:14:11 UTC MAIN commitmail json YAML

keepassxc: update to 2.7.7.

## 2.7.7 (2024-03-09)

### Changes
- Support USB Hotplug for Hardware Key interface [#10092]
- Support 1PUX and Bitwarden import [#9815]
- Browser: Add support for PassKeys [#8825, #9987, #10318]
- Build System: Move to vcpkg manifest mode [#10088]

### Fixes
- Fix multiple TOTP issues [#9874]
- Fix focus loss on save when the editor is not visible anymore [#10075]
- Fix visual when removing entry from history [#9947]
- Fix first entry is not selected when a search is performed [#9868]
- Prevent scrollbars on entry drag/drop [#9747]
- Prevent duplicate characters in "Also choose from" field of password generator  [#9803]
- Security: Prevent byte-by-byte and attachment inference side channel attacks [#10266]
- Browser: Fix raising Update Entry messagebox [#9853]
- Browser: Fix bugs when returning credentials [#9136]
- Browser: Fix crash on database open from browser [#9939]
- Browser: Fix support for referenced URL fields [#8788]
- MacOS: Fix crash when changing highlight/accent color [#10348]
- MacOS: Fix TouchID appearing even though lid is closed [#10092]
- Windows: Fix terminating KeePassXC processes with MSI installer [#9822]
- FdoSecrets: Fix database merge crash when enabled [#10136]

(wiz)

2024-03-11 12:46:28 UTC MAIN commitmail json YAML

doc: Updated fonts/ghostscript-cidfonts-ryumin to 10.03.0

(wiz)

2024-03-11 12:46:19 UTC MAIN commitmail json YAML

ghostscript-cidfonts-ryumin: update to 10.03.0.

See ghostscript-agpl.

(wiz)

2024-03-11 12:45:47 UTC MAIN commitmail json YAML

doc: Updated print/ghostscript-agpl to 10.03.0

(wiz)

2024-03-11 12:45:37 UTC MAIN commitmail json YAML

ghostscript-agpl: update to 10.03.0.

Version 10.03.0 (2024-03-06)

Highlights in this release include:

  • A vulnerability was identified in the way Ghostscript/GhostPDL called
    tesseract for the OCR devices, which could allow arbitrary code execution.
    As as result, we strongly urge anyone including the OCR devices in their
    build to update as soon as possible.
  • As of this release (10.03.0) pdfwrite creates PDF files with XRef streams
    and ObjStm streams. This can result in considerably smaller PDF output
    files. See Vector Devices for more details.
  • Ghostscript/pdfwrite now supports passing through PDF "Optional Content".
  • Our efforts in code hygiene and maintainability continue.
  • The usual round of bug fixes, compatibility changes, and incremental
    improvements.

Incompatible changes

  • (10.03.0) Almost all the "internal" PostScript procedures defined during
    the interpreter startup are now "executeonly", further reducing the attack
    surface of the interpreter.

    The nature of these procedures means there should be no impact for
    legitimate usage, but it is possible it will impact uses which abuse the
    previous accessibility (even for legitimate reasons). Such cases may now
    require "DELAYBIND", See DELAYBIND
  • (10.03.0) The "makeimagedevice" non-standard operator has been removed. It
    allowed low level access to the graphics library in a way that was,
    essentially impossible to secure.
  • (10.03.0) The "putdeviceprops", "getdeviceprops", "finddevice",
    "copydevice", "findprotodevice" non-standard operators have all been
    removed. They provided functionality that is either accessible through
    standard operators, or should not be used by user PostScript.
  • (10.03.0) The process of "tidying" the PostScript namespace should have
    removed only non-standard and undocumented operators. Nevertheless, it is
    possible that any integrations or utilities that rely on those non-standard
    and undocumented operators may stop working or may change behaviour.

    If you encounter such a case, please contact us (Discord, #ghostscript IRC
    channel, or the gs-devel mailing list would be best), and we'll work with
    you to either find an alternative solution or return the previous
    functionality, if there is genuinely no other option.

(wiz)

2024-03-11 12:44:13 UTC MAIN commitmail json YAML

mk: improve disable-compile-inits description

(wiz)

2024-03-11 11:35:58 UTC MAIN commitmail json YAML

2024-03-11 11:04:49 UTC MAIN commitmail json YAML

2024-03-11 10:58:45 UTC MAIN commitmail json YAML

2024-03-11 10:47:29 UTC MAIN commitmail json YAML

2024-03-11 10:00:50 UTC MAIN commitmail json YAML

graphics/librsvg: bump rust requirement from 1.64 to 1.65,

...as lifted from the configure script (not that it matters a lot,
the pkgsrc branch-matching newest rust is quite a bit newer).

(he)

2024-03-11 09:45:32 UTC MAIN commitmail json YAML

2024-03-11 09:37:20 UTC MAIN commitmail json YAML

2024-03-11 09:37:10 UTC MAIN commitmail json YAML

2024-03-11 09:33:33 UTC MAIN commitmail json YAML

Updated multimedia/mkvtoolnix, devel/yarn

(adam)

2024-03-11 09:33:10 UTC MAIN commitmail json YAML

yarn: updated ro 1.22.22

v1.22.22

Fixes a punycode warning.
Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.

(adam)

2024-03-11 09:31:46 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 83.0

Version 83.0 "Circle Of Friends" 2024-03-10

New features and enhancements

* translations: added a Belarusian translation of the programs & the man pages
  by prydespar (see `AUTHORS`).
* mkvmerge, MKVToolNix GUI's chapter editor: added support for reading
  chapters from ffmpeg metadata files.
* MKVToolNix GUI: added a new action type for execution after jobs or the
  queue finishes: quitting MKVToolNix.

Build system changes

* The bundled `fmt` library was updated to v10.2.1.

Other changes

* Tons of changes were made to support the latest development versions of
  libEBML & libMatroska.

(adam)

2024-03-11 09:21:01 UTC MAIN commitmail json YAML

2024-03-11 09:13:41 UTC MAIN commitmail json YAML

2024-03-11 09:11:01 UTC MAIN commitmail json YAML

2024-03-11 08:59:24 UTC MAIN commitmail json YAML

doc: Updated x11/libXaw to 1.0.16

(wiz)

2024-03-11 08:59:16 UTC MAIN commitmail json YAML

libXaw: update to 1.0.16.

Code-cleanup and build-fixes...

Alan Coopersmith (13):
      Set close-on-exec when opening files
      Variable scope reductions as suggested by cppcheck
      Handle redundantInitialization warnings from cppcheck
      Use C99 designated initializers where appropriate
      gitlab CI: add xz-utils to container for "make distcheck"
      unifdef NCR
      unifdef sony
      unifdef QNX4
      unifdef AIXV3 || __SCO__
      unifdef __osf__
      unifdef __UNIXOS2__
      Remove unused sharedlib.c
      unifdef ISC

Thomas E. Dickey (27):
      build-fix
      fix missing-initializer warnings
      quiet conversion-warnings with casts
      provide fallback for deprecated isascii/toascii
      reduce compiler-warnings using casts
      cppcheck scope and assignment warnings
      manpage: adjust line-breaks to avoid embedded full-stops
      manpage: assume .EX/.EE macros
      manpage: improve formatting consistency of bold/italics
      fix references to uninitialized data when constructing argument-lists
      reduce variable-length argument lists to match the existing code
      delete unused assignments
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      add check for null pointer, avoid dereferencing
      split-up assignments which give unnecessary compiler-warnings
      scan-build(clang-17) reports possible null dereference, add checks
      fix clang/gcc warnings for undefined behavior, also fix a bug
      clang/gcc warnings about undefined behavior (minor bug-fix)
      amend change to XawListChange()
      make the examples configurable as (interactive) unit-tests
      delete code which is never used
      libXaw 1.0.16:  amends XawListChange() prototype, plus code-cleanup

Walter Harms (4):
      add examples
      add xawhisto
      add simple widget demo
      expand for simple widget demo

(wiz)

2024-03-11 08:40:25 UTC MAIN commitmail json YAML

Updated net/yt-dlp, lang/py-mypy

(adam)

2024-03-11 08:40:09 UTC MAIN commitmail json YAML

py-mypy: updated to 1.9.0

Mypy 1.9

Basic Support for Type Parameter Defaults (PEP 696)
Type-checking Improvements
Performance Improvements
Documentation Updates
Stubtest Improvements
Stubgen Improvements

(adam)

2024-03-11 08:37:26 UTC MAIN commitmail json YAML

yt-dlp: updated to 2024.3.10

yt-dlp 2024.03.10

Core changes

Add --compat-options 2023
Create ydl._request_director when needed by pukkandan (With fixes in dbd8b1b by Grub4k)
Don't select storyboard formats as fallback by bashonly
Handle --load-info-json format selection errors
Warn user when not launching through shell on Windows
cookies
Fix --cookies-from-browser for snap Firefox
Fix --cookies-from-browser with macOS Firefox profiles
Improve error message for Windows --cookies-from-browser chrome issue
plugins: Handle PermissionError
utils
Improve repr of DateRange, match_filter_func by pukkandan
traverse_obj: Support xml.etree.ElementTree.Element
webvtt: Don't parse single fragment files
Extractor changes

Migrate commonly plural fields to lists
Support multi-period MPD streams
abematv
Fix extraction with cache
Support login for playlists
adn
Add support for German site
Improve auth error handling
aenetworks: Rating should be optional for AP extraction
altcensored: channel: Fix playlist extraction
amadeustv: Add extractor
ant1newsgrembed: Fix extractor
archiveorg: Fix format URL encoding
ard
mediathek
Revert to using old id
Support cookies to verify age
art19: Add extractors
artetv: Separate closed captions
asobichannel: Add extractors
bigo: Fix JSON extraction
bilibili
Add referer header and fix metadata extraction
Support --no-playlist
bilibilisearch: Set cookie to fix extraction
biliintl: Fix and improve subtitles extraction
boosty: Add extractor
ccma: Extract 1080p DASH formats
cctv: Fix extraction
chzzk
Add extractors
live: Support --wait-for-video
cineverse: Detect when login required
cloudflarestream
Extract subtitles
Improve _VALID_URL
Improve embed detection
cloudycdn, lsm: Add extractors
cnbc: Overhaul extractors
craftsy: Fix extractor
crooksandliars: Fix extractor
crtvg: Fix _VALID_URL
dailymotion: Support search
douyin: Fix extractor
duboku: Fix m3u8 formats extraction
dumpert: Improve _VALID_URL
elementorembed: Add extractor
eporner: Extract AV1 formats
errjupiter
Add extractor
Improve _VALID_URL
facebook
Add new ID format
Improve extraction by jingtra, ringus1
Improve thumbnail extraction
Set format HTTP chunk size
Support events
Support permalink URLs
ads: Add extractor
flextv: Add extractor
floatplane: Improve metadata extraction
francetv
Fix DAI livestreams
Fix extractors
Fix m3u8 formats extraction
funk: Fix extractor
generic: Follow https redirects properly
getcourseru: Add extractors
gofile: Fix extraction
googledrive: Fix source file extraction
goplay: Fix extractor
gopro: Fix extractor
ilpost: Add extractor
jiosaavnsong: Support more bitrates
kukululive: Add extractor
lefigarovideoembed: Fix extractor
linkedin: Fix metadata and extract subtitles
magellantv: Support episodes
magentamusik: Add extractor
medaltv: Fix extraction
mlbarticle: Fix extractor
motherless: Support uploader playlists
mujrozhlas: Fix extraction
mx3: Add extractors
naver: Fix extractors
nebula: Support podcasts
nerdcubedfeed: Overhaul extractor
newgrounds
Fix login and clean up extraction
user: Fix extractor
nfb: Add support for onf.ca and series
nhkradiru: Extract extended description
nhkradirulive: Make metadata extraction non-fatal
niconico
Remove legacy danmaku extraction
Support DMS formats
ninaprotocol: Add extractor
ninenews: Add extractor
nova: Fix embed extraction
ntvru: Fix extraction
nuum: Add extractors
nytimes
Extract timestamp
Overhaul extractors
onefootball: Fix extractor
openrec: Pass referer for m3u8 formats
orf: on: Add extractor
patreon: Fix embedded HLS extraction
peertube: Update instances
piapro: Improve _VALID_URL
playsuisse: Add login support
pornhub: Fix login support
pr0gramm: Enable POL filter and provide tags without login
prankcastpost: Add extractor
radiko: Extract more metadata
rai
Filter unavailable formats
Fix m3u8 formats extraction
redcdnlivx, sejm: Add extractors
redtube
Fix formats extraction
Support redtube.com.br URLs
ridehome: Add extractor
rinsefmartistplaylist: Add extractor
roosterteeth
Add Brightcove fallback
Extract ad-free streams
Extract release date and timestamp
Support bonus features
rule34video
Extract creators
Extract more metadata
Fix _VALID_URL
rumblechannel: Fix extractor
screencastify: Update _VALID_URL
svtpage: Fix extractor
swearnet: Raise for login required
tiktok: Fix webpage extraction
trtworld: Add extractor
tvp: Support livestreams
twitch: Fix m3u8 extraction
twitter
Extract bitrate for HLS audio formats
Extract numeric channel_id
txxx: Extract thumbnails
utreon: Support playeur.com
vbox7: Fix extractor
viewlift: Add support for chorki.com
vimeo
Extract live_status and release_timestamp
Fix API headers
Fix login
viously: Add extractor
youtube
Better error when all player responses are skipped
Bump Android and iOS client versions
Further bump client versions
tab: Fix tags extraction
zenporn: Add extractor
zetland: Add extractor
Downloader changes

http: Reset resume length to handle FileNotFoundError
Networking changes

Remove _CompatHTTPError
Request Handler
Remove additional logging handlers on close
requests: Apply remove_dot_segments to absolute redirect locations by coletdjnz
Misc. changes

build
Add default optional dependency group
Add transitional setup.py and pyinst.py
Bump actions/upload-artifact to v4 and adjust workflows by bashonly
Bump conda-incubator/setup-miniconda to v3 by bashonly
Fix secretstorage for ARM builds by bashonly
Migrate to pyproject.toml and hatchling by bashonly (With fixes in 43cfd46)
Move bundle scripts into bundle submodule by bashonly
Support failed build job re-runs
Makefile
Add automated CODE_FOLDERS and CODE_FILES by bashonly
Ensure compatibility with BSD make
Fix man pages generated by pandoc>=3
ci: Bump actions/setup-python to v5 by bashonly
cleanup
Build files cleanup by bashonly
Fix infodict returned fields
Fix typo in README.md
Mark broken and remove dead extractors
Match both http and https in _VALID_URL
Remove unused code
Miscellaneous
93240fc by bashonly, Grub4k, pukkandan, seproDev
615a844 by bashonly, pukkandan, seproDev
devscripts
install_deps: Add script and migrate to it by bashonly
tomlparse: Add makeshift toml parser by Grub4K
docs: Misc Cleanup
test
Skip source address tests if the address cannot be bound to
websockets: Fix timeout test on Windows

(adam)

2024-03-11 08:06:30 UTC MAIN commitmail json YAML

doc: Updated x11/iceauth to 1.0.10

(wiz)

2024-03-11 08:06:22 UTC MAIN commitmail json YAML

iceauth: update to 1.0.10.

This is a minor bugfix release, including fixes for compiler warnings.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while ICEauthority files should never be more than
2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow iceauth
to work with files whose timestamps are later than January 19, 2038,
but this has not been tested.

Alan Coopersmith (7):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Use reallocarray if available, provide local version if not
      Silence -Wanalyzer-out-of-bounds warnings from gcc 13
      Variable scope reductions, as suggested by cppcheck
      unifdef __UNIXOS2__
      iceauth 1.0.10

(wiz)

2024-03-11 08:04:47 UTC MAIN commitmail json YAML

mk: describe sonic option, from adr

(wiz)

2024-03-11 08:04:05 UTC MAIN commitmail json YAML

doc: Added audio/espeak-ng version 1.51

(wiz)

2024-03-11 08:03:56 UTC MAIN commitmail json YAML

audio/Makefile: + espeak-ng

(wiz)

2024-03-11 08:03:45 UTC MAIN commitmail json YAML

audio/espeak-ng: import espeak-ng-1.51

Packaged for wip by adr.

The eSpeak NG is a compact open source software text-to-speech
synthesizer for Linux, Windows, Android and other operating
systems. It supports more than 100 languages and accents. It is based
on the eSpeak engine created by Jonathan Duddington.

eSpeak NG uses a "formant synthesis" method. This allows many
languages to be provided in a small size. The speech is clear, and can
be used at high speeds, but is not as natural or smooth as larger
synthesizers which are based on human speech recordings. It also
supports Klatt formant synthesis, and the ability to use MBROLA as
backend speech synthesizer.

(wiz)

2024-03-11 07:53:01 UTC MAIN commitmail json YAML

doc: Added audio/yasr version 0.0.0.144

(wiz)

2024-03-11 07:52:52 UTC MAIN commitmail json YAML

audio/Makefile: + yasr

(wiz)

2024-03-11 07:52:38 UTC MAIN commitmail json YAML

audio/yasr: import yasr-0.0.0.144

Packaged for wip by adr.

YASR ("Yet Another Screen Reader") is an attempt at a lightweight,
portable screen reader. It works by opening a shell in a pty and
intercepting all user input/output, maintaining a window of what
should be on the screen by looking at the codes and text sent to the
screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not
necessarily need to be setuid root (the only requirement being that
the user be able to access the tts device).

(wiz)

2024-03-11 07:49:30 UTC MAIN commitmail json YAML

doc: Added net/megacmd version 1.6.3

(wiz)

2024-03-11 07:49:21 UTC MAIN commitmail json YAML

net/Makefile: + megacmd

(wiz)

2024-03-11 07:49:12 UTC MAIN commitmail json YAML

2024-03-11 07:44:25 UTC MAIN commitmail json YAML

doc: Updated lang/joker to 1.3.5

(wiz)

2024-03-11 07:44:15 UTC MAIN commitmail json YAML

lang/joker: Update to 1.3.5

From Kevin Bloom via wip.

Fixed joker.json/write-string serializing empty collections as null.

(wiz)

2024-03-11 06:56:04 UTC MAIN commitmail json YAML

Updated databases/py-redis, devel/py-flaky, security/py-OpenSSL, textproc/py-html-sanitizer

(adam)

2024-03-11 06:55:41 UTC MAIN commitmail json YAML

py-html-sanitizer: updated to 2.3.1

2.3.1

- Fixed an edge case where ``br`` tag attributes weren't removed if the br tag
  appears first.

(adam)

2024-03-11 06:54:28 UTC MAIN commitmail json YAML

py-OpenSSL: updated to 24.1.0

24.1.0 (2024-03-09)

Backward-incompatible changes:

* Removed the deprecated ``OpenSSL.crypto.PKCS12`` and
  ``OpenSSL.crypto.NetscapeSPKI``. ``OpenSSL.crypto.PKCS12`` may be replaced
  by the PKCS#12 APIs in the ``cryptography`` package.

(adam)

2024-03-11 06:52:59 UTC MAIN commitmail json YAML

py-flaky: updated to 3.8.0

Version 3.8.0

Fix incompatibilities with newer dependencies

This commit fixes an incompatibility with pytest 8.1.1,
and  some with python 3.12.

This commit also fixes up some pycodestyle and
pylint problems that snuck in with some earlier commits.

(adam)

2024-03-11 06:48:52 UTC MAIN commitmail json YAML

py-redis: updated to 5.0.3

5.0.3

Bug Fixes

Fix breaking change: message in LockError is now optional

Maintenance

Bump release-drafter/release-drafter from 5 to 6
Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0
Remove redundant async-timeout dependency

(adam)

2024-03-10 21:24:36 UTC MAIN commitmail json YAML

lang/rust: move conditional for sparc64 to after when options are known.

(he)

2024-03-10 21:02:21 UTC MAIN commitmail json YAML

2024-03-10 15:22:48 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine51 to 5.1.2

(taca)

2024-03-10 15:22:34 UTC MAIN commitmail json YAML

devel/ruby-redmine51: update to 5.1.2

5.1.2 (2023-03-04)

[Activity view]

* Defect #39995: Project Activities and Roadmap views disclose presence of
  private sub projects

[Administration]

* Defect #40166: Internationalize "Check all / Uncheck all" tooltip in
  project list for admins

[Code cleanup/refactoring]

* Defect #39864: Backport fix of random failing integration test for plugin
  routes
* Defect #40239: Add missing fixtures in Redmine::ApiTest::IssuesTest
* Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new
* Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote
* Patch #40043: Remove year ranges from all copyright headers

[Database]

* Patch #39865: Extend mysql8? test helper to handle complex version strings

[Filters]

* Defect #39991: Fix "any" operator for text filters to exclude empty text
  values

[Issues]

* Defect #39932: Incorrect position of "Edited" mark in issue notes with h4
  headings

[Plugin API]

* Defect #39862: Attachments functionality for (custom) plugins broken since
  fix for CVE-2022-44030
* Feature #39948: Add Redmine::Plugin proxy method for
  Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type

[REST API]

* Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to
  5.1

[Rails support]

* Patch #40319: Update Rails to 6.1.7.7

[SEO]

* Defect #40208: An ActionController::RespondToMismatchError occurred in
  welcome#robots

[Security]

* Defect #39875: Mitigate CVE-2023-23913 (rails-ujs)

[Text formatting]

* Defect #39755: CommonMark Markdown help page does not reflect user's
  language setting
* Defect #40193: Performance issue with email address auto-linking in the
  default ("none") formatter
* Feature #39884: Allow multiple footnotes per single word

[Translations]

* Defect #39801: Fix typo in Russian translation of text_status_no_workflow
* Patch #39751: Additional translation for Tamil language
* Patch #39781: Persian translation update for 5.1-stable
* Patch #39782: Russian translation update for 5.1-stable
* Patch #40240: Catalan translation update for 5.1-stable

[UI]

* Defect #39780: User select element on activity sidebar views cutoff when
  displaying long user names
* Defect #39802: Fix click event handling in mobile view after closing
  flyout menu
* Defect #40237: Error in autocomplete (`ActionController::BadRequest
  (Invalid query parameters: invalid %-encoding (%)`)

(taca)

2024-03-10 15:20:27 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.8

(taca)

2024-03-10 15:20:02 UTC MAIN commitmail json YAML

devel/ruby-redmine50: update to 5.0.8

5.0.8 (2024-03-04)

[Activity view]

* Defect #39995: Project Activities and Roadmap views disclose presence of
  private sub projects

[Code cleanup/refactoring]

* Patch #39894: Explicitly render a 404 on non-JS requests to watchers#new
* Patch #39999: Explicitly render a 404 on non-JS requests to messages#quote
* Patch #40043: Remove year ranges from all copyright headers

[Filters]

* Defect #39991: Fix "any" operator for text filters to exclude empty text
  values

[Plugin API]

* Defect #39862: Attachments functionality for (custom) plugins broken since
  fix for CVE-2022-44030
* Feature #39948: Add Redmine::Plugin proxy method for
  Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type

[Rails support]

* Patch #40319: Update Rails to 6.1.7.7

[SEO]

* Defect #40208: An ActionController::RespondToMismatchError occurred in
  welcome#robots

[Security]

* Defect #39875: Mitigate CVE-2023-23913 (rails-ujs)

[Text formatting]

* Defect #40193: Performance issue with email address auto-linking in the
  default ("none") formatter
* Feature #39884: Allow multiple footnotes per single word

[Translations]

* Defect #39801: Fix typo in Russian translation of text_status_no_workflow

[UI]

* Defect #39780: User select element on activity sidebar views cutoff when
  displaying long user names
* Defect #39802: Fix click event handling in mobile view after closing
  flyout menu
* Defect #40237: Error in autocomplete (`ActionController::BadRequest
  (Invalid query parameters: invalid %-encoding (%)`)

(taca)

2024-03-10 15:16:49 UTC MAIN commitmail json YAML

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

(taca)

2024-03-10 15:16:33 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.896.0

1.896.0 (2024-03-08)

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

(taca)

2024-03-10 15:15:29 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.7.8

(taca)

2024-03-10 15:15:13 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.7.8

1.7.8 (2024-03-07)

* Loudly scrub UTF-8 input

(taca)

2024-03-10 15:14:01 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-asciidoctor to 2.0.22

(taca)

2024-03-10 15:13:45 UTC MAIN commitmail json YAML

textproc/ruby-asciidoctor: update to 2.0.22

2.0.22 (2024-03-08)

This is a patch release in the 2.0.x release line to further compatibility
with Ruby 3.3.

The most critical fix in this release is to remove use of the base64 library
since it will no longer being provided as part of the Ruby language starting
with Ruby 3.4.  When using Ruby 3.3, users would see a warning if this
library is used, which happens when the data-uri attribute is set.  The
functionality has been replaced with a lower-level method on the String
object (String#pack), which the base64 library delegates to anyway.

This release also sets the cloaked-context attribute on a source block that
is defined using either a styled paragraph or a literal or fenced code
structural container.  This matches the functionality used for custom block
extensions (when the source context does not match the final parsed
context).

Distribution

* RubyGem (asciidoctor)

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux,
OpenSUSE, and Homebrew.  You can use the system's package manager to install
the package named asciidoctor.

Changelog

Improvements

* Set cloaked-context attribute on source block when context is not :listing
  (#4556)

Compliance

* Remove use of base64 library to prevent warning in Ruby >= 3.3 (#4561)

(taca)

2024-03-10 15:11:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.88.2

(taca)

2024-03-10 15:11:15 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.88.2

2.88.2 (2024-03-06)

* host_inventory/linux/virtualization: Fallback to systemd-detect-virt

(taca)

2024-03-10 15:09:51 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mime-types-data to 3.2024.0305

(taca)

2024-03-10 15:09:36 UTC MAIN commitmail json YAML

mail/ruby-mime-types-data: update to 3.2024.0305

3.2024.0305 (2024-03-05)

* Updated the Apache and IANA media registry entries as of release date

(taca)