Commit Graph

6761 Commits

Author SHA1 Message Date
ajacoutot
dc3eb5b47a Update to awscli-1.16.81. 2018-12-27 10:47:34 +00:00
sthen
a4e62540ee mark BROKEN-i386 = build fails, no error message 2018-12-25 22:40:11 +00:00
jsg
6718f44ea1 update dtb to linux 4.20
adds a dtb for rockpro64 among other changes
2018-12-24 08:55:20 +00:00
naddy
66f3efe8d4 add MODGCC4_CPPLIBDEP to subpackages 2018-12-21 23:36:10 +00:00
ajacoutot
2aafbcc3ae Update terraform providers. 2018-12-21 13:23:31 +00:00
landry
f5090b8636 +telegraf 2018-12-18 19:32:01 +00:00
landry
3c1115c114 Import telegraf 1.9.0.
Telegraf is an agent for collecting, processing, aggregating, and
writing metrics. Plugin-driven, it has the concept of 4 distinct plugin
types:
* Input Plugins collect metrics from the system, services, or 3rd party
  APIs
* Processor Plugins transform, decorate, and/or filter metrics
* Aggregator Plugins create aggregate metrics (e.g. mean, min, max,
  quantiles, etc.)
* Output Plugins write metrics to various destinations

note that input.system is currently broken on OpenBSD (probably because
of gopsutil or go internals), tracked in
https://github.com/influxdata/telegraf/issues/5157. Other plugins seem
to work fine.

As it was done for influxdb (telegraf comes from the same source),
bundle the go deps and selfhost the distfile.

ok danj@
2018-12-18 19:31:28 +00:00
ajacoutot
8ce4fc9d8a Don't run the checkstyle script to unbreak with new go. 2018-12-16 15:08:34 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
abieber
61c22c4c39 Update fzf to 0.17.5
OK rsadowski@
2018-12-16 01:05:53 +00:00
bket
0fc42fa481 Update to borgbackup-1.1.8
OK giovanni@
2018-12-15 12:14:26 +00:00
ajacoutot
9f6ae67186 Update to packer-1.3.3. 2018-12-15 11:41:48 +00:00
ajacoutot
ec4cf767b4 Update Terraform providers. 2018-12-15 11:32:25 +00:00
ajacoutot
53dee3481f Update to awscli-1.16.76. 2018-12-15 11:26:33 +00:00
ajacoutot
b0b29352b6 Update to terraform-0.11.11. 2018-12-15 11:23:23 +00:00
ajacoutot
09fe947688 Update to amazon-ssm-agent-2.3.344.0. 2018-12-15 11:19:48 +00:00
ajacoutot
2d39ccfeb2 Update to ecs-cli-1.12.1. 2018-12-15 11:14:03 +00:00
ajacoutot
0def688ce0 Update to awscli-1.16.75. 2018-12-14 13:14:14 +00:00
espie
06108d8400 fix the database name
also make a more specific connection, so that we don't create the wrong
database name accidentally
2018-12-14 10:37:22 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
sthen
90710cfcdd bump HW_SENSORS users, kernel ABI change from adding a new sensor type
breakage in zabbix reported by Mark Patruck
2018-12-12 13:34:31 +00:00
bcallah
44f316d303 Update to diffoscope-107 2018-12-11 16:12:50 +00:00
claudio
1fe9e91d93 Change vmm-firmware port by adding:
- bootorder support (CONFIG_BOOTORDER=y)
- setting the default for screen-and-debug to 0 since for vmd screen is
  always the serial port (which is used for debug)
