Commit Graph

15208 Commits

Author SHA1 Message Date
sebastia 49926ec984 simple update 4.2.3 -> 4.2.5 2023-01-16 22:06:42 +00:00
caspar 267aee9591 Tor Browser: out of the box support for some Pluggable Transports
Provide default bridges for the meek-azure, obfs4 and snowflake
Pluggable Transports and put the necessary bits in torrc-defaults
so those Pluggable Transports work out of the box.

Prodded by discussion on ports@ started by unix@disroot.org.
With help and feedback from richard and PieroV from Tor.
Earlier version tested by Yifei Zhan.

OK sthen@
2023-01-16 18:19:19 +00:00
gonzalo 70eee468bc Update for reader to 0.4.0
OK op@
2023-01-16 13:16:31 +00:00
op a9a73ec53a www/lighttpd: use fix from upstream for the wrong modules dir path
from Brad, thanks!
2023-01-15 08:06:22 +00:00
op d962d3709b www/lighttpd unbreak module loading
src/CMakeLists.txt defaults LIGHTTPD_MODULES_DIR to
${TRUEPREFIX}/lib/lighttpd but then prepends ${TRUEPREFIX} to it again.
As a workaround, set LIGHTTPD_MODULES_DIR to "lib/lighttpd" so cmake
builds the correct path.

