Skip to content

Update README.md#179

Open
greydoubt wants to merge 10000 commits into
NetBSD:trunkfrom
greydoubt:patch-1
Open

Update README.md#179
greydoubt wants to merge 10000 commits into
NetBSD:trunkfrom
greydoubt:patch-1

Conversation

@greydoubt
Copy link
Copy Markdown

No description provided.

adam and others added 30 commits April 15, 2026 06:29
1.68.1 - 2026-04-14

- Revert the use of the new compiler report format and properly ungate Editions 2024 features.
- Fix absolute imports (leading-dot) marked unused in diagnostics.

v1.68.0 - 2026-04-14

- Use new compiler for build process and support Editions 2024 features.
- Add LSP document links for `buf.yaml` deps, `buf.gen.yaml` remote plugins and input modules, `buf.policy.yaml` name and BSR plugins, and `buf.lock` dep names, making each a clickable link to its BSR page.
- Add LSP code lenses for `buf.yaml` files to update all dependencies (`buf.dep.updateAll`) or check for available updates (`buf.dep.checkUpdates`).
- Improve shell completions for `buf` flags with fixed value sets and file/directory arguments.
- Add `buf curl` URL path shell completions (service and method names) via
  server reflection, `--schema`, or the local buf module.
- Add support for Edition 2024 syntax to `buf format`.
- Fix `buf generate --clean` deleting files from nested plugin output directories.
4.0.1
Fixed sqlite3 mypy's cache contamination
0.19.0 (2026-04-14)

Changes

* MSRV is now 1.88.0

Maintenance

* Publish ARM & x64 binaries on all platforms
* chore(deps): bump rand from 0.9.0 to 0.9.4
* chore(deps): bump bytes from 1.9.0 to 1.11.1
* chore(deps): bump tar from 0.4.43 to 0.4.45
* fix(registry): handle Poll::Pending from sparse registry source queries
* bump to cargo 0.91, MSRV 1.88, edition 2024
0.44.0

Implement websocket keepalive pings for websockets-sansio
0.23.1

Fixed

- Fix regression causing `params` pattern to stop working under some conditions,
  by doing a strict detection of `ANY` in multi items patterns


0.23.0

Fixed

- Fix `data` pattern with list value
- Fix and enhance incorrect documentations about iterable side effects
- Fix documentation typo, thanks @markhobson
- Fix support for multiple slashes `//` in URL path by not using `urljoin` when
  prepending path, thanks @lewiscollard and @Skeen
- Type Route.respond json as `Any` to align with HTTPX, thanks @JacobHayes
- Properly handle `ANY` in `MuitiItems` patterns
This project implements two command-line Wayland clipboard
utilities, wl-copy and wl-paste, that let you easily copy
data between the clipboard and Unix pipes, sockets, files
and so on.
Command line interface which allows setting
the size, scale, orientation of the output
for a screen. This utility requires the
compositor to implement the
wlr-output-management protocol.
A Wayland native snapshot and editor tool, inspired
by Snappy on macOS. Works great with grim, slurp
and sway. But can easily work with other screen copy
tools that can output a final image to stdout.
A C library for a simple configuration file format.
* Andri's Main Loop

Goals:
 * Portability
 * Utility
 * Simplicity

Non-goals:
 * MS Windows (TM) support
 * Solving the C10K problem

Features:
 * File descriptor event handlers
 * Timers
 * Tickers
 * Signal handlers
 * Idle dispatch callbacks
 * Thread pool
 * Interoperability with other event loops
C implementation and code generator for Varlink,
which is an interface description format and
protocol that aims to make services accessible
to both humans and machines in the simplest
feasible way.
An LTS port of the Python builtin module audioop which was deprecated since
version 3.11 and removed in 3.13.
Standard library chunk redistribution.
Kanshi allows you to define output profiles
that are automatically enabled and disabled
on hotplug. For instance, this can be used
to turn a laptop's internal screen off when
docked. This is a Wayland equivalent for
tools like autorandr. Kanshi can be used on
Wayland compositors supporting the
wlr-output-management protocol.
Standard library aifc redistribution.
adam and others added 4 commits April 17, 2026 12:50
3.53.0.0
ChangesetBuilder adds ChangesetBuilder.add_insert(), ChangesetBuilder.add_delete(), ChangesetBuilder.add_update(), and ChangesetBuilder.config().

Added .limit command to the Shell
2026.4.7
Unknown changes
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Notable changes since the last release (v0.8.3):

    Revamped low-pass filter options for Genesis / Sega CD / 32X that should be significantly more accurate to actual hardware than the v0.8.3 settings
    Improved audio quality for all emulated systems via much higher-quality audio resampling
    A rather large number of bugfixes for Genesis, Sega CD, 32X, SMS, Game Gear, SNES, Game Boy [Color]
    Major bugfixes for Linux AppImage builds in Wayland
    Save state files are now internally compressed using zstd, which should reduce save state file size by 70-80% in most cases
    Basic CPU + CD-ROM drive overclocking options for Sega CD, which have fairly low compatibility but do help in some games

