Age | Commit message (Collapse) | Author |
|
PR: 276103
|
|
Sponsored by: SkunkWerks, GmbH
Sponsored by: Equinix
|
|
|
|
Security: CVE-2023-4408, CVE-2023-5517, CVE-2023-5679, CVE-2023-6516, CVE-2023-50387, CVE-2023-50868
|
|
Security: CVE-2023-4408, CVE-2023-5517, CVE-2023-5679, CVE-2023-6516, CVE-2023-50387, CVE-2023-50868
|
|
|
|
Release changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.118.0
Reported by: release-please[bot] <notifications@github.com>
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
While here, enable tests.
Changelog: https://github.com/huggingface/tokenizers/releases/tag/v0.15.2
Reported by: portscout
|
|
Security: https://vuxml.freebsd.org/freebsd/4edbea45-cb0c-11ee-86bb-a8a1599412c6.html
|
|
Obtained from: https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_13.html
|
|
Pet portclippy.
ChangeLog: https://github.com/vslavik/diff-pdf/releases/tag/v0.5.2
Approved by: bofh (mentor)
Differential Revision: https://reviews.freebsd.org/D43875
|
|
ChangeLog:
https://github.com/eza-community/eza/releases/tag/v0.18.2
PR: 276914
Approved by: garga (mentor)
MFH: 2024Q1
Security: CVE-2024-24577
Differential Revision: https://reviews.freebsd.org/D43841
|
|
- Removed the OPTION BASH and ZSH. Despit he naming the files are
actually to generate shell completions functions rather then shell
completions function itself. Somehow I had a personalized shell
completion function in my dotfiles which took precedence which is why
I never found it out myself. [1]
PR: 276925 [1]
|
|
Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.27.0
|
|
Changelog: https://github.com/hashicorp/consul/releases/tag/v1.17.3
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
PR: 277018
|
|
|
|
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.34.1
MFH: 2024Q1
|
|
Tweak our declaration for __cxa_allocate_exception() so that it matches
the one that sometimes shows up in /usr/include/c++/v1/cxxabi.h. Clang
now treats the subtle differences as an error.
No PORTREVISION bump for this build fix. There should not be any
functional change to the generated code if it was buildable before
this fix.
|
|
Approved by: maintainer (implicit, version bump, as per PR 258262)
|
|
ChangeLog: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.90
Security: 21a854cc-cac1-11ee-b7a7-353f1e043d9a
Security: CVE-2023-50387
Security: CVE-2023-50868
MFH: 2024Q1
|
|
for Bind9, dnsmasq, PowerDNS, Unbound.
Security: 21a854cc-cac1-11ee-b7a7-353f1e043d9a
Security: CVE-2023-50387
Security: CVE-2023-50868
|
|
Changelog:
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2
PR: 276813
Reviewed by: desktop (arrowd)
Sponsored by: Blinkinblox
Exp-run by: antoine
|
|
Restore a small block of subdirs handling code introduced by man => share/man transition and accidentally lost during update merge
Reported by: diizzy, poudriere fallout
Sponsored by: Serenity Cybersecurity, LLC
|
|
The newest update to xmlsec1 broke this port as it used a deprecated
functin of xmlsec1.
PR: 277033
Reported by: dweimer@dweimer.net
|
|
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
PR: 277019
|
|
Changelog: https://github.com/bgp/bgpq4/releases/tag/1.12
|
|
User-visible changes:
- tolerate remotes without urls in git config file for interop with git-annex
- log -b: handle merge commits unrelated to requested changed path history
|
|
|
|
This new version has runtime detection for cmark and pandoc, adding
options (defualt on) to add runtime dependencies for them.
Submitted by: acm (via email)
|
|
Reported by: vvd
|
|
Reported by: vvd
|
|
When VAPI is on and DOCS is off the port fails to package. Correct
in plist. [1]
While here also implement an NLS option.
PR: 277022 [1]
MFH: 2024Q1
|
|
MFH: 2024Q1
Security: cbfc1591-c8c0-11ee-b45a-589cfc0f81b0
|
|
|
|
Changelog:
- Ensure compatibility with PHP 8.2
- Small correction to ensure PHP 8.1 support
Sponsored by: Netzkommune GmbH
|
|
Avoid changing the default package name when default flavor is built.
|
|
This provides a binary package to users who require MIT KRB5 with LDAP
support. This patch does not change the current, now default, package
name.
PR: 277015
|
|
Clang 18 has become more stringent about narrowing in initializer lists,
resulting in errors when building www/qt6-webengine:
../../../../../qtwebengine-everywhere-src-6.6.1/src/3rdparty/chromium/third_party/webrtc/pc/legacy_stats_collector.cc:192:54: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing-const-reference]
192 | {StatsReport::kStatsValueNameTotalAudioEnergy, info.total_output_energy},
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../../../../qtwebengine-everywhere-src-6.6.1/src/3rdparty/chromium/third_party/webrtc/pc/legacy_stats_collector.cc:194:8: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing-const-reference]
194 | info.total_output_duration}};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Cherry-pick https://webrtc.googlesource.com/src/+/267f9bdd53 into the
thirdparty directory, which fixes these errors.
PR: 276997
MFH: 2024Q1
|
|
Sponsored by: The FreeBSD Foundation
|
|
New features and improvements:
* ASE and ACB palettes support
* New Gradient: FG to Transparent (Hardedge)
* GIF: non-square ratio support
* More enhancements
Security and bug fixes:
* Fixed Vulnerabilities
* Broken Graphics Tablets with recent linuxwacom driver
Read more: https://www.gimp.org/news/2023/11/07/gimp-2-10-36-released/
|
|
|
|
Reported by: portscout
|
|
Bump major version to 19.
Add a build conflict with ${ARCH}-binutils for COMPILER_RT. Technically
this is only an issue for 64-bit architectures that build 32-bit
sanitizers (the presence of <triple>-ld is picked up and it doesn't
pass some cmake test), but it's easier to just block all of them.
|