summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/libev: Unbreak current after inotify addNuno Teixeira3 days3-6/+15
| | | | | | | | | | | | | | | | | | After inotify was added to main, if condition bellow leads to build error related to missing (linux) statfs.h header. Fix it by adjusting correct headers: #if EV_USE_INOTIFY -# include <sys/statfs.h> +# include <sys/mount.h> # include <sys/inotify.h> While here, refresh patches. Approved by: portmgr (blanket, build fix) Sugested by: markj See also; https://lists.freebsd.org/archives/dev-commits-src-all/2025-July/057269.html
* security/vuxml: extend libxml2/libxslt vuln to linux-* portsMatthias Andree3 days1-0/+16
|
* textproc/libxml2, textproc/libxslt: vulnerableMatthias Andree3 days4-12/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that libxslt is vulnerable, unfixed, and without maintainer. Two of four vulnerabilities have been fixed. Note that libxml2 in our ports is vulnerable and there is no upstream release fixing these bugs, they need cherry-picks. Deprecate textproc/xmlto and textproc/minixmlto, which both depend on the unmaintained and vulnerable libxslt. I have filed https://pagure.io/xmlto/issue/15 to ask the xmlto upstream to switch to different XML/XSLT libraries. Two issues are undisclosed and do not seem to have a CVE assigned yet. Security: CVE-2025-6021 Security: CVE-2025-6170 Security: CVE-2025-7424 Security: CVE-2025-7425 Security: CVE-2025-49794 Security: CVE-2025-49795 Security: CVE-2025-49795 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/913 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/926 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/931 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/932 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/933 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/935 Security: https://gitlab.gnome.org/GNOME/libxml2/-/issues/941 Security: https://gitlab.gnome.org/GNOME/libxslt/-/issues/139 Security: https://gitlab.gnome.org/GNOME/libxslt/-/issues/140 Security: https://gitlab.gnome.org/GNOME/libxslt/-/issues/144 Security: https://gitlab.gnome.org/GNOME/libxslt/-/issues/148 Security: https://gitlab.gnome.org/Teams/Releng/security/-/wikis/2025#libxml2-and-libxslt Security: https://www.openwall.com/lists/oss-security/2025/06/16/6
* net/usockets: Enable riscv64 buildMeng Zhuo3 days1-2/+0
| | | | Differential Revision: https://reviews.freebsd.org/D51271
* devel/ispc: update 1.26.0 → 1.27.0Yuri Victorovich3 days2-4/+4
|
* net-p2p/jackett: update to 0.22.2140Ralf van der Enden3 days3-7/+9
| | | | | | | While here, add USES=ssl. PR: 288130 Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* multimedia/video-trimmer: update to 25.03Yusuf Yaman4 days4-519/+266
| | | | | | | | | | | | While here: - Added 'gnome' to DIST_SUBDIR and to second CATEGORIES. - Updated COMMENT to hopefully a better COMMENT. - Added 'pango' to USE_GNOME. Changelog: https://gitlab.gnome.org/YaLTeR/video-trimmer/-/releases/v25.03 PR: 287923 Reported by: Yusuf Yaman <nxjoseph@protonmail.com> (maintainer)
* mail/mailutils: update the port to version 3.19Alexey Dokuchaev4 days3-5/+5
| | | | Requested by: maintainer
* x11-wm/labwc: update to 0.9.0Jan Beich4 days2-7/+8
| | | | | Changes: https://github.com/labwc/labwc/releases/tag/0.9.0 Reported by: GitHub (watch releases)
* www/nginx-devel: third-party modules managementSergey A. Osokin4 days4-13/+13
| | | | | | | | o) ngx_devel_kit: update to 0.3.4 o) headers_more: update to 0.39 o) spnego-http-auth (aka auth_krb5): update to 1.1.3 Bump PORTREVISION.
* emulators/{ppsspp,libretro-ppsspp,ppsspp-qt5}: fix build on arm64Kevin Reinholz4 days1-1/+1
| | | | | | | | | Arm64 requires bundled libpng17 module. Removing it from EXCLUDE unbreaks build on arm64 platform. PR: 287572 Reported by: Kevin Reinholz <kreinholz@gmail.com> (maintainer) MFH: 2025Q3
* math/octave-forge-octave_php_wrapper: Add forgotten patch.Stephen Montgomery-Smith4 days1-0/+9
| | | | - Add the patch file that was forgotten in the prior commit.
* math/octave-forge-octave_php_wrapper: Fix DESCRIPTION.Stephen Montgomery-Smith4 days1-0/+2
| | | | | - DESCRIPTION had incorrect version. - Bump portrevision.
* www/angie-module-set-misc: Update ngx_devel_kit 0.3.3 => 0.3.4Sebastian Oswald4 days1-1/+1
| | | | | | | | | | The www/angie-module-set-misc uses ngx_devel_kit in GH_TUPLE. Changelog for ngx_devel_kit: https://github.com/vision5/ngx_devel_kit/releases/tag/v0.3.4 PR: 288100 Approved by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer, implicit - inactive for more than 9 months)
* www/angie-module-ndk: Update 0.3.3 => 0.3.4Sebastian Oswald4 days2-3/+3
| | | | | | | | Changelog: https://github.com/vision5/ngx_devel_kit/releases/tag/v0.3.4 PR: 288100 Approved by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer, implicit - inactive for more than 9 months)
* www/angie-module-headers-more: 0.38 => 0.39Sebastian Oswald4 days2-3/+3
| | | | | | | | Changelog: https://github.com/openresty/headers-more-nginx-module/releases/tag/v0.39 PR: 288100 Approved by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer, implicit - inactive for more than 9 months)
* www/angie: Update 1.9.1 => 1.10.0Sebastian Oswald4 days3-20/+32
| | | | | | | | | | | | | | | | | | Changelog: https://en.angie.software/angie/docs/oss_changes/#angie-1-10-0 Improve port: - Add the ACME module as a default port option. This module provides automated certificate retreival via the ACME protocol: https://en.angie.software/angie/docs/configuration/modules/http/http_acme/#acme-client - Replace ${PREFIX}/etc/angie with ${ETCDIR}. - Reduce the number of times mkdir is run during do-install. - Align nexted if/for for improving code readability (non-functional changes). PR: 288100 Approved by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer, implicit - inactive for more than 9 months) Co-authored-by: vvd
* games/minecraft-server: Update 1.21.5 => 1.21.7Alexandre Labarre4 days2-5/+5
| | | | | | | | | | Changelogs: https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-6 https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-7 PR: 287644 Approved by: Jonathan Price <freebsd@jonathanprice.org> (maintainer, timeout 3 weeks) MFH: 2025Q3
* graphics/mesa-devel: update to 25.1.b.4146Jan Beich4 days2-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/ace49d9e52a...a3a53b7cee4
* x11/grim: update to 1.5.0Jan Beich4 days2-6/+5
| | | | | Changes: https://gitlab.freedesktop.org/emersion/grim/-/tags/v1.5.0 Reported by: Repology, openbsd-ports@
* x11/grim: chase to the new homeJan Beich4 days2-4/+6
| | | | https://git.sr.ht/~emersion/grim/commit/d2af4cb99e9e
* games/sdl_jewels: Improve port, take maintainershipseafork4 days1-11/+21
| | | | | | | | | | | | | - Replace PORTVERSION with DISTVERSION. - Update MASTER_SITES and WWW. - Add LICENSE. - Fix dependency - prevent silent grab libgl. - Sort USE_SDL. - Fix warnings from portclippy. - Format DESKTOP_ENTRIES. PR: 288143 MFH: 2025Q3
* mail/postfix: Update to 3.10.3Juraj Lutter4 days3-74/+102
| | | | | | | | And while here, also address some blacklistd-related improvements, namely in postscreen and relay check. PR: 287463 Co-authored-by: bc979@lafn.org
* net-im/ejabberd: Update to 25.07Ashish SHUKLA4 days3-46/+57
|
* science/packmol: Update to 21.0.3Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/m3g/packmol/releases/tag/v21.0.3
* devel/aws-sdk-cpp: Update to 1.11.603Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.592...1.11.603
* devel/aws-crt-cpp: Update to 0.33.0Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.33.0
* devel/aws-c-io: Update to 0.21.0Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.21.0
* devel/aws-c-common: Update to 0.12.4Nuno Teixeira4 days2-4/+4
| | | | ChangeLog: https://github.com/awslabs/aws-c-common/releases/tag/v0.12.4
* www/mod_http2: Security update to 2.0.33Bernard Spil4 days2-4/+4
| | | | | MFH: 2025Q3 Security: 61d74f80-5e9e-11f0-8baa-8447094a420f
* math/gmm++: unbreak build of consumer (cad/gmsh)Hiroki Tagato4 days3-0/+35
| | | | | | | | | | | We need to define which linear equations solver (MUMPS or SuperLU) to be used in configuration header. This commit adds either of them based on a chosen option and should unbreak the build of cad/gmsh. PR: 288106 Reported by: thierry Approved by: Atanu Biswas <atanubiswas484@gmail.com> (maintainer) Fixes: 5b6b3839ef38 (update to 5.4.4 and take maintainership)
* security/vuxml: Document mod_http2 vulnerabilitiesBernard Spil4 days1-0/+31
|
* www/apache24: Security update to 2.4.64Bernard Spil4 days3-16/+4
| | | | | MFH: 2025Q3 Security: 342f2a0a-5e9b-11f0-8baa-8447094a420f
* www/nextcloud-notes: Update to 4.12.2Bernard Spil4 days2-4/+4
|
* security/vuxml: Document Apache httpd vulnerabilitiesBernard Spil4 days1-0/+40
|
* textproc/p5-BibTeX-Parser: update to 1.92 ↵Mathieu Arnold4 days4-4/+26
|
* math/p5-Math-MPFR: update to 4.43Mathieu Arnold4 days2-4/+4
|
* games/anki: Update to 25.07.2Kai Knoblich4 days9-1194/+1394
| | | | | | | | | | | | | | | | | | * Since version 25.07, "uv" is required in conjunction with py-hatchling for creating the Python wheels. This replaces the previous Python packaging process, which was mainly managed via the supplied "runner" build framework. * Also complete the fix from 3c83809b8fe3 by replacing the remaining errorneous SET_ENV with SETENV. Changelogs since 25.2.7: https://github.com/ankitects/anki/releases/tag/25.07.2 https://github.com/ankitects/anki/releases/tag/25.07.1 https://github.com/ankitects/anki/releases/tag/25.07 MFH: No (feature release)
* lang/ghc: Continue with cleanupsGleb Popov4 days3-38/+3
| | | | | | | | | - Remove INSTALL_TARGET as it is now the same for all GHCs and matches the default - Remove GHCs 8.10.7 from distinfo, these are unused now - Remove USE_PERL5 - Stop generating build.mk, it isn't used by Hadrian build system - Move BOOT_SCRIPT definition into the slave port - Dedup BOOT_DIR
* devel/nimble: Update to 0.20.0Neal Nelson4 days3-21/+28
| | | | | | | | | | | | Install bash and zsh completions. Changelogs: https://github.com/nim-lang/nimble/releases/tag/v0.20.0 https://github.com/nim-lang/nimble/releases/tag/v0.18.0 https://github.com/nim-lang/nimble/releases/tag/v0.16.4 PR: 288080 Approved by: ports@nicandneal.net (maintainer)
* graphics/bsd-plotutils: Fix manual pageKeith White4 days3-1/+23
| | | | | | | | | The man page for plot(1) indicates that a space is required between "-T" and "terminal", this is not the case as it stands. No space is allowed. i.e.: "-Tdumb" is correct "-T dumb" is not. PR: 281715 Approved by: maintainer timeout (8+ months)
* x11/swaync: update to 0.12.0Jan Beich4 days3-24/+11
| | | | | Changes: https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.12.0 Reported by: GitHub (watch releases)
* devel/llvm20: 20.1.8 releaseBrooks Davis4 days2-4/+4
| | | | | | | For a list of changes see the announcement: https://discourse.llvm.org/t/llvm-20-1-8-released/87259 Sponsored by: DARPA, AFRL
* net-mgmt/prometheus3: Update to 3.4.2Anton Saietskii4 days2-13/+14
| | | | | | | | | * Use default Go version, which should always be latest since 8cb04a4d7a4e76c9ffcb71a50aa73e64712ffc59. * Remove '-v' flag as it's being set in go.mk * Pet portclippy/portfmt PR: 288061
* devel/openapi-tui: New portJimmy Olgeni4 days4-0/+1126
| | | | | | | Terminal UI to list, browse and run APIs defined with OpenAPI v3.0 and v3.1 specifications. WWW: https://github.com/zaghaghi/openapi-tui
* security/wazuh-manager: Fix build on 13.xJose Alonso Cardenas Marquez4 days1-2/+2
| | | | Reported by: pkg-fallout
* lang/pocl: Update to 7.0O. Hartmann4 days13-101/+235
| | | | | | | | | | | | | Introduce new options, pocld remote server with initscript. Pet portlint, portfmt. Changelogs: https://portablecl.org/docs/html/notes_7_0.html https://portablecl.org/docs/html/notes_6_0.html https://portablecl.org/docs/html/notes_5_0.html PR: 287243 Approved by: submitter is maintainer
* x11/xpra: Update to 6.3.2Gleb Popov4 days2-4/+4
| | | | Reported by: portscout!
* textproc/py-dict2xml: Update to 1.7.7Gleb Popov4 days2-4/+4
| | | | Reported by: portscout!
* devel/reposilite: Upgrade port to 3.5.25Þorsteinn Jón4 days2-4/+4
| | | | | | | PR: 288011 Approved by: otis (mentor) MFH: 2025Q3 Differential Revision: https://reviews.freebsd.org/D51202