Full changelog below.
New Features

    (Genesis / Sega CD / 32X) Replaced the low-pass filtering settings added in v0.8.3 with a new set of options that should be more accurate to actual hardware
        New option to apply a first-order 3.39 KHz low-pass filter to Genesis audio output; this is ON by default (biggest change from previous default settings)
        New option to apply a second-order 7.97 KHz low-pass filter to Sega CD PCM audio output; this is ON by default
        New options to individually configure whether the Genesis low-pass filter is applied to Sega CD and 32X audio output; these are all OFF by default
    (Genesis / SNES) Added a new video setting to disable deinterlacing in the handful of games that use interlaced display modes (e.g. Sonic the Hedgehog 2 in 2P Vs. mode, Ys III (Genesis) with the in-game "Int Mode" option enabled, Air Strike Patrol in mission briefing screens)
        Deinterlacing enabled matches the behavior in previous versions: normal-resolution interlaced modes display the same as progressive mode, and high-res interlaced modes make the graphics processor render all 448/480 lines every frame
    (Sega CD) Added an option to overclock the sub CPU by decreasing the master clock divider (NetBSD#138)
    (Sega CD) Added an option to increase the disc drive speed when reading data tracks (NetBSD#138)
        This has low compatibility but can shorten loading times in some games. Compatibility is slightly higher when the sub CPU is overclocked
    (Sega CD) Added an additional PCM chip interpolation option for 6-point cubic Hermite interpolation, which in some cases produces a slightly cleaner sound than 4-point cubic Hermite (the existing setting)
    Added a new hotkey to quickly toggle whether overclocking settings are enabled, for the systems that support overclocking (this includes Sega CD's new drive speed setting)
        This is mainly useful for Sega CD, where increasing the drive speed can shorten loading times during gameplay but almost always breaks FMVs and animated cutscenes

Improvements

    Audio resampling code has been rewritten to use the windowed sinc interpolation algorithm, which is much higher quality than the previous resampling implementation at a relatively low performance cost (for most emulated systems)
        Windowed sinc interpolation can be very performance-intensive for NES and GB/GBC audio resampling, so these two systems have a new audio setting to choose between windowed sinc interpolation and the old resampling algorithm (low-pass filter followed by nearest neighbor interpolation)
    (Genesis) Slightly improved performance by optimizing VDP rendering and tile fetching code
    (Genesis) Frontends now recognize .gen and .smd as file extensions for Genesis / Mega Drive ROM images (NetBSD#149)
        This includes attempting to auto-detect when a ROM image is interleaved (common for .smd files), and deinterleaving it during load
    (SMS) The "crop vertical borders" video setting now defaults to enabled instead of disabled; unlike the left border, the vertical borders will only ever show the current backdrop color
    (SMS) The SMS model setting now defaults to SMS1, which emulates a VDP hardware quirk that is required for the Japanese version of Ys to render correctly (#182)
    (SMS / Game Gear) Reduced log level of a warning message that caused excessively verbose log output in Virtua Fighter Mini (#199)
    (SNES) In games that use the SA-1 coprocessor, the SA-1 CPU now gets a wait cycle every time it accesses SA-1 BW-RAM, similar to actual hardware
        The SA-1 CPU still runs faster than actual hardware in some cases because bus conflict wait cycles are not emulated
    GUI: When opening a game that requires a BIOS ROM or firmware ROM (e.g. any Sega CD game), if the BIOS/firmware ROM path is not configured, the error window now contains a button to configure the appropriate ROM path and immediately launch the game
    CLI: If no config file exists, the CLI will now attempt to write out the default config to the config path so that it can be edited manually if desired
    Save state files are now internally compressed using zstd which should reduce save state file size by at least 50%, often by 70-80%
    Frontends should now correctly handle files with uppercase file extensions

Multi-System Fixes

    Fixed a performance bug in the audio resampling code that could have caused intermittent extremely poor performance due to performing arithmetic on subnormal floating-point numbers, which can be up to 100 times slower than normal floating-point arithmetic on some CPUs (NetBSD#135)
    Linux: AppImage builds now exclude all Wayland-related system libraries during packaging; this fixes the emulator failing to launch in some distros, e.g. Solus Plasma (NetBSD#143)
    Linux: AppImage builds now interpret relative paths in command-line arguments as being relative to the original working directory where the AppImage was launched from, not the AppImage internal runner directory (NetBSD#147)
    Linux/BSD CLI: For these platforms only and for the CLI only, reverted the change to estimate window scale factor because SDL_GetDisplayDPI does not return reliable values on Linux/BSD
    Adjusted frame time sync's sleep implementation to fix frame time sync potentially causing slowdown on some platforms
    Save state files are now explicitly versioned, which fixes potential crashing when attempting to load an incompatible save state file from a different version

Genesis / Mega Drive Fixes

    Fixed the 68000 incorrectly being allowed to access audio RAM while the Z80 is on the bus; this fixes freezing in Joe & Mac (NetBSD#144)
    Fixed Z80 RESET not clearing the Z80's HALT status
    Fixed writes to YM2612 F-num high / block registers ($A4-$A6 and $AC-$AE) taking effect immediately instead of after the next F-num low register write; this fixes some music glitches in Valis
    Implemented more accurate emulation of how the YM2612 computes operator amplitude from phase and envelope attenuation
    Fixed in-game saves not working correctly when Sonic & Knuckles is locked on to a cartridge with SRAM (e.g. Sonic 3)
    Fixed certain revisions of QuackShot not loading correctly due to having non-standard cartridge ROM address mappings (NetBSD#174)
    Fixed some illegal 68000 opcodes incorrectly decoding to "valid" instructions (#184 / #185)
    Fixed an edge case related to how sprite tile/pixel overflow interacts with H=0 sprite masking (#186)

Sega CD Fixes

    Implemented a higher minimum seek time for small seek distances; this fixes Thunder Storm FX (JP) failing to boot (NetBSD#178)
    Fixed a regression introduced in v0.8.3 that caused PCM chip channels to skip the first sample after being enabled (this made little-to-no audible difference in practice because the first sample is usually 0)
    Fixed slightly inaccurate emulation of PCM chip looping behavior at sample rates higher than 0x0800 / 32552 Hz
    Fixed inaccurate emulation of CD-DA fader volumes 1-3 out of 1024 (should be 50-60 dB of attenuation instead of complete silence)
    Unmapped/unknown address accesses will now log an error instead of crashing the emulator

32X Fixes

    Fixed a major bug in the PWM resampling code that caused PWM audio output to sound significantly more poppy and crackly than it's supposed to
    Fixed a bug around synchronizing SH-2 accesses to 32X communication ports that could have caused writes to be skipped in some cases; this fixes freezing in the Sonic Robo Blast 32X demo (NetBSD#160)
    Significantly improved timing of 32X VDP interrupts for the SH-2s (NetBSD#166)
    Significantly improved synchronization between the SH-2s and the 68000
    Fixed PWM DMA transfer rate via DREQ1 not taking the PWM timer interval into account; this fixes broken sound effects in BC Racers (NetBSD#179)

Master System / Game Gear Fixes

    Fixed the Z80's RETI instruction not correctly copying IFF2 to IFF1 like RETN does; this fixes Desert Strike from freezing when you press Start/Pause (#181)
    Fixed incorrect handling of non-power-of-two ROM sizes, which fixes several homebrew games and demos (#201 / #203 / #204)
    (Game Gear) Fixed the emulator crashing if a game enables the VDP's 224-line mode, as the homebrew GG Turrican does (#202)

SNES Fixes

    Implemented more accurate clipping and truncation in Mode 7 intermediate calculations; this fixes glitched Mode 7 graphics in Tiny Toon Adventures: Wacky Sports Challenge (NetBSD#161)
    Mode 7 registers are now latched about 12 pixels before line rendering begins; this fixes a glitchy line near the bottom of the play area in Battle Clash, where the screen transitions from Mode 1 to Mode 7
    Implemented an obscure behavior regarding the effects of writing to OAM during active display; this fixes incorrect sprite display in Uniracers' Vs. mode (NetBSD#164)
    Made a best effort at implementing the effects on sprites of toggling forced blanking during active display; this mostly fixes some test ROMs that exercise this (NetBSD#162)
    Adjusted behavior of APU communication ports when the 65816 writes to a port on the same cycle that the SPC700 cle

    ars the port; this fixes Kishin Douji Zenki: Tenchi Meidou failing...
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Mew 6.10 (2025-07-08)

Differences between Mew 6.10 and Mew 6.9

* XOAUTH2 support. Please see Sec 9.13 of the manual.
* Use C.UTF-8 if available to display non-ASCII names for GnuPG programs.
  NetBSD#179
* Enable IPv6 support of stunnel by default.  NetBSD#177
* Add GnuTLS support.  NetBSD#175
* Supporting stunnel >=5.15 only.  NetBSD#174
* Separately check if stunnel supports 'foreground', 'pid' and 'syslog'
  options.  NetBSD#171
* Use configured file names as relative paths from mew-home.  NetBSD#170
* And several bug fixes.
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Prepare for this replacing mail/getmail.

Version 6.19.08
14.May.2025
    - fix NetBSD#105 by converting empty string to None, which has smtplib handling
    - fix #226 by handling all Exception instead of just OSError on SIGCHLD to parent
    - fix #239 by catching ssl.SSLError
    - Merge pull request #237 from meeuw/integration-tests
    - remove python 2 code: only supporting python 3
    - Merge pull request #238 from yshingai/v6.19.07-add-alias
    - support windows-874 cp874
    - Merge pull request #234 from meeuw/fix-incorrect-fsf-address
    - Merge pull request #233 from meeuw/fix-license
    - #220 allow uid_cache=true (latest UID from oldmail-file) in addition to uid_cache=<uidfile>

Version 6.19.07
26.January.2025
    - #225 Missing comma in getmailcore/message.py

Version 6.19.06
18.January.2025
    - #223 publish to pypi workflow
    - #219 #220 increase IMAP efficiency through uid_cache  (needs to be configured) storing last fetched UID
    - updated tests
    - update copyright to 2025

Version 6.19.05
02.October.2024
    - fix #211: --only-oldmail-file command line = only_oldmail_file config: regenerate oldmail file with mails currenlty on server
    - fix #212: oldmail-* reverts when --to-oldmail-on-each-mail is used
    - Pyp2 fixes (#210)
    - fix #209: using the suggested simpler fix as pathlib is not used so far
    - build and upload sdist
    - Fix invalid SPDX expression

Version 6.19.04
25.August.2024
    - Update getmailrc-examples (#204, #206, #207)
    - #205: pop3: Support use_xoauth2

Version 6.19.03
08 July 2024
    - #199 fix: fails with "TypeError: IMAP4_SSL.__init__()" after changing to Python 3.12 (when keyfile/certfile in config)

Version 6.19.02
01 July 2024
    - #196 fix: handle KeyError (getmail-gmail-xoauth-tokens)
    - #197 fix: detect if --port is set to force the use of the local http server (getmail-gmail-xoauth-tokens)

Version 6.19.01
7 June 2024
    - #195 fix: make mark_read option act same as -ds,

Version 6.19.00
31 May 2024
    - #191 -m/--mark-read and mark_read in [options] of rcfile
    - #190 -o/--only-account to choose rcfile by username (=email)
    - #189 IMAP retrievers support imap_id_extension
    - NetBSD#137 Add mailbox name to log line

Version 6.18.14
20 March 2024
    - fix make lint
    - fix #183: in case of TypeError keyfile and certfile are used later in wrap_socket (Python 3.12)
    - fix #182: make log to trace
    - Allow to customize 'redirect_uri' (pull request NetBSD#179 from jerome-pouiller/master)
    - fix NetBSD#176: Maildir Filename Generation Issue with Truncated Hostname (use full hostname)
    - remove "Labels" before deleting uid (pull request NetBSD#175 from ewft/fix_gmail_deletion)
    - Redact real email in test data (pull request NetBSD#170 from h3xx/remove-email)
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
See the following release page about the current project status:
 https://github.com/saitoha/libsixel/releases/tag/v1.8.7

Upstream changes (from NEWS):

                  ------------------------------
                   What's new in libsixel-1.8.7
                  ------------------------------

  for a comprehensive view of security-fix progress, see the page below
  saitoha/libsixel#203

* fix invalid pointer access in encoder.c (#193, #195)
  Thanks to @momo-trip, @akinomyoga

* fix wrong HLS to RGB conversion. (#191)
  Thanks to @gnachman, @j4james

* fix NULL pointer dereference problem in img2sixel.c (#192)
  Thanks to @momo-trip, @akinomyoga

* fix double free problem in encoder.c (#194)
  Thanks to @momo-trip

* Serucity fix for #200, heap buffer overflow in debug palette function.
  Thanks to @err2zero

* add EXTRA_DIST for LICENSE files (NetBSD#129)
  Thanks to @ttdoda

* Travis-ci: added support for ppc64le (NetBSD#140)
  Thanks to @dthadi3

* export sixel_allocator_new to dll (NetBSD#151)
  Thanks to @johnnychen94

* README: Add Idris 2 language bindings (NetBSD#155)
  Thanks to @Kaiepi

* performance: If width and height are unchanged, nothing to do. (NetBSD#170)
  Thanks to @rokuyama

* README: add MacPorts to install options (#183)
  Thanks to @barracuda156

* fix for bash completion (#189)
  Thanks to @rcorre

* Add backport feature (nanosleep) for windows, github actions CI (#202)
  Thanks to @Kreijstal

* README: update NixOS link (#204)
  Thanks to @max-amb

* build: Remove override of $LIBJPEG_CFLAGS and $LIBJPEG_LIBS set by
  PKG_CHECK_MODULES()

* fix Problems with the dithering palette calculation (#188)
  Thanks to @gnachman, @j4james

* fix SEGV error in sixel_encoder_setopt (NetBSD#174)
  Thanks to @shinibufa , @j4james

* curl: send original UserAgent header: "libsixel/${LIBSIXEL_VERSION}"

* fix heap-buffer-overflow in error_diffuse, quant.c:876 NetBSD#172
  Thanks to @waugustus

* fix Heap-buffer-overflow in scale.c:214 NetBSD#179
  Thanks to @chameleon10712, @j4james

* build: fallback support for environments without pkg-config.

* fix double-free problem in loader.c (NetBSD#150)
  Thanks to @duytai, @ctrlcctrlv

* fix an assertion issue in stbi__create_png_image_raw (NetBSD#163)
  Thanks to @kdsjZh, @dankamongmen

* Update stb_image.h from upstream to version 2.30
  THanks to @hzeller

* Update examples/drawing: add SGR-Pixels mode

* fix a problem on monochromatic encoded (-e) output (#112)
  Thanks to @interkosmos, @j4james

* fix a FPE issue (NetBSD#166, NetBSD#167)
  Thanks to @waugustus, @j4james

* cli: fix a scaling issue introduced in v1.6.1, which is caused
       when one of -w/-h is a percentage and the other is unset or "auto"

* fix a memory leak ploblem (NetBSD#164)
  Thanks to @muetzenmann, @j4james
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
1.3.0 (2025-09-23)

What's Changed

* Set required ruby version to 2.7.0 and up by @risen in NetBSD#169
* Keep using URI RFC2396 parser by @voxik in #192
* Make DEFAULT_LOCATOR Configurable by @heka1024 in NetBSD#179

New Contributors

* @risen made their first contribution in NetBSD#169
* @biow0lf made their first contribution in NetBSD#167
* @duffuniverse made their first contribution in #180
* @berkos made their first contribution in NetBSD#170
* @elia made their first contribution in #195
* @Earlopain made their first contribution in #188
* @stevenharman made their first contribution in NetBSD#173
* @voxik made their first contribution in #192
* @m-nakamura145 made their first contribution in NetBSD#175
* @heka1024 made their first contribution in NetBSD#179
* @tylerwillingham made their first contribution in #200
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
What's Changed

    docs: Add readthedocs configuration file by @Jmennius in NetBSD#159
    docs: Mention Choice's Enum support in published docs, publish init docs by @Jmennius in NetBSD#161
    Align tox and package metadata with GH actions (add Python 3.9-3.12) by @Jmennius in NetBSD#163
    Bump Python to 3.9 and clean-up Python 2 leftovers by @wisp3rwind in NetBSD#170
    Address deprecation of pkgutil.get_loader by @wisp3rwind in NetBSD#171
    Remove template_with_relatives by @semohr in NetBSD#172
    Added typehints to the as_* helpers. by @semohr in NetBSD#173
    Added a minimal release workflow. by @semohr in NetBSD#174
    Modernize package setup by @snejus in NetBSD#178
    Explicitly support Python 3.13, 3.14 and synchronise docs and docs config by @snejus in NetBSD#179
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
What's Changed

    refactor: analyze only root project directory and clean up progress module by anistark in NetBSD#176
    feat: GitHub license cache by anistark in NetBSD#178
    chore: cleanup readme, contributing, justfile by anistark in NetBSD#179
    feat: add local license checking for Go and Python by anistark in #180
    fix: add missing env var cleanup to prevent test isolation issues in parallel execution by anistark in #182
    feat: add .NET support with NuGet integration by anistark in #183
    feat: add --github-token flag for authenticated GitHub API requests by anistark in #184
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
2.16.0 2025-12-23
* Fix opening STIL on MacOS (#225)
* Expose the SID models actually used
* residfp: implemented runtime SIMD dispatch for resampler (#206)
* Added usbsid support (#216)
* Improve interrupt handling in kernal stub



2.15.2 2025-11-02
* Fix building with pre c++20 standards (#214)
* Fixed crash in SidDatabase parser (#217)



2.15.1 2025-09-19
* resid/residfp: remove accidental DC offset (#205)
* residfp: clock voice 3 even if muted (#211)
* resid: fix silenced tunes (#212)
* fixed load performance regression (#207)



2.15.0 2025-06-29
* Compile with fast math, without unsafe optimizations
* residfp: reworked the SIMD support, removed the intrinsics code leaving the compiler vectorize the loop
* Extended the new play API
* Marked old play API functions as deprecated



2.14.0 2025-05-11
* Rough approximation of MDAC saturation for the 6581 (NetBSD#177) (#185)
* New play API for client side mixing (NetBSD#41) (#184)
* Minor fixes and optimizations



2.13.1 2025-04-25
* Fix build with inlining disabled (#181)
* Add missing files to the tarball (#182)
* Update exsid driver
* Fixed an uninitialized warning



2.13.0 2025-04-13
* Add support for c++23 where available
* Reworked power on delay (NetBSD#82)
* Correctly link to pthread library (NetBSD#179)
* Add proper compiler flag when enabling sse4 (NetBSD#172)
* resid/residfp: Use more bits for the 8580 filter cutoff (VICE bug 2098)
* resid: reduce aliasing noise (VICE bug 2116)



2.12.0 2024-12-01
* Better mixing for multi chip tunes (NetBSD#167)
* residfp: fixed voice sync when a saw-combined waveform is selected (NetBSD#169)
* residfp: updated CW parameters
* resid: properly adjusted 8580 Vref value
* switched to UTPP for unit tests (NetBSD#170)



2.11.0 2024-11-03
* Remove buffer size limit from mixer (fixes NetBSD#159)
* residfp: avoid quantization noise (NetBSD#156)
* residfp: implemented 6581 DC drift (NetBSD#155)
* residfp: properly adjusted 8580 Vref value



2.10.1 2024-10-20
* residfp: fix digiboost (NetBSD#157)
* residfp: fix combined waveforms (NetBSD#160)



2.10.0 2024-10-06
* Add support for c++20 where available
* residfp: retuned cw parameters after measuring waves RMS (NetBSD#143)
* residfp: code refactoring and minor performance optimizations (NetBSD#145)
* resid/residfp: scale down filter inputs in the mixer for 6581 (NetBSD#139)
* Centralized handling of muted voices and allow muting samples (NetBSD#136)
* new API to toggle the filter and deprecated sidplayfp::filter



2.9.0 2024-08-12
* residfp: use c++11 threads for building filter tables (NetBSD#92)
* residfp: code modernization and minor performance optimizations
* Performance optimizations (NetBSD#133, NetBSD#137)



2.8.0 2024-06-09
* Optimized event scheduler (NetBSD#131)
* Stop pretendig we support pre-c++11 compilers (NetBSD#130)
* Fixed thread unsafety for psid_driver (NetBSD#132)
* residfp: do not cache resampling tables (NetBSD#91)
* resid/residfp: tuned oscillator leakage



2.7.1 2024-05-19
* Sync resid with upstream
* Make strong CWs the default (NetBSD#127)
* Downtune the leakage parameter a bit (NetBSD#126)
* Fix UBSan complaint abount uninitialized var 'is6581'



2.7.0 2024-03-29
* residfp: refactor residfp filter (NetBSD#109)
* residfp: added ability to adjust the uCox parameter at runtime (NetBSD#101)
* residfp: allow setting the combined waveforms strength (NetBSD#110)
* resid/residfp: emulate oscillator leakage (NetBSD#102)



2.6.0 2024-01-01
* residfp is now thread-safe (NetBSD#71)
* residfp: fixed SSE2 version of convolve (NetBSD#105)
* residfp: updated combined waveforms model (NetBSD#97)
* residfp: amplify the output by a model dependent scale factor (NetBSD#78, NetBSD#79)
* a couple of autotools fixes (NetBSD#103, NetBSD#104, NetBSD#108)
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
# Changelog

## 1.11.12 (2025-11-20)

* Fixes
  * Properly handle `nil` from Elixir maps when encoding with the builtin `json` Erlang/OTP module; see [#184](potatosalad/erlang-jose#184)
  * Drop required Elixir version back from 1.16 -> 1.13; see [#185](potatosalad/erlang-jose#185)

## 1.11.11 (2025-11-17)

* Fixes
  * EC key decode/encode issues in OTP 28; see [#180](potatosalad/erlang-jose#180), [#181](potatosalad/erlang-jose#181), [#182](potatosalad/erlang-jose#182), [NetBSD#179](potatosalad/erlang-jose#179)
  * EdDSA key issues with OTP 27.1.3+; see [NetBSD#177](potatosalad/erlang-jose#177)
* Notes
  * This will hopefully be one of the last 1.x releases, next release will be [2.x](https://github.com/potatosalad/erlang-jose/tree/2.x)
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Version 6.1.2
=============

Code Fixes
----------

* Fix for low-severity CVE-2026-23868 affecting gifponge, giftool, and gifbuild,
  but not the core library - library clients need not be alarned.

Version 6.1.1
=============

This release bumps the major version, but only one entry point -
EGifSpew() - has changed signature and behavior (in order to be able
to pass out a detailed error code). The internal error
codes in the E_GIF_ERR series have changed value so none of them
collides with GIF_ERROR.

This code has been systematically audited and hardened wuth
ChatGPT-5.2. The only library fixes reported by users or found by
robot were for some memory leaks that could only triggered by severely
malformed GIFs. Other bugs are edge-case failures in the CLI tools.

The gif2rbg CLI tool has been moved to the "obsolete" bin, because its
only deployment case in 2026 is as a piñata at fuzzer parties.

Warning: the CLI tools in the obsolete category will soon be removed
from the distribution entirely. The maintainer is tired of fielding
junk bugs filed against them by would-be coup-counters who found yet
another edge case, and the rest of the world doesn't need noisy CVEs
that aren't actually DoS or security issues for giflib clients.

Code Fixes
----------

* Fix for CVE-2021-40633.

* Fix SF bug NetBSD#165 EGifSpew leaks GifFileOut->SColorMap

* Fix SF bug NetBSD#171 ImageMagick required to build giflib on non-Darwin Platforms

* Fix SF bug NetBSD#172 Incorrect object files in shared libutil on darwin

* Fix SF bug NetBSD#173 installation of manual pages and html documentation

* Fix SF bug NetBSD#175 Memory leaks in gifecho.c's main() and in gifalloc.c's GifMakeMapObject

* Fix SF bug NetBSD#177 wrong pointer used in giftool getbool

* Fix SF bug NetBSD#179 Path Traversal vulnerability

* Fix SF bug #180: -Wformat-truncation likely pointing out an actual bug

* Fix SF bug #182 out‐of‐bounds writes in Icon2Gif

* Fix SF bug #184 uninitialized buffer in DumpScreen2RGB

* Fix SF bug #185 integer overflow in gifbg.c

* Fix SF bug #186 integer overflow in Icon2Gif

* Fix SF bug #187: CVE-2025-31344

* Fix SF bug NetBSD#170 Tests failing on Ubuntu Noble, giftext buffer overflow

* Fix SF bug NetBSD#165 EGifSpew leaks GifFileOut->SColorMap

* Fix SF bug NetBSD#162 detected memory leaks in GifMakeSavedImage giflib/gifalloc.c

* Fix SF bug NetBSD#161 detected memory leaks in EGifOpenFileHandle giflib/egif_lib.c

* Fix SF bug NetBSD#142 ABI break public symbol GifQuantizeBuffer

Other bugs that duplicate these have breen addressesed by these fixes

* SF bug NetBSD#156 EGifSpew leaks SavedImages (and more); won't fix, caller
  might want to write a GIF, modify the in-memory data, then write
  again.

Tests
-----

Test suite now emits TAP (Test Anything Protocol).
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
2.51 2026-03-20 (by Todd Rinaldo)

  Fixes:
    - PR #184 GH #182 Fix compile warnings from Fedora gcc: unhandled enum
      value in switch and uninitialized variables in parse_stream
    - PR #186 GH #183 Add explicit case labels for XML_CTYPE_EMPTY and
      XML_CTYPE_ANY in generate_model switch to fix -Wswitch on BSD/clang
    - PR NetBSD#175 GH NetBSD#174 Add XML_DTD/XML_GE compile-time guards to AllocTracker
      and BillionLaughs XS bindings to fix warnings when expat lacks these flags
    - PR #187 GH #185 Require proper declaration in AllocTracker feature
      detection to prevent implicit function declaration on BSD

  Improvements:
    - PR #189 GH #188 Add tests for XS functions modified in PR #184 covering
      XML_ErrorString, XML_GetBase/XML_SetBase, and generate_model

  Maintenance:
    - PR #181 GH #180 Add Fedora 43 container job to CI test matrix
    - PR NetBSD#178 Add BSD testing (FreeBSD, OpenBSD, NetBSD) to CI
    - PR NetBSD#179 Add no-lwp CI job to validate test suite without LWP::UserAgent
    - Update MANIFEST

2.49 2026-03-19 (by Todd Rinaldo)

  Improvements:
    - PR NetBSD#171 Expose expat library version at runtime via expat_version()
      and expat_version_info() class methods on XML::Parser::Expat
    - PR NetBSD#169 GH NetBSD#168 Expose Expat 2.7.2 AllocTracker security APIs
      (AllocTrackerMaximumAmplification, AllocTrackerActivationThreshold)

  Maintenance:
    - PR NetBSD#170 Clean up build configuration: remove dead CAPI code from
      Makefile.PL and Expat/Makefile.PL, add test dependencies to cpanfile
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Drop support for Python 3.9, 3.8, and 3.7 (#305, #242, #206)
Add support and Python 3.13 and 3.14 (#201, #282)
Add --overwrite-existing CLI option (#216)
Add --validate-record CLI option (NetBSD#161)
Support installing multiple wheels (#203)
Handle invalid hash algorithms (NetBSD#179)
Stream-based validation instead of in-memory (NetBSD#98)
Add validate_stream methods (NetBSD#99)
Consolidate and refine validation APIs (NetBSD#108, NetBSD#111)
Sort entries before writing RECORD (#245)
Do not install pycache from wheels (#307)
Fix a path traversal bug (#317)
Update launcher scripts and Windows behavior (#212, #181)
Fix Windows relpath bug (#286)
Migrate to dataclasses (#200)
Use cached_property for memoization (#243)
Refactor installer.scripts (#239)
Decouple test modules (NetBSD#104)
Avoid cross-module imports from .utils (NetBSD#102)
Lazy imports for performance (#226)
Complete type annotations and enforce strict mypy (NetBSD#173)
Deprecate RecordEntry.validate (#186)
Fix documentation typos and grammar (#309, #210)
Improve docstrings and internal documentation (NetBSD#100)
netbsd-srcmastr pushed a commit that referenced this pull request May 13, 2026
1.3.0 (2025-09-23)

What's Changed

* Set required ruby version to 2.7.0 and up by @risen in #169
* Keep using URI RFC2396 parser by @voxik in #192
* Make DEFAULT_LOCATOR Configurable by @heka1024 in #179

New Contributors

* @risen made their first contribution in #169
* @biow0lf made their first contribution in #167
* @duffuniverse made their first contribution in #180
* @berkos made their first contribution in #170
* @elia made their first contribution in #195
* @Earlopain made their first contribution in #188
* @stevenharman made their first contribution in #173
* @voxik made their first contribution in #192
* @m-nakamura145 made their first contribution in #175
* @heka1024 made their first contribution in #179
* @tylerwillingham made their first contribution in #200
netbsd-srcmastr pushed a commit that referenced this pull request May 13, 2026
What's Changed

    docs: Add readthedocs configuration file by @Jmennius in #159
    docs: Mention Choice's Enum support in published docs, publish init docs by @Jmennius in #161
    Align tox and package metadata with GH actions (add Python 3.9-3.12) by @Jmennius in #163
    Bump Python to 3.9 and clean-up Python 2 leftovers by @wisp3rwind in #170
    Address deprecation of pkgutil.get_loader by @wisp3rwind in #171
    Remove template_with_relatives by @semohr in #172
    Added typehints to the as_* helpers. by @semohr in #173
    Added a minimal release workflow. by @semohr in #174
    Modernize package setup by @snejus in #178
    Explicitly support Python 3.13, 3.14 and synchronise docs and docs config by @snejus in #179
netbsd-srcmastr pushed a commit that referenced this pull request May 13, 2026
2.51 2026-03-20 (by Todd Rinaldo)

  Fixes:
    - PR #184 GH #182 Fix compile warnings from Fedora gcc: unhandled enum
      value in switch and uninitialized variables in parse_stream
    - PR #186 GH #183 Add explicit case labels for XML_CTYPE_EMPTY and
      XML_CTYPE_ANY in generate_model switch to fix -Wswitch on BSD/clang
    - PR #175 GH #174 Add XML_DTD/XML_GE compile-time guards to AllocTracker
      and BillionLaughs XS bindings to fix warnings when expat lacks these flags
    - PR #187 GH #185 Require proper declaration in AllocTracker feature
      detection to prevent implicit function declaration on BSD

  Improvements:
    - PR #189 GH #188 Add tests for XS functions modified in PR #184 covering
      XML_ErrorString, XML_GetBase/XML_SetBase, and generate_model

  Maintenance:
    - PR #181 GH #180 Add Fedora 43 container job to CI test matrix
    - PR #178 Add BSD testing (FreeBSD, OpenBSD, NetBSD) to CI
    - PR #179 Add no-lwp CI job to validate test suite without LWP::UserAgent
    - Update MANIFEST

2.49 2026-03-19 (by Todd Rinaldo)

  Improvements:
    - PR #171 Expose expat library version at runtime via expat_version()
      and expat_version_info() class methods on XML::Parser::Expat
    - PR #169 GH #168 Expose Expat 2.7.2 AllocTracker security APIs
      (AllocTrackerMaximumAmplification, AllocTrackerActivationThreshold)

  Maintenance:
    - PR #170 Clean up build configuration: remove dead CAPI code from
      Makefile.PL and Expat/Makefile.PL, add test dependencies to cpanfile
netbsd-srcmastr pushed a commit that referenced this pull request May 13, 2026
Drop support for Python 3.9, 3.8, and 3.7 (#305, #242, #206)
Add support and Python 3.13 and 3.14 (#201, #282)
Add --overwrite-existing CLI option (#216)
Add --validate-record CLI option (#161)
Support installing multiple wheels (#203)
Handle invalid hash algorithms (#179)
Stream-based validation instead of in-memory (#98)
Add validate_stream methods (#99)
Consolidate and refine validation APIs (#108, #111)
Sort entries before writing RECORD (#245)
Do not install pycache from wheels (#307)
Fix a path traversal bug (#317)
Update launcher scripts and Windows behavior (#212, #181)
Fix Windows relpath bug (#286)
Migrate to dataclasses (#200)
Use cached_property for memoization (#243)
Refactor installer.scripts (#239)
Decouple test modules (#104)
Avoid cross-module imports from .utils (#102)
Lazy imports for performance (#226)
Complete type annotations and enforce strict mypy (#173)
Deprecate RecordEntry.validate (#186)
Fix documentation typos and grammar (#309, #210)
Improve docstrings and internal documentation (#100)
netbsd-srcmastr pushed a commit that referenced this pull request May 13, 2026
1.45 Apr 23 2026

  [Bug Fixes]
  - Fix: use syck_base64_free() to fix Windows "Free to wrong pool" crash
    in base64 encode/decode buffers; also plugs a memory leak (PR #189)
  - Fix: clear type tag on blessed scalar alias early-return so the stale
    tag no longer leaks onto the next emitted item (GH #193, PR #194)
  - Fix: negative float#base60 values produce wrong results; strip sign
    before accumulating and avoid negative zero for portable
    stringification (PR #191)
  - Fix: prevent memory leaks when Load/LoadJSON croak on parse errors
    (PR #192)

  [Maintenance]
  - Test: add coverage for SortKeys and JSON MaxDepth (PR #188)
  - Test: add error handling coverage for LoadFile/DumpFile (PR #190)
  - Update README

1.44 Apr 02 2026

  [Bug Fixes]
  - Fix: positive hex and octal values parsed as 0 with ImplicitTyping
    (PR #187)
  - Fix: resolve uintptr_t redefinition error on Win64 MinGW
    (PR #186)

1.43 Apr 01 2026

  [Bug Fixes]
  - Fix: prevent resource leaks on croak/early-return paths in Dump
    (PR #161)
  - Fix: prevent output SV leaks on croak in Dump/DumpFile callers
    (PR #163)
  - Fix: Load() in list context returns empty list for empty/undef input;
    also applies to LoadBytes and LoadUTF8 (GH #164, PR #165)
  - Fix: DumpCode serializes prototype string instead of code body
    (PR #168)
  - Fix: memory leak in !perl/scalar Load — newRV_inc should be
    newRV_noinc (PR #170)
  - Fix: add pTHX_ to SAVEDESTRUCTOR_X callback for threaded Perl
    (GH #175, PR #176)
  - Fix: add TODO guard for eval_pv leak on Perl < 5.14
    (GH #179, PR #180)
  - Fix: negative hex and octal values parsed as 0 with ImplicitTyping
    (PR #183)
  - Fix: negative int#base60 values produce unsigned wraparound (PR #185)

  [Improvements]
  - Modernize META_MERGE for CPANTS compliance (PR #162)
  - Fix hash table size handling and remove compile warnings in syck_st
    (PR #174)

  [Maintenance]
  - Restore TODO guard for Dump code leak test on Perl < 5.26 (PR #167)
  - Resolve 2010 TODO in perl_json_postprocess with test coverage
    (PR #166)
  - CI: upgrade actions to resolve Node.js 20 deprecation warnings
    (PR #177)

1.42 Mar 27 2026

  [Bug Fixes]
  - Fix: replace strtok() with strpbrk() and fix sign-compare warnings in
    perl_syck.h (PR #145)
  - Fix: terminate plain scalars at document boundaries --- and ... (PR #150)
  - Fix: skip %TAG and %YAML directives in document header (PR #151)
  - Fix: plug SV leak when eval_pv croaks on bad perl/code blocks (PR #153)
  - Fix: allow non-specific tag '!' before block scalars (GH #27, PR #102)
  - Fix: remove spurious %type <nodeId> for indent_open in gram.y
    (GH #157, PR #158)
  - Fix: use modern bison %define api.prefix directive (GH #159, PR #160)

  [Improvements]
  - Implement YAML merge key (<<) support (PR #149)

  [Maintenance]
  - Remove dead Perl 5.6/5.8 version guards from test files (PR #146)
  - Add YAML 1.0 spec compliance audit and coverage tests (PR #148)
  - Add comprehensive round-trip tests for YAML 1.0 spec features (PR #152)
  - Remove unneeded TODO in t/json-basic.t (PR #154)
  - Add regex Dump/Load/round-trip tests to perl tag scheme (PR #155)
  - Do not require a .y file to build YAML::Syck; add brew support for bison
  - Don't ship docs/ directory in tarball

1.41 Mar 22 2026

  [Bug Fixes]
  - Fix float parsing on -Dusequadmath perls: use Perl's Atof() instead of
    strtod() so that floats like -3.14 are not corrupted by double-precision
    rounding artifacts (GH #140, PR #141)

1.39 Mar 21 2026

  [Bug Fixes]
  - Fix t/yaml-implicit-typing.t failure with -Duselongdouble perls (GH #138, PR #139)

1.38 Mar 20 2026

  [Bug Fixes]
  - Fix: escape solidus (/) as \/ in JSON::Syck::Dump for XSS safety (GH #125, PR #130)
  - Fix: anchor tracking for blessed scalar refs in Dump (GH #126, PR #131)
  - Fix: prevent buffer underflow in base60 (sexagesimal) parsing (PR #133)
  - Fix: guard against NULL type from strtok in tag parsing (PR #135)
  - Fix: correct copy-paste bug in syck_seq_assign() ASSERT macros (PR #137)

  [Improvements]
  - Resolve TODO tests for empty/invalid YAML to match actual behavior (GH #127, PR #129)

  [Maintenance]
  - Remove dead Perl 5.6 TODOs and convert 5.8 TODO to SKIP (PR #129)
  - Add comprehensive implicit type resolution test suite (PR #137)
  - Update MANIFEST to include all unit tests
  - Clean up test names to remove unnecessary numbering

1.37 Mar 18 2026

  [Features]
  - Add LoadBytes, LoadUTF8, DumpBytes, DumpUTF8 functions (GH #51)

  [Fixes]
  - Fix heap buffer overflow in the YAML emitter - CVE-2026-4177 (GH #67)
  - Fix DumpFile with tied filehandles (IO::String, IO::Scalar) (GH #22)
  - Fix _is_glob to recognize IO::Handle subclasses (GH #23)
  - Fix memory leak when dumping filehandles (RT#41199, GH #42)
  - Fix dumping of tied hashes (GH #31)
  - Fix dumping strings starting with '...' as unquoted plain scalars (GH #34)
  - Fix dumping strings with tabs and carriage returns as plain scalars (GH #59)
  - Fix double-dash YAML parsing (RT#34073, GH #35)
  - Fix extra newline after empty arrays/hashes in YAML output (GH #36)
  - Remove trailing whitespace from YAML output lines (GH #37, #38, #39)
  - Fix quoting of \r and \t in YAML output instead of emitting raw bytes (GH #40)
  - Fix growing !!perl/regexp objects in roundtrips (GH #43)
  - Fix quoted '=' being transformed into 'str' (GH #45)
  - Fix backslash-space escape in double-quoted YAML strings (GH #61)
  - Fix flow sequence comma separator not recognized without trailing space (GH #60)
  - Fix wide character warning in DumpFile (GH #28)
  - Fix inline arrays without space after comma (GH #25)
  - Fix: quote strings matching YAML implicit types to prevent roundtrip failures (GH #26)
  - Fix JSON::Syck::Dump to use JSON-valid \uXXXX escapes in output (GH #21)
  - Fix JSON::Syck::Load decoding of \/ and \uXXXX escape sequences (GH #30)
  - Fix: apply JSON postprocessing to JSON::Syck::DumpFile output (GH #104)
  - Fix: add tied-filehandle fallback to JSON::Syck::DumpFile (GH #98)
  - Fix: handle JSON escape sequences in SingleQuote mode Load (GH #99)
  - Fix: restore Perl 5.8 compatibility in test suite (GH #121)
  - Fix: correct copy-paste error in Makefile.PL clean target (GH #101)
  - Fix: correct $SortKeys POD default from false to true (GH #100)
  - Fix: correct POD documentation errors (GH #103)

  [Maintenance]
  - Add C23-compatible function prototypes for GCC 15 compatibility (GH #112)
  - Silence macOS compiler warnings (GH #92)
  - Guard stdint.h include for portability (HP-UX 11.11) (GH #33)
  - Guard stdint.h include in syck_st.h for portability (GH #24)
  - Update ppport.h to 3.68
  - Add regression tests for magical variable dumping (GH #32)
  - CI: modernize GitHub Actions workflow (GH #123, #124)
  - CI: add disttest job to validate MANIFEST completeness

1.36 Oct 10 2025

- Address memory corruption leading to 'str' value being set on empty keys
  Thanks @timlegge

1.35 Oct 9 2025

- Address parsing error related to string detection on read for empty strings.
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
Notable changes since the last release (v0.8.3):

    Revamped low-pass filter options for Genesis / Sega CD / 32X that should be significantly more accurate to actual hardware than the v0.8.3 settings
    Improved audio quality for all emulated systems via much higher-quality audio resampling
    A rather large number of bugfixes for Genesis, Sega CD, 32X, SMS, Game Gear, SNES, Game Boy [Color]
    Major bugfixes for Linux AppImage builds in Wayland
    Save state files are now internally compressed using zstd, which should reduce save state file size by 70-80% in most cases
    Basic CPU + CD-ROM drive overclocking options for Sega CD, which have fairly low compatibility but do help in some games

Full changelog below.
New Features

    (Genesis / Sega CD / 32X) Replaced the low-pass filtering settings added in v0.8.3 with a new set of options that should be more accurate to actual hardware
        New option to apply a first-order 3.39 KHz low-pass filter to Genesis audio output; this is ON by default (biggest change from previous default settings)
        New option to apply a second-order 7.97 KHz low-pass filter to Sega CD PCM audio output; this is ON by default
        New options to individually configure whether the Genesis low-pass filter is applied to Sega CD and 32X audio output; these are all OFF by default
    (Genesis / SNES) Added a new video setting to disable deinterlacing in the handful of games that use interlaced display modes (e.g. Sonic the Hedgehog 2 in 2P Vs. mode, Ys III (Genesis) with the in-game "Int Mode" option enabled, Air Strike Patrol in mission briefing screens)
        Deinterlacing enabled matches the behavior in previous versions: normal-resolution interlaced modes display the same as progressive mode, and high-res interlaced modes make the graphics processor render all 448/480 lines every frame
    (Sega CD) Added an option to overclock the sub CPU by decreasing the master clock divider (NetBSD#138)
    (Sega CD) Added an option to increase the disc drive speed when reading data tracks (NetBSD#138)
        This has low compatibility but can shorten loading times in some games. Compatibility is slightly higher when the sub CPU is overclocked
    (Sega CD) Added an additional PCM chip interpolation option for 6-point cubic Hermite interpolation, which in some cases produces a slightly cleaner sound than 4-point cubic Hermite (the existing setting)
    Added a new hotkey to quickly toggle whether overclocking settings are enabled, for the systems that support overclocking (this includes Sega CD's new drive speed setting)
        This is mainly useful for Sega CD, where increasing the drive speed can shorten loading times during gameplay but almost always breaks FMVs and animated cutscenes

Improvements

    Audio resampling code has been rewritten to use the windowed sinc interpolation algorithm, which is much higher quality than the previous resampling implementation at a relatively low performance cost (for most emulated systems)
        Windowed sinc interpolation can be very performance-intensive for NES and GB/GBC audio resampling, so these two systems have a new audio setting to choose between windowed sinc interpolation and the old resampling algorithm (low-pass filter followed by nearest neighbor interpolation)
    (Genesis) Slightly improved performance by optimizing VDP rendering and tile fetching code
    (Genesis) Frontends now recognize .gen and .smd as file extensions for Genesis / Mega Drive ROM images (NetBSD#149)
        This includes attempting to auto-detect when a ROM image is interleaved (common for .smd files), and deinterleaving it during load
    (SMS) The "crop vertical borders" video setting now defaults to enabled instead of disabled; unlike the left border, the vertical borders will only ever show the current backdrop color
    (SMS) The SMS model setting now defaults to SMS1, which emulates a VDP hardware quirk that is required for the Japanese version of Ys to render correctly (#182)
    (SMS / Game Gear) Reduced log level of a warning message that caused excessively verbose log output in Virtua Fighter Mini (#199)
    (SNES) In games that use the SA-1 coprocessor, the SA-1 CPU now gets a wait cycle every time it accesses SA-1 BW-RAM, similar to actual hardware
        The SA-1 CPU still runs faster than actual hardware in some cases because bus conflict wait cycles are not emulated
    GUI: When opening a game that requires a BIOS ROM or firmware ROM (e.g. any Sega CD game), if the BIOS/firmware ROM path is not configured, the error window now contains a button to configure the appropriate ROM path and immediately launch the game
    CLI: If no config file exists, the CLI will now attempt to write out the default config to the config path so that it can be edited manually if desired
    Save state files are now internally compressed using zstd which should reduce save state file size by at least 50%, often by 70-80%
    Frontends should now correctly handle files with uppercase file extensions

Multi-System Fixes

    Fixed a performance bug in the audio resampling code that could have caused intermittent extremely poor performance due to performing arithmetic on subnormal floating-point numbers, which can be up to 100 times slower than normal floating-point arithmetic on some CPUs (NetBSD#135)
    Linux: AppImage builds now exclude all Wayland-related system libraries during packaging; this fixes the emulator failing to launch in some distros, e.g. Solus Plasma (NetBSD#143)
    Linux: AppImage builds now interpret relative paths in command-line arguments as being relative to the original working directory where the AppImage was launched from, not the AppImage internal runner directory (NetBSD#147)
    Linux/BSD CLI: For these platforms only and for the CLI only, reverted the change to estimate window scale factor because SDL_GetDisplayDPI does not return reliable values on Linux/BSD
    Adjusted frame time sync's sleep implementation to fix frame time sync potentially causing slowdown on some platforms
    Save state files are now explicitly versioned, which fixes potential crashing when attempting to load an incompatible save state file from a different version

Genesis / Mega Drive Fixes

    Fixed the 68000 incorrectly being allowed to access audio RAM while the Z80 is on the bus; this fixes freezing in Joe & Mac (NetBSD#144)
    Fixed Z80 RESET not clearing the Z80's HALT status
    Fixed writes to YM2612 F-num high / block registers ($A4-$A6 and $AC-$AE) taking effect immediately instead of after the next F-num low register write; this fixes some music glitches in Valis
    Implemented more accurate emulation of how the YM2612 computes operator amplitude from phase and envelope attenuation
    Fixed in-game saves not working correctly when Sonic & Knuckles is locked on to a cartridge with SRAM (e.g. Sonic 3)
    Fixed certain revisions of QuackShot not loading correctly due to having non-standard cartridge ROM address mappings (NetBSD#174)
    Fixed some illegal 68000 opcodes incorrectly decoding to "valid" instructions (#184 / #185)
    Fixed an edge case related to how sprite tile/pixel overflow interacts with H=0 sprite masking (#186)

Sega CD Fixes

    Implemented a higher minimum seek time for small seek distances; this fixes Thunder Storm FX (JP) failing to boot (NetBSD#178)
    Fixed a regression introduced in v0.8.3 that caused PCM chip channels to skip the first sample after being enabled (this made little-to-no audible difference in practice because the first sample is usually 0)
    Fixed slightly inaccurate emulation of PCM chip looping behavior at sample rates higher than 0x0800 / 32552 Hz
    Fixed inaccurate emulation of CD-DA fader volumes 1-3 out of 1024 (should be 50-60 dB of attenuation instead of complete silence)
    Unmapped/unknown address accesses will now log an error instead of crashing the emulator

32X Fixes

    Fixed a major bug in the PWM resampling code that caused PWM audio output to sound significantly more poppy and crackly than it's supposed to
    Fixed a bug around synchronizing SH-2 accesses to 32X communication ports that could have caused writes to be skipped in some cases; this fixes freezing in the Sonic Robo Blast 32X demo (NetBSD#160)
    Significantly improved timing of 32X VDP interrupts for the SH-2s (NetBSD#166)
    Significantly improved synchronization between the SH-2s and the 68000
    Fixed PWM DMA transfer rate via DREQ1 not taking the PWM timer interval into account; this fixes broken sound effects in BC Racers (NetBSD#179)

Master System / Game Gear Fixes

    Fixed the Z80's RETI instruction not correctly copying IFF2 to IFF1 like RETN does; this fixes Desert Strike from freezing when you press Start/Pause (#181)
    Fixed incorrect handling of non-power-of-two ROM sizes, which fixes several homebrew games and demos (#201 / #203 / #204)
    (Game Gear) Fixed the emulator crashing if a game enables the VDP's 224-line mode, as the homebrew GG Turrican does (#202)

SNES Fixes

    Implemented more accurate clipping and truncation in Mode 7 intermediate calculations; this fixes glitched Mode 7 graphics in Tiny Toon Adventures: Wacky Sports Challenge (NetBSD#161)
    Mode 7 registers are now latched about 12 pixels before line rendering begins; this fixes a glitchy line near the bottom of the play area in Battle Clash, where the screen transitions from Mode 1 to Mode 7
    Implemented an obscure behavior regarding the effects of writing to OAM during active display; this fixes incorrect sprite display in Uniracers' Vs. mode (NetBSD#164)
    Made a best effort at implementing the effects on sprites of toggling forced blanking during active display; this mostly fixes some test ROMs that exercise this (NetBSD#162)
    Adjusted behavior of APU communication ports when the 65816 writes to a port on the same cycle that the SPC700 cle

    ars the port; this fixes Kishin Douji Zenki: Tenchi Meidou failing...
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
Mew 6.10 (2025-07-08)

Differences between Mew 6.10 and Mew 6.9

* XOAUTH2 support. Please see Sec 9.13 of the manual.
* Use C.UTF-8 if available to display non-ASCII names for GnuPG programs.
  NetBSD#179
* Enable IPv6 support of stunnel by default.  NetBSD#177
* Add GnuTLS support.  NetBSD#175
* Supporting stunnel >=5.15 only.  NetBSD#174
* Separately check if stunnel supports 'foreground', 'pid' and 'syslog'
  options.  NetBSD#171
* Use configured file names as relative paths from mew-home.  NetBSD#170
* And several bug fixes.
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
Prepare for this replacing mail/getmail.

Version 6.19.08
14.May.2025
    - fix NetBSD#105 by converting empty string to None, which has smtplib handling
    - fix #226 by handling all Exception instead of just OSError on SIGCHLD to parent
    - fix #239 by catching ssl.SSLError
    - Merge pull request #237 from meeuw/integration-tests
    - remove python 2 code: only supporting python 3
    - Merge pull request #238 from yshingai/v6.19.07-add-alias
    - support windows-874 cp874
    - Merge pull request #234 from meeuw/fix-incorrect-fsf-address
    - Merge pull request #233 from meeuw/fix-license
    - #220 allow uid_cache=true (latest UID from oldmail-file) in addition to uid_cache=<uidfile>

Version 6.19.07
26.January.2025
    - #225 Missing comma in getmailcore/message.py

Version 6.19.06
18.January.2025
    - #223 publish to pypi workflow
    - #219 #220 increase IMAP efficiency through uid_cache  (needs to be configured) storing last fetched UID
    - updated tests
    - update copyright to 2025

Version 6.19.05
02.October.2024
    - fix #211: --only-oldmail-file command line = only_oldmail_file config: regenerate oldmail file with mails currenlty on server
    - fix #212: oldmail-* reverts when --to-oldmail-on-each-mail is used
    - Pyp2 fixes (#210)
    - fix #209: using the suggested simpler fix as pathlib is not used so far
    - build and upload sdist
    - Fix invalid SPDX expression

Version 6.19.04
25.August.2024
    - Update getmailrc-examples (#204, #206, #207)
    - #205: pop3: Support use_xoauth2

Version 6.19.03
08 July 2024
    - #199 fix: fails with "TypeError: IMAP4_SSL.__init__()" after changing to Python 3.12 (when keyfile/certfile in config)

Version 6.19.02
01 July 2024
    - #196 fix: handle KeyError (getmail-gmail-xoauth-tokens)
    - #197 fix: detect if --port is set to force the use of the local http server (getmail-gmail-xoauth-tokens)

Version 6.19.01
7 June 2024
    - #195 fix: make mark_read option act same as -ds,

Version 6.19.00
31 May 2024
    - #191 -m/--mark-read and mark_read in [options] of rcfile
    - #190 -o/--only-account to choose rcfile by username (=email)
    - #189 IMAP retrievers support imap_id_extension
    - NetBSD#137 Add mailbox name to log line

Version 6.18.14
20 March 2024
    - fix make lint
    - fix #183: in case of TypeError keyfile and certfile are used later in wrap_socket (Python 3.12)
    - fix #182: make log to trace
    - Allow to customize 'redirect_uri' (pull request NetBSD#179 from jerome-pouiller/master)
    - fix NetBSD#176: Maildir Filename Generation Issue with Truncated Hostname (use full hostname)
    - remove "Labels" before deleting uid (pull request NetBSD#175 from ewft/fix_gmail_deletion)
    - Redact real email in test data (pull request NetBSD#170 from h3xx/remove-email)
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
See the following release page about the current project status:
 https://github.com/saitoha/libsixel/releases/tag/v1.8.7

Upstream changes (from NEWS):

                  ------------------------------
                   What's new in libsixel-1.8.7
                  ------------------------------

  for a comprehensive view of security-fix progress, see the page below
  saitoha/libsixel#203

* fix invalid pointer access in encoder.c (#193, #195)
  Thanks to @momo-trip, @akinomyoga

* fix wrong HLS to RGB conversion. (#191)
  Thanks to @gnachman, @j4james

* fix NULL pointer dereference problem in img2sixel.c (#192)
  Thanks to @momo-trip, @akinomyoga

* fix double free problem in encoder.c (#194)
  Thanks to @momo-trip

* Serucity fix for #200, heap buffer overflow in debug palette function.
  Thanks to @err2zero

* add EXTRA_DIST for LICENSE files (NetBSD#129)
  Thanks to @ttdoda

* Travis-ci: added support for ppc64le (NetBSD#140)
  Thanks to @dthadi3

* export sixel_allocator_new to dll (NetBSD#151)
  Thanks to @johnnychen94

* README: Add Idris 2 language bindings (NetBSD#155)
  Thanks to @Kaiepi

* performance: If width and height are unchanged, nothing to do. (NetBSD#170)
  Thanks to @rokuyama

* README: add MacPorts to install options (#183)
  Thanks to @barracuda156

* fix for bash completion (#189)
  Thanks to @rcorre

* Add backport feature (nanosleep) for windows, github actions CI (#202)
  Thanks to @Kreijstal

* README: update NixOS link (#204)
  Thanks to @max-amb

* build: Remove override of $LIBJPEG_CFLAGS and $LIBJPEG_LIBS set by
  PKG_CHECK_MODULES()

* fix Problems with the dithering palette calculation (#188)
  Thanks to @gnachman, @j4james

* fix SEGV error in sixel_encoder_setopt (NetBSD#174)
  Thanks to @shinibufa , @j4james

* curl: send original UserAgent header: "libsixel/${LIBSIXEL_VERSION}"

* fix heap-buffer-overflow in error_diffuse, quant.c:876 NetBSD#172
  Thanks to @waugustus

* fix Heap-buffer-overflow in scale.c:214 NetBSD#179
  Thanks to @chameleon10712, @j4james

* build: fallback support for environments without pkg-config.

* fix double-free problem in loader.c (NetBSD#150)
  Thanks to @duytai, @ctrlcctrlv

* fix an assertion issue in stbi__create_png_image_raw (NetBSD#163)
  Thanks to @kdsjZh, @dankamongmen

* Update stb_image.h from upstream to version 2.30
  THanks to @hzeller

* Update examples/drawing: add SGR-Pixels mode

* fix a problem on monochromatic encoded (-e) output (#112)
  Thanks to @interkosmos, @j4james

* fix a FPE issue (NetBSD#166, NetBSD#167)
  Thanks to @waugustus, @j4james

* cli: fix a scaling issue introduced in v1.6.1, which is caused
       when one of -w/-h is a percentage and the other is unset or "auto"

* fix a memory leak ploblem (NetBSD#164)
  Thanks to @muetzenmann, @j4james
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
What's Changed

    refactor: analyze only root project directory and clean up progress module by anistark in NetBSD#176
    feat: GitHub license cache by anistark in NetBSD#178
    chore: cleanup readme, contributing, justfile by anistark in NetBSD#179
    feat: add local license checking for Go and Python by anistark in #180
    fix: add missing env var cleanup to prevent test isolation issues in parallel execution by anistark in #182
    feat: add .NET support with NuGet integration by anistark in #183
    feat: add --github-token flag for authenticated GitHub API requests by anistark in #184
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
2.16.0 2025-12-23
* Fix opening STIL on MacOS (#225)
* Expose the SID models actually used
* residfp: implemented runtime SIMD dispatch for resampler (#206)
* Added usbsid support (#216)
* Improve interrupt handling in kernal stub



2.15.2 2025-11-02
* Fix building with pre c++20 standards (#214)
* Fixed crash in SidDatabase parser (#217)



2.15.1 2025-09-19
* resid/residfp: remove accidental DC offset (#205)
* residfp: clock voice 3 even if muted (#211)
* resid: fix silenced tunes (#212)
* fixed load performance regression (#207)



2.15.0 2025-06-29
* Compile with fast math, without unsafe optimizations
* residfp: reworked the SIMD support, removed the intrinsics code leaving the compiler vectorize the loop
* Extended the new play API
* Marked old play API functions as deprecated



2.14.0 2025-05-11
* Rough approximation of MDAC saturation for the 6581 (NetBSD#177) (#185)
* New play API for client side mixing (NetBSD#41) (#184)
* Minor fixes and optimizations



2.13.1 2025-04-25
* Fix build with inlining disabled (#181)
* Add missing files to the tarball (#182)
* Update exsid driver
* Fixed an uninitialized warning



2.13.0 2025-04-13
* Add support for c++23 where available
* Reworked power on delay (NetBSD#82)
* Correctly link to pthread library (NetBSD#179)
* Add proper compiler flag when enabling sse4 (NetBSD#172)
* resid/residfp: Use more bits for the 8580 filter cutoff (VICE bug 2098)
* resid: reduce aliasing noise (VICE bug 2116)



2.12.0 2024-12-01
* Better mixing for multi chip tunes (NetBSD#167)
* residfp: fixed voice sync when a saw-combined waveform is selected (NetBSD#169)
* residfp: updated CW parameters
* resid: properly adjusted 8580 Vref value
* switched to UTPP for unit tests (NetBSD#170)



2.11.0 2024-11-03
* Remove buffer size limit from mixer (fixes NetBSD#159)
* residfp: avoid quantization noise (NetBSD#156)
* residfp: implemented 6581 DC drift (NetBSD#155)
* residfp: properly adjusted 8580 Vref value



2.10.1 2024-10-20
* residfp: fix digiboost (NetBSD#157)
* residfp: fix combined waveforms (NetBSD#160)



2.10.0 2024-10-06
* Add support for c++20 where available
* residfp: retuned cw parameters after measuring waves RMS (NetBSD#143)
* residfp: code refactoring and minor performance optimizations (NetBSD#145)
* resid/residfp: scale down filter inputs in the mixer for 6581 (NetBSD#139)
* Centralized handling of muted voices and allow muting samples (NetBSD#136)
* new API to toggle the filter and deprecated sidplayfp::filter



2.9.0 2024-08-12
* residfp: use c++11 threads for building filter tables (NetBSD#92)
* residfp: code modernization and minor performance optimizations
* Performance optimizations (NetBSD#133, NetBSD#137)



2.8.0 2024-06-09
* Optimized event scheduler (NetBSD#131)
* Stop pretendig we support pre-c++11 compilers (NetBSD#130)
* Fixed thread unsafety for psid_driver (NetBSD#132)
* residfp: do not cache resampling tables (NetBSD#91)
* resid/residfp: tuned oscillator leakage



2.7.1 2024-05-19
* Sync resid with upstream
* Make strong CWs the default (NetBSD#127)
* Downtune the leakage parameter a bit (NetBSD#126)
* Fix UBSan complaint abount uninitialized var 'is6581'



2.7.0 2024-03-29
* residfp: refactor residfp filter (NetBSD#109)
* residfp: added ability to adjust the uCox parameter at runtime (NetBSD#101)
* residfp: allow setting the combined waveforms strength (NetBSD#110)
* resid/residfp: emulate oscillator leakage (NetBSD#102)



2.6.0 2024-01-01
* residfp is now thread-safe (NetBSD#71)
* residfp: fixed SSE2 version of convolve (NetBSD#105)
* residfp: updated combined waveforms model (NetBSD#97)
* residfp: amplify the output by a model dependent scale factor (NetBSD#78, NetBSD#79)
* a couple of autotools fixes (NetBSD#103, NetBSD#104, NetBSD#108)
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
# Changelog

## 1.11.12 (2025-11-20)

* Fixes
  * Properly handle `nil` from Elixir maps when encoding with the builtin `json` Erlang/OTP module; see [#184](potatosalad/erlang-jose#184)
  * Drop required Elixir version back from 1.16 -> 1.13; see [#185](potatosalad/erlang-jose#185)

## 1.11.11 (2025-11-17)

* Fixes
  * EC key decode/encode issues in OTP 28; see [#180](potatosalad/erlang-jose#180), [#181](potatosalad/erlang-jose#181), [#182](potatosalad/erlang-jose#182), [NetBSD#179](potatosalad/erlang-jose#179)
  * EdDSA key issues with OTP 27.1.3+; see [NetBSD#177](potatosalad/erlang-jose#177)
* Notes
  * This will hopefully be one of the last 1.x releases, next release will be [2.x](https://github.com/potatosalad/erlang-jose/tree/2.x)
jakllsch pushed a commit to jakllsch/NetBSD-pkgsrc that referenced this pull request May 15, 2026
Version 6.1.2
=============

Code Fixes
----------

* Fix for low-severity CVE-2026-23868 affecting gifponge, giftool, and gifbuild,
  but not the core library - library clients need not be alarned.

Version 6.1.1
=============

This release bumps the major version, but only one entry point -
EGifSpew() - has changed signature and behavior (in order to be able
to pass out a detailed error code). The internal error
codes in the E_GIF_ERR series have changed value so none of them
collides with GIF_ERROR.

This code has been systematically audited and hardened wuth
ChatGPT-5.2. The only library fixes reported by users or found by
robot were for some memory leaks that could only triggered by severely
malformed GIFs. Other bugs are edge-case failures in the CLI tools.

The gif2rbg CLI tool has been moved to the "obsolete" bin, because its
only deployment case in 2026 is as a piñata at fuzzer parties.

Warning: the CLI tools in the obsolete category will soon be removed
from the distribution entirely. The maintainer is tired of fielding
junk bugs filed against them by would-be coup-counters who found yet
another edge case, and the rest of the world doesn't need noisy CVEs
that aren't actually DoS or security issues for giflib clients.

Code Fixes
----------

* Fix for CVE-2021-40633.

* Fix SF bug NetBSD#165 EGifSpew leaks GifFileOut->SColorMap

* Fix SF bug NetBSD#171 ImageMagick required to build giflib on non-Darwin Platforms

* Fix SF bug NetBSD#172 Incorrect object files in shared libutil on darwin

* Fix SF bug NetBSD#173 installation of manual pages and html documentation

* Fix SF bug NetBSD#175 Memory leaks in gifecho.c's main() and in gifalloc.c's GifMakeMapObject

* Fix SF bug NetBSD#177 wrong pointer used in giftool getbool

* Fix SF bug NetBSD#179 Path Traversal vulnerability

* Fix SF bug #180: -Wformat-truncation likely pointing out an actual bug

* Fix SF bug #182 out‐of‐bounds writes in Icon2Gif

* Fix SF bug #184 uninitialized buffer in DumpScreen2RGB

* Fix SF bug #185 integer overflow in gifbg.c

* Fix SF bug #186 integer overflow in Icon2Gif

* Fix SF bug #187: CVE-2025-31344

* Fix SF bug NetBSD#170 Tests failing on Ubuntu Noble, giftext buffer overflow

* Fix SF bug NetBSD#165 EGifSpew leaks GifFileOut->SColorMap

* Fix SF bug NetBSD#162 detected memory leaks in GifMakeSavedImage giflib/gifalloc.c

* Fix SF bug NetBSD#161 detected memory leaks in EGifOpenFileHandle giflib/egif_lib.c

* Fix SF bug NetBSD#142 ABI break public symbol GifQuantizeBuffer

Other bugs that duplicate these have breen addressesed by these fixes

* SF bug NetBSD#156 EGifSpew leaks SavedImages (and more); won't fix, caller
  might want to write a GIF, modify the in-memory data, then write
  again.

Tests
-----

Test suite now emits TAP (Test Anything Protocol).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants