13139 Commits

Author SHA1 Message Date
landry
87766d2afe Update to firefox-esr-i18n 68.8.0.
ok sthen@ naddy@
2020-05-04 15:03:57 +00:00
landry
8919d17a6e Update to firefox-i18n 76.0
ok sthen@ naddy@
2020-05-04 15:03:28 +00:00
landry
55834ebfb3 68.8.0esrrc2 has been promoted to 68.8.0esr on the mirrors, same distfile
discussed with sthen@ & naddy@
2020-05-04 14:58:00 +00:00
landry
7899838d59 76.0rc2 has been promoted to 76.0 on the mirrors, same distfile
discussed with sthen@ & naddy@
2020-05-04 14:57:18 +00:00
landry
82419b2376 Update to firefox-esr 68.8.0rc2
Relnotes will be at
https://www.mozilla.org/en-US/firefox/68.8.0/releasenotes/, and MFSAs will
be listed on https://www.mozilla.org/en-US/security/advisories/

commiting now to make sure this gets in 6.7 as discussed with sthen@ and
naddy@
2020-05-04 11:37:35 +00:00
landry
c7943c6c60 Update to mozilla-firefox 76.0rc2
Relnotes will be at
https://www.mozilla.org/en-US/firefox/76.0/releasenotes/, and MFSAs
will be listed on https://www.mozilla.org/en-US/security/advisories/

- remove cubeb patch from #1610550, merged upstream
- remove libvpx patch from #1622013, merged upstream

commiting now to make sure we get some testing for 6.7 as discussed with
sthen@ and naddy@
2020-05-04 11:34:19 +00:00
bentley
dc80da55dd Missed dependency on SDL. 2020-05-02 09:35:17 +00:00
robert
29881496ae re-introduce a debug PSEUDO_FLAVOR so that the regular chromium build can
be used to build DEBUG_PACKAGES as well
2020-05-02 08:18:07 +00:00
kn
795b8b40b7 Stop patching Google API key
This one stopped working and such keys are personalized anyway.

Tweak README to suggest using .xsession/xenodom(1) in favour of
.xinitrc/startx(1) to set things up.

Result of minitube appearing broken.
Feedback OK bcallah
2020-05-01 02:56:11 +00:00
landry
3d490a5603 add link to upstream bug report 2020-04-30 14:08:36 +00:00
ratchov
8f6b4efc57 Limit playback to 8 and recording to 2 channels.
This fixes certain video-conferencing sites. Related discussion is
here:

https://bugzilla.mozilla.org/show_bug.cgi?id=1633769

ok sthen, landry
2020-04-30 12:54:28 +00:00
kn
aec6714beb Remove left-over from the electron split
"go ahead" robert
2020-04-30 05:11:02 +00:00
sthen
85a4f8bff6 regen plist, spotted by aja@ 2020-04-29 13:27:02 +00:00
sthen
4ba7da4077 chromium: tweaks to the readme, ok espie robert 2020-04-29 11:24:37 +00:00
espie
2784cb2e24 document some specificities of chromium on openbsd
okay robert@
2020-04-29 09:42:27 +00:00
ajacoutot
986cad0792 Fix indent.
Remove useless rc_stop()
2020-04-29 07:17:33 +00:00
robert
8e3c7624f1 update to 81.0.4044.129 2020-04-29 06:45:54 +00:00
landry
575fd863a7 Update to nextcloud 18.0.4.
See https://nextcloud.com/changelog/#latest18, fixes annoying bug not
showing photo galleries in public shares.

ok gonzalo@ (MAINTAINER)
2020-04-27 11:24:08 +00:00
robert
04b1f33fc5 Update to version 1.2.5 which is a fork of the original project that is
still maintained. Fixes a lot of deprecated warnings.

This commit also removed the dependency on the deprecated mcrypt extension
because phpldapadmin uses openssl which is enabled by default in our php.


ok sthen@
2020-04-26 15:21:11 +00:00
robert
3bfc0fd104 merge a missing patch from chromium which initializes fontconfig before
all the sandboxing in the renderer process to avoid hitting pledge violations
2020-04-26 11:42:32 +00:00
jca
23ed729d5e Don't pick up ccache
ok ajacoutot@ (maintainer)
2020-04-25 20:04:50 +00:00
jca
b8c71ac3c0 Fix build on sparc64
ok ajacoutot@ (maintainer)
2020-04-25 20:04:14 +00:00
ajacoutot
cd786810a1 Update to webkitgtk4-2.28.2. 2020-04-24 15:55:05 +00:00
paco
7814044f8c update www/hugo to bugfix release 0.69.2
* Fix IsAncestor and IsDescendant when the same page is passed
* deps: Update goldmark-highlighting
* Fix IsAncestor and IsDescendant under subsection

ok jca@
2020-04-24 13:21:03 +00:00
robert
1f66820716 remove the audio pledge from the audio process as direct audio device access it not possible anymore 2020-04-24 07:21:55 +00:00
robert
0faedc190a remove the audio pledge from the audio process as direct audio device access it not possible anymore 2020-04-24 07:21:26 +00:00
sthen
e63e83eee1 update to squid-4.11
SQUID-2020:3 - Due to incorrect buffer handling Squid is vulnerable to
cache poisoning, remote execution, and denial of service attacks when
processing ESI responses.

