Commit Graph

146644 Commits

Author SHA1 Message Date
bcallah
d58f545547 Update to streamlink-1.4.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.4.0
2020-04-23 17:25:31 +00:00
ajacoutot
6a969b7a45 Forgot about these in previous. 2020-04-23 16:01:15 +00:00
sthen
c996c39ff6 shift some commas around in pkg-readme 2020-04-23 15:06:27 +00:00
kmos
569478bf86 Fix the build on sparc64 (and presumably other base-gcc arches)
by specifying "-std=gnu99" and patching to remove "-Werror"

Input from aja

ok jca@

(Last commit was mistakenly done from within "patches", thus missing
Makefile)
2020-04-23 14:39:39 +00:00
tracey
9d40bb6ba2 Add new ports to Makefile 2020-04-23 14:37:16 +00:00
tracey
2606193697 Import devel/makeesparduino: makefile for ESP8266 and ESP32 Arduino projects
The main intent for this project is to provide a minimalistic yet powerful and
easy configurable makefile for projects using the ESP/Arduino framework
available at: https://github.com/esp8266/Arduino and
https://github.com/espressif/arduino-esp32.

Testing paco@

Input jca@ sthen@

Ok paco@ jca@ sthen@
2020-04-23 14:31:06 +00:00
tracey
e0d3b40116 Import devel/arduino-esp32: esp32 arduino core toolset
Framework to program Espressif ESP32 chipsets via the Arduino environment.

Testing paco@

Input jca@

Ok paco@ jca@ sthen@
2020-04-23 14:30:30 +00:00
tracey
d35beafccd Import devel/arduino-esp8266: esp8266 arduino core toolset
Framework to program Espressif ESP8266 chipsets via the Arduino environment.

Testing paco@

Input jca@

Ok paco@ jca@ sthen@
2020-04-23 14:28:54 +00:00
tracey
ea268fd5cd Import devel/mkspiffs: tool to build and unpack SPIFFS images
Wear-leveled SPI flash file system for embedded devices.

This tool is specifically patched to build and unpack SPIFFS images for
esp32 and esp8266 wifi devices, using SPIFFS as the submodule.

Testing paco@

Input from jca@ and sthen@

Ok benoit@ paco@ kmos@ sthen@ jca@
2020-04-23 14:26:06 +00:00
kmos
be51dff732 Fix the build on sparc64 (and presumably other base-gcc arches)
by specifying "-std=gnu99" and patching to remove "-Werror"

Input from aja

ok jca@
2020-04-23 14:21:54 +00:00
sthen
0b3fecbcf1 update to reposync-20200423, including "should work by default for
official mirrors" handling for ssh hostkeys fixing a problem mentioned
by several including most recently solene@. add pkg-readme.
2020-04-23 13:49:31 +00:00
sthen
33036c3207 update to pecl-yaml-2.1.0 2020-04-23 13:43:04 +00:00
sthen
1052ceed02 update to pecl-mailparse-3.1.0 2020-04-23 13:29:12 +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
jasper
ade3ae46cc update to vala-0.46.9 2020-04-23 09:31:28 +00:00
jasper
1716ad3452 update to gthumb-3.10.0 2020-04-23 08:59:12 +00:00
espie
df7b645ac0 small bug-fix release 2020-04-23 08:53:38 +00:00
jasper
dee0f91b0d Add missing specifier in format string 2020-04-23 08:36:11 +00:00
rpointel
75bb50423a update python to 2.7.18: the last release of Python 2.
tested in a bulk build by naddy@, thanks.
2020-04-23 07:56:01 +00:00
landry
4ffbd88eb7 Update to xfce4-whiskermenu 2.4.4 2020-04-23 06:48:47 +00:00
ajacoutot
e776536313 Update to libavif 0.7.1.
- Enable the encoding/decoding apps.
- Add support for JPEG and PNG to the encoding/decoding apps.

from Brad (maintainer)
2020-04-23 06:42:08 +00:00
ajacoutot
efc2e498c6 Update to icu4c-67.1. 2020-04-23 06:33:13 +00:00
ajacoutot
fe8955fdba Update to awscli-1.18.44. 2020-04-23 06:32:08 +00:00
ajacoutot
fd7b28078d Update to py3-boto3-1.12.44. 2020-04-23 06:31:53 +00:00
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