ok from Brad (maintainer)
2023-01-14 23:16:20 +00:00
robert 5b4af849bd unbreak tests by using FC_CACHE_VERSION instead of hardcoding the version 2023-01-14 16:12:43 +00:00
rsadowski b1584c37a4 Update otter-browser to 1.0.03
Maintainer timeout
2023-01-14 07:44:06 +00:00
jca 5eee03e8a0 Drop -Werror to unbreak the clang 15 build of the embedded zlib
ok gonzalo@ (maintainer), similar diff from kn@
2023-01-13 12:28:27 +00:00
jca 13164ef000 Fix invalid integer to pointer conversion, fatal with clang 15.
Already fixed upstream but the commit didn't make the 0.5.10 release.
2023-01-13 12:24:00 +00:00
sthen 7ddc6f2b29 update to py3-requests-2.28.2 2023-01-13 09:17:48 +00:00
robert 1274cb5209 update to 109.0.5414.74 2023-01-13 05:01:09 +00:00
pvk 9515944cbd Update py-vcrpy 2.1.1 -> 4.2.1
Changelog: https://vcrpy.readthedocs.io/en/latest/changelog.html
ok pamela@
2023-01-12 13:14:43 +00:00
robert 4cc8ebc602 update to 109.0.5414.74 2023-01-11 13:13:25 +00:00
fcambus 767034dc15 Update newsboat to 2.30.1. 2023-01-11 08:54:31 +00:00
pvk f984a3b782 Update patch-custom_conf_app_example_ini,
noticed by sthen@, thanks!
2023-01-11 06:47:01 +00:00
fcambus 718be0c542 Update newsraft to 0.15. 2023-01-10 18:11:37 +00:00
jca 5dae285210 Drop -Werror, avoids a pointless error with clang 15 2023-01-10 17:43:53 +00:00
pvk 8d43701308 Update gitea 1.17.4 -> 1.18.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.18.0
Configuration fix and pkg README update from sdk@ and kn@, thanks!
2023-01-09 17:39:56 +00:00
sthen 382b8010ad ephemetoot needs an RDEP on py-setuptools for the pkg_resources locator,
upstream hasn't moved to the newer preferred importlib.metadata yet
(https://docs.python.org/3/library/importlib.metadata.html#version)

found by florian@
2023-01-09 09:12:17 +00:00
op 38b4fe1c14 www/luakit: typo MODLLUA_WANTLIB -> MODLUA_WANTLIB; ok sdk@ (maintainer) 2023-01-08 13:38:35 +00:00
op 782faa70f6 www/luakit: sync luajit arches. luajit is not available on aarch64
ok sdk@
2023-01-08 13:37:18 +00:00
kirby e761113457 update to goaccess-1.7 2023-01-08 12:11:46 +00:00
sdk 7c44cb53f5 [fix] gitea: add bash as rundep
Gitea starts fine without it, but errors out on the first repository push
2023-01-08 09:21:31 +00:00
jeremy 7a83a0466a Build ruby32 FLAVORs of ruby gem ext ports by default
For devel/ruby-sorted_set and graphics/ruby-rqrcode-core, do not do FLAVORed
builds by default, as these are pure ruby libraries with no native component.
2023-01-08 03:05:06 +00:00
daniel 4b0128a0e6 update to jupyter-notebook 6.2.0 2023-01-08 02:57:01 +00:00
jeremy 6556c74fbe Allow building on Ruby 3.2 2023-01-08 02:48:46 +00:00
sthen bcfd4a21db build robustness/reproducibility fixes for the mruby flavour of www/h2o
- building the mruby part of this uses autoconf in an otherwise cmake-based
port build, so it can't use the normal ports infrastructure which passes in
autoconf cache variables to prevent it from finding gawk/ggred/gsed/gmkdir
during the build. pass in the necessary variables by MAKE_ENV instead.

- building mruby uses the static oniguruma library from ports if found at
build time, otherwise builds its own bundled version. add BUILD_DEPENDS
to make sure the ports version of oniguruma is found.

problem reported by tb@, ok tb@ please commit otto@
2023-01-07 20:05:13 +00:00
mestre e1a96d2562 update to 2023.01.06
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.06
2023-01-07 13:18:45 +00:00
rsadowski afcec15a32 Hook up lighttpd,ldap,pgsql and lighttpd,pgsql 2023-01-07 11:38:20 +00:00
rsadowski 5d91004fa6 Update lighttpd to 1.4.68
- Switch to CMake
- Changelog: https://www.lighttpd.net/2023/1/3/1.4.68/
- New flavor: pgsql - Enable PostgreSQL support for authentication and virtual
  hosting.

Update diff from Brad, thanks
2023-01-07 11:30:39 +00:00
sthen b4a3cb386e build PHP 8.2 versions of those pecl-* ports which support it 2023-01-06 19:37:56 +00:00
sthen eef638c10b update to p5-Dancer-1.3520, from wen heping 2023-01-06 13:39:55 +00:00
sthen 80e675b177 update to tomcat-10.1.2
CVE-2022-45143 Apache Tomcat - JsonErrorReportValve injection
2023-01-06 12:34:49 +00:00
sthen c9ef38bf13 update to tomcat-9.0.69
CVE-2022-45143 Apache Tomcat - JsonErrorReportValve injection
2023-01-06 12:34:45 +00:00
sthen 186cc72b6d update to tomcat-8.5.84
CVE-2022-45143 Apache Tomcat - JsonErrorReportValve injection
2023-01-06 12:34:38 +00:00
landry 3ed758d4a8 www/mozilla-firefox: update to 108.0.2.
see https://www.mozilla.org/en-US/firefox/108.0.2/releasenotes/
2023-01-05 14:14:03 +00:00
sthen 21716be722 update to newsraft-0.14 2023-01-03 15:08:44 +00:00
sthen 3d3d53be6c update to p5-libapreq2-2.17, includes a fix for buffer overflow while
processing multipart form uploads.
2023-01-03 12:55:22 +00:00
mestre 1e0e7aa0f4 update to 2023.01.02
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.02
2023-01-02 21:38:38 +00:00
aisha 1800aa41a2 www/vaultwarden-web: update to 2022.12.0
patch and tested by bket@
ok aisha@
2023-01-01 23:04:55 +00:00
lraab 9b75535f26 www/py-bokeh: update to 3.0.3
Changelogs for 3.0.0-3.0.3:
https://docs.bokeh.org/en/latest/docs/releases.html

OK sthen@
2022-12-31 02:19:06 +00:00
sebastia 12fd44be3c Update 5.7.1 -> 5.8.0 2022-12-28 09:08:52 +00:00
sebastia 7b9f319fe4 Update 5.7.1 -> 5.8.0 2022-12-28 09:07:52 +00:00
tb c22986f4b1 Update to newsboat 2.30
https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#230---2022-12-25
2022-12-27 20:39:17 +00:00
landry 8542a70c6c www/mozilla-firefox: add missing BDEP on setuptools
mach uses pkg_resources from setuptools, and will fail hard if
setuptools got junked in the meantime ?

failure reported by naddy@, hints from tb@.
2022-12-27 07:54:27 +00:00
lraab 9d57ae7aa7 www/libreddit: update to 0.25.1
changelog:
* List post duplicates
* Fix regression: videos no longer appear in posts
* Cache result of server::determine_compressor

ok sthen@
2022-12-26 14:18:22 +00:00
caspar 25a4f32250 www/iridium: sync change from www/chromium regarding WebAssembly
Original commit message from robert@:
"check if the ENABLE_WASM environment variable is set and do not disable
webassembly if it is; this makes zoom.us (evil) work"

Found that this was missing because of a report from Robert Alessi.

Looks OK to robert@
2022-12-24 11:41:08 +00:00
pvk edcfc85c7b Update gitea 1.17.3 -> 1.17.4
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.17.4
2022-12-23 22:09:27 +00:00
ajacoutot e514806c95 Update to webkitgtk{40,41,50}-2.38.3. 2022-12-23 15:22:36 +00:00
sthen 451658d371 update to hiawatha-11.2; it now uses a bundled newer version of mbedtls.
the license status hasn't changed (hiawatha is GPLv2 only, mbedtls is
Apache v2; these are incompatible so we can't distribute binaries).

point out upstream's "Due to lack of interest in this project, I no longer
actively support and promote Hiawatha" message in DESCR.
2022-12-21 13:49:48 +00:00
sthen 5dfd74c88f update to composer-2.5.0 2022-12-21 13:21:01 +00:00
caspar 93c48b84ea Tor Browser: update to 12.0.1
OK landry@
2022-12-18 15:55:09 +00:00
landry 5f201fed31 www/mozilla-firefox: update to 108.0.1.
see https://www.mozilla.org/en-US/firefox/108.0.1/releasenotes/
fixes Bug 1805883 - Default search engine may be reset when upgrading to
108 if profile was previously copied.
2022-12-16 17:58:50 +00:00
op a3de442c71 update www/opensearch-dashboards to 2.4.1
Release notes:
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.4.1.md

ok pvk@
2022-12-16 17:32:04 +00:00
gonzalo 59951de9df Delete 22 2022-12-16 09:01:31 +00:00
gonzalo 3a50fd5379 Update for Nextcloud to 23.0.12
OK sthen@
2022-12-16 09:00:35 +00:00
gonzalo 513f8f70e6 Bye bye 22 2022-12-16 08:59:19 +00:00
gonzalo 990f0f95e7 Update for Nextcloud to 24.0.8
OK sthen@
2022-12-16 08:44:03 +00:00
robert 4454dad740 update to 108.0.5359.124 2022-12-15 12:03:08 +00:00
robert a2524a75da update to 108.0.5359.124 2022-12-14 07:27:47 +00:00
sebastia c3823344bb Update 4.0.5 -> 4.2.3 2022-12-13 21:42:39 +00:00
caspar 220d1a226a Tor Browser: update to 12.0
Tested by Yifei Zhan
OK landry@
2022-12-13 19:35:35 +00:00
landry 7ee881dfa0 www/firefox-esr: update to 102.6.0.
see https://www.mozilla.org/en-US/firefox/102.6.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-52/
- drop patch from #1773259, fixed upstream
2022-12-13 15:01:58 +00:00
landry 8c7f9b033f www/mozilla-firefox: update to 108.0.
see https://www.mozilla.org/en-US/firefox/108.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-51/

- drop patch from #1772090, merged upstream in 105 and useless since then
- replace patch-toolkit_components_downloads_DownloadUIHelper_jsm by
  patch-toolkit_components_downloads_DownloadIntegration_sys_mjs to
enforce 'Downloads' for the download folder (because unveil)
2022-12-13 15:00:13 +00:00
landry c52f7e00d0 www/mozilla: start using --enable-project instead of --enable-application
only thunderbird/seamonkey still use the old one, which is being phased out
2022-12-13 14:57:59 +00:00
robert 30756c48b1 bundle libudev.so from sysutils/libudev-openbsd for now until it gets enabled
in the builds so that fido hotplug can be used in the meantime
2022-12-13 13:40:35 +00:00
robert adebfa211b enable gpu rasterization feature by default 2022-12-13 12:50:03 +00:00
robert 4cf87765b3 enable gpu rasterization feature by default 2022-12-13 12:45:27 +00:00
robert fd8d6b3511 enable gpu rasterization feature by default 2022-12-13 12:44:41 +00:00
sthen 9258442d41 Don't let update-plist substitute MAJOR in nextcloud's PLISTs, it results in
paths like [...]/data/acm-pca/2017-08-${MAJOR}/ instead of [...]/2017-08-22/.
OK gonzalo@
2022-12-13 09:55:42 +00:00
gonzalo 68da71031b Update for Nextcloud to 25.0.2
OK sthen@
2022-12-13 09:40:34 +00:00
tb 8aa0dbd1bc Update to nghttp3 0.8.0
https://github.com/ngtcp2/nghttp3/releases/tag/v0.8.0
2022-12-12 23:02:10 +00:00
fcambus af51ff3cfb Drop maintainership for packages not related to toolchains and ELF. 2022-12-08 20:31:13 +00:00
robert e0711e6618 update to 108.0.5359.98 2022-12-08 06:09:42 +00:00
robert ef25ed96c5 update to 108.0.5359.98 2022-12-08 06:04:52 +00:00
sthen a166e452a1 @comment bogus lib/python${MODPY_VERSION}/site-packages/LICENSE file,
noticed because eyeD3 also tried to install this file
2022-12-07 09:41:14 +00:00
sthen b5e7e37065 update to gotosocial-0.6.0 "Soothing Sloth", from Hukadan (maintainer)
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.6.0
2022-12-06 20:32:51 +00:00
tim bd53929fff Add commit URL 2022-12-06 15:15:42 +00:00
sthen 8e832892ad update to linkchecker-10.2.1 2022-12-06 12:59:52 +00:00
gonzalo 5a73047371 Update for Varnish to 7.2.1 2022-12-06 09:37:41 +00:00
robert a3d40e04b9 update to 2022.12.108.1 2022-12-06 05:54:50 +00:00
robert c32a75a7e1 switch over to official ungoogled-chromium release tarball 2022-12-05 13:41:26 +00:00
caspar 2fc6544433 Tor Browser: update to 12.0a5
Also remove TL_VERSION, pointed out by richard on #tor-dev.

OK sdk@
2022-12-04 20:43:11 +00:00
sthen a6a1c54db6 sogo: install additional database schema update scripts, and stop patching
some (but not all) of them to use ksh instead of bash. also adjust nginx
sample config in pkg-readme. problems reported by landry@. based on a diff
from giovanni@, ok giovanni@ sebastia@
2022-12-04 18:11:13 +00:00
robert 154594bb21 update to 108.0.5359.94 2022-12-03 12:09:30 +00:00
lraab 451290f73c www/libreddit: update to 0.22.4
changelog:
* Extract Location URL path correctly in client::request
* Added gruvbox-dark and gruvbox-light themes
* OpenGraph meta-tagging
* Make the column size in posts consistent

ok sthen@
2022-12-02 23:37:39 +00:00
kmos a5112a9a7f base-gcc won't compiler ttyd. Switch to ports-gcc to fix build on sparc64 2022-12-02 16:48:14 +00:00
robert be89839edb update to 108.0.5359.71 2022-12-02 15:45:27 +00:00
sthen dd409cce56 update to py3-flask-wtf-1.0.1 2022-12-02 08:48:55 +00:00
sthen a147b198b1 update to py3-frozen-flask-0.18 2022-12-02 08:48:49 +00:00
robert 3be0606b61 add missing build dependencies for qt 2022-12-02 06:16:50 +00:00
sthen 0b759d600f update to py3-httpbin-0.7.0 2022-12-01 16:53:19 +00:00
sthen 27ea7ea9fd mark unit-ruby BROKEN on sparc64, the configure script doesn't
detect the Ruby library
2022-12-01 16:06:28 +00:00
sthen d5938f12b4 libwebsockets: disable -Werror, fails on base-gcc 2022-12-01 16:04:24 +00:00
sthen ec6be025c7 update to ttyd-1.7.2, unbreaks following libwebsockets update 2022-12-01 11:01:20 +00:00
sthen 1ae110d817 build libwebsockets with support for libuv's event loop, required for
newer versions of www/ttyd
2022-12-01 11:00:56 +00:00
robert e784618ec5 sync with shared bsd repo, no functional change 2022-12-01 10:30:19 +00:00
robert c3b0c92d53 update to 2022.11.107 2022-12-01 10:05:24 +00:00
robert 3bf8dd1584 update to 108.0.5359.71 2022-11-30 14:01:26 +00:00
landry feb39de995 www/mozilla-firefox: update to 107.0.1.
see https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
2022-11-29 14:42:10 +00:00