HardenedBSD Services pushed to branch freebsd/main at HardenedBSD / Ports
Commits:
d000c5fe by Chad Jacob Milios at 2026-03-11T03:16:50+03:00
net-p2p/bazarr: Fix build with python version other than 3.11
PR: 293708
Approved by: Michiel van Baak Jansen <
mic...@vanbaak.eu> (maintainer)
MFH: 2026Q1
- - - - -
b23b14c3 by Tomoaki AOKI at 2026-03-10T17:19:11-07:00
graphics/egl-wayland2: New port
Introduce graphics/egl-wayland2, Wayland EGL External Platform library
Version 2 that works with NVIDIA drivers 560 and later.
This is a new implementation of the EGL External Platform Library
for Wayland (EGL_KHR_platform_wayland), using the NVIDIA driver's
new platform surface interface (Dma-buf-based), which simplifies
a lot of the library and improves window resizing.
This library can be installed alongside the previous egl-wayland
implementation (graphics/egl-wayland).
The new library has a higher selection priority by default,
so if both are present, then a 560 or later driver will select
the new library, and an older driver will fall back to the old
library.
PR: 293719
Reviewed by: ashafer (versioning)
Differential Revision:
https://reviews.freebsd.org/D55798
- - - - -
a6099d86 by Tomoaki AOKI at 2026-03-10T17:23:03-07:00
graphics/egl-x11: Update to version 1.0.5
Changes:
https://github.com/NVIDIA/egl-x11/releases/tag/v1.0.5
While here, drop a patch that is now included in upstream,
and add warning about minimum supported version of NVIDIA
drivers (560) in pkg-descr.
PR: 293718
Reviewed by: ashafer (versioning)
Differential Revision:
https://reviews.freebsd.org/D55797
- - - - -
edb01104 by Alexey Dokuchaev at 2026-03-11T01:29:52+00:00
devel/patch: update GNU patch to the latest version 2.8
- GC previous Debian patches, backport new upstream fixes:
add missing filename quoting, enable merge, skip read-only
check when output file specified, reject empty filenames
- On i386, apply the same fix as Debian for Hurd/i386
- The port now seemingly builds fine with BSD make(1)
- Install some standard documentation files
PR: 285796
- - - - -
8b6a5252 by Stephen Montgomery-Smith at 2026-03-10T21:21:47-05:00
math/octave-forge-biosig: Update to 3.9.4.
- - - - -
ac174aba by Xin LI at 2026-03-10T21:30:30-07:00
security/rubygem-doorkeeper-i18n{,-rails72}: Add new port.
Internationalization files for Doorkeeper OAuth2 provider
While I'm there, also add a variant of rubygem-doorkeeper for use
with rails72.
- - - - -
8cce161f by Xin LI at 2026-03-10T22:11:51-07:00
devel/rubygem-bullet: Add rubygem-bullet 8.1.0
Bullet is a development tool that helps increase application performance
by reducing the number of queries it makes. It detects N+1 queries,
unused eager loading, and suggests counter cache usage.
Also add rubygem-bullet-rails72 slave port for Rails 7.2 compatibility.
- - - - -
0ffb61ed by Xavier Beaudouin at 2026-03-11T06:14:58+01:00
net/samba423: update to version 2.23.6
Sponsored by: Klara, Inc.
Reported by: portscout
- - - - -
5230d6b4 by Xin LI at 2026-03-10T22:21:02-07:00
devel/rubygem-uniform_notifier: Add version 1.18.0
uniform_notifier provides a unified notification interface supporting
Rails logger, JavaScript alert/console, XMPP, Slack, and more.
- - - - -
82d92b51 by Xin LI at 2026-03-10T22:44:28-07:00
sysutils/rubygem-bundler-audit: Add new port
bundler-audit provides patch-level verification for Bundled Ruby
applications by auditing Gemfile.lock against a database of known
vulnerabilities.
Also add rubygem-bundle-audit as a wrapper gem that depends on
rubygem-bundler-audit, for developers who reference "bundle-audit"
instead of "bundler-audit".
- - - - -
46 changed files:
- devel/Makefile
- devel/patch/Makefile
- devel/patch/distinfo
- − devel/patch/files/patch-lib__Makefile.in
- − devel/patch/files/patch-lib__localcharset.c
- + devel/patch/files/patch-src_patch.c
- + devel/patch/files/patch-src_safe.c
- + devel/patch/files/patch-tests_bad-filenames
- + devel/patch/files/patch-tests_read-only-files
- + devel/rubygem-bullet-rails72/Makefile
- + devel/rubygem-bullet/Makefile
- + devel/rubygem-bullet/distinfo
- + devel/rubygem-bullet/pkg-descr
- + devel/rubygem-uniform_notifier/Makefile
- + devel/rubygem-uniform_notifier/distinfo
- + devel/rubygem-uniform_notifier/pkg-descr
- graphics/Makefile
- + graphics/egl-wayland2/Makefile
- + graphics/egl-wayland2/distinfo
- + graphics/egl-wayland2/pkg-descr
- + graphics/egl-wayland2/pkg-plist
- graphics/egl-x11/Makefile
- graphics/egl-x11/distinfo
- − graphics/egl-x11/files/patch-src_x11_x11-platform.h
- graphics/egl-x11/pkg-descr
- math/octave-forge-biosig/Makefile
- math/octave-forge-biosig/distinfo
- − math/octave-forge-biosig/files/patch-mexSSAVE.cpp
- net-p2p/bazarr/pkg-plist
- net/samba423/Makefile
- net/samba423/distinfo
- net/samba423/files/0001-Compact-and-simplify-modules-build-and-config-genera.patch
- security/Makefile
- + security/rubygem-doorkeeper-i18n-rails72/Makefile
- + security/rubygem-doorkeeper-i18n/Makefile
- + security/rubygem-doorkeeper-i18n/distinfo
- + security/rubygem-doorkeeper-i18n/pkg-descr
- + security/rubygem-doorkeeper-rails72/Makefile
- security/rubygem-doorkeeper/Makefile
- sysutils/Makefile
- + sysutils/rubygem-bundle-audit/Makefile
- + sysutils/rubygem-bundle-audit/distinfo
- + sysutils/rubygem-bundle-audit/pkg-descr
- + sysutils/rubygem-bundler-audit/Makefile
- + sysutils/rubygem-bundler-audit/distinfo
- + sysutils/rubygem-bundler-audit/pkg-descr
The diff was not included because it is too large.
View it on GitLab:
https://git.hardenedbsd.org/hardenedbsd/ports/-/compare/0b3511120155d64a240c809f4a60c49d55b48eb5...82d92b51c51dd8800a0259d1c24050bfced052bd
--
View it on GitLab:
https://git.hardenedbsd.org/hardenedbsd/ports/-/compare/0b3511120155d64a240c809f4a60c49d55b48eb5...82d92b51c51dd8800a0259d1c24050bfced052bd
You're receiving this email because of your account on
git.hardenedbsd.org.