SQUID-2020:4 - Due to an integer overflow bug Squid is vulnerable to
credential replay and remote code execution attacks against HTTP Digest
Authentication tokens.
2020-04-23 10:54:48 +00:00
landry
c963b9ccaa Remove audio from main process pledge.
this was only here to support a corner usercase and is now broken due to
unveil integration, and nobody noticed.

direct access to hardware is more or less forbidden now, just use sndiod
if you want to play sound from firefox.

ok tb@ ratchov@
2020-04-22 14:05:47 +00:00
paco
3f91bcc7dd update www/hugo to bugfix release 0.69.1
*  hugolib/filesystems: Fix typo in test suite
* Fix class collector when running with --minify
* related: Fix toLower
* Fix broken test [b3c82575]
* tpl/tmplimpl/template: Change defer RLock to RUnlock
* hugolib: Add Unlock before panic
* docs: Fix typo in Hugo's Security Model
* deps: Update go-org to v1.1.0
* commands: Modify gen chromastyles to output all CSS classes
* deps: Update to goldmark v1.1.28
* Fix query parameter handling in server fast render mode

ok jca@
2020-04-22 11:25:25 +00:00
landry
bcceef2bff Remove www/drupal7
Not kept up to date since 2 years, several drupal security issues
unpatched, doesnt make much sense to be packaged as its mostly unrolling
archives, and nobody in its sane mind would build a new drupal7 website
in 2020 when drupal9 is around the corner.

Upstream recommends to use composer to build a drupal site, so add
a quirk with such message.

ok danj@ ajacoutot@ jasper@ espie@
2020-04-22 11:24:43 +00:00
robert
ec9f42ab9c update to 81.0.4044.122 2020-04-22 11:05:20 +00:00
sthen
4797d5f7dc build PHP 7.4 versions of the pecl-* ports 2020-04-21 20:42:00 +00:00
sthen
10befdfdff remove the forced FLAVORS that knocked out php 7.1 packages; php 7.1 was
already removed so these are no longer needed
2020-04-21 20:41:12 +00:00
jasper
b5de7dedcc remove py3-django and py3-django-lts; these ports have no benefit anymore to be packaged
as most people will install them via pip. furthermore, as these ports were quite
badly outdated it creates a false sense of security for downstream users.

also suggested by f.holop
ok aja@ rpointel@
2020-04-21 07:02:34 +00:00
robert
a34cf65b1d add another missing internal dependency for a mojom rule 2020-04-19 19:11:28 +00:00
landry
7edd12b725 update to php-awl 0.61 2020-04-19 08:13:18 +00:00
kn
da4fb9660d Update to youtube-dl 2020.03.24 2020-04-19 01:23:03 +00:00
cwen
1a3f1b6bd9 webkitgtk4: clang on powerpc specific tweak and fix
- add a missing symbol during the build of the javascriptcore GIR,
  found out by jca@, thanks a lot!
- libcompiler-rt provides __mulodi4(), remove the workaround since
  libgcc is not used anymore

OK aja@ (maintainer), jca@
2020-04-18 16:14:28 +00:00
giovanni
80372f34c7 fix a memory leak in mod_ssl and take maintainership
ok sthen@ on a similar diff
2020-04-17 16:26:32 +00:00
naddy
5a6bb98f65 explicitly specify devel/gettext,-runtime rather than relying on
subpackage defaults for devel/gettext
2020-04-17 16:14:40 +00:00
semarie
2e930b165a update www/weboob to 2.0
- switchs to pypi repository
- upstream separated weboob and weboob-qt . this port only follows weboob (lib and cli applications)
  (weboob-qt could be added later on demand)

ok solene@
2020-04-17 15:06:57 +00:00
cwen
0e33bdb13d libsass: disable forced concurrent compilation to avoid excessive RAM
usage on memory constrained archs.

OK jasper@ (maintainer)
2020-04-16 21:06:54 +00:00
robert
934c7559d4 update to 81.0.4044.113 2020-04-16 15:23:04 +00:00
mariani
e178973b60 UPDATE: www/ap2-mod_wsgi 4.6.5 to 4.7.1
Changelogs:
https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.6.rst
https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.7.rst
https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.6.8.rst
https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.7.0.rst
https://github.com/GrahamDumpleton/mod_wsgi/blob/4.7.1/docs/release-notes/version-4.7.1.rst

Moved from py2 to py3.

Added WANTLIB += iconv intl

Tested with py3-flask on amd64.

OK sthen@
2020-04-16 10:01:43 +00:00
fcambus
b8f5b768ee Drop maintainership for some more ports I no longer use. 2020-04-15 14:34:50 +00:00
bentley
bc7e8f7d6f Update to vnu-20.3.16. 2020-04-15 03:54:19 +00:00
sthen
0315329940 mark BROKEN-aarch64, these use ring-0.16.11 which fails on aarch64 (already marked broken on sparc64) 2020-04-14 21:45:41 +00:00
stsp
d86a871c65 Fix www/kcgi build on sparc64; our base gcc has no 'deprecated(msg)' attribute
ok jturner@
2020-04-14 19:38:05 +00:00
sthen
d36f8e12e6 www/tor-browser: add defence against font fingerprinting, from maintainer Caspar Schutijser 2020-04-13 16:25:42 +00:00
jturner
ef26d4e0f3 Update kcgi to 0.12.0. See https://kristaps.bsd.lv/kcgi/archive.html for
release notes.
2020-04-13 14:34:37 +00:00