149759 Commits

Author SHA1 Message Date
rsadowski
6cd6db194e Drop uim-{kde,qt,qt4} 2020-08-20 16:24:41 +00:00
rsadowski
42f725001a Remove kde,qt,qt4 support
- Remove KDE3, Qt3 and QT4 support
- Fixed missing ${COMPILER_LIBCXX}

OK kn@
2020-08-20 16:21:16 +00:00
solene
0a01273111 Update to synapse-1.19
Tests are now working properly except a few which
require python libraries we don't have

Diff from maintainer Renaud Allard
2020-08-20 15:12:57 +00:00
fcambus
3ec265730f Update miller to 5.9.0. 2020-08-20 14:28:24 +00:00
sthen
d1ff851c46 security update to icinga-web2-2.8.2, possible path traversal when
serving static image files

https://github.com/Icinga/icingaweb2/issues/4226
2020-08-20 13:54:55 +00:00
solene
6e9c7f648b Comment _ajaxterm user after www/ajaxterm removal
Pointed out by danj@
2020-08-20 13:31:17 +00:00
ajacoutot
2b33daa19f Update to pango-1.46.1. 2020-08-20 13:14:10 +00:00
solene
d4d25781d5 Update to py-canonicaljson-1.3.0
Diff from maintainer Renaud Allard
2020-08-20 12:57:58 +00:00
solene
0765d0eb0c Update to py-simplejson-3.17.2
Consumers all tested and working

ok sthen@ tb@
2020-08-20 12:55:13 +00:00
sthen
958d68fe17 switch unifi/testing to 6.0.13 (public release candidate) with a new rebuilt
snappy-java jar file (it includes native components which need rebuilding for
OpenBSD when it's updated)

this is working for me but forum feedback is rather mixed, you usually want
to make sure you have a backup for unifi updates anyway, but it looks like it's
more important than usual for this one. (it is of course a *testing* version).
2020-08-20 10:17:41 +00:00
sthen
7a101ef809 update unifi/stable to 5.14.22 (new branch) 2020-08-20 09:32:38 +00:00
sthen
903b6c1385 mupdf: string.h needed for pledge error. from Martin Vahlensieck 2020-08-20 09:00:15 +00:00
ajacoutot
c2bddd1020 Wrong distinfo. 2020-08-20 08:19:46 +00:00
ajacoutot
6519706548 Update to awscli-1.18.123. 2020-08-20 07:58:12 +00:00
ajacoutot
82add7e792 Update to py3-boto3-1.14.46. 2020-08-20 07:57:59 +00:00
ajacoutot
89ac622f0a Update to py3-botocore-1.17.46. 2020-08-20 07:57:48 +00:00
benoit
8ddb171583 Update to rocksndiamonds-4.2.0.0. 2020-08-20 07:18:40 +00:00
solene
132780040e Register ajaxterm as old and abandoned upstream 2020-08-20 07:02:29 +00:00
solene
0e5134de26 Removing ajaxterm
Old and abandoned network software

ok bket@
2020-08-20 07:01:02 +00:00
solene
dd6080d9a5 Update to 3.17.6
Backport a patch to increase spamassassin
plugin maximum file size in the GUI parameters
2020-08-20 06:50:33 +00:00
robert
d96e8e9fe6 update to 1.24.1 2020-08-20 06:40:18 +00:00
robert
4f6ece8ba3 update to 1.24.2 2020-08-20 06:39:58 +00:00
rsadowski
d4577db2e0 Update jenkins stable to 2.235.5 2020-08-20 04:14:50 +00:00
rsadowski
b4898e36c4 Update jenkins devel to 2.253 2020-08-20 04:14:29 +00:00
bcallah
1d18a0f5ed Update to ugrep-2.5.3
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.3
2020-08-19 18:58:06 +00:00
cwen
6a7e5fb9ef +p5-Catalyst-Action-REST 2020-08-19 14:09:04 +00:00
cwen
62a555dd2d Import www/p5-Catalyst-Action-REST
This Action handles doing automatic method dispatching for REST
requests. It takes a normal Catalyst action, and changes the dispatch
to append an underscore and method name. First it will try dispatching
to an action with the generated name, and failing that it will try to
dispatch to a regular method.

OK afresh1@
2020-08-19 14:06:51 +00:00
ajacoutot
36602dfd65 Update to nomad-0.12.3. 2020-08-19 13:22:27 +00:00
ajacoutot
bb956ed931 Update to google-cloud-sdk-306.0.0. 2020-08-19 12:34:51 +00:00
ajacoutot
a7622880f1 Update to p11-kit-0.23.21. 2020-08-19 12:32:18 +00:00
ajacoutot
a43ef2fb66 Update to exoscale-cli-1.16.1. 2020-08-19 12:31:53 +00:00
ajacoutot
df0000b49e Update to py3-chromecast-7.2.1. 2020-08-19 12:31:28 +00:00
ajacoutot
46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00
ajacoutot
87d1640f5a Update to liblouis-3.14.0.
from wen heping, thanks!
2020-08-19 12:08:58 +00:00
jasper
584605aec4 mark BROKEN-powerpc64 for gsc spins during build 2020-08-19 11:28:29 +00:00
afresh1
e7e4decafd +p5-SQL-Abstract-Classic 2020-08-19 02:21:51 +00:00
afresh1
23fc14c742 Import p5-SQL-Abstract-Classic
SQL::Abstract::Classic was inspired by the excellent DBIx::Abstract. However, in
using that module I found that what I really wanted to do was generate SQL, but
still retain complete control over my statement handles and use the DBI
interface. So, I set out to create an abstract SQL generation module.

While based on the concepts used by DBIx::Abstract, there are several important
differences, especially when it comes to WHERE clauses. I have modified the
concepts used to make the SQL easier to generate from Perl data structures and,
IMO, more intuitive. The underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big advantage is that you don't
have to modify your code every time your data changes, as this module figures it
out.

From MAINTAINER wen heping <wenheping2000 () hotmail ! com>
OK benoit@
2020-08-19 02:21:17 +00:00
afresh1
2b4ce32f23 +p5-Test-CleanNamespaces 2020-08-19 02:18:26 +00:00
afresh1
e1d3e0e24e Import p5-Test-CleanNamespaces
Test::CleanNamespaces lets you check your module's namespaces for imported
functions you might have forgotten to remove with namespace::autoclean or
namespace::clean and are therefore available to be called as methods, which
usually isn't want you want.

From MAINTAINER wen heping <wenheping2000 () hotmail ! com>
OK benoit@
2020-08-19 02:18:11 +00:00
afresh1
b3322a0dd9 +p5-Plack-Middleware-MethodOverride 2020-08-19 02:12:10 +00:00
afresh1
6881c446d6 Import p5-Plack-Middleware-MethodOverride
Writing RESTful apps is a good thing, but if you're also trying to
support web browsers, it would be nice not to be reduced to GET
and POST for everything.

This middleware allows for POST requests that pretend to be something
else: by adding either a header named X-HTTP-Method-Override to the
request, or a query parameter named x-tunneled-method to the URI, the
client can say what method it actually meant.

From wen heping <wenheping2000 () hotmail ! com>
OK benoit@
2020-08-19 02:11:51 +00:00
lteo
0b2663de1d Update to Gradle 6.6.
https://docs.gradle.org/6.6/release-notes.html
2020-08-19 02:01:32 +00:00
abieber
936eebd141 Enable TLS 1.3 in ruby 2.7. Patch from tb@, tests from myself.
OK jeremy@
2020-08-18 23:40:13 +00:00
edd
9685e5a778 editors/py-neovim: Simple update to version 0.4.1.
To accompany the neovim update.
2020-08-18 19:17:28 +00:00
edd
934e913e22 editors/neovim: Incremental update to version 0.4.4.
Initial diff sent in from Travis Cole, then some tweaks by myself.

Thanks!
2020-08-18 19:15:54 +00:00
edd
15b5926df7 textproc/py-sphinx: Fix fallout due to TeX Live 2020 update. 2020-08-18 18:55:21 +00:00
edd
b5df22e015 textproc/lgrind: fix fallout due to TeX Live 2020 update.
OK espie@, thanks!
2020-08-18 18:52:26 +00:00
edd
54af758222 Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:47:59 +00:00
edd
673fe144bf Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:40:11 +00:00
rsadowski
2e93f729da Unbreak LLVM10 build
I have decided not to create an =operator, instead use the default ctor with
the same values for x and y.
2020-08-18 18:21:32 +00:00