Commit Graph

146620 Commits

Author SHA1 Message Date
ajacoutot
4ceee16270 Update to py3-botocore-1.15.44. 2020-04-23 06:31:41 +00:00
ajacoutot
90a943d3b7 Update to google-cloud-sdk-290.0.0. 2020-04-23 06:23:53 +00:00
ajacoutot
13e8aac7d4 Update to nomad-0.11.1. 2020-04-23 06:09:32 +00:00
cwen
c870903ab2 synfig: bug fix and mark BROKEN-powerpc
- Fix wrong boundaries in a for loop that caused segfaults, from upstream
- On powerpc, synfig segfaults in multi-threaded mode, breaking
synfigstudio's build. Mark it BROKEN-powerpc to save time in bulks.

OK jca@
2020-04-23 04:55:46 +00:00
cwen
546587c580 py-greenlet: fix the build with clang on powerpc
Use the same asm code that Linux/powerpc. segfaults occur
at runtime, but it allows to build and make use of editors/neovim.

"if it builds, ship it!" jca@
2020-04-23 04:43:45 +00:00
cwen
47722ebc01 qemu: fix the build with clang on powerpc
Workaround the lack the of _CALL_SYSV and build with -O0;
-O1 causes linking errors and -O2 segfaults.

Input by Brad (maintainer)
2020-04-23 04:30:35 +00:00
jasper
5485d4a6f2 fix format string issues which can be triggered by explicitly setting $ARGV0
patch from debian
2020-04-22 20:07:47 +00:00
martin
a5adcfe727 Update py-cftime to 1.1.2. 2020-04-22 19:28:40 +00:00
ajacoutot
6d4eb48d89 Fix gcompris symlink. 2020-04-22 19:18:34 +00:00
kmos
5f3161ff1e Fix the build for sparc64 (and other base-gcc arches) by adding
a COMPILERS line with ports-gcc. Otherwise the build fails with
'cc1: error: unrecognized command line option "-std=c11"'

"I have no objection" bentley@ (maintainer)

ok jca@
2020-04-22 17:50:15 +00:00
jasper
c02ea3079b update to vala-0.46.8 2020-04-22 17:41:39 +00:00
martin
80d557c348 tighten up file permissions
from Eric Elena <eric@voguemerry.com>

OK sthen@ landry@ rsadowski@
2020-04-22 17:18:10 +00:00
cwen
5608961680 fluidsynth: fix the build with clang on powerpc
Unlike gcc, clang defines __POWERPC__ and as such wants to include a
non-existing header. Bring back gcc's behaviour by deleting the
troublesome #ifdef.

OK sthen@
2020-04-22 16:53:20 +00:00
ajacoutot
76d8ca3021 Update to swirc-3.2.4.
from Markus Uhlin, maintainer and upstream
2020-04-22 15:48:32 +00:00
sthen
27b8a00360 bump -gd 2020-04-22 15:46:59 +00:00
kurt
69c5385eda Update to 11.0.7 GA:
* Contains many upstream bug fixes and security fixes which can be found
in the release notes here:

https://adoptopenjdk.net/release_notes.html#jdk11_0_7
https://openjdk.java.net/groups/vulnerability/advisories/2020-04-14

* Remove patches committed upstream
* Fix building without utmpx.h
* Adjust build-bootjdk target to work with PORTS_PRIVSEP
2020-04-22 15:05:17 +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
ajacoutot
93189e9509 Unbreak php-gd packaging by bumping.
+@depend graphics/libwebp:libwebp-*:libwebp-1.1.0
+@wantlib webp.4.2
2020-04-22 12:52:10 +00:00
sthen
d6fd959d8d php: fix -lstdc++ linking in 7.4, was already done in 7.2/3 but the file
moved and got missed in patch-wrangling.
2020-04-22 11:55:14 +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
kn
171fc07251 Remove unneeded configure patch
Remvoing the default "-O2" is pointless since our CFLAGS are always
honored and passed after the default, hence overriding them.

Comment all other patches while here.
2020-04-22 11:18:32 +00:00
sthen
16b580910c whatever the reason for "Trace/BPT trap" when running configure on aarch64
in the past (seen in "checking for Apache 2.0 handler-module support via DSO
through APXS" around Apr 2019), it's no longer happening, so remove the
block and allow building the Apache module on aarch64.
2020-04-22 11:15:41 +00:00
jasper
84c9ab18f8 fix format string issues; apparently fixed upstream 10 years ago 2020-04-22 11:07:49 +00:00
robert
ec9f42ab9c update to 81.0.4044.122 2020-04-22 11:05:20 +00:00
tb
fcf1f798c5 security/openssl/1.1 < openssl-1.1.1g is affected by CVE-2020-1967
with help from sthen
2020-04-22 10:50:32 +00:00
jca
16a1c93faf On non-clang archs, g++ is already in BUILD_DEPENDS
So don't list it in TEST_DEPENDS.
2020-04-22 09:59:45 +00:00
ratchov
56448578fb Fix uninitialized variable causing corrupted GM master volume messages
ok ajacoutot
2020-04-22 09:51:25 +00:00
ajacoutot
282eae7646 Update to awscli-1.18.43. 2020-04-22 07:24:50 +00:00
ajacoutot
befbd9ce70 Update to py3-boto3-1.12.43. 2020-04-22 07:24:30 +00:00
ajacoutot
b34ec3d45e Update to py3-botocore-1.15.43. 2020-04-22 07:24:10 +00:00
landry
f9708065c8 Remove dspam, dead upstream since ~2014. For something like an antispam
software, this is like 'last millenium', so better rely on something
else like rspamd..

cf https://sourceforge.net/p/dspam/mailman/message/32585111/

ok jca@ sthen@ cwen@
2020-04-22 06:35:08 +00:00
tb
955001fe20 update to OpenSSL 1.1.1g.
Addresses one high severity issue, CVE-2020-1967.

ok sthen
2020-04-22 04:31:53 +00:00
jca
ed6a994962 Add cve entry for openvpn 2020-04-22 02:09:55 +00:00
jca
19867e48cf SECURITY update to openvpn-2.4.9
Fix for CVE-2020-11810

Changes:
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-249
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.9
2020-04-21 23:43:55 +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
sthen
72ce314103 Provide PHP 7.4 packages.
The default version for use in PHP-based ports remains at 7.3.
2020-04-21 20:38:31 +00:00
sthen
b4aa0898b8 update to oniguruma-6.9.5, tested base-gcc/ports-gcc/clang on amd64,
also on aarch64, and with all dependent ports, no changes in the src diff
suggest any likelihood of problems on other archs.
2020-04-21 19:37:52 +00:00
kn
dfcc197068 Include relayd.conf(5) example in README
Example/diff from Andrea Fleckenstein, thanks!
"looks fine" Renaud Allard (maintainer)
2020-04-21 19:14:12 +00:00
ajacoutot
3d17309df0 Update to stellarium-0.20.1. 2020-04-21 17:53:47 +00:00
ajacoutot
f9945e33d0 Update to py3-chromecast-5.0.0 and move from MODPY_DEFAULT_VERSION_3 to
python3 FLAVOR.
2020-04-21 15:53:39 +00:00
ajacoutot
a55438b3b4 py-zeroconf -> py-zeroconf,python3 2020-04-21 15:52:18 +00:00
ajacoutot
7805838052 Move to python3 FLAVOR instead of MODPY_DEFAULT_VERSION_3 since it's
module.
2020-04-21 15:49:35 +00:00
sebastia
568d3e6840 simple update 3.8.0 -> 3.8.1 2020-04-21 13:12:22 +00:00
sebastia
42a6f336d4 simple update 0.9.0 -> 0.10.0 2020-04-21 13:11:48 +00:00
sthen
5e334b1191 update to dhcpcd-9.0.2 2020-04-21 12:40:59 +00:00
kn
f49ad423f4 Update to git 2.26.2
This release is to address a security issue: CVE-2020-11008
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.17.5.txt
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.26.2.txt
2020-04-21 12:39:47 +00:00
sebastia
e687e1a6ff simple update 3.0.0 -> 3.0.1 2020-04-21 12:20:42 +00:00
sthen
c81ca69149 vlc: switch to a better fix for the duplicate symbols. from pkgsrc via brad. 2020-04-21 10:19:25 +00:00