| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
See https://software-lab.de/doc/ChangeLog
|
| |
|
|
| |
PR: 292887
|
| |
|
|
| |
PR: 291061
|
| |
|
|
|
|
|
|
| |
... by pulling two upstream patches. While here, spell out
ANS Forth (1994) in the COMMENT and port description, fix a
typo, and provide a more meaningful MAKE_JOBS_UNSAFE reason.
PR: 293330
|
| |
|
|
|
| |
PR: 292887
Submitted by: Curtis Hamilton (hamiltcl@verizon.net)
|
| | |
|
| | |
|
| |
|
|
| |
Changes: https://metacpan.org/release/HYDAHY/perl-5.43.8/view/pod/perldelta.pod
|
| | |
|
| |
|
|
|
|
| |
Required for gitlab 18.9
Changes: https://github.com/oxidize-rb/rb-sys/releases
|
| | |
|
| |
|
|
| |
Approved by: lwhsu (mentor, implicitly)
|
| |
|
|
|
| |
Announce: https://blog.rust-lang.org/2026/02/12/Rust-1.93.1/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.93.1
|
| |
|
|
| |
Changelog: https://github.com/microsoft/typescript-go/compare/f5bcdfc02e6527b774418a26ee817c4397da8546...daa761e5c641bde53ad14a349cc813c3296ae2f2
|
| |
|
|
|
|
|
|
|
|
|
| |
Also revert a patch from commit
17551496e5f93f340b66b8a495e57e11baa488dd, upstreamed with upstream
commit
1ce1870fbe0b141d38e02b7ac6a41d8d36b73b30.
Upstream PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366
Upstream commit:
https://gcc.gnu.org/cgit/gcc/commit/?id=1ce1870fbe0b141d38e02b7ac6a41d8d36b73b30
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/quickjs-ng/quickjs/compare/v0.11.0...v0.12.1
Sponsored by: tipi.work
|
| |
|
|
| |
Changelog: https://www.php.net/ChangeLog-8.php#8.5.3
|
| |
|
|
| |
Changelog: https://www.php.net/ChangeLog-8.php#8.4.18
|
| |
|
|
| |
Security: bfe9adc8-0224-11f1-8790-c5fb948922ad
|
| |
|
|
| |
Announcement: https://kde.org/announcements/gear/25.12.2/
|
| | |
|
| |
|
|
|
| |
Approved by: lwhsu (mentor, implicitly)
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
| |
Release notes at https://github.com/lfortran/lfortran/releases/tag/v0.60.0
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From https://go.dev/doc/go1.26:
The latest Go release, version 1.26, arrives in February 2026, six
months after Go 1.25. Most of its changes are in the implementation
of the toolchain, runtime, and libraries. As always, the release
maintains the Go 1 promise of compatibility. We expect almost all Go
programs to continue to compile and run as before.
There are exciting updates in this new Go minor:
- New Green Tea-based garbage collector that cuts GC overhead by an
observed 10-40%.
- cgo runtime overhead reduced by an observed 30%.
- `go fix` has been rewritten as is now Go's official modernizer. In
particular, it includes all of `go vet`'s heuristics, making it
possible to fix the things that the latter identifies.
- Heap base address is now randomized.
- pprof can now (experimentally) identify leaked goroutines.
- New crypto/hpke package includes support for quantum-vulnerable and
post-quantum hybrid KEMs.
|
| |
|
|
| |
MFC after: 8 days
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With clang 20 or higher lang/clisp fails to build, with errors similar to:
./lisp.run -B . -N locale -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -m 2MW -M interpreted.mem -q -c compiler.lisp -o ./
;; Compiling file /wrkdirs/usr/ports/lang/clisp/work/clisp-c3ec11bab87cfdbeba01523ed88ac2a16b22304d/src/compiler.lisp ...
*** - LIST-INIT-START: start index 44801 too large for
(#(NIL
#S(HASH-TABLE :TEST STABLEHASH-EQ
#:WARN-IF-NEEDS-REHASH-AFTER-GC T
(#<BUILT-IN-CLASS SYMBOL> .
#<COMPILED-FUNCTION CLOS::MAKE-INSTANCE-<EMF-1>-1>)
(#<STANDARD-CLASS FUNCALLABLE-STANDARD-CLASS> .
#<SYSTEM-FUNCTION CLOS::%MAKE-INSTANCE>)
(#<STANDARD-CLASS STANDARD-CLASS> .
#<SYSTEM-FUNCTION CLOS::%MAKE-INSTANCE>)))
CLOS::COMPUTE-APPLICABLE-METHODS-EFFECTIVE-METHOD
#<STANDARD-GENERIC-FUNCTION MAKE-INSTANCE>)
0 errors, 0 warnings
*** Error code 1
The problems are caused by clisp's usage of -fwrapv, where the
developers implicitly assume this also makes pointer wrapping defined.
After https://github.com/llvm/llvm-project/commit/1295aa2e814 however,
-fwrapv no longer implies that, and you either have to add a clang
specific -fwrapv-pointer option, or use -fno-strict-overflow, which
works for both clang and gcc.
PR: 292672
Approved by: maintainer timeout (2 weeks)
MFH: 2026Q1
|
| |
|
|
| |
Approved by: rust (implicit)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
PR: 292970
Approved by: blanket
Fixes: 5e61a90f3a23 (lang/python-doc-pdf-a4: remove)
|
| |
|
|
|
|
|
|
| |
Also introduces a fix for upstream bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366, authored by
Mark Millard <marklmi@yahoo.com>.
Co-authored-by: Mark Millard <marklmi@yahoo.com>
|
| |
|
|
| |
PR: 292995
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
|
|
|
| |
Changes: go1.24.13 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
crypto/x509 package. See the Go 1.24.13 milestone on our issue tracker
for details.
|