Pull up following revision(s) (requested by pgoyette in ticket #1232):
sys/dev/pci/if_rgereg.h: revision 1.18
sys/dev/pci/if_rge.c: revision 1.47
Catch up with upstream (OpenBSD)
Add support for RTL8125D revision 0x6890000
Pull up following revision(s) (requested by pgoyette in ticket #172):
sys/dev/pci/if_rgereg.h: revision 1.18
sys/dev/pci/if_rge.c: revision 1.47
Catch up with upstream (OpenBSD)
Add support for RTL8125D revision 0x6890000
Pull up following revision(s) (requested by kre in ticket #171):
bin/dd/dd.1: revision 1.40
bin/dd/dd.1: revision 1.41
bin/dd/args.c: revision 1.44
bin/dd/dd.c: revision 1.54
bin/dd/dd.1: revision 1.39
PR bin/59942 Fix handling of count=0
Apply (modified) patch from Andrus Suvalau in PR bin/59942
(The actual change is very simple)
This looks to have been broken since version 1.1 - simply short
circuiting processing because count==0 is wrong, there is much
else that needs to be done before copying nothing (including
verifying args that follow it).
It is almost certain that files=0 will need a similar change.
[11 lines not shown]
Pull up following revision(s) (requested by khorben in ticket #170):
sys/arch/amd64/conf/MICROVM: revision 1.5
sys/arch/amd64/amd64/locore.S: revision 1.234
sys/arch/x86/x86/x86_machdep.c: revision 1.160
sys/arch/amd64/amd64/genassym.cf: revision 1.100
sys/arch/amd64: support ramdisks when booting in GENPVH mode
This adds support for booting NetBSD/amd64 with QEMU's -kernel/-initrd
combination, in generic PVH mode (GENPVH). This includes the MICROVM
kernel, which now defaults to supporting modules and root on memory
disks.
This patch probes the first few bytes loaded in memory for
differentiating between modules, splash screens (PNG or JPEG), or
assumes filesystem images otherwise. It works with plain filesystem
images, but not with modules yet. Supporting any combination of
filesystem, modules or splash screen images should be possible in the
[5 lines not shown]
Pull up following revision(s) (requested by christos in ticket #2002):
sys/nfs/nfs_vnops.c: revision 1.326
sys/nfs/nfs_vnops.c: revision 1.327
prevent i being used if it is negative (0 does nothing). From OpenBSD
fix remote kernel memory disclosure (rlen can be negative)
https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
Pull up following revision(s) (requested by christos in ticket #1231):
sys/nfs/nfs_vnops.c: revision 1.326
sys/nfs/nfs_vnops.c: revision 1.327
prevent i being used if it is negative (0 does nothing). From OpenBSD
fix remote kernel memory disclosure (rlen can be negative)
https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
Pull up following revision(s) (requested by christos in ticket #169):
sys/nfs/nfs_vnops.c: revision 1.326
sys/nfs/nfs_vnops.c: revision 1.327
prevent i being used if it is negative (0 does nothing). From OpenBSD
fix remote kernel memory disclosure (rlen can be negative)
https://github.com/iljavs/FreeBSD-Jail-Security-Research-Mirror/ slide 32
sysutils/ruby-listen: update to 3.10.0
3.10.0 (2026-01-16)
What's Changed
* Rubocop workflow with GitHub actions by @AlexB52 in #573
* Fix the Rubocop offence by @y-yagi in #588
* Add logger gem as a runtime dependency by @y-yagi in #587
* Remove conditions from gem declarations in Gemfile by @larskanis in #584
* CI against Ruby 3.4 by @y-yagi in #590
* Remove link to Travis CI by @y-yagi in #593
* Use Naming/PredicatePrefix instead of deprecated Naming/PredicateName cop
by @y-yagi in #592
* Remove unused require by @y-yagi in #594
* Mention the relation with fs.inotify.max_user_watches and the memory
allocation by @y-yagi in #595
* CI against Ruby 4.0 by @y-yagi in #596
[4 lines not shown]
security/ruby-simple_oauth: update to 0.4.0
0.4.0 (2026-02-01)
Added
* Extensible signature method registry allowing custom signature methods to
be registered at runtime
* Support for RSA-SHA256 and HMAC-SHA256 signature methods
* OAuth Request Body Hash support (oauth_body_hash parameter) for signing
requests with non-form-encoded bodies
* Support for parsing OAuth credentials from POST body via
Header.parse_form_body
* Support for realm parameter in OAuth Authorization header
Fixed
* Avoid symbolizing untrusted input in parse methods for security
* Refactored Header.parse for improved robustness using StringScanner
[6 lines not shown]
mail/ruby-mime-types-data: update to 3.2026.0127
3.2026.0127 (2026-01-27)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
devel/ruby-pathname2: update to 2.0.0
2.0.0 (2025-11-29)
* Pathname has been renamed Pathname2, so it's no longer competing for the
same constant name as the stdlib vedrsion. Recent versions of Ruby simply
weren't allowing it, and this is probably the better way to go anyway.
* Added addressable as a dependency since the stdlib uri library is a
constant source of warnings.
devel/ruby-hoe: update to 4.6.0
4.6.0 (2026-01-28)
6 minor enhancements:
* Added "features/problems" to description_sections array.
* Added L=<level> option to dcov task.
* Added description_rdoc_hack=true to force rubygems.org to use rdoc
formatting.
* Multiple description sections include the header descriptions (excluding
first).
* Redid some of the parsing in intuit_values to be cleaner.
* Stole halostatue's extensions to Readme url parsing. Thanks!
3 bug fixes:
* #missing path now raises instead of warns.
* #parse_urls no longer raises on the old array format. Long dead.
* Normalize GHA workflow with minitest and others.
databases/ruby-sequel: update to 5.101.0
5.101.0 (2026-02-01)
* Add detect_unnecessary_association_options plugin to warn/raise for
unnecessary association options (jeremyevans)
www/ruby-aws-sdk-s3: update to 1.213.0
1.213.0 (2026-01-28)
* Feature - Adds support for the UpdateObjectEncryption API to change the
server-side encryption type of objects in general purpose buckets.
www/ruby-aws-partitions: update to 1.1211.0
1.1211.0 (2026-01-30)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1210.0 (2026-01-27)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.