- Use a while (len--) inb() loop to read from IO ports instead of 'rep insb'
This will allow to implement fw_cfg support into vmd(4) and through that to
support alternative boot devices.
I tested OpenBSD (disk and cdrom boots) and a Linux guests and all still works.
OK reyk@, sthen@ and mlarkin@
2018-12-10 16:25:17 +00:00
landry
53feba32e0 Update to upower 0.99.9.
Upstream switched to fd.o's gitlab, adapt MASTER_SITES accordingly.
ok ajacoutot@
2018-12-10 10:55:27 +00:00
ajacoutot
0b7e394afc Update to awscli-1.16.72. 2018-12-07 22:25:56 +00:00
ajacoutot
77c6597434 SECURITY fix:
Allow negative uids/gids in PolkitUnixUser and Group objects
CVE-2018-19788
2018-12-07 13:11:25 +00:00
ajacoutot
c18e600226 Update to exoscale-cli-1.0.5. 2018-12-06 14:41:52 +00:00
bcallah
71dd847851 Bugfix update to the cpdup found in DragonFly BSD 5.4.0 2018-12-05 00:08:19 +00:00
pvk
a24998b304 Remove x-pack: not used since ELK 6.3
ok sthen@
2018-12-03 18:26:01 +00:00
pvk
c260fd4905 Unlink x-pack: it was integrated into non-free ELK distribution 2018-12-02 20:33:27 +00:00
pvk
0737ec1107 Update logstash 6.4.3 -> 6.5.1
ok jasper@
2018-12-02 20:19:59 +00:00
jsg
2f6edad506 adjust psf2bsd for OpenBSD struct wsdisplay_font
ok fcambus@
2018-12-02 06:40:32 +00:00
florian
f8a30d9ac2 hook up 2.2 2018-12-01 09:15:58 +00:00
florian
44b6d98735 Update to burp-2.2 which can listen on IPv4 and IPv6 sockets.
The server configuration changed so keep 2.1.x around for now.
review & problem with PLIST pointed out by bcallah
hand holding, fixes & OK sthen
2018-12-01 09:13:08 +00:00
naddy
0711273eea add missing includes for ports-gcc 2018-12-01 00:15:36 +00:00
sthen
faf57c3103 stop @sample'ing share/examples/burp/clientconfdir/testclient into
/etc/burp/clientconfdir, it has a hardcoded password, spotted by florian@.
clean up some other @sample problems while there.
2018-11-30 11:40:33 +00:00
ajacoutot
cc8b8733f1 Update to awscli-1.16.67. 2018-11-30 09:11:08 +00:00
jturner
e2bb456854 Update login_duo to 1.11.1 2018-11-30 01:38:40 +00:00
sthen
bab6434af2 update to bacula-9.2.2 2018-11-29 15:15:35 +00:00
naddy
0c8f3c00f4 needs gettext-tools 2018-11-29 14:50:02 +00:00
ajacoutot
8e2057b674 Update to awscli-1.16.65. 2018-11-29 14:32:31 +00:00
sthen
62a5440ae2 regenerate plists 2018-11-28 15:35:42 +00:00
espie
90e969d0aa switch to one single schema for sqlports. Kill sqlports-compact (it is the
new default, change tables to be _table, views to be view (for now)) and
adjust consumers to work with the new tool, to the best of my knowledge
2018-11-28 14:57:45 +00:00
bcallah
682ceb5277 +diffoscope 2018-11-27 20:35:43 +00:00
bcallah
f9a01b59d6 Import sysutils/diffoscope, a utility for in-depth comparison of files,
archives, and directories
ok sthen@

diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
and transform various binary formats into more human readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.

It can be scripted through error codes, and a report can be produced
with the detected differences. The report can be text or HTML. When no
type of report has been selected, diffoscope defaults to write a text
report on the standard output.

diffoscope was initially started by the "reproducible builds" Debian
project and now being developed as part of the wider "Reproducible
Builds" initiative. It is meant to be able to quickly understand why two
builds of the same package produce different outputs. diffoscope was
previously named debbindiff.
2018-11-27 20:35:18 +00:00
danj
a4a10ae1ca Update to upt-0.5 2018-11-25 20:55:41 +00:00
jsg
e69081d479 update to pciutils 3.6.2 2018-11-24 08:04:46 +00:00
ajacoutot
8fbe5fc2d5 Update to awscli-1.16.60. 2018-11-23 10:23:43 +00:00
ajacoutot
6565e9e463 Update to amazon-ssm-agent-2.3.274.0. 2018-11-23 10:20:40 +00:00
ajacoutot
2246ae5678 Update to ecs-cli-1.12.0. 2018-11-23 10:20:22 +00:00