6064 Commits

Author SHA1 Message Date
jasper
a6f51854d0 remove mentions of the RAET transport; development has been rather
quiet in recent years and upstream confirmed raet development isn't
pursued anymore.

ok aja@
2018-01-23 18:32:39 +00:00
jasper
28a7f3039d add py-croniter to the list of optional dependencies; it can be used
to write schedules with cron-like syntax
2018-01-23 18:24:44 +00:00
jasper
343251be32 +py-croniter
+py-croniter,python3
2018-01-23 18:23:32 +00:00
jasper
c0596f173a import py-croniter-0.3.20
croniter provides iteration for the datetime object with a cron like
format.

ok aja@
2018-01-23 18:22:23 +00:00
sthen
5c8fa2975a Skip installing microcode for skylake (family 06, models 4e and 5e,
stepping 03, i.e. files 06-4e-03 and 06-5e-03) for now.

Even with the older files from 20171117 we are still seeing some
problems when these are loaded.
2018-01-21 23:41:42 +00:00
jasper
dc99d1a791 update to borgmatic-1.1.14 2018-01-21 19:42:55 +00:00
danj
0b0fe7ba52 Update to duplicity-0.7.16 2018-01-21 17:48:39 +00:00
landry
4f65910c70 Update to logtail 1.3.8, from Björn Ketelaars 2018-01-21 09:34:39 +00:00
ajacoutot
a9f8721dd9 Update providers to their latest release. 2018-01-20 11:53:44 +00:00
ajacoutot
3fd4eb4619 Update to terraform-provider-alicloud-1.6.1. 2018-01-20 11:35:50 +00:00
ajacoutot
4c52c430e4 Update to salt-testing-2018.1.16. 2018-01-20 11:34:16 +00:00
ajacoutot
9a34fb7385 Update to awless-0.1.9. 2018-01-20 11:30:32 +00:00
ajacoutot
9bcf56c426 Update to amazon-ssm-agent-2.2.160.0. 2018-01-20 11:27:34 +00:00
ajacoutot
5bfbfdf068 Update to ecs-cli-1.3.0. 2018-01-20 11:20:20 +00:00
ajacoutot
a9ff4e5251 Update to awscli-1.14.29. 2018-01-20 11:03:31 +00:00
jca
f8274a2451 Currently requires clang, use ONLY_FOR_ARCHS 2018-01-19 16:56:47 +00:00
sthen
162000fa7a Drop back to Intel's older 20171117 microcode release. We are seeing issues
on a ports build machine with 20180108 (which Intel are still listing as
the current version).

Instability has been showing up as random build errors, internal compiler
errors etc on one machine which has Xeon E3-1225 v5.

https://downloadcenter.intel.com/download/27337/Linux-Processor-Microcode-Data-File
https://downloadcenter.intel.com/download/27431/Linux-Processor-Microcode-Data-File
2018-01-18 23:15:10 +00:00
sthen
0d838465ee update to flashrom-1.0, from Klemens Nanni 2018-01-16 22:16:41 +00:00
sthen
bdbf41d3c0 +od1000_firmware 2018-01-16 20:30:31 +00:00
sthen
bfa84784ef import ports/sysutils/od1000_firmware, ok jca
UEFI firmware and tool for the Softiron Overdrive 1000 for USB programming.
Requires physical access.
2018-01-16 20:30:10 +00:00
jeremy
17a9f1e495 Start building ruby 2.5 versions of ruby gem ports by default 2018-01-16 01:42:40 +00:00
jsg
f09fdb45d5 Add new radeon firmware into /etc/firmware/radeon/ retaining the
linux names which reduces the radeondrm diff to linux and avoids
problems with names that differ by case.

This will be used by a future radeondrm update.  The existing
firmware/paths will be included until sometime after that happens.

With help from sthen@
2018-01-15 15:15:42 +00:00
rpe
0a9c4769d7 missed one test 2018-01-14 14:53:25 +00:00
rpe
214644a454 Now that all ports rc.* scripts are using #!/bin/ksh
- change [] tests to [[]]
- change arithmetic [] tests to (())
- change = to == inside [[]]
- remove unecessary quoting inside [[]]

OK aja@
2018-01-14 14:42:18 +00:00
ajacoutot
8879c2b090 Update to awscli-1.14.24. 2018-01-13 08:51:21 +00:00
sthen
22f4eebe00 fix bump 2018-01-12 20:43:48 +00:00
sthen
db3e17373e fix bad bump 2018-01-12 14:05:10 +00:00
ajacoutot
38087938b0 Update to awscli-1.14.23. 2018-01-12 08:04:56 +00:00
ajacoutot
b105d5edeb Update to terraform-provider-alicloud-1.5.3. 2018-01-11 21:10:51 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
8e1b8510f0 +intel 2018-01-10 20:54:43 +00:00
sthen
e65a593088 import sysutils/firmware/intel, for intel cpu microcode. updated and slightly
tweaked from a port by patrick@.
2018-01-10 20:53:15 +00:00
sthen
eff5d75859 +iucode-tool 2018-01-10 20:36:34 +00:00
sthen
f2edc380f1 import sysutils/iucode-tool, tweaked from a port from patrick@
"This is a simple tool to manipulate microcode for Intel CPUs."
2018-01-10 20:36:11 +00:00
claudio
02e30178ec Add devel/promu and sysutils/prometheus 2018-01-10 16:43:15 +00:00
claudio
a28b353b47 Prometheus is an open-source systems monitoring and alerting toolkit.
Its main features are:
- a multi-dimensional data model with time series data identified by
  metric name and key/value pairs
  - a flexible query language to leverage this dimensionality
  - no reliance on distributed storage; single server nodes are autonomous
  - time series collection happens via a pull model over HTTP
  - pushing time series is supported via an intermediary gateway
  - targets are discovered via service discovery or static configuration
  - multiple modes of graphing and dashboarding support

Input and OK sthen@
2018-01-10 16:26:19 +00:00
ajacoutot
ded803580f Update providers to their latest release. 2018-01-10 12:31:56 +00:00
ajacoutot
bc1423d054 Update to terraform-0.11.2. 2018-01-10 10:22:26 +00:00
ajacoutot
7da40d5b7a Update to ecs-cli-1.2.2. 2018-01-10 10:21:17 +00:00
ajacoutot
70b9dd51be Update to awscli-1.14.22. 2018-01-10 10:07:39 +00:00
ajacoutot
77ed7aba57 Update to awscli-1.14.20. 2018-01-09 13:37:11 +00:00
ajacoutot
c4cd5d1c40 Update to terraform-provider-alicloud-1.5.2. 2018-01-09 12:53:56 +00:00
jsg
25141c2f25 update to U-Boot 2018.01 2018-01-09 09:38:51 +00:00
steven
4dae899b43 avoid picking up libhiredis when installed
spotted by and ok ajacoutot@
2018-01-09 07:36:06 +00:00
jasper
b44dc6de2d update to borgmatic-1.1.12 2018-01-07 12:06:32 +00:00
ajacoutot
56448f6d12 Add PORTROACH marker. 2018-01-07 11:10:59 +00:00
ajacoutot
8c586656b4 Update to ecs-cli-1.2.1. 2018-01-07 11:09:27 +00:00
landry
1f935218dc New micro version with some fixes, again from semarie@:
- proper support of installurl(5) (empty lines, comments...)
- for patching:
  - check for endianness issues (a LSB arch could only patch a LSB arch)
  - some archs aren't patchable to add the install/upgrade file (bsd.rd
  is stripped/gzipped): alpha, sparc64, hppa
2018-01-06 14:34:17 +00:00
ajacoutot
6123dd312b Update to awscli-1.14.19. 2018-01-06 10:35:58 +00:00
ajacoutot
62993ae717 Update to terraform-provider-alicloud-1.5.1. 2018-01-06 10:26:50 +00:00