| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 264100
Reported by: jwb
|
|
|
|
| |
- Move llvm to LIB_DEPENDS
|
| |
|
|
|
|
|
|
| |
- STRIP binary files
- Add GCC to LIB_DEPENDS
- Remove obsolete lines
|
| |
|
|
|
|
|
|
|
| |
- Commit forgotten files
ChangeLog at: https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
PR: 266828
|
|
|
|
|
| |
ChangeLog at: https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
PR: 266828
|
|
|
|
| |
ChangeLog: https://github.com/elixir-lang/elixir/releases/tag/v1.14.2
|
|
|
|
|
|
| |
PR: 267648
Reported by: glebius@
Exp-run by: antoine@
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Core:
- Fixed bug GH-9823 (Don’t reset func in
zend_closure_internal_handler). (Florian Sowade)
- Fixed potential NULL pointer dereference Windows shm*()
functions. (cmb)
- Fix target validation for internal attributes with constructor
property promotion. (kooldev)
- Fixed bug GH-9750 (Generator memory leak when interrupted during
argument evaluation. (Arnaud)
* FPM:
- Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
running php-fpm 8.1.11). (Jakub Zelenka)
* mysqli:
- Fixed bug GH-9841 (mysqli_query throws warning despite using
silenced error mode). (Kamil Tekiela)
* PDO:
- Fixed bug GH-9818 (Initialize run time cache in PDO methods).
(Florian Sowade)
* Random:
- Fixed bug GH-9839 (Pre-PHP 8.2 output compatibility for
non-mt_rand() functions for MT_RAND_PHP). (timwolla)
Relnotes: https://github.com/php/php-src/blob/php-8.2.0RC6/NEWS
Sponsored by: Bounce Experts
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.
Fix conflict for lang/gcc12, which is soon to become GCC_DEFAULT, by
installing those files in a directory specific to GCC 12.
See also commit 0338e04504ee269b7a95e6707f1314bc1c4239fe that fixed the
conflict in the same way for lang/gcc11.
PR: 257060
|
| |
|
| |
|
|
|
|
| |
Fix update.sh to only replace the first version.
|
|
|
|
| |
MFH: 2022Q4
|
| |
|
|
|
|
| |
PR: 267601
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the second attempt to solve the conflict, see commits
- dc67e7d3009de2b78d96136c8ad09cf186e553df (first attempt);
- 9f0cd13014d0962aedfa016c86a5af07ca3ba814 (revert of the first
attempt).
GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.
Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files
in a directory specific to GCC 11.
PR: 257060
Reviewed by: yasu, jrm
Differential Revision: https://reviews.freebsd.org/D37266
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
Approved by: tz (By private mail)
Relnotes: https://www.php.net/ChangeLog-7.php#7.4.33
Sponsored by: Bounce Experts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 3 November 2022
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* dolphin: Fix opening unnecessary new windows (Commit, fixes bug
#440663)
* konsole: Fix a crash when extending the selection (Commit, fixes
bug #398320 and bug #458822)
Announcement: https://kde.org/announcements/gear/22.08.3/
Changelog: https://kde.org/announcements/changelogs/gear/22.08.3/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit dc67e7d3009de2b78d96136c8ad09cf186e553df.
The revert is necessary as
- lang/gcc11/files/patch-gcc_Makefile.in was wrong: it should have used
$(version) instead of $(gcc_version);
- even after correcting the above mistake, the patch still does not
work: lang/emacs fails to configure and hence to build. See also
https://reviews.freebsd.org/D37266 .
PR: 257060
Reported by: yasu
|
|
|
|
| |
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.2
|
|
|
|
|
| |
Approved by: python (maintainer, timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37047
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.
Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files
in a directory specific to GCC 11.
PR: 257060
Reported by: Ting-Wei Lan <lantw44@gmail.com>
Reviewed by: gerald, dim
Differential Revision: https://reviews.freebsd.org/D37242
See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
|
|
|
|
|
|
| |
Changes: https://go.dev/doc/devel/release#go1.19.minor
Security: 26b1100a-5a27-11ed-abfe-29ac76ec31b5
|
|
|
|
|
|
| |
Changes: https://go.dev/doc/devel/release#go1.18.minor
Security: 26b1100a-5a27-11ed-abfe-29ac76ec31b5
|
|
|
|
|
|
| |
Adapt a patch submitted for OpênBSD by semarie@: with it, all the tests pass.
Obtained from: https://github.com/lfortran/lfortran/pull/951
|
|
|
|
| |
/!\ This is an experimental prototype, not ready for end users.
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/janet-lang/janet/releases
Review: https://reviews.freebsd.org/D37221
|
| |
|
|
|
|
| |
PR: 267173
|
|
|
|
|
|
|
| |
Announce: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.64.0
PR: 267173
|
|
|
|
| |
While here, also sort properly bin/gdc%%SUFFIX%% entry in pkg-plist.
|
|
|
|
| |
2022-10-30 lang/chicken5: Please use lang/chicken instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Core:
- Fixes segfault with Fiber on FreeBSD i386 architecture.
* Fileinfo:
- Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2
files).
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
* MBString:
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
mb_encode_mimeheader).
* Opcache:
- Added indirect call reduction for jit on x86 architectures.
* Session:
- Fixed bug GH-9583 (session_create_id() fails with user defined save
handler that doesn't have a validateId() method).
* Streams:
- Fixed bug GH-9590 (stream_select does not abort upon exception or
empty valid fd set).
MFH: 2022Q4
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.12
Sponsored by: Bounce Experts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
* Session:
- Fixed bug GH-9583 (session_create_id() fails with user defined save
handler that doesn't have a validateId() method).
* Streams:
- Fixed bug GH-9590 (stream_select does not abort upon exception or
empty valid fd set).
Approved by: tz (By private mail)
MFH: 2022Q4
Relnotes: https://www.php.net/ChangeLog-8.php#8.0.25
Sponsored by: Bounce Experts
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
| |
Forward the part of commit f61fb49b2e76fd4f7a5b7a11510b5109206c19f2 that
enables D lang compiler.
PR: 266825
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
|
| |
|
|
|
|
|
| |
PR: 267399
Reported by: Raivo Hool <raivo@lehma.com>
|
|
|
|
|
|
|
|
|
| |
The Makefile has USE_GCC=12, however the port does not depend on gcc12
and depends on gcc11 instead. Somehow the USES=cc-c++11-lib overrides
USE_GCC=12 and this port perfectly builds with GCC 11
PR: 265947
Reported by: salvadore
|
|
|
|
|
| |
PR: 267342
Reported by: wen
|