- 26 Feb, 2021 11 commits
-
-
yuri authored
-
yuri authored
-
ultima authored
the upstream port www/py-djangorestframework
-
ultima authored
django-post_office jsonfield depend has been renamed upstream, the old django-jsonfield port does not support django past 1.11. PR: 245309 Approved by: sunpoet, kai, jhixson (timeout) Differential Revision: https://reviews.freebsd.org/D28513
-
yuri authored
-
kevans authored
This features a number of fixes; highlights: - Handle aarch64 YIELD instructions - Bump ARG_MAX to match the FreeBSD default on LP64 platforms - Implement __specialfd(2) and copy_file_range(2) - Style fixes - Fix an issue with binary execution[0] - Fix page fault handling for self-modifying binaries[1] - Suppress noise from CIOGSESSION usage and restore CRIOGET handling - Patch _umtx_op(2) through to the kernel where possible[2] [0] Attempting to execute a binary by name was broken when there was an unrelated entry by the same name in PWD. The report below observed it in the cluster while building games/dobutsu, which tried to execute `xz` in a directory that had an `xz` directory inside of it. [1] From the fixing commit, qemu mprotect()s pages contained translated code to PROT_READ | PROT_EXEC and upgrades protections as needed upon page fault. This was broken in a previous commit that misidentified by the trap # that should have been observed. The observed issue a broken JIT compiler in libpcre. [2] _umtx_op can now be handled by the kernel in cases where the target long size is not longer than the host, and the target and host are the same endianness. This is much more reliable than our previous emulation of these operations, and should reduce hangs sometimes observed in threaded applications. Note that this requires a recent stable/12 or 13.x/-CURRENT. PR: 253375 [0] PR: 253335 [1] MFH: 2021Q1
-
yuri authored
-
ygy authored
Approved by: lwhsu
-
pkubaj authored
PR: 253609 Submitted by: swills
-
yuri authored
-
yuri authored
-
- 25 Feb, 2021 29 commits
-
-
yuri authored
Reported by: portscout
-
yuri authored
Reported by: portscout
-
yuri authored
-
yuri authored
-
dvl authored
-
nc authored
Changes: https://metacpan.org/changes/release/LEONT/Crypt-Argon2-0.008 PR: 253715 Submitted by: Sergei Vyshenski <svysh.fbsd AT gmail DOT com> (maintainer)
-
jwb authored
Add auto-mount-noautos: Cronable script for mounting noauto NFS mounts auto-check-ports-branch: Don't try to move $PORTSDIR in case it's a separate FS auto-adduser: Fix umask issue auto-update-system: Allow auto-admin update itself from source A few other minor enhancements Reported by: Tony Albers (auto-check-ports-branch bug)
-
mi authored
library in addition to static one.
-
antoine authored
PR: 253815
-
nc authored
Changes: https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/2.0.0 PR: 253812 Submitted by: Petteri Valkonen <petteri.valkonen AT iki DOT fi> (maintainer)
-
nc authored
PR: 253856 Submitted by: pauamma AT gundo DOT com (maintainer)
-
nc authored
Changes: https://github.com/ruby/reline/commits/v0.2.4 PR: 253853 Submitted by: Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
-
nc authored
Changes: https://github.com/ruby/irb/commits/v1.3.4 PR: 253852 Submitted by: Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
-
decke authored
Due to a bug which was fixed in this release both net/wireguard and net/wireguard-go need to be updated or wg-quick will hang at the next start. PR: 253537
-
amdmi3 authored
- Fix PYTHONPREFIX misuse and silence stripping Approved by: portmgr blanket
-
decke authored
Due to a bug which was fixed in this release both net/wireguard and net/wireguard-go need to be updated or wg-quick will hang at the next start. PR: 253537
-
rhurlin authored
On Github, there is already v2.0.2, but from v1.0.0 on 'make test' produces many errors for functions, which passes fine until <= v1.0.0. Newer tests run with an update of devel/py-pytest >= v5.0.0 [1][2]. [1] https://docs.pytest.org/en/latest/changelog.html?highlight=pytestunknownmarkwarning [2] https://github.com/pytest-dev/pytest/pull/5416 Changelog: https://github.com/gorakhargosh/watchdog/releases/tag/v0.10.6 PR: 244031 Submitted by: Evilham <contact@evilham.com> Approved by: Nicola Vitale <nivit@FreeBSD.org> (maintainer timeout) MFH: 2021Q1 (bugfixes) Differential Revision: https://reviews.freebsd.org/D23608
-
nc authored
PR: 253643, 253645
-
nc authored
* audio/libopenshot-audio: Update to 0.2.0.29 * multimedia/libopenshot: Update to 0.2.5.517 * multimedia/openshot: update to 2.5.1.732 PR: 253643, 253645, 253646 Submitted by: Tatsuki Makino <tatsuki_makino AT hotmail DOT com> (maintainer)
-
nc authored
Changes: https://github.com/matrix-org/synapse/releases/tag/v1.27.0 PR: 253823 Submitted by: Sascha Biberhofer <ports AT skyforge DOT at> (maintainer)
-
nc authored
Changes: https://github.com/zeek/btest/releases/tag/v0.67 PR: 253833 Submitted by: mshirk AT daemon-security DOT com (maintainer)
-
thierry authored
Release notes at <https://github.com/mrdoob/three.js/releases/tag/r126>.
-
jbeich authored
3% faster at least with -s 9 (tortoise) and 2100x2800 input. Beware of dragons on non-amd64 e.g., $ cjxl -s 9 foo.png foo.jxl J P E G \/ | /\ |_ e n c o d e r [v0.3.2 | SIMD supported: SSE4,Scalar] Read 2100x2800 image, 47.7 MP/s Encoding [VarDCT, d1.000, tortoise], 8 threads. lib/jxl/butteraugli/butteraugli.cc:99: JXL_CHECK: out->xsize() == in.ysize() Illegal instruction
-
nc authored
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.6 PR: 253845 Submitted by: Dries Michiels <driesm.michiels AT gmail DOT com>
-
danfe authored
- Add missing LIB_DEPENDS Reported by: maintainer
-
ohauer authored
-
pkubaj authored
PR: 253426 Approved by: marcus (maintainer timeout)
-
novel authored
- Drop BASH option and install bash completion files unconditionally, but only add shells/bash-completion to BUILD_DEPENDS, not RUN_DEPENDS, - Improve formatting with portfmt(1), - Bump PORTREVISION for dependency changes. PR: 253843 Submitted by: swills Reported by: Andras Farkas
-