148353 Commits

Author SHA1 Message Date
rpointel
2cd64c81b8 update exiftool to 12.00.
ok aja@.
2020-06-21 18:00:32 +00:00
rsadowski
2753e581e7 Add missing build dependency boost. Spotted by ajacoutot@ 2020-06-21 17:57:34 +00:00
rsadowski
186b3a6fc5 Add missing build dependency boost. Spotted by ajacoutot@ 2020-06-21 17:55:53 +00:00
paco
0d878b2ece update www/py-httpie to 2.2.0 by Raymond E. Pasco
with input from kn@ and jca@

Changelog:

 - Added support for custom content types for uploaded files.
 - Added support for $XDG_CONFIG_HOME.
 - Added support for Set-Cookie triggered cookie expiration.
 - Added --format-options to allow disabling sorting, etc.
 - Added --sorted and --unsorted shortcuts for (un)setting all
   sorting-related --format-options.
 - Added --ciphers to allow configuring OpenSSL ciphers.
 - Added netrc support for auth plugins. Enabled for --auth-type=basic
   and digest, 3rd parties may opt in.
 - Fixed built-in plugins-related circular imports.

Tests patched to deal with an error if py3-openssl is installed.

ok on a sthen@ kn@ on a previous version
ok jca@
2020-06-21 17:30:42 +00:00
rsadowski
a8da50d9bf Add missing build dependencies, spotted by ajacoutot@ 2020-06-21 17:11:02 +00:00
gsoares
67c771d730 update to castget-2.0.1
from Caspar Schutijser, who also is taking
over maintainership
2020-06-21 15:57:16 +00:00
gnezdo
271300ed3a Migrate off base::ThreadPool()-as-a-trait in /services/device
6ddec2fbc4

Fixes SEGV when using FIDO keys.

ok robert@
2020-06-21 15:49:36 +00:00
sthen
e2509cc689 iaxclient: honour CC in Tcl build parts, from Brad 2020-06-21 13:58:47 +00:00
sthen
e4b68d0789 sudo needs @pkgpath so that updates work (package path for the main
package changed security/sudo -> security/sudo,-main so without this
it's not considered a valid update candidate)
2020-06-21 12:38:52 +00:00
sthen
67d3728d6a update to onioncat-0.3.8, based on a diff from martingot / protonmail.com
ok pirofti@ (maintainer)
2020-06-21 12:36:16 +00:00
sthen
31cc0c1987 update unifi/testing to 5.13.32 (public rc) 2020-06-21 12:18:39 +00:00
millert
3052f16def Update to sudo 1.9.1.
This adds a new sub-package for the optional Python plugin support,
which can be disabled via the no_python pseudo-flavor.
Thanks to sthen@ and ajacoutot@ for their help.
2020-06-21 12:03:33 +00:00
sthen
08ed0b9a37 mutt: patch to workaround problem introduced in security fix; don't break 2020-06-21 11:41:31 +00:00
sthen
5fc0825abc switch unifi/stable to the 5.13 branch 2020-06-21 11:40:36 +00:00
ajacoutot
eef6c4b7ac Update to seahorse-3.36.2. 2020-06-21 09:39:05 +00:00
ajacoutot
5ea127c121 Disable old ASM code on ARM that doesn't build and isn't PIC either.
from Brad
2020-06-21 09:31:56 +00:00
ajacoutot
67510ddea5 Update to awscli-1.18.84. 2020-06-21 09:27:23 +00:00
ajacoutot
e83aa275ec Update to py3-boto3-1.14.7. 2020-06-21 09:27:08 +00:00
ajacoutot
28dca595c4 Update to py3-botocore-1.17.7. 2020-06-21 09:26:50 +00:00
fcambus
d38a8e08f3 Update spleen to 1.7.1. 2020-06-21 09:06:35 +00:00
fcambus
f2f7f3195c Update libansilove to 1.2.4. 2020-06-21 07:39:01 +00:00
tb
7795c6bccd Update to tlsfuzzer 20200618 2020-06-21 07:24:20 +00:00
rpointel
3f7b498abe update uncrustify.
ok bket@ benoit@.
2020-06-21 07:17:08 +00:00
bcallah
5b5d536e82 Update to handbrake-1.3.3
Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.3
2020-06-20 21:12:38 +00:00
kmos
b7f7d7da71 -std=gnu11 doesn't exist in base-gcc, so we need to change the COMPILER
line accordingly to fix the build on sparc64 and other base-gcc arches.

tweak and ok ajacoutot
ok kn
2020-06-20 19:45:36 +00:00
ajacoutot
5cbe6c2a48 Merged upstream. 2020-06-20 11:39:36 +00:00
ajacoutot
c13dbccffa Some CMake file clean up and a fix for non X86 build.
from Brad (maintainer)
2020-06-20 11:12:50 +00:00
ajacoutot
6e49442527 aarch64: disable the new ASM code until it can be fixed to build with Clang's IAS.
from Brad (maintainer)
2020-06-20 10:45:09 +00:00
landry
628af4b38a Update to QGIS 3.14.0 'Pi'.
See https://changelog.qgis.org/en/qgis/version/3.14/
2020-06-20 10:19:23 +00:00
landry
e693502219 Update to mdal 0.6.1, required for QGIS 3.14. 2020-06-20 10:17:59 +00:00
ajacoutot
31c2ac81cc Update to exoscale-cli-1.13.1. 2020-06-20 09:18:31 +00:00
kn
4a47f934b1 Update to pcre2 10.35
https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?revision=1254&view=markup

- Resyncs upstream library major/minor numbers with
  ${WRKSRC}/src/pcre2.h.generic instead of shared_libs.log
- patch-RunGrepTest reapplied with new /g suffix
- Minor bumps for the pcre2 libraries because of changelog items 5 and 11.
  These add PCRE2_SUBSTITUTE_LITERAL and PCRE2_SUBSTITUTE_REPLACEMENT_ONLY
  as new values for the `options' argument of pcre2_substitute(...uint32_t
  options,...). pcre2.h exports these new values.
- No versioning bumps due to item 15 because it can be considered a
  bugfix. set_start_bits() now limits depth of recursion to 1000, adds
  depthptr to the argument list and adds a new error return code
  (SSB_TOODEEP). (Sequence is pcre2_compile() --> pcre2_study.c:1672
  study() --> set_start_bits()). study() and set_start_bits() are both
  private helpers while pcre2_compile() is part of the API.
  https://vcs.pcre.org/pcre2/code/tags/pcre2-10.35/ChangeLog?r1=1211&r2=1212
  https://vcs.pcre.org/pcre2/code/tags/pcre2-10.35/src/pcre2_study.c?r1=1180&r2=1213


From Nam Nguyen (MAINTAINER), thanks!
2020-06-20 06:55:46 +00:00
bcallah
b39d853eab Update to corsixth-0.64
Changelog: https://github.com/CorsixTH/CorsixTH/releases/tag/v0.64
2020-06-20 01:36:08 +00:00
naddy
72121b80f1 misspelled variable name 2020-06-19 22:27:44 +00:00
sthen
ec65253752 update to neomutt-20200619, includes the IMAP TLS security
fixes as done recently in mutt, plus a bunch of other changes
(bugfixes, features, refactoring, changed config), see
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 22:21:41 +00:00
sthen
7e0c1a3fca update to icinga2-2.11.4 2020-06-19 21:55:17 +00:00
sebastia
2251adb020 update 1.5.5 -> 1.5.6 2020-06-19 20:56:34 +00:00
kn
b5b5a152ca Update to sqlitebrowser 3.12.0
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/3.12.0
numerous fixes and improvements, patch merged upstream.

Also tested by Caspar Schutijser, thanks!
2020-06-19 19:54:24 +00:00
rsadowski
bbb7c23b0e Update krita to 4.3.0 2020-06-19 19:49:16 +00:00
martin
118eb08b6b Update baikal to 0.7.1. 2020-06-19 18:39:01 +00:00
bket
c5dce3873d Update to rclone-1.52.1
Changelog: https://rclone.org/changelog/

OK thfr@
2020-06-19 18:22:17 +00:00
jca
be22f4129c Update to knot-2.9.5
Release notes:
https://www.knot-dns.cz/2020-05-25-version-295.html
2020-06-19 16:39:00 +00:00
ajacoutot
1ce6a664fc Update to terragrunt-0.23.27. 2020-06-19 16:36:13 +00:00
jca
763ff969c4 Update to dash-0.5.11 2020-06-19 16:34:41 +00:00
ajacoutot
e7d5132e9f Update to coredns-1.7.0. 2020-06-19 16:20:33 +00:00
bluhm
8fd9d68113 update py3-opcua-widgets to 0.5.9 2020-06-19 16:17:12 +00:00
bluhm
9d06910e57 update py3-opcua to 0.98.11 2020-06-19 16:14:57 +00:00
ajacoutot
a434455ac4 Update to desktop-file-utils-0.26. 2020-06-19 15:01:10 +00:00
landry
396908e412 +py-consul,python3 2020-06-19 14:52:23 +00:00
landry
fd8778590c Import py-consul 1.1.0.
This module is a client for consul agents/APIs - e.g. it can be used by
ansible consul modules.

ok ajacoutot@
2020-06-19 14:51:39 +00:00