summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net/wireshark: Update to 4.0.4 and refactor the port logicJoe Marcus Clarke2023-03-033-226/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | See https://www.wireshark.org/docs/relnotes/wireshark-4.0.4.html for a list of changes in wireshark. This port features the following modifications: - Use of helpers and consistent usage - Refresh dependency list - Use (lib)speexdsp from tree - Add brotli as dependency, used for compressing data over HTTP2 - Flavourize port and create two variants, one including UI and one without (-nox11) - Disable detection of git for Wireshark's build - Rework and consolidate options, try to be as consistent as possible with the rest of the tree - Rename DECRYPT option to GNUTLS - Move various *dump tools to one option as they share the same dependency (libssh) - Make LTO default option on aarch64 and amd64 - RTP audio codecs are only used with GUI so make all use the same toggle Thanks to diizzy for his refactoring work. One thing to note for uses of the -lite ports is that they are going away. Flavors should be used to build wireshark with the GUI (default) or without the GUI (nox11). PR: 269103 Submitted by: diizzy [port refactoring]
* audio/libdiscid: Update to 0.6.4Jason E. Hale2023-03-033-5/+5
| | | | https://github.com/metabrainz/libdiscid/releases/tag/v0.6.4
* editors/libreoffice: update to 7.5.1 release (+)Dima Panov2023-03-03121-493/+492
| | | | | | | | | | LibreOffice Suite 7.5.1 Community release is now available! Along with various fixes, it also includes a manual light/dark mode switch – regardless of your system settings. It's under "Tools > Options > View". Learn more: https://blog.documentfoundation.org/blog/2023/03/02/libreoffice-7-5-1-community/ Sponsored by: Serenity Cybersecurity, LLC
* Mk/Uses/go.mk: Respect MAKE_JOBS_NUMBERDmitri Goutnik2023-03-031-1/+1
| | | | | | Limit GOMAXPROCS to MAKE_JOBS_NUMBER during build. Reported by: fuz
* games/sgt-puzzles: update 20230215 → 20230302Dmitry Marakasov2023-03-032-6/+5
|
* sysutils/puppet6: Deprecate Puppet 6 portsRomain Tartière2023-03-034-0/+11
| | | | | | | | | | Puppet 6 has reached EOL: https://www.puppet.com/docs/puppet/6/platform_lifecycle.html Users are advised to migrate to Puppet 7. Puppet 8 is expected to be released soon. With hat: puppet
* graphics/libjxl: unbreak some tests after 7ea47cecaa27Jan Beich2023-03-031-1/+1
| | | | | | | | $ make test [...] 83% tests passed, 748 tests failed out of 4401 https://github.com/libjxl/libjxl/commit/73df8b879862
* devel/py-apscheduler: update to 3.10.1Jan Beich2023-03-032-4/+4
| | | | | Changes: https://github.com/agronholm/apscheduler/compare/3.10.0...3.10.1 Reported by: Repology
* devel/onetbb: Update to 2021.8.0Ganael LAPLANCHE2023-03-0345-50/+63
| | | | | | | | Also: - bump dependent ports' revisions - fix build when WITH_DEBUG is set Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
* www/coppermine: Update to 1.6.22Wen Heping2023-03-032-4/+4
|
* textproc/py-pikepdf: Update to 7.1.1Wen Heping2023-03-032-4/+4
|
* print/qpdf: Update to 11.3.0Wen Heping2023-03-033-6/+5
|
* deskutils/qownnotes: update QOwnNotes to version 23.3.0.Alexey Dokuchaev2023-03-032-4/+4
|
* www/mattermost-server: Update version 7.8.0=>7.8.1Raúl2023-03-032-6/+6
| | | | | | | | | Changelog: https://github.com/mattermost/mattermost-server/compare/v7.8.0...v7.8.1 PR: 269917 Reported by: raul.munoz@custos.es Approved by: portmgr (security fix)
* www/mattermost-webapp: Update version 7.8.0=>7.8.1Muhammad Moinur Rahman2023-03-033-12/+8
| | | | | | | | | | | - Remove duplicate plist generation Changelog: https://github.com/mattermost/mattermost-webapp/releases/tag/v7.8.1 PR: 269917 Reported by: raul.munoz@custos.es Approved by: portmgr (security fix)
* misc/clex: Update version 4.6.9=>4.7Muhammad Moinur Rahman2023-03-032-7/+7
| | | | Changelog: https://github.com/xitop/clex/releases/tag/v4.7
* www/grafana9: Update to 9.3.8 (Fixes security vulnerabilities)Boris Korzun2023-03-033-51/+52
| | | | | | | | | | ChangeLog: https://grafana.com/blog/2023/02/28/grafana-security-release-new-versions-with-security-fixes-for-cve-2023-0594-cve-2023-0507-and-cve-2023-22462/ PR: 269903 Reported by: drtr0jan@yandex.ru (maintainer) MFH: 2023Q1 (security fix) Security: CVE-2023-0594 CVE-2023-0507 CVE-2023-22462
* www/grafana8: Update to 8.5.21 (Fixes security vulnerabilities)Boris Korzun2023-03-032-9/+8
| | | | | | | | | | ChangeLog: https://grafana.com/blog/2023/02/28/grafana-security-release-new-versions-with-security-fixes-for-cve-2023-0594-cve-2023-0507-and-cve-2023-22462/ PR: 269903 Reported by: drtr0jan@yandex.ru (maintainer) MFH: 2023Q1 (security fix) Security: CVE-2023-0594 CVE-2023-0507 CVE-2023-22462
* security/vuxml: document grafana{8,9} CVEsBoris Korzun2023-03-031-0/+126
| | | | | | | | | * CVE-2023-0507 - Stored XSS in geomap panel plugin via attribution (High) * CVE-2023-0594 - Stored XSS in TraceView panel (High) * CVE-2023-22462 - Stored XSS in text panel plugin PR: 269903 Reported by: drtr0jan@yandex.ru
* devel/rkcommon: Downgrade 1.11.0 → 1.10.0Yuri Victorovich2023-03-033-6/+5
| | | | | | | | | This reverts commit fd4878123223b52f78925cd2b380815a32f47d7c. This update broke graphics/openvkl, which in turn can't be upgraded because it needs upgraded graphics/embree. Reported by: fluffy@
* net/nats-server: update to version 2.9.15Jimmy Olgeni2023-03-032-16/+16
|
* security/openfortivpn: Update to 1.20.1Emanuel Haupt2023-03-032-4/+4
| | | | | PR: 269845 Approved by: ygy (maintainer)
* textproc/obsidian: Update to 1.1.16Gleb Popov2023-03-032-5/+4
| | | | Sponsored by: Serenity Cybersecurity, LLC
* cad/gdscpp: New port: C++ library to create and read GDSII fileYuri Victorovich2023-03-025-0/+68
|
* graphics/darktable: Update to 4.2.1Jean-Sébastien Pédron2023-03-023-7/+9
| | | | | | | | | Release notes: https://github.com/darktable-org/darktable/releases/tag/release-4.2.1 A similar patch was submitted by mandree@ in parallel. PR: 269834
* security/arti: Update to 1.1.2Carlo Strub2023-03-022-174/+194
|
* misc/py-openai: Update 0.26.5 → 0.27.0Yuri Victorovich2023-03-022-6/+8
| | | | Reported by: portscout
* graphics/filament: Update 1.31.5 → 1.31.6Yuri Victorovich2023-03-023-9/+9
| | | | Reported by: portscout
* devel/git-branchless: Update 0.6.0 → 0.7.0Yuri Victorovich2023-03-022-222/+260
| | | | Reported by: portscout
* devel/lefthook: Update 1.3.2 → 1.3.3Yuri Victorovich2023-03-022-6/+6
| | | | Reported by: portscout
* mail/qmail: un-deprecateMatthias Andree2023-03-021-3/+0
| | | | | Maintainer has contacted me off-list and intends to look into the open PR, too.
* devel/pecl-eio: fix build on big-endian architecturesPiotr Kubaj2023-03-022-1/+6
| | | | Add back patch removed for some reason in 70c84c909c074527b3f7265533d887061cb4dba7.
* databases/mysql80-server: fix build of client on powerpcPiotr Kubaj2023-03-021-3/+11
| | | | | | | | | | | | | | On powerpc, clang miscompiles comp_err, which later fails at runtime with: -> 0x102ff48c <+16>: .long 0x0006ee74 ; unknown opcode The problem happens because of line: frame #0: 0x10323eb4 comp_err`set_my_errno(my_errno=-10608) at my_thr_init.cc:344:47 GCC can compile client, but without -malign-double. It also needs to link to libatomic (so building without GCC installed wouldn't work anyway). This only fixes client. Server still fails to build because of: /wrkdirs/usr/ports/databases/mysql80-server/work/mysql-8.0.32/storage/innobase/include/log0sys.h:190:60: error: static assertion failed 190 | static_assert(decltype(write_to_file_requests_interval)::is_always_lock_free);
* finance/aqbanking: Update to 6.5.4Jason E. Hale2023-03-023-5/+6
|
* graphics/libopenraw: Update to 0.3.4Jason E. Hale2023-03-023-7/+6
| | | | https://libopenraw.freedesktop.org/blog/libopenraw-0-3-4/
* graphics/libraw: Update to 0.21.1Jason E. Hale2023-03-0226-51/+88
| | | | | | | | Bump PORTREVISION on dependent ports due to shared library increase. Add several fixes for compatability. https://www.libraw.org/news/libraw-0-21-release https://www.libraw.org/news/libraw-0-21-1-release
* devel/hs-cabal-install: Unbreak build after GHC update.Gleb Popov2023-03-022-2/+2
| | | | Reported by: pkg-fallout
* devel/py-dill: Update 0.3.4 → 0.3.6Yuri Victorovich2023-03-022-7/+9
| | | | | PR: 269914 Reported by: Oleg Sidorkin <osidorkin@gmail.com>
* net-im/webinar: Fix pkg-descr.Gleb Popov2023-03-021-3/+2
| | | | Reported by: olgeni
* devel/py-tendo: Add new portDan Langille2023-03-024-0/+36
| | | | | | | The main feature of interest is a single process instance feature which can be used to ensure only one proces runs at a time, given multiple users. Implemented via fnctl "under the hood" to create/check/remove a lock file. While on FreeBSD we have lockf(1), this is not portable.
* net-im/webinar: Catch up with recent atk changes.Gleb Popov2023-03-021-1/+1
| | | | | Reported by: fluffy Sponsored by: Serenity Cybersecurity, LLC
* net-im/Makefile: Attach webinar to the build.Gleb Popov2023-03-021-0/+1
| | | | | | Reported by: fluffy Pointy hat to: arrowd Sponsored by: Serenity Cybersecurity, LLC
* net-im/webinar: + An online conferences application.Gleb Popov2023-03-025-0/+199
| | | | Sponsored by: Serenity Cybersecurity, LLC
* net/remmina: update to 1.4.29Fernando Apesteguía2023-03-023-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases#v1.4.29 * Hiroyuki Tanaka added to README :) * Initial macOS support * X2Go error-message consistency * Avoid crash when closing * Update Copyright for 2023 * Aligning local and downstream jsons * Some minor RDP fixes * Fix Unix socket support for VNC * GVNC: Fixed JPEG quality encoding advertizing * Fix missing null checks causing signal 11 * Add modified date to SFTP file list * Adding Labels/Tags * Spelling: Hostname * X2Go: Fix annoying default_username bug. * plugins/x2go/x2go_plugin.c: Fix tip and comment sentence * Remove webkit_settings_set_enable_frame_flattening() for newer WekbKitGTK * Change password including gateway * Improve rcw close * Multiple changes to build and run with libsoup 3.0 * X2Go: Add ssh_passphrase and ssh_privatekey settings. * RDP: Add option to disable output suppression * Spelling: "Passphrase" → "password" * Fix compile warnings and some spelling corrections * Display protocol name in tooltip for connections in the ... menu... * Added protocol icons in drop-down menu * Fix widget reparenting when entering/exiting fullscreen * Rem 2760 * Allow building on a Wayland-only environment - version 4 * Allow for VNC runtime adjustment of color depth * Fix floating toolbar not disappearing when in fullscreen and keyboard grabbed * Revert "Merge branch 'Rem-2564' into 'master'" * Allow for runtime adjustment of colour depth, both increasing and * decreasing * Changed declaration of variables to be compatible with different * Ubuntu version * Added view-only mode for RDP * Removing the news widget * Updated Flatpak manifest files to match GitHub * Add missing include for X11/Wayland conditional
* science/afni: update to 23.0.6Fernando Apesteguía2023-03-023-4/+5
|
* misc/gedkeeper: update GEDKeeper to version 2.24.0Alexey Dokuchaev2023-03-023-23/+26
| | | | | | | | | Don't force /p:Platform="x86" and trust the default AnyCPU (anycpu32bitpreferred). This should make it compatible with x86, x64, and ARM, while previously it was compatible only with x86, x64, but not ARM. Reported by: portscout
* devel/elixir-hex: update to 2.0.5Dave Cottlehuber2023-03-023-33/+76
|
* lang/elixir: update to 1.14.3Dave Cottlehuber2023-03-024-416/+772
|
* net/zerotier: update to 1.10.3Dave Cottlehuber2023-03-022-4/+4
| | | | ChangeLog: https://github.com/zerotier/ZeroTierOne/blob/dev/RELEASE-NOTES.md#2023-02-15----version-1103
* x11/sddm: Point to correct accountsservice directory.Gleb Popov2023-03-021-1/+3
| | | | | | This fixes avatar display in the SDDM greeter screen. Sponsored by: Serenity Cybersecurity, LLC