13,305,339 commits found in 7 milliseconds
OPNSense /core be43690 — src/opnsense/mvc/app/library/OPNsense/Core SanitizeFilter.php, src/www authgui.inc webui/authentication flow - add "local_uri" type in SanitizeFilter() and use it in the authgui.inc flow to ease reuse later.
The new filter is a bit more strict than it used to be, but for good reasons, we likely need the same cleansing in a couple of other areas like https://github.com/opnsense/core/issues/10433
science/csvtk: Update to 0.37.0
A few fixes and enhancements
Changes: https://github.com/shenwei356/csvtk/releases
Reported by: portscout
devel/gitea-act_runner: Update version 0.2.13=>0.3.0
Changelog: https://gitea.com/gitea/act_runner/releases/tag/v0.3.0
x11/py-pyscreenshot: Update version 0.5.1=>0.6
Changelog: https://github.com/ponty/pyscreenshot/releases/tag/0.6
devel/py-pytest-env: Update version 0.8.0=>0.8.1
Changelog: https://github.com/pytest-dev/pytest-env/releases/tag/0.8.1
devel/rubygem-p4ruby: Update version 2024.1.2660526 =>2024.2.2682777
Changelog: https://github.com/perforce/p4ruby/releases/tag/2024.2.0
www/py-praw: Update version 8.0.0=>8.0.1
Changelog: https://github.com/praw-dev/praw/releases/tag/v8.0.1
dns/cascade: Update version 67bce3457 =>f6538ea94
This is equivalent to 0.1.0-beta3
Changelog:
https://github.com/NLnetLabs/cascade/compare/v0.1.0-beta2...v0.1.0-beta3
devel/clojure-cider: Update version 1.22.0=>1.22.2
Changelog: https://github.com/clojure-emacs/cider/releases/tag/v1.22.2
x11-wm/leftwm: Return to pool
textproc/redisearch2: Update version 2.10.2=>2.10.3
- Unbundle cpu_features [1]
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.10.3
Reported by: fuz [1]
Mk/bsd.sites.mk: Remove stale mirrors
versaweb.dl.sourceforge.net is no longer resolvable so remove the stale
entry
Approved by: portmgr (blanket)
textproc/redisearch28: Update version 2.8.2=>2.8.3
- Unbundle cpu_features [1]
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.3
Reported by: fuz [1]
devel/cvise: make it build with DEFAULT_VERSIONS+=llvm=21
Upstream cvise added support for building against llvm 21 in
<https://github.com/marxin/cvise/commit/68262f7>. Add it as a
patch-llvm-21 file.
PR: 295857
MFH: 2026Q2
textproc/redisearch26: Update version 2.6.2=>2.6.3
- Unbundle cpu_features [1]
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.6.3
Reported by: fuz [1]
textproc/redisearch24: Update version 2.4.3=>2.4.4
- Unnbundle cpu_features [1]
Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.4.4
Reported by: fux [1]
security/vault: Update version 2.0.2=>2.0.3
Changelog: https://github.com/hashicorp/vault/releases/tag/v2.0.3
net/py-zeep: Update version 4.3.2=>4.3.3
- Optionize DOCS
Changelog: https://github.com/mvantellingen/python-zeep/releases/tag/4.3.3
databases/clickhouse-devel: Update version 26.2.6.27=>26.2.7.17
Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.2.7.17-stable
finance/py-stripe: Update version 4.1.0=>4.2.0
Changelog: https://github.com/stripe/stripe-python/releases/tag/v4.2.0
databases/freetds-devel: Update version 1.5.399=>1.5.400
databases/clickhouse: Update version 26.3.1.896=>26.3.2.3
Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.2.3-lts
py-xsdata: use PYPI distfile, add missing tool
add some test dependencies, but at least one is currently unpackaged
sound tests: Remove trailing PROT_EXEC
Fixes: 730eaf466493 ("sound tests: Add PROT_EXEC rejection test")
Reported by: Oliver Pinter <oliver.pntr at gmail.com>
Sponsored by: The FreeBSD Foundation
MFC after: 6 days
amd64: do not restore fsbase/gsbase for 32bit processes
There is no WRFSBASE and WRGSBASE 32bit variants at all. As such, the
fsbase and gsbase must always be equal to the bases in the corresponding
segment descriptor, same as on real i386.
If a 32bit program reloads either %fs or %gs using setcontext(9) or
sigreturn(9) , restoring bases from the syscall entry time is wrong.
In all other cases, hardware already does the right action when the
segment register is loaded, and the bases for the ufssel/ugssel in GDT
are updated on the context switch.
Reviewed by: markj (previous version)
Tested by: terehovv at mail.ru
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D57611
OpenBSD /ports sDEfFBT — mail/cyrus-imapd Makefile, mail/cyrus-imapd/patches patch-imap_backupcyrusd_c Fix warnings.
Fix pkgconfig files and enable commented tls1_3.
Properly build man pages.
from Lydia Sobot
www/gohugo: Update to 0.163.3
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.163.3
* markup/highlight: Escape lang in default code block rendering
* parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider
* resources: Support babel/postcss config variants
* hugolib: Fix page/section name collision regression
FreeBSD /src 5db31f1 — sys/compat/linprocfs linprocfs.c, sys/fs/procfs procfs_map.c procfs_mem.c procfs, linprocfs: ensure target process vmspace stability
Reviewed by: markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D57497