132513 Commits

Author SHA1 Message Date
afresh1
96380ef758 Update devel/p5-Test-Base to 0.89
With adjustments from me

OK bluhm@
2018-10-24 21:34:32 +00:00
afresh1
2adacb28d6 Update devel/p5-MRO-Compat to 0.13
OK and fixes bluhm@
2018-10-24 21:28:29 +00:00
afresh1
948ed3f43f Update devel/p5-Test-Deep to 1.128
ok bluhm@
2018-10-24 21:27:03 +00:00
afresh1
e31aedfa85 Update to devel/p5-Devel-GlobalDestruction 0.14
ok bluhm@
2018-10-24 21:25:45 +00:00
bluhm
6c598718fc update p5-Test-Warnings to 0.026
from wen heping
2018-10-24 21:00:00 +00:00
sthen
a35764851b update to p5-File-Rename 1.10, from Charlene Wendling 2018-10-24 20:50:19 +00:00
sthen
0fa714275a remove php MDB2-* and related ports, these are old and not updated for
current php any more. MDB2-* suggested by giovanni@, no complaints on
ports@ for a week.
2018-10-24 20:31:25 +00:00
bluhm
99f665ab67 update p5-POE-Component-Pluggable to 1.28
from Charlene Wendling
2018-10-24 20:21:36 +00:00
bluhm
eaa63680b8 +p5-IO-Pipely
+p5-IO-Prompt-Tiny
+p5-MooseX-InsideOut
2018-10-24 20:01:29 +00:00
bluhm
d395734759 import p5-MooseX-InsideOut 0.106
from Charlene Wendling; OK afresh1@

Comment:
inside-out objects with Moose

Description:
MooseX::InsideOut provides metaroles for inside-out objects. It
sets up attribute slot storage somewhere other than inside $self.
This means that you can extend non-Moose classes, whose internals
you either don't want to care about or aren't hash-based.
2018-10-24 19:59:13 +00:00
sthen
11bc213e3b quirk to mention dovecot-antispam removal 2018-10-24 19:49:12 +00:00
sthen
ddeeb9bcc7 Remove dovecot-antispam, which is no longer used with newer Dovecot.
Configurations using this can migrate to IMAPSieve, for details see
https://wiki.dovecot.org/HowTo/AntispamWithSieve
2018-10-24 19:46:15 +00:00
sthen
4ee3eece43 Update to dovecot-pigeonhole 0.5.3 for Dovecot 2.3.3, from Renaud Allard / Brad 2018-10-24 19:43:22 +00:00
sthen
84cfcf5eba Update to dovecot-2.3.3. N.B. see https://wiki.dovecot.org/Upgrading/2.3
for required configuration changes, some settings especially ssl-related
have changed.

Initial diff from Renaud Allard, further changes from Brad.
2018-10-24 19:42:36 +00:00
bluhm
2230b5e427 import p5-IO-Prompt-Tiny 0.003
from Charlene Wendling; OK afresh1@

Comment:
prompt for user input with a default option

Description:
This is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.

It doesn't do any validation, coloring, menus, timeouts etc., it
just prompts with a default.
2018-10-24 19:41:09 +00:00
bluhm
fe6425f572 update p5-YAML-XS to 0.74
from wen heping; OK afresh1@
2018-10-24 18:16:30 +00:00
bluhm
e7597ee7fe import p5-IO-Pipely 0.005
from Charlene Wendling; OK afresh1@

Comment:
portably create pipe() or pipe-like handles

Description:
IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.

IO::Pipely currently understands pipe(), UNIX-domain socketpair()
and regular IPv4 localhost sockets.
2018-10-24 17:37:39 +00:00
jsing
eb9f847d2c Get the MAC secret size from the TLS cipher, rather than reaching into
libssl internals. While here also take more of the OpenSSL 1.1 API code
paths.

ok tb@
2018-10-24 17:16:19 +00:00
jsing
9b238750f5 Get the MAC secret size from the TLS cipher, rather than reaching into
libssl internals. While here also take more of the OpenSSL 1.1 API code
paths.

ok sthen@ tb@
2018-10-24 17:15:25 +00:00
jsing
42014c814c Stop reaching into libssl internals in order to send TLS alerts.
We're also unlikely to use this server-side code path (as noted by
sthen@).

