7541 Commits

Author SHA1 Message Date
sthen
40052f93bf update to snmp_exporter-0.16.1 2019-12-11 15:51:00 +00:00
sthen
581e15276f despite DPB_PROPERTIES=lonesome and datasize-cur=infinity this still
consistently fails on i386 - set NOT_FOR_ARCHS.

runtime: out of memory: cannot allocate 67821568-byte block (2004189184 in use)
2019-12-11 11:34:39 +00:00
sebastia
8bf4f5313e Update 3.14.5 -> 3.14.6 2019-12-10 07:28:17 +00:00
sthen
c69b16d605 update to 0.16, manpage fix only 2019-12-09 14:50:06 +00:00
fcambus
ae82d3e2f0 Switch syslog-ng from net/GeoIP to net/libmaxminddb.
This adds support for using GeoIP2/GeoLite2 databases instead of the
deprecated GeoIP/GeoLite databases.

Makes sense to steven@, maintainer. No objections.
2019-12-09 14:45:16 +00:00
ajacoutot
056c8add16 Update to terraform-provider-exoscale-0.14.0. 2019-12-08 10:20:18 +00:00
ajacoutot
5e0905b5e6 Update to deja-dup-40.5. 2019-12-08 09:43:20 +00:00
ajacoutot
091a96e2a4 Update to nomad-0.10.2. 2019-12-08 09:39:10 +00:00
ajacoutot
ed34911380 Update terraform providers. 2019-12-08 09:32:28 +00:00
ajacoutot
ed3f92f971 Update to terraform-0.12.17. 2019-12-08 08:32:15 +00:00
ajacoutot
3e573aebb6 Update to exoscale-cli-1.7.0. 2019-12-08 08:27:17 +00:00
ajacoutot
e5c7d032fd Update to awscli-1.16.298. 2019-12-08 08:24:59 +00:00
pvk
f4c424accf Update ansible 2.9.1 -> 2.9.2
Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-2
2019-12-07 19:49:16 +00:00
pvk
feeb4bd8bd Update logstash 7.4.2 -> 7.5.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-0.html
2019-12-07 00:06:22 +00:00
pvk
cc08524362 Update riemann 0.3.4 -> 0.3.5
Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md
2019-12-06 23:37:57 +00:00
sthen
d52f3b17d9 provider-aws isn't the only terraform-provider that often runs out of memory
in i386 bulks; move DPB_PROPERTIES=lonesome for i386 up to Makefile.inc
2019-12-05 19:40:59 +00:00
sebastia
c39a9e4934 deconflict with ruby25 flavor
Tried to get rid of the ${GEM_BIN_SUFFIX} from the script, however,
that also requires to get rid of the flavor handling, and would rename
the package as pointed out by jeremy@
I wasn't able to get proper update working even with quirks,
therefore revert back to add the GEM_BIN_SUFFIX
2019-12-05 07:41:37 +00:00
sebastia
ea4e7b9a1e deconflict with ruby25 flavor
Tried to get rid of the ${GEM_BIN_SUFFIX} from the script, however,
that also requires to get rid of the flavor handling, and would rename
the package as pointed out by jeremy@
I wasn't able to get proper update working even with quirks,
therefore revert back to add the GEM_BIN_SUFFIX
2019-12-05 07:33:41 +00:00
jasper
38d6ec0434 add support for OpenBSD to the service_facts module
tested by and ok pvk@
2019-12-04 20:44:12 +00:00
sthen
ab5841a44a mark BROKEN until someone gets round to fixing this, broken by the node update. 2019-12-04 16:31:17 +00:00
sthen
a4b28b2c87 allow fetching only a subset of trees, requested by guenther@ stsp@ 2019-12-04 14:40:37 +00:00
kmos
e5f6e6a805 Move tests to MODPY_PYTEST 2019-12-02 15:31:36 +00:00
kmos
1302bebd00 Remove sysutils/py-cef
sysutils/py-cef is python2-only and has no consumers.

It wwas brought in for the www/mozilla-sync port which was removed
14 months ago (and was unlinked for years before that).

