-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releng 2 7 2 #1403
Open
Christopher-YeTI
wants to merge
10,000
commits into
pfsense:RELENG_2_7_2
Choose a base branch
from
Christopher-YeTI:RELENG_2_7_2
base: RELENG_2_7_2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Releng 2 7 2 #1403
Christopher-YeTI
wants to merge
10,000
commits into
pfsense:RELENG_2_7_2
from
Christopher-YeTI:RELENG_2_7_2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move condiationl EXTRA_PATCHES additions after bsd.port.pre.mk so PATCHDIR is defined. Sponsored by: DARPA, AFRL
PR: 283830 Reported by: John Hein <[email protected]>
- Submitter becomes maintainer libinfinity is library to build collaborative text editors. Changes to the text buffers are synced to all other clients over a central server. Even though a central server is involved, the local user sees his changes applied instantly and the merging is done on the individual clients. WWW: https://github.com/gobby/libinfinity PR: 283863
- Switch from PORTVERSION to DISTVERSION - Update LICENSE - Remove extinct GTKSPELL option - Submitter becomes maintainer ChangeLog: https://github.com/gobby/gobby/blob/v0.6.0/NEWS PR: 283864
... to their recent snapshots: - shibboleth - vod - vts Bump PORTREVISION.
Reported by: portscout! Sponsored by: Future Crew, LLC
Reported by: portscout
Reported by: portscout
Reported by: portscout
Changes: https://sourceforge.net/p/ruamel-yaml/code/ci/0.18.10/tree/CHANGES Reported by: repology, portscout
Sponsored by: Netflix
New iniparser in tree
Patch by Reno Dakota from https://gitlab.com/sagemath/lcalc/-/issues/16
Fixes: b4a6bc8 (Improve ports) MFH: 2025Q1
Hard code the coro stack size to something that is expected. Documentation states that 24576 is default [1] but FreeBSD has a PTHREAD_MIN_SIZE of only 4 * 512, so the coro stack size is just too small for some use cases [2]. [1] https://docs.fluentbit.io/manual/administration/configuring-fluent-bit PR: 283299 (reported by Antti Rasinen) |2] Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.4
On ARM, section types are spelled with % instead of @ as @ is the comment characters. Approved by: yuri (maintainer) PR: 283840 MFH: 2025Q1
@progbits is spelled %progbits on armv7. This error caused dependent port lang/emilua to fail to build, but does not directly affect this port as the affected header files are not part of any translation unit built with this package. Approved by: portmgr (build fix blanket) MFH: 2025Q1
A bug fix release. Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.5.1 MFH: 2025Q1
PR: 282921 MFH: 2025Q1
Upstream has now added support for liblowdown-2.4.0, so remove our site patch. Changelog: https://lists.sr.ht/~herrhotzenplotz/gcli-announce/%[email protected]%3E
- Remove the DEBUG option - it did nothing. - Trie to unbundle the included sol2 library. - Remove the dependency on Clang 18 for FreeBSD-Current. - Bump PORTREVISION PR: 283292 MFH: 2025Q1
Changelog: https://github.com/yandex/pgmigrate/releases/tag/1.0.9 PR: 283465 Approved by: [email protected] (maintainer)
termbox2 is a terminal rendering library for creating TUIs. It is an alternative to the ubiquitous ncurses library. It ships with built-in support for popular terminals and can also fallback to terminfo if present. Compared to the original termbox, it retains a simple API and no dependencies beyond libc, and adds stricter error checking, more efficient escape sequence parsing, opt-in support for 32-bit color, extended grapheme clusters, code gen for built-in escape sequences, a test suite, and more. termbox2 is organized as a single file header library, though it is possible to compile it as a stand-alone shared or static library. WWW: https://github.com/termbox/termbox2 PR: 283751
From upstream: - Web: Fix "Inspected" error - Web: Fix "Elapsed" display - Web: Fix "Results" links PR: 283824
Bugfix release. Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.7.1/attachment/changelog_saga_9.7.1.txt MFH: 2025Q1
Add unifi9, version 9.0.108, an UniFi controller software. Users are advised to take a backup of their unifi8 installation prior to upgrade just for case when they would need a restore from backup. Release notes: https://community.ui.com/releases/r/network/9.0.108
As net-mgmt/unifi9 has been added, adjust CONFLICTS accordingly.
Reported by: portscout
- Sync default options with sdl20 (enable HIDAPI)
PR: 283928
Remove unnecessary GH_TUPLE and GH_ACCOUNT changeLog: https://github.com/six-ddc/plow/releases/tag/v1.3.2
Remove useless variable.
- Fix app/name in the new file pyproject.toml to match PORTNAME, otherwise the build fails with the error: ===> Generating temporary packing list Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 98, in <module> _main(sys.argv[1:], "python -m installer") File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 86, in _main with WheelFile.open(args.wheel) as source: File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/installer/sources.py", line 162, in open with zipfile.ZipFile(path) as f: ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/zipfile.py", line 1295, in __init__ self.fp = io.open(file, filemode) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: /usr/local/poudriere/ports/default/graphics/py-fotokilof/work-py311/FotoKilof-5.1.7/dist/fotokilof-5.1.7*.whl *** Error code 1 Release changes: https://github.com/TeaM-TL/FotoKilof/releases/tag/5.1.7 Reported by: Tomasz Łuczak <[email protected]>
PR: 283958 Fixes: 7c650ee
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.3.html for the list of changes in this release.
…b4747e4907f PR: 283697 Reported by: Dan Kotowski <[email protected]> Obtained from: Dimitry Andric <[email protected]>
PR: 283919
Changelog: https://github.com/eza-community/eza/releases/tag/v0.20.16 PR: 283953
Version notes at https://www.unicode.org/versions/Unicode16.0.0/#Database_Changes PR: 283915
PR: 283916 Approved by: vishwin 'maintainer)
Welcome MySQL 9.1 What is new in MySQL9.1: https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html MySQL8.4+ supports only 64-bit platforms! Sponsored by: Netzkommune GmbH Special thanks to: samm
…platforms Reported by: fallout (portable flavor on arm64)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.