135292 Commits

Author SHA1 Message Date
jasper
827e5339af update to clutter-gst-3.0.27 2019-02-07 19:38:26 +00:00
danj
fea1d0af5d Update to prosody-0.11.2
"""Quite a bit of changes in this one, most noticeably:
- prosody now ships with BSD Makefiles, so we can drop gmake.
- I have disabled the tests for now, as they now require busted and
  luacheck, of which busted has not been ported yet."""

From Henrik Friedrichsen (Maintainer)
2019-02-07 19:23:39 +00:00
solene
0c403c84da Update to sshlockout-20190130
ok sthen@
2019-02-07 18:31:00 +00:00
cwen
00dd3f8a5c Update p5-Hash-Merge to 0.300
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
While here, i've fixed some trailing whitespaces in DESCR
OK afresh1@ (MAINTAINER), "read OK but untested" sthen@
2019-02-07 18:30:15 +00:00
robert
bad882edfb update to 72.0.3626.96 2019-02-07 18:22:18 +00:00
cwen
a9370b950b +p5-Clone-Choose 2019-02-07 18:17:52 +00:00
cwen
e0ec0ced8b Import devel/p5-Clone-Choose 0.010
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
tweaks and OK afresh1@, "read OK but untested" sthen@

Clone::Choose checks several different modules which provide a clone()
function and selects an appropriate one.
2019-02-07 18:16:16 +00:00
juanfra
79ab94c5a1 Update to tarlz 0.10a. From Kurt Mosiejczuk.
(despite of the "a" in the version, it's stable, not an alpha)
2019-02-07 18:06:47 +00:00
edd
c95e29c950 Update to net/syncthing to 1.0.1.
Also link stcli (the command line interface) to the build.

This was a combined effort between myself and Alex Holst.

OK abieber@, thanks.
2019-02-07 15:50:09 +00:00
bluhm
fbfc4e4d95 update p5-XML-LibXML to 2.0133 2019-02-07 15:25:42 +00:00
ajacoutot
bb8e7813b4 png -> png16 2019-02-07 15:01:29 +00:00
ajacoutot
9bada5133e Missing BDEP+RDEP on devel/py-gobject3.
failure reported by naddy@
2019-02-07 14:41:45 +00:00
jca
8c96b925de Fix libelf handling
- devel/libelf is no more, use libelf from base
- libelf is always used if detected, not just on powerpc, so properly
disable its use elsewhere

A comment in the source says libelf is used for vxworks, not sure how
useful it actually is on OpenBSD.
2019-02-07 14:32:45 +00:00
jca
0ab3526081 Simplify libc++7 workaround, tweaking config.hpp was enough
Noticed by naddy@, ok Brad (maintainer)
2019-02-07 13:53:28 +00:00
sthen
4b5cf1818c update to bacula-9.4.2 2019-02-07 12:45:05 +00:00
sthen
f17a9bc051 update to py-unidecode-1.0.23, from Kurt Mosiejczuk 2019-02-07 12:28:41 +00:00
sthen
ab32a08db4 update to xdaliclock-2.44, from Pamela Mosiejczuk
(the distfile is 10x larger, this is just due to OSX binaries)
2019-02-07 12:26:24 +00:00
sthen
bb4f39fc75 Update to maclookup-1.6, adds "maclookup -e" which adds the vendor
name to the end of the line rather than inline, useful for annotating
dhcp configs.

Add Text::CSV_XS dependency, it's small and 10x faster than CSV_PP.
2019-02-07 11:16:31 +00:00
sebastia
b96f251f23 now that there is ruby-optimist new dependency available, update
to 3.0.0
2019-02-07 09:49:43 +00:00
sebastia
d0f855a50e hook up ruby-optimist 2019-02-07 09:47:57 +00:00
sebastia
cdf5346d8a import ruby-optimist
Optimist is a commandline option parser for Ruby that just gets out of
your way. One line of code per option is all you need to write. For
that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you
don't specify.


feedback on how to enable the tests, and OK for import jeremy@
2019-02-07 09:45:09 +00:00
ajacoutot
4b1e298284 Try to fix build with newer libc++ (tests still ongoing).
Few tweaks while here.

prodded by naddy@
2019-02-07 08:03:56 +00:00
solene
aaa2f9e256 + gzdoom
I forgot to add it. Spotted by @jasper
2019-02-07 07:49:48 +00:00
giovanni
3dc810d58a +p5-POE-Component-Client-DNS-Recursive
+p5-POE-Component-Server-DNS
+p5-POE-Filter-DNS-TCP
2019-02-07 07:30:07 +00:00
patrick
170575634e Switch from Allwinner's ATF to the official ARM Trusted Firmware
repository.  There has been plenty of upstreaming effort which
improves support for devices like the Pinebook.
2019-02-07 07:29:04 +00:00
patrick
52211928a6 Update ARM Trusted Firmware to a more recent version. Unfortunately
there has been no release since October '18, but the Allwinner SoC
and thus the Pinebook work a lot better using the recent upstreaming
efforts.  So we grab a recent commit from master as a "beta" version.

ok jsg@
2019-02-07 07:23:50 +00:00
giovanni
88281226c5 Import POE::Component::Server::DNS, a non-blocking, concurrent DNS server POE component
ok afresh1@

pkg/DESCR:
POE::Component::Server::DNS is a POE component that implements a DNS
server.
It uses POE::Component::Client::DNS to handle resolving when configured
as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by
POE::Component::Generic to perform recursion.
One may add handlers to massage and manipulate responses to particular
queries which is vaguely modelled after Net::DNS::Nameserver.
2019-02-07 07:19:46 +00:00
giovanni
05ced19ec7 Import POE::Component::Client::DNS::Recursive, a POE component that
implements a recursive DNS client.

ok afresh1@

pkg/DESCR:
POE::Component::Client::DNS::Recursive is a POE component that
implements a recursive DNS client.
POE sessions and components can spawn a
POE::Component::Client::DNS::Recursive instance to perform a DNS query.
The component will perform its task and return the results to the
requesting session.
One may also enable tracing of the delegation path from the root name
servers for the name being looked up.
2019-02-07 07:18:18 +00:00
giovanni
28cee2f111 Import POE::Filter::DNS::TCP, a POE Filter to handle DNS over TCP connections
ok afresh1@

pkg/DESCR:
POE::Filter::DNS::TCP is a POE::Filter for parsing and generating DNS
messages received from or transmitted (respectively) over TCP as per RFC
1035.
2019-02-07 07:16:08 +00:00
sthen
9759bcedc0 update to ImageMagick-6.9.10-26 2019-02-06 23:31:32 +00:00
sthen
afeaf12d3b mark BROKEN-i386: non-ABS relocation R_386_GOTOFF against symbol .LC60 2019-02-06 23:09:53 +00:00
sthen
9f582c37cc add missing PKGSPEC to gnupg2; benno@ noticed that "pkg_delete gnupg-1.4.23p1"
required deleting password-store. the latter's dependency is on security/gnupg2
but without a PKGSPEC set here, the default pkgspec of "gnupg-*" was used.
2019-02-06 23:05:18 +00:00
jasper
5da8c8329a update to py-natsort-6.0.0 2019-02-06 19:07:12 +00:00
jasper
5b2f635af1 update to pdfpc-4.3.2 2019-02-06 19:06:48 +00:00
jasper
78d6e7f1ce update to p5-Config-IniFiles-3.000001 2019-02-06 19:03:12 +00:00
naddy
c644baabc5 update CVE entry for net/curl; reminded by danj@ 2019-02-06 18:22:15 +00:00
naddy
3086b11500 Update to 7.64.0. Includes fixes for
CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
CVE-2019-3823: SMTP end-of-response out-of-bounds read
2019-02-06 18:14:05 +00:00
robert
57775479fd update to 72.0.3626.81
now chromium uses f'in java to use the closure compiler which
creates "better javascript" by parsing and converting all js
code into unreadable garbage. this feature is only enable on
amd64 because on i386 java randomly fails to allocate the needed
memory and on arm64 we do not have jdk yet. on these architectures,
we use the best method to create "better javascript", which is cat(1)
2019-02-06 16:41:55 +00:00
cwen
a0dfe30fdf Update p5-MooseX-Role-Parameterized to 1.10
Changelog:
https://metacpan.org/changes/release/ETHER/MooseX-Role-Parameterized-1.10
OK bcallah@ sthen@
2019-02-06 16:14:41 +00:00
cwen
a0fae7c474 Update p5-MooseX-Role-WithOverloading to 0.17
Changelog:
https://metacpan.org/changes/distribution/MooseX-Role-WithOverloading
OK bcallah@ sthen@
2019-02-06 16:08:21 +00:00
cwen
a234a3a664 Update p5-MooseX-Daemonize to 0.21
Changelog:
https://metacpan.org/changes/distribution/MooseX-Daemonize
Tweaks and OK sthen@, OK bcallah@
2019-02-06 16:02:33 +00:00
cwen
392b5224e7 Update p5-MooseX-ConfigFromFile to 0.14
Changelog:
https://metacpan.org/changes/release/ETHER/MooseX-ConfigFromFile-0.14
OK sthen@ bcallah@
2019-02-06 15:53:35 +00:00
cwen
08bced5107 +p5-MooseX-Types-Path-Tiny 2019-02-06 15:40:29 +00:00
cwen
28cf0595bc Import devel/p5-MooseX-Types-Path-Tiny 0.012
OK sthen@ bcallah@

This module provides Path::Tiny types for Moose. It handles two
important types of coercion:

- coercing objects with overloaded stringification
- coercing to absolute paths

It also can check to ensure that files or directories exist.
2019-02-06 15:39:36 +00:00
cwen
45151575c2 +p5-MooseX-Types-Stringlike 2019-02-06 15:06:27 +00:00
cwen
98a21983ad Import devel/p5-MooseX-Types-Stringlike 0.003
OK sthen@ bcallah@

This Perl module provides a more general version of the "Str" type. If
coercions are enabled, it will accept objects that overload stringification
and coerces them into strings.
2019-02-06 15:04:18 +00:00
sthen
ddbda595d4 cve quirk for rdesktop 2019-02-06 14:23:35 +00:00
sthen
3e97250ab2 security update to rdesktop-1.8.4
info at https://research.checkpoint.com/reverse-rdp-attack-code-execution-on-rdp-clients/
2019-02-06 14:22:39 +00:00
jca
a9ecf02bfa Upgrade to portaudio-svn-1960
One function added, tweak our sndio bits while here.
Tests and ok ratchov@
2019-02-06 14:21:15 +00:00
sthen
92a5b0e3a0 fix asio build in emulators/mame with libc++; similar to devel/boost but
no need to consider the case with a ports-clang compiler on a gcc arch (which
uses libstdc++ not libc++). amd64 test and ok jca

(i386 is broken due to a different issue)
2019-02-06 13:09:09 +00:00