ajacoutot
758a439ed0
Update terraform providers.
2019-04-03 08:18:51 +00:00
ajacoutot
3c995a9781
Update to consul-1.4.4.
2019-04-03 08:15:51 +00:00
ajacoutot
2ce630756a
Update to (hashicorp-)serf-0.8.2.
2019-04-03 08:08:42 +00:00
jsg
49d90b8a68
update to Arm Trusted Firmware 2.1
...
tested on firefly-rk3399 nanopi_a64 by kettenis and pinebook by phessler
2019-04-03 00:19:56 +00:00
bcallah
b529887cde
Update to coreutils-8.31
...
Changelog: https://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS
ok rsadowski@
2019-04-02 19:47:43 +00:00
sthen
c0816336cc
update to ansible-lint-4.1.0, enable tests
2019-04-01 16:44:56 +00:00
sebastia
2ae854b475
simple update 5.5.10 -> 5.5.12
2019-04-01 11:18:14 +00:00
sebastia
2ab577f77d
Simple update 3.13.0 -> 3.13.1
2019-04-01 11:15:45 +00:00
jasper
1b526c0033
update to borgmatic-1.3.0
2019-04-01 04:18:38 +00:00
bentley
5245d5b80c
Remove upsd.
...
No updates since import ~20 years ago, dead upstream.
ok kevlo@
2019-03-31 01:05:24 +00:00
fcambus
fc899b4a66
Update psftools to 1.0.12.
2019-03-30 21:21:42 +00:00
fcambus
32cb6e2086
Update ttyplot to 1.2.
2019-03-30 21:19:30 +00:00
ajacoutot
33448fa510
Update to exoscale-cli-1.1.4.
2019-03-30 10:50:11 +00:00
jasper
1cde17869b
stop beating around the bush and drop maintainership on beats I don't use anymore (heartbeat, metricbeat and packetbeat)
2019-03-30 04:42:31 +00:00
jasper
03d4c5418f
update to filebeat-6.6.0
2019-03-30 04:33:55 +00:00
jasper
c91b30bf60
re-instate GH_ACCOUNT that got removed in previous commit
2019-03-30 04:02:53 +00:00
jasper
15355ef290
update to py-croniter-0.3.29
2019-03-30 01:51:51 +00:00
ajacoutot
bbe1972e6f
Tweak comment.
2019-03-29 10:43:52 +00:00
ajacoutot
42054f75f3
Update to awscli-1.16.133.
2019-03-28 15:10:23 +00:00
ajacoutot
fd08075cd4
Update to awscli-1.16.132.
2019-03-27 13:47:37 +00:00
ajacoutot
bfacb9856b
Update to google-cloud-sdk-240.0.0.
2019-03-27 12:02:21 +00:00
ajacoutot
1f7ad5c3fb
Update to awscli-1.16.131.
2019-03-26 08:24:35 +00:00
kn
0796219cc0
Convert devel/py-test consumers to new MODPY_PYTEST
...
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
sthen
828f08b0e2
sweep all java ports with a couple of adjustments to build/dependency
...
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.
- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).
- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.
- bump changed ports
2019-03-24 22:24:12 +00:00
mariani
a6ec63644f
Updating py-scandir from 1.9.0 to 1.10.0
...
From Kurt Mosiejczuk.
OK kn@
2019-03-23 15:00:15 +00:00
ajacoutot
a6b19bdd36
Update to login_krb5-6.5.1.
2019-03-23 10:41:05 +00:00
ajacoutot
ad9d6a5cd3
Update to login_krb5-6.5.
2019-03-23 10:19:20 +00:00
ajacoutot
6a2945997f
Update to awscli-1.16.129.
2019-03-22 17:57:39 +00:00
sthen
c23e4dc56f
update to moreutils-0.63
2019-03-21 13:19:14 +00:00
ajacoutot
189f08fffe
Update terraform providers.
2019-03-21 09:52:44 +00:00
jcs
caf44788ff
+= login_duress
2019-03-20 17:47:34 +00:00
jcs
fefea0cc54
import login_duress-1.1
...
login_duress is a BSD authentication module to run a command when a
duress password is used
help from and ok sthen@
2019-03-20 17:38:41 +00:00
ajacoutot
4138f5bdec
Update to awscli-1.16.127.
2019-03-20 17:09:04 +00:00
ajacoutot
d4d10cd472
Update to google-cloud-sdk-239.0.0.
2019-03-20 16:35:33 +00:00
gonzalo
361838a3e8
Small update for Autossh to 1.4g:
...
https://www.harding.motd.ca/autossh/CHANGES.txt
OK bket@
2019-03-20 16:26:01 +00:00
kn
925e95d24f
Update to UEFITool-0.26.0
...
Drop duplicate LIB_DEPENDS as the x11/qt5 already takes care of that;
noted by rsadowski.
OK rsadowski
2019-03-17 13:03:48 +00:00
jsing
85d76c10bb
Use cgo correctly.
...
Go 1.11 and earlier allowed code to use cgo mangled names ("_Ctype_"
prefixed), even though they should be using the cgo prefix ("C.").
Go 1.12 enforces use of the cgo prefix, so fix this here.
ok jasper@ sthen@
2019-03-16 13:34:09 +00:00
jasper
7081eaa779
update to ansible-2.7.9
2019-03-16 11:43:31 +00:00
ajacoutot
31888579af
Update to google-cloud-sdk-238.0.0.
2019-03-14 06:20:53 +00:00
ajacoutot
450a80d702
Update to ecs-cli-1.13.1.
2019-03-14 06:19:33 +00:00
ajacoutot
29ae031cbc
Update terraform providers.
2019-03-13 08:08:59 +00:00
ajacoutot
86dbcece8b
Update to awscli-1.16.123.
2019-03-12 19:57:08 +00:00
ajacoutot
3d02e3df74
Update to terraform-0.11.13.
2019-03-12 17:18:32 +00:00
chrisz
ad698956ee
Use the -full source distribution, which includes the (partly patched)
...
dependencies of opam. This will make maintenance easier.
OK krw@, avsm@
2019-03-12 05:36:06 +00:00
sthen
e1836f2040
fix ordering of @sample lines, problem reported by benno@, thanks
2019-03-11 23:21:23 +00:00
fcambus
f9daf0f3e3
Patch psf2bsd further to use '*' and '.' for representing bit values
...
in the comments, as we do in our wsfont header files.
2019-03-11 11:15:39 +00:00
jsg
a58f2da27b
+amdgpu
2019-03-11 05:02:53 +00:00
ajacoutot
b22bbcd409
Update to awscli-1.16.121.
2019-03-09 19:08:57 +00:00
ajacoutot
bd0e8a2750
Update terraform providers.
2019-03-09 18:44:17 +00:00
ajacoutot
4d6ba07673
Update to packer-1.3.5.
2019-03-09 18:29:48 +00:00