787,677 commits found in 74 milliseconds
net/keycloak: Update 26.7.1 => 26.7.2
Release Notes:
https://www.keycloak.org/2026/08/keycloak-2672-released
PR: 297660
Security: CVE-2026-45292
Security: CVE-2026-14613
Security: CVE-2026-59888
Security: CVE-2026-59889
Security: CVE-2026-15945
Security: CVE-2026-17048
Security: CVE-2026-15571
Security: CVE-2026-18963
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit e9cceed0d70e7d3b66c3695cf18bd3b0580e897c )
net/keycloak: Update 26.7.1 => 26.7.2
Release Notes:
https://www.keycloak.org/2026/08/keycloak-2672-released
PR: 297660
Sponsored by: UNIS Labs
MFH: 2026Q3
ports-mgmt/pkg_rmleaves: Update 20260730 => 20260819
Changelog:
- Fixes compatibility with FBSD 14.x (reported by Andrea Venturoli).
PR: 297659
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit c888a34e172d3b003cc866e00a686b45e4397d3a )
ports-mgmt/pkg_rmleaves: Update 20260730 => 20260819
Changelog:
- Fixes compatibility with FBSD 14.x (reported by Andrea Venturoli).
PR: 297659
Sponsored by: UNIS Labs
MFH: 2026Q3
devel/py-fsrs: Update 6.3.1 => 6.3.2
Changelog:
https://github.com/open-spaced-repetition/py-fsrs/releases/tag/v6.3.2
PR: 297413
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit 42cb6537cf3144718da626225108b8fd91ad9841 )
devel/py-fsrs: Update 6.3.1 => 6.3.2
Changelog:
https://github.com/open-spaced-repetition/py-fsrs/releases/tag/v6.3.2
PR: 297413
Sponsored by: UNIS Labs
MFH: 2026Q3
FreeBSD /ports e6173e9 — devel/llvm-devel Makefile Makefile.snapshot, devel/llvm-devel/files patch-llvm_include_llvm_Support_Allocator.h devel/llvm-devel: new snapshot
Narrow 32-bit workaround to i386. Armv7 has an 8-byte aligned
max_align_t so doesn't need it.
Sponsored by: DARPA, AFRL
FreeBSD /ports cbf863f — devel/android-tools/files patch-vendor_adb_client_usb_libusb_hotplug.h patch-vendor_adb_client_usb_libusb_inhouse_hotplug.cpp devel/android-tools: update 35.0.2 to 37.0.0
- Rework libusb patches for upstream refactoring
- Add abseil dependency
- Add zsh completions to plist
- Enable libusb backend on FreeBSD (37.0.0 disabled it by default)
math/libxls: update 1.6.2 to 1.6.3
Bump sc-im reverse dependency.
net/py-geopy: Update to 2.5.0
Changes: https://github.com/geopy/geopy/releases
(cherry picked from commit 13076c456ef971cd0e9f1707a961323801484604 )
FreeBSD /ports 8edb615 — devel/py-python-semantic-release distinfo Makefile, devel/py-python-semantic-release/files patch-click patch-pyproject.toml devel/py-python-semantic-release: Update to 10.6.1
- Allow build with py-importlib-resources 7.0.0+
Changes: https://github.com/python-semantic-release/python-semantic-release/releases
(cherry picked from commit 11e433addedbc3bc0f4f8b3bb9fb766f83a2d2e0 )
FreeBSD /ports ee3cba5 — devel/py-simpleparse Makefile distinfo, devel/py-simpleparse/files patch-setup.py patch-pyproject.toml devel/py-simpleparse: Fix build with Python 3.12+
cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DMX_BUILDING_MXTEXTTOOLS=1 -DPY_SSIZE_T_CLEAN=1 -DDEBUG=1 -Isimpleparse/stt/TextTools/mxTextTools -I/usr/local/include/python3.12 -c simpleparse/stt/TextTools/mxTextTools/mxTextTools.c -o build/temp.freebsd-15.0-RELEASE-p11-amd64-cpython-312/simpleparse/stt/TextTools/mxTextTools/mxTextTools.o
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:244:13: warning: call to undeclared function 'PyUnicode_GET_SIZE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
244 | return PyUnicode_GET_SIZE(so->match);
| ^
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:389:15: warning: 'PyObject_AsCharBuffer' is deprecated [-Wdeprecated-declarations]
389 | else if (PyObject_AsCharBuffer(so->match, &match, &match_len))
| ^
/usr/local/include/python3.12/abstract.h:351:1: note: 'PyObject_AsCharBuffer' has been explicitly marked deprecated here
351 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
317 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:448:11: warning: call to undeclared function 'PyUnicode_AS_UNICODE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
448 | match = PyUnicode_AS_UNICODE(so->match);
| ^
simpleparse/stt/TextTools/mxTextTools/mxTextTools.c:448:9: error: incompatible integer to pointer conversion assigning to 'Py_UNICODE *' (aka 'int *') from 'int' [-Wint-conversion]
[166 lines not shown ] devel/py-gitpython: Update to 3.1.51
Changes: https://github.com/gitpython-developers/GitPython/releases
https://gitpython.readthedocs.io/en/stable/changes.html
(cherry picked from commit bedfb069e24d7cbee9135e51fba3b27527f00499 )
devel/hs-ormolu: Update 0.8.2.0 => 0.9.0.0
* Add WWW for Hackage
* Switch source code WWW to actual upstream, as specified on Hackage
Approved by: haskell@ (alven@)
Approved by: db@, yuri@ (Mentors, implicit)
devel/p5-PkgConfig-LibPkgConf: Mark DEPRECATED and set EXPIRATION_DATE to 2026-09-30
PR: 297069
Reported by: diizzy
databases/p5-DBD-Pg: Backport upstream fix
- Bump PORTREVISION for package change
PR: 296961
Reported by: mikael
Obtained from: https://github.com/bucardo/dbdpg/commit/c78eb5aabb203c7dadc838f9d60c9202527260fd
FreeBSD /ports e5b6d31 — archivers/unrar Makefile, archivers/unrar/files patch-crc.cpp patch-os.hpp archivers/unrar: Enable aarch64 hwcap detection
- Bump PORTREVISION for package change
PR: 296759
Submitted by: naddy
textproc/py-pypandoc: Update WWW
Approved by: portmgr (blanket)
security/py-social-auth-core: Allow build with py-google-auth 2.56.0+
- Bump PORTREVISION for package change
Obtained from: https://github.com/python-social-auth/social-core/commit/f84ddbe18d997d12f000027d3825472b85a14da2
Approved by: portmgr (blanket)
devel/samurai: Simplify LICENSE_FILE
Approved by: portmgr (blanket)
FreeBSD /ports c5f6964 — devel/py-pythran Makefile, devel/py-pythran/files patch-requirements.txt devel/py-pythran: Allow build with py-beniget 0.5.0+
- While I'm here, remove outdated post-extract:
- Bump PORTREVISION for package change
Approved by: portmgr (blanket)
Obtained from: https://github.com/serge-sans-paille/pythran/commit/3690121152403dc4fb4fe50bb5837007f7a4de68
textproc/rubygem-whatlanguage: Update to 2.0.1
Changes: https://github.com/peterc/whatlanguage/releases
x11-toolkits/rubygem-vte4: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11/rubygem-gnome: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-poppler: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-vte3: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-pango: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-gtksourceview3: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-gtksourceview4: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
x11-toolkits/rubygem-gtk3: Update to 4.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/releases
https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md