aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-im/sshout: Update 1.2.0 => 1.3.0HEADmainWHR31 min.5-45/+40
| | | | | | | | | | | | | | | | | | | | Commit log: https://src.rivoreo.one/net/sshout-daemon/+log/1.3.0 Improve port: * Strip executable files. * Update description. * Update the maintainer's email address. * Fix pkg-message. * Parametrize sshout with ${PORTNAME} in MASTER_SITES, USE_RC_SUBR, USERS, GROUPS. * Replace PORTVERSION with DISTVERSION in DISTNAME. * Sort OPTIONS_DEFINE. * Fix warnings from portclippy in order of options. * Remove unnecessary ".include <bsd.port.options.mk>". PR: 291826 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
* x11-toolkits/py-wxPython4: Update to 4.2.3Loïc Bartoletti67 min.12-14/+30
|
* Mk/Uses: Add electron.mk and companion scriptsHiroki Tagato83 min.3-0/+883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | electron.mk and companion scripts for making it easier to port Electron-based applications. The electron.mk addresses the following obstacles in porting: - Need to adapt to different node package managers used in a project (npm, yarn, and pnpm) Different package managers have different commands and options. With electron.mk, porters don't have to worry about those differences using USE_ELECTRON=npm feature. - Need to create an archive of necessary node modules and host the file somewhere online An Electron-based project usually needs to install node modules using "npm install" command during the build phase. We can't allow this because "npm install" involves network access. So we had to pre-generate an archive of necessary node modules and host it somewhere online. electron.mk eliminates the necessity by locally generating the archive of the node modules on-the-fly at a host building the port during the fetch phase. - Need to adapt to different package builders used (electron-builder, electron-packager, and electron-forge) Different package builders have different commands and options. With electron.mk, porters don't have to worry about those differences using USE_ELECTRON=build feature. PR: 291321 Reviewed by: arrowd Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D54005
* security/vuxml: Document k8s / nginx cert validation bypass in traefikThomas Zander103 min.1-0/+37
|
* security/vuxml: Document vuln via special characters in traefikThomas Zander107 min.1-0/+34
|
* net/traefik: Update to upstream release 3.6.5Thomas Zander2 hours2-5/+4
| | | | | | | | | | | | | | | Details: - This contains bug, doc and security fixes, see - https://github.com/traefik/traefik/releases/tag/v3.6.5 - https://github.com/traefik/traefik/releases/tag/v3.6.4 - https://github.com/traefik/traefik/releases/tag/v3.6.2 - This contains a breaking change regarding encoded request paths. If special encoded characters are needed, they now need to be explicitly allowed, see the migration guide: https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364 Security: CVE-2025-66490 CVE-2025-66491
* net-im/dino: update to 0.5.1Polarian2 hours3-108/+122
| | | | | | | | | | | | | - Change build system from cmake to meson - Remove libsignal-protocol-c - Add libomemo-c - Rename plugins, all plugins now have a plugin-* prefix - Regenerate pkg-plist - Update libsoup, and libwebrtc-audio-processing dependencies[1] PR: 291721 Co-authored-by: Ashish SHUKLA <ashish@FreeBSD.org> [1]
* devel/qt6-base: Fix packaging when WAYLAND is off globallyJason E. Hale4 hours2-12/+14
| | | | | | | | | | | Disable qtwaylandscanner when WAYLAND option is off. One would think this would happen when one wholly disables wayland, but one would only be kidding oneself. This is Qt, afterall. PR: 291835 Reported by: Frank Reisert <bugs@rufus.in-berlin.de> Special thanks: vvd@ for bringing this to my attention on #freebsd-desktop after bugzilla auto-assign failure
* editors/vscode: Update to 1.107.1Hiroki Tagato5 hours2-9/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_107 Reported by: GitHub (watch releases)
* graphics/qgis-ltr: Update to 3.40.14Rainer Hurling7 hours2-5/+4
| | | | | | | Changelog: https://github.com/qgis/QGIS/compare/final-3_40_13%5E...final-3_40_14 Reported by: portscout, Repology MFH: 2025Q4
* audio/mpg123: update to 1.33.4Roman Bogorodskiy7 hours2-4/+4
|
* multimedia/kvazaar: update the port to version 2.3.2Alexey Dokuchaev7 hours3-7/+7
| | | | While here, adjust WWW address and take maintainership.
* finance/homebank: Update to 5.9.6Wen Heping7 hours3-125/+326
|
* security/xray-core: Fix rc.d scriptover10 hours2-1/+3
| | | | | | | | | It needs to use load_rc_config before knob variables, otherwise customizations such as config and log path won't work. PR: 291704 Approved by: Kirill Lebedev <kirill@drlebedev.com> (maintainer) MFH: 2025Q4
* graphics/krita-gmic-plugin: Update to 3.6.4.1Jason E. Hale11 hours3-5/+9
| | | | https://github.com/vanyossi/gmic/releases/tag/v3.6.4.1
* graphics/krita: Update to 5.2.14Jason E. Hale11 hours2-5/+4
| | | | https://krita.org/en/posts/2025/krita-5.2.14-released/
* graphics/gmic-qt: Update to 3.6.5Jason E. Hale11 hours2-4/+4
| | | | https://discuss.pixls.us/t/on-the-road-to-3-7/52265
* devel/immer: Update to 0.9.0Jason E. Hale11 hours4-16/+60
| | | | https://github.com/arximboldi/immer/releases/tag/v0.9.0
* security/krb5-*: Rename BUILTIN and OPENSSL optionsCy Schubert11 hours3-18/+18
| | | | | | | Rename the BUILTIN option to CRYPTO_BUILTIN and rename the OPENSSL option to CRYPTO_OPENSSL. Suggested by: michaelo
* emulators/wine-devel: Update 11.0-rc2 => 11.0-rc3Thibault Payet11 hours4-8/+32
| | | | | | | | | | | | Changelog: - Bug fixes only, we are in code freeze. https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0-rc3 Allow user of 15.0 to install 32bit packages from 14.3: Add a new positional parameter --old for pkg32.sh that would allow the user to install the 32bits from the 14.3 repository. PR: 291849 291328
* security/wazuh-manager: Fix package on 15-amd64 and 16-amd64Jose Alonso Cardenas Marquez12 hours1-4/+4
|
* devel/RStudio: Fix fetchYuri Victorovich12 hours2-7/+3
| | | | | | With this patch it should fetch abd build fine. I will revist this port after the New Year's holidays.
* sysutils/stackit: Update 0.49.0 => 0.50.0Robert Gogolok13 hours2-6/+6
| | | | | | | Changelog: https://github.com/stackitcloud/stackit-cli/releases/tag/v0.50.0 PR: 291848
* www/lexbor: Update 2.5.0 => 2.6.0Älven13 hours3-71/+9
| | | | | | | | | | | | Changelogs: * https://github.com/lexbor/lexbor/releases/tag/v2.6.0 * https://github.com/lexbor/lexbor/compare/v2.5.0...v2.6.0 * Use PORTEXAMPLES=* to simplify pkg-plist * Pet portclippy(1) and portfmt(1) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D53990
* net-p2p/py-stig: Update 0.14.0a0 => 0.14.1a0Älven13 hours2-6/+6
| | | | | | | | | | Changelogs: * https://github.com/rndusr/stig/blob/v0.14.1a0/CHANGELOG * Pet portclippy(1) and portfmt(1) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D54240
* graphics/plutovg: Update 1.3.1 => 1.3.2Älven13 hours2-4/+4
| | | | | | | | | Changelogs: * https://github.com/sammycage/plutovg/releases/tag/v1.3.2 * https://github.com/sammycage/plutovg/compare/v1.3.1...v1.3.2 Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D54278
* deskutils/tatuin: Update 0.25.0 => 0.25.2Älven13 hours3-32/+31
| | | | | | | | | | | Changelogs: * https://github.com/panter-dsd/tatuin/releases/tag/v0.25.1 * https://github.com/panter-dsd/tatuin/releases/tag/v0.25.2 * https://github.com/panter-dsd/tatuin/compare/v0.25.0...v0.25.1 * https://github.com/panter-dsd/tatuin/compare/v0.25.1...v0.25.2 Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D54300
* cad/irsim: Update 9.7.119 => 9.7.121Älven13 hours2-4/+4
| | | | | | | | | Changelogs: * https://github.com/RTimothyEdwards/irsim/compare/9.7.119...9.7.120 * https://github.com/RTimothyEdwards/irsim/compare/9.7.120...9.7.121 Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D54261
* www/librewolf: Update 146.0-2 => 146.0.1-1Martin Filla14 hours2-7/+6
| | | | | | | | Release Notes: https://www.firefox.com/en-US/firefox/146.0.1/releasenotes/ PR: 291832 MFH: 2025Q4
* net/boinc-client: Update 8.2.4 => 8.2.8Älven14 hours3-32/+15
| | | | | | | | | | | | | | | | | | | | | | Changelogs: * https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.5 * https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.6 * https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.7 * https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.8 * https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.4...client_release/8.2/8.2.5 * https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.5...client_release/8.2/8.2.6 * https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.6...client_release/8.2/8.2.7 * https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.7...client_release/8.2/8.2.8 * Clarify LICENSE * Add LICENSE_FILE * Use dynamic SOVERSION * Headers conflict with archivers/libzip now resolved in upstream * Rename loop variable for pixmaps from 'name' to 'size' for clarity * Pet portclippy(1) and portfmt(1) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D54302
* comms/flrig: Update 2.0.09 => 2.0.10Älven14 hours2-4/+4
| | | | | | | | Changelogs: * https://www.w1hkj.org/files/flrig/readme.txt Approved by: db@ (Mentor) Differential Revision: https://reviews.freebsd.org/D54318
* converters/simdutf: update to 7.7.1Robert Clausecker14 hours2-4/+4
| | | | Changelog: https://github.com/simdutf/simdutf/releases/tag/v7.7.1
* x11/xkbcomp: Update to 1.5.0mew14930xvi14 hours3-9/+11
| | | | | | | | | | Changelog: https://lists.x.org/archives/xorg-announce/2025-December/003645.html PR: 291408 MFH: 2025Q4 Approved by: x11 (maintainer timeout) Reported by: Polarian <polarian@polarian.dev> Tested by: George Mitchell <george@m5p.com>
* devel/simdjson: update to 4.2.4Robert Clausecker14 hours2-4/+4
| | | | Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.2.4
* games/alienarena: request double-precision odeRobert Clausecker14 hours1-1/+1
| | | | | | No PORTREVISION bump as that is the default. PR: 291135
* editors/ad: update to 0.4.0Robert Clausecker14 hours4-257/+409
| | | | Changelog: https://github.com/sminez/ad/releases/tag/0.4.0
* net/unfs3: rescind maintainershipRobert Clausecker14 hours1-2/+2
| | | | | | | | | | This port cannot be update past the current version as a dependency on tirpc (a variant of sunrpc) was introduced in 0.10.0. Due to a conflict with our copy of sunrpc shipped in base, I wasn't able to get tirpc to build. Rescind maintainership in the hope that perhaps someone else can pick this up. Port is otherwise in working order.
* graphics/hugin: update to 2025.0.1Robert Clausecker14 hours2-4/+4
| | | | | | | | | A bug fix release. Upstream changes: - Fixes starting "create panorama" from fast preview window and from main menu. - Several fixes for building on MacOS.
* net/go-pkgsite: update to 0.0.0.20251209150622Robert Clausecker14 hours2-7/+6
| | | | Changelog: https://github.com/golang/perf/commits/master/
* graphics/wallhaven-cli: update to 2.0.6, undeprecate, adoptRobert Clausecker14 hours2-8/+7
| | | | Changelog: https://github.com/ananasmoe/wallhaven-cli/releases/tag/v2.0.6
* devel/gopls: update to 0.21.0Robert Clausecker14 hours3-8/+8
| | | | | | - now requires Go 1.25 Changelog: https://github.com/golang/tools/blob/master/gopls/doc/release/v0.21.0.md
* devel/simdjson: update to 4.2.3Robert Clausecker14 hours2-4/+4
| | | | Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.2.3
* devel/goreleaser: update to 2.13.1Robert Clausecker14 hours2-6/+6
| | | | | | - now requires go 1.25.5 Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.13.1
* devel/go-tools: update to 0.40.0Robert Clausecker14 hours2-7/+6
| | | | | | | | Selected upstream changes: - go.mod: update golang.org/x dependencies Changelog: https://github.com/golang/tools/compare/v0.39.0...v0.40.0
* misc/zoneinfo: update to 2025cSteven Kreuzer15 hours3-10/+12
| | | | | | Changes to past timestamps: * Baja California agreed with California’s DST rules in 1953 and in 1961 through 1975, instead of observing standard time all year.
* textproc/R-cran-litedown: Update to 0.9Zsolt Udvari17 hours2-5/+5
| | | | Changelog: https://cran.r-project.org/web/packages/litedown/news/news.html
* net/nbdkit: Update to 1.46.0Jesús Daniel Colmenares Oviedo18 hours3-8/+16
| | | | | | | * Add archivers/zlib-ng when ZLIB is enabled (fix "zlib operations will run slower"). ChangeLog: https://libguestfs.org/nbdkit-release-notes-1.46.1.html
* misc/qt6ct: Remove extra '/'Jason E. Hale19 hours1-2/+2
| | | | There shouldn't be a '/' between ${STAGEDIR} and ${DOCSDIR}
* misc/qt5ct: Update to 1.9Jason E. Hale19 hours3-17/+12
|
* devel/ninja: Update to 1.13.2Jason E. Hale20 hours2-4/+4
| | | | | | Minor bugfix release. https://github.com/ninja-build/ninja/releases/tag/v1.13.2