FreeBSD/src 1366a87share/man/man7 memory_model.7 Makefile

memory_model(7): create and document pointer provenance

Add a skeleton manpage intended to describe the FreeBSD memory model.

To start out, add documentation of pointer provenance and a cross link
to atomic(9).

Provide some advice on preserving provenance in CHERI and reference
more detailed discussions elsewere.

Effort:         CHERI upstreaming
Reviewed by:    kib, adrian, markj, emaste
Sponsored by:   Innovate UK
Differential Revision:  https://reviews.freebsd.org/D57812
DeltaFile
+121-0share/man/man7/memory_model.7
+1-0share/man/man7/Makefile
+122-02 files

FreeBSD/doc 6738c77documentation/content/en/books/handbook/x11 _index.adoc

handbook/x11: Silence doc build warning by changing an example into programlisting

While here, remove whitespaces from end of lines. No content changes.

Event:  Halifax Hackathon 202606
DeltaFile
+21-21documentation/content/en/books/handbook/x11/_index.adoc
+21-211 files

FreeBSD/ports 0ff1a2bwww/py-django60 Makefile

www/py-django60: Allow building with newer Python

There is no reason to pin this port to Python <= 3.12.  Upstream claims
support for >= 3.12, and we've patched it to run with 3.11, so change
the version requirement to 3.11+.

Reviewed by:    kai
Differential Revision:  https://reviews.freebsd.org/D57714
DeltaFile
+1-1www/py-django60/Makefile
+1-11 files

FreeBSD/ports f108b18www/freenginx-devel distinfo Makefile

www/freenginx-devel: update njs module to 1.0.0

Bump PORTREVISION.

Sponsored by:   tipi.work

<ChangeLog>

nginx modules:

*) Improvement: aligned HTTP, Stream, and Fetch exception classes
   between the njs and QuickJS engines.  API misuse is now reported
   as TypeError and status bounds violations as RangeError.

*) Improvement: rejected unsafe request targets, methods, and header
   values in ngx.fetch() before request serialization.

*) Bugfix: fixed a heap use-after-free in r.subrequest() when the
   client closed the connection before the background subrequest

    [85 lines not shown]
DeltaFile
+3-3www/freenginx-devel/distinfo
+1-1www/freenginx-devel/Makefile
+1-1www/freenginx-devel/Makefile.extmod
+5-53 files

FreeBSD/ports 032b293shells/rura distinfo Makefile

shells/rura: Update to 1.7.0
DeltaFile
+3-3shells/rura/distinfo
+1-1shells/rura/Makefile
+4-42 files

FreeBSD/ports 754faa0devel/py-datashape Makefile, devel/py-datashape/files patch-versioneer.py

devel/py-datashape: Fix build with python 3.12

Sponsored by:   Netflix
DeltaFile
+14-0devel/py-datashape/files/patch-versioneer.py
+1-0devel/py-datashape/Makefile
+15-02 files

FreeBSD/src 77cf9e7libexec/rtld-elf rtld.c

rtld: Check for -1 as an-end-of-section marker

rtld calls functions in the .init_array section one at a time, until
it finds a distinguished sentinel value. The C runtime does the same
thing (in crtend.c). However, that checks for the sentinel -1 and not
1. If one is using a linker that unifies .ctors and .init_array, then
rtld will miss the sentinel value. I believe the author of this code
intended to write -1 instead of 1. Indeed, changing the code to also
check for -1 prevents rtld from attempting to call a non-existent
function. The same is true of .dtors and .fini_array.

Signed-off-by:  Daniel Levin <daniellevin2607 at gmail.com>
Reviewed by:    kib
MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2270

(cherry picked from commit 45a0cb52d3d62f8caae420b93e4b8c76ae3bc766)
DeltaFile
+4-2libexec/rtld-elf/rtld.c
+4-21 files

FreeBSD/ports 3af1429filesystems/amazon-efs-utils distinfo Makefile, filesystems/amazon-efs-utils/files patch-src_watchdog_____init____.py patch-src_mount__efs_____init____.py

filesystems/amazon-efs-utils: update to 3.1.3

And fix a bug in doubled path substitution regarding the configuration file
of amazon-efs-mount-watchdog

Sponsored by:   Netflix
DeltaFile
+0-18filesystems/amazon-efs-utils/files/patch-src_watchdog_____init____.py
+5-4filesystems/amazon-efs-utils/files/patch-src_mount__efs_____init____.py
+3-3filesystems/amazon-efs-utils/distinfo
+3-2filesystems/amazon-efs-utils/Makefile
+11-274 files

FreeBSD/ports c8f8e10databases Makefile, databases/py-PyHive Makefile distinfo

databases/py-PyHive: New port

Collection of Python DB-API and SQLAlchemy interfaces for Presto, Hive and
Trino

Sponsored by:   Netflix
DeltaFile
+40-0databases/py-PyHive/Makefile
+3-0databases/py-PyHive/distinfo
+2-0databases/py-PyHive/pkg-descr
+1-0databases/Makefile
+46-04 files

FreeBSD/ports c9bf093devel Makefile, devel/py-pure-sasl Makefile pkg-descr

devel/py-pure-sasl: new port

Sponsored by:   Netflix
DeltaFile
+27-0devel/py-pure-sasl/Makefile
+3-0devel/py-pure-sasl/pkg-descr
+3-0devel/py-pure-sasl/distinfo
+1-0devel/Makefile
+34-04 files

FreeBSD/ports b2bc3ccdevel Makefile, devel/py-thrift_sasl Makefile pkg-descr

devel/py-thrift_sasl: new port

Sponsored by:   Netflix
DeltaFile
+23-0devel/py-thrift_sasl/Makefile
+4-0devel/py-thrift_sasl/pkg-descr
+3-0devel/py-thrift_sasl/distinfo
+1-0devel/Makefile
+31-04 files

FreeBSD/ports f9ea611www/py-django-treebeard distinfo Makefile

www/py-django-treebeard: Update to 5.3.0

Changelog since 4.8.0:

https://github.com/django-treebeard/django-treebeard/blob/5.3.0/CHANGES.md
DeltaFile
+3-3www/py-django-treebeard/distinfo
+2-3www/py-django-treebeard/Makefile
+5-62 files

FreeBSD/ports 16cafedsecurity/py-netbox-secrets distinfo Makefile

security/py-netbox-secrets: Update to 3.1.0

Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v3.1.0

MFH:            No (not compatible with NetBox 4.5.x)
DeltaFile
+3-3security/py-netbox-secrets/distinfo
+1-1security/py-netbox-secrets/Makefile
+4-42 files

FreeBSD/ports fbd74ecwww/py-django-reversion distinfo Makefile

www/py-django-reversion: Update to 6.3.0

Changelog:

https://github.com/etianen/django-reversion/releases/tag/v6.3.0
DeltaFile
+3-3www/py-django-reversion/distinfo
+1-2www/py-django-reversion/Makefile
+4-52 files

FreeBSD/ports de53bb3textproc/py-griffe distinfo Makefile, textproc/py-griffecli distinfo Makefile

textproc/py-griffe{cli,lib}: Update to 2.1.0

Changelog:

https://github.com/mkdocstrings/griffe/releases/tag/2.1.0
DeltaFile
+3-3textproc/py-griffecli/distinfo
+3-3textproc/py-griffelib/distinfo
+3-3textproc/py-griffe/distinfo
+1-1textproc/py-griffelib/Makefile
+1-1textproc/py-griffe/Makefile
+1-1textproc/py-griffecli/Makefile
+12-126 files

FreeBSD/ports 4b7766anet-mgmt/netbox pkg-plist Makefile, net-mgmt/netbox/files pkg-message.in patch-netbox_dcim_forms_bulk__import.py

net-mgmt/netbox: Update to 4.6.3

* Remove no longer required workarounds for Python 3.11 compatibility.

* Also prune update instructions for NetBox releases older than 3.6
  while I'm here.

Netbox 4.6 contains many bugfixes/enhancements and the following new
features:

* Virtual Machine Types
* Cable Bundles
* Rack Groups
* ETag Support for REST API
* Cursor-based Pagination for REST API

https://netbox.readthedocs.io/en/stable/release-notes/version-4.6/

MFH:            No (feature release)
DeltaFile
+107-50net-mgmt/netbox/pkg-plist
+14-68net-mgmt/netbox/files/pkg-message.in
+35-34net-mgmt/netbox/Makefile
+0-22net-mgmt/netbox/files/patch-netbox_dcim_forms_bulk__import.py
+0-17net-mgmt/netbox/files/patch-netbox_netbox_settings.py
+3-3net-mgmt/netbox/distinfo
+159-1941 files not shown
+160-1957 files

FreeBSD/ports 5464599net-mgmt/py-pynetbox distinfo Makefile

net-mgmt/py-pynetbox: Update to 7.8.0

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.8.0
DeltaFile
+3-3net-mgmt/py-pynetbox/distinfo
+1-1net-mgmt/py-pynetbox/Makefile
+4-42 files

FreeBSD/ports 6477cfd. UPDATING

UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 4.6 release
series.
DeltaFile
+12-0UPDATING
+12-01 files

FreeBSD/ports 0cd7f4cdevel/py-dj60-strawberry-graphql Makefile, graphics/py-dj60-sorl-thumbnail Makefile

net-mgmt/netbox: Create Django 6.0 consumers

* Django 5.2 is currently the "default" version in the ports tree due
  its long term support until April 2028.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 4.6 release possible because it requires
  Django 6.0.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj60-django-rq
  - devel/py-dj60-strawberry-graphql
  - graphics/py-dj60-sorl-thumbnail
  - www/py-dj60-channels
  - www/py-dj60-django-auth-ldap
  - www/py-dj60-django-choices-field

    [18 lines not shown]
DeltaFile
+69-0devel/py-dj60-strawberry-graphql/Makefile
+61-0graphics/py-dj60-sorl-thumbnail/Makefile
+44-0www/py-dj60-django-storages/Makefile
+42-0www/py-dj60-django-auth-ldap/Makefile
+39-0www/py-dj60-django-prometheus/Makefile
+37-0www/py-dj60-drf-spectacular/Makefile
+292-080 files not shown
+1,307-086 files

FreeBSD/ports 214aed2www/py-strawberry-graphql-django distinfo Makefile

www/py-strawberry-graphql-django: Update to 0.86.1

Changelog since 0.84.0:

https://github.com/strawberry-graphql/strawberry-django/compare/0.84.0...0.86.1
DeltaFile
+3-3www/py-strawberry-graphql-django/distinfo
+1-1www/py-strawberry-graphql-django/Makefile
+4-42 files

FreeBSD/ports 28455b8www/py-django-timezone-field distinfo Makefile

www/py-django-timezone-field: Update to 7.2.2

Changelog:

https://github.com/mfogel/django-timezone-field/compare/7.2.1...7.2.2
DeltaFile
+3-3www/py-django-timezone-field/distinfo
+2-3www/py-django-timezone-field/Makefile
+5-62 files

FreeBSD/ports 70d01eewww/py-drf-spectacular-sidecar distinfo Makefile

www/py-drf-spectacular-sidecar: Update to 2026.6.1

Changelog:

https://github.com/tfranzel/drf-spectacular-sidecar/compare/2026.5.1...2026.6.1
DeltaFile
+3-3www/py-drf-spectacular-sidecar/distinfo
+1-2www/py-drf-spectacular-sidecar/Makefile
+4-52 files

FreeBSD/ports 0404f6bwww/py-djangorestframework distinfo Makefile, www/py-djangorestframework/files patch-pyproject.toml

www/py-djangorestframework: Update to 3.17.1

Changelogs since 3.16.1:

https://github.com/encode/django-rest-framework/releases/tag/3.17.1
https://github.com/encode/django-rest-framework/releases/tag/3.17.0
DeltaFile
+20-0www/py-djangorestframework/files/patch-pyproject.toml
+3-3www/py-djangorestframework/distinfo
+1-2www/py-djangorestframework/Makefile
+24-53 files

FreeBSD/ports 20a0a09textproc/py-mkdocstrings-python distinfo Makefile

textproc/py-mkdocstrings-python: Update to 2.0.5

Changelog since 2.0.3:

https://github.com/mkdocstrings/python/blob/2.0.5/CHANGELOG.md
DeltaFile
+3-3textproc/py-mkdocstrings-python/distinfo
+1-1textproc/py-mkdocstrings-python/Makefile
+4-42 files

FreeBSD/ports 33c0406devel/py-strawberry-graphql distinfo Makefile

devel/py-strawberry-graphql: Update to 0.316.0

Changelog since 0.315.3:

https://github.com/strawberry-graphql/strawberry/blob/0.316.0/CHANGELOG.md
DeltaFile
+3-3devel/py-strawberry-graphql/distinfo
+1-2devel/py-strawberry-graphql/Makefile
+4-52 files

FreeBSD/ports 0c8a0d4www/py-django-prometheus distinfo Makefile

www/py-django-prometheus: Update to 2.5.0

Changelog:

https://github.com/django-commons/django-prometheus/releases/tag/v2.5.0
DeltaFile
+3-3www/py-django-prometheus/distinfo
+2-3www/py-django-prometheus/Makefile
+5-62 files

FreeBSD/ports 9bd0e59devel/py-rq distinfo Makefile

devel/py-rq: Update to 2.9.1

* For now, stick with this version, because the newer version, 2.10.0
  has introduced changes to the handling of scheduler identities that
  don't quite work with the current version of py-django-rq.

Changelog since 2.8.0:

https://github.com/rq/rq/blob/v2.9.1/CHANGES.md

Approved by:    skreuzer (maintainer, implicit)
DeltaFile
+3-3devel/py-rq/distinfo
+1-1devel/py-rq/Makefile
+4-42 files

FreeBSD/doc d9b6718website/content/en/releases/15.1R upgrading.adoc

15.1: Improve upgrade instructions

- Upgrading 14.x pkgbase to 15 is not supported
- Upgrading pkg to upgrade the base system is not required
- Third party kmods must only be upgraded if using them

Reported by:            markj (efi case varies, bectl is zfs only)
Co-authored-by:         Alexander Ziaee <ziaee at FreeBSD.org>
Differential Revision:  https://reviews.freebsd.org/D57606
DeltaFile
+8-6website/content/en/releases/15.1R/upgrading.adoc
+8-61 files

FreeBSD/ports f69088edevel/sentry-cli distinfo Makefile.crates, devel/sentry-cli/files patch-Cargo.toml

devel/sentry-cli: Update to 3.5.0

While here:
- update WWW to include repository URL
- update license to FSL-1.1-MIT
- define CARGO_ENV to ensure system OpenSSL and libgit2 libraries are
  linked (not vendored ones)

Changelog: https://github.com/getsentry/sentry-cli/blob/3.5.0/CHANGELOG.md

PR:             296004
Approved by:    lcook (maintainer, timeout 2 weeks)
DeltaFile
+963-623devel/sentry-cli/distinfo
+480-311devel/sentry-cli/Makefile.crates
+10-10devel/sentry-cli/files/patch-Cargo.toml
+10-5devel/sentry-cli/Makefile
+1,463-9494 files

FreeBSD/ports 84f3f80audio Makefile, audio/pipewire-spa-oss-ng distinfo Makefile

audio/pipewire-spa-oss-ng: New port

PipeWire SPA plugin implementing a FreeBSD OSS backend, tracking the
pw-oss fork at https://github.com/kev009/pw-oss.

Changes over upstream shkhln/pw-oss:

Audio / OSS:
- Size the OSS buffer to the device and fix data-loop aborts.
- Adapt the fill target to the device's real fragment size.
- Report clock delay and rate; require MemPtr buffers.
- Reset the channel before close so close() doesn't block draining.
- Close the device when the format is cleared.
- Advertise and re-emit the port Format param (ALSA-sink pattern).
- Don't abort the process on an oversized chunk or a bad/unpositioned
  format.

Session / config:
- Don't launch a second WirePlumber from exec.conf; the stock config

    [12 lines not shown]
DeltaFile
+121-0audio/pipewire-spa-oss-ng/distinfo
+103-0audio/pipewire-spa-oss-ng/Makefile
+1-0audio/pipewire-spa-oss-ng/pkg-descr
+1-0audio/Makefile
+226-04 files