ok jasper landry sthen jca bcallah
2019-12-02 14:37:49 +00:00
kmos
96143b15c1 Move tests from custom do-test to MODPY_PYTEST
Also drop TEST_DEPENDS on self in favor of pointing at compiled
version
2019-12-02 05:06:07 +00:00
kmos
486676cb83 Move tests to MODPY_PYTEST 2019-12-02 04:42:47 +00:00
bcallah
904d5a15be Update to diffoscope-133 2019-12-01 14:49:15 +00:00
reyk
a4220db2a4 Update cloud-agent to 1.1. The included cms binary is not needed anymore.
OK kn@
2019-11-29 19:01:02 +00:00
kirby
61d52cd61a update HOMEPAGE, MASTER_SITES and DESCR
OK pirofti@ (maintainer)
2019-11-29 11:39:32 +00:00
sthen
d665f4f90d +snmp_exporter 2019-11-27 10:47:22 +00:00
sthen
4ca3a129a0 import sysutils/snmp_exporter, ok tb@ espie@
Prometheus exporter for metrics gathered from SNMP. Contains an exporter
that does the actual scraping, and a generator (which depends on Net-SNMP)
that creates the configuration for use by the exporter.

The snmp exporter reads from a snmp.yml config file by default. This file
is not intended to be written by hand, rather use the generator to generate
it for you.
2019-11-27 10:46:28 +00:00
bcallah
6a5d2c8210 Update to diffoscope-132 2019-11-27 00:48:50 +00:00
cwen
29175d9a11 screenfetch: update to 3.9.1
Changelog:
https://github.com/KittyKatt/screenFetch/releases/tag/v3.9.1

OK solene@ bcallah@
2019-11-26 21:02:17 +00:00
jca
acbf4c142b ftp(1) speaks HTTP/1.1 now, switch back to upstream MASTER_SITES
Thanks to kmos@ for hosting those distfiles in the meantime.
2019-11-26 15:22:07 +00:00
sthen
ca6424e51a update to burp-2.2.18, mostly from Olivier Cherrier, but I went with
the PLIST as generated by update-plist directly
2019-11-26 10:17:11 +00:00
jasper
c841d25a59 use hw.ncpuonline instead of hw.ncpu when showing the number of cpus/cores in the system
ok pvk@
2019-11-26 08:07:39 +00:00
jturner
e88c146fc8 Make slant compile with latest openradtool and sqlbox. Bump 2019-11-24 14:40:30 +00:00
bcallah
666afb293f Update to diffoscope-131 2019-11-24 14:14:09 +00:00
kmos
c4f2f34a1b Enable tests via MODPY_PYTEST. py-vcrpy is available now. 2019-11-24 06:46:37 +00:00
kmos
9b8fce5a92 Move tests to MODPY_PYTEST 2019-11-23 21:51:16 +00:00
kmos
e41b351ddf Fix test by moving to MODPY_PYTEST and adding missing devel/py-tz to
TEST_DEPENDS
2019-11-23 21:47:02 +00:00
kmos
79ce82c5bf Add MODPY_PYTEST since it is what port uses anyway.
Remove now-unneeded py-test and py-pluggy TEST_DEPENDS

Add many missing TEST_DEPENDS to get majority of tests passing
2019-11-23 19:00:43 +00:00
ajacoutot
fb821f8bee Update to terragrunt-0.21.6. 2019-11-23 17:23:15 +00:00
ajacoutot
26c6346a30 Update terraform providers. 2019-11-23 15:45:26 +00:00
bcallah
94c05c91f9 Update to diffoscope-130 2019-11-23 14:44:45 +00:00
ajacoutot
55b08c50a4 Update to remotebox-2.6. 2019-11-23 14:43:57 +00:00
ajacoutot
97185e247e Update to google-cloud-sdk-272.0.0. 2019-11-23 14:37:26 +00:00
ajacoutot
f3fe4c529b Update to awscli-1.16.290. 2019-11-23 14:36:11 +00:00
ajacoutot
6fe968323f Update to ecs-cli-1.18.0. 2019-11-23 14:33:29 +00:00
sthen
a0f08e66f4 quieter -q, req'd by kmos@ 2019-11-22 21:38:17 +00:00
sthen
451403b121 support -q to be quiet, requested by miod 2019-11-20 21:41:51 +00:00