ok sthen@ tb@
2018-10-24 17:10:22 +00:00
jsing
6ac36c352a Stop pulling in a header (asn1_mac.h) with ancient OpenSSL macro cruft -
pull in asn1.h directly instead.

ok jeremy@ (a long time ago; committing just in time for removal!)
2018-10-24 17:07:31 +00:00
sthen
d5474646e0 disable gmpxx (c++ library), it isn't used in ports or enabled by default upstream
ok naddy@
2018-10-24 15:21:56 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
fa14c2a167 update to urlwatch-2.15 2018-10-24 13:26:25 +00:00
sthen
dbf1b8ec50 update to apache-httpd-2.4.37 2018-10-24 13:23:59 +00:00
sthen
5cbe74670f update to ap2-mod_wsgi-4.6.5 2018-10-24 13:13:32 +00:00
bket
dcd987cf95 Update to easy-rsa-3.0.5.
This version adds support for LibreSSL. While here switch HOMEPAGE to
https.

OK sthen@
2018-10-24 11:23:12 +00:00
sthen
a8571eda5e update to junicode 1.002, from George Rosamond 2018-10-24 11:14:30 +00:00
sthen
5aa965d18c update php's DESCR, as spotted by Daniel Winters this includes references to
pdo_sqlite which was split off again between 6.3->6.4.
2018-10-24 10:19:36 +00:00
rsadowski
1e62449369 Update font-awesome-5.4.1 2018-10-24 10:13:26 +00:00
rsadowski
d8afd66099 Bugfix update mkvtoolnix-28.1.0 2018-10-24 10:13:11 +00:00
bentley
df83b42219 Explicitly link against libiconv, fixing build with lld. 2018-10-24 09:42:44 +00:00
gonzalo
f110c5b5c4 Update for SMPlayer to 18.10.0
OK benoit@
2018-10-24 07:45:42 +00:00
ori
1bfb40ed59 Bumping REVISION for previous commit.
OK mlarkin@ landry@
2018-10-24 06:24:20 +00:00
ori
f64918e9ae *** empty log message *** 2018-10-24 05:44:27 +00:00
bket
23a747e00a Update to zstd-1.3.7.
Minor fix release, which fixes a compression ratio regression. List of
man pages has been completed with documentation for zstdless and
zstdgrep.
2018-10-24 04:58:20 +00:00
steven
2f60d0da66 use gfortran instead of cc to link these libraries, in order to register
the dependency on libgfortran.

suggested and ok jca@
2018-10-23 20:35:47 +00:00
bluhm
e2328564b1 Get the MAC secret size from the cipher, rather than reaching into
libssl internals.  This effectively takes the OpenSSL 1.1 code path
instead of the OpenSSL 1.0 code path, and will allow for further
libssl clean up.
with and OK jsing@
2018-10-23 19:42:47 +00:00
jasper
d984c0b20b unbreak after libssh update 2018-10-23 19:28:47 +00:00
jasper
ec6db39f19 update to libssh-0.8.4
this addresses https://www.libssh.org/security/advisories/CVE-2018-10933.txt

ok rpointel@ (MAINTAINER)
2018-10-23 19:28:18 +00:00
jasper
05b8810e3f update to py-napalm-2.3.3 2018-10-23 19:13:58 +00:00
jasper
95edade3ad update to py-netmiko-2.3.0 2018-10-23 19:08:31 +00:00
jasper
25dff17881 update to py-ncclient-0.6.3 2018-10-23 19:02:31 +00:00
jasper
13eba78cb5 update to py-scp-0.12.1 2018-10-23 18:59:56 +00:00
jasper
4fce7d75a1 register py-raet removal 2018-10-23 18:58:56 +00:00
jasper
23ee5cd5d3 remove py-raet; saltstack stopped this flirt a while ago
discussed with and ok aja@ a while ago
2018-10-23 18:58:38 +00:00
jasper
3ab104e4e9 - py-raet 2018-10-23 18:57:22 +00:00
jasper
c7c2391abd update to minio-0.20181018 2018-10-23 18:53:09 +00:00
jasper
15e6ece1d4 update to minioc-0.20181018 2018-10-23 18:52:26 +00:00
jasper
076e9cddfd update to py-natsort-5.4.1 2018-10-23 18:50:08 +00:00