8159 Commits

Author SHA1 Message Date
bket
23730f3e9d Update to rclone-1.52.0
Changes: https://rclone.org/changelog/#v1-52-0-2020-05-27
2020-05-28 19:42:04 +00:00
okan
345a542bb4 update to 2.8.3
ok bcallah
2020-05-28 12:23:38 +00:00
ajacoutot
b097b28fd2 Update to terragrunt-0.23.21. 2020-05-28 10:56:37 +00:00
ajacoutot
51b616bc6c Update to terraform-0.12.26. 2020-05-28 09:03:30 +00:00
ajacoutot
02862561b0 Update to awscli-1.18.68. 2020-05-28 08:00:26 +00:00
ajacoutot
ebed0f580a Update to google-cloud-sdk-294.0.0. 2020-05-28 07:52:47 +00:00
sebastia
407c0ffc3c update 5.5.19 -> 5.5.20 2020-05-27 21:08:34 +00:00
sebastia
cf138b401a Update 3.14.9 -> 3.14.10 2020-05-26 21:42:17 +00:00
bket
b1145d8857 Update to nnn-3.2
Changes: https://github.com/jarun/nnn/blob/v3.2/CHANGELOG

From Martin Ziemer <horrad AT horrad DOT de> (MAINTAINER). Thank you!
2020-05-26 12:46:34 +00:00
naddy
6dc0bf89c8 switch master site to https 2020-05-25 19:56:40 +00:00
jsg
71bdfdf373 update intel microcode to 20200520
-- Updates upon 20200508 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- updated platforms ------------------------------------
SNB-E/EN/EP  C1/M0    6-2d-6/6d 0000061f->00000621 Xeon E3/E5, Core X
SNB-E/EN/EP  C2/M1    6-2d-7/6d 00000718->0000071a Xeon E3/E5, Core X
2020-05-25 03:17:25 +00:00
jsg
e918c96b43 update inteldrm firmware to linux-firmware 20200421
Adds firmware referenced by newer drm.  No binary change to the files
used by the 4.19 drm in the tree at the moment.

ok robert@
2020-05-25 03:10:09 +00:00
sthen
80860a8ba9 update to reposync-20200524, -q tweak from miod 2020-05-24 20:57:57 +00:00
sthen
d14e68ac49 +lr 2020-05-24 20:04:05 +00:00
sthen
04acf4f857 import sysutils/lr, from Evan Silberman, tweak/ok bcallah@, tweaks from me
(remove 'new' in DESCR, use BSD_INSTALL_PROGRAM so that -s is passed where
needed).

lr is a tool for generating file listings, which includes the best features
of ls(1), find(1), stat(1) and du(1).

Benefits over find:
* friendly and logical C-style filter syntax
* getopt is used, can mix filters and arguments in any order
* can sort
* compute directory sizes
* can strip leading ./
* can do breadth first search

Benefits over ls:
* sorts over all files, not per directory
* copy & paste file names from the output since they are relative to pwd
* ISO dates
* powerful filters
2020-05-24 20:03:35 +00:00
kn
b728d49c4c Remove Puppet 4
Open Source Puppet 4 LTS reached EOL in october 2018, Puppet 5 (client,
master as well as puppetdb) have been in our tree for years, Puppet 6
(client and master, not yet puppetdb) were recently imported.

Users should long have upgraded to version 5 by now;  see
https://puppet.com/docs/puppet/5.5/upgrade_minor.html for upgrade details.

OK bcallah
2020-05-22 19:58:14 +00:00
chrisz
e2678c7534 Update sysutils/opam to 2.0.7
ok krw@, avsm@
2020-05-22 19:31:20 +00:00
kn
541bc20a94 Update to Puppet 6.15.0
This also fixes flavour handling in package resources.
Diff from Arthur Barton, thanks!
2020-05-22 15:23:37 +00:00
kn
f57791211b Remove patch that does nothing (except removing an empty line) 2020-05-22 15:21:11 +00:00
kn
7bec81b3d7 Use FAKE_FLAGS not ALL_FAKE_FLAGS to unbreak MAKE_JOBS usage
ALL_FAKE_FLAGS (usually put after MAKE_PROGRAM) is used in do-install,
but as list of environment variables:

	$ make -p | grep -e ^PARALLEL_MAKE_FLAGS -e FAKE_FLAGS
	ALL_FAKE_FLAGS   = ... ${FAKE_FLAGS} ${PARALLEL_MAKE_FLAGS}
	FAKE_FLAGS       = HOME=${WKRDIR}/home
	PARALLEL_MAKE_FLAGS = -j${MAKE_JOBS}
		@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb ...

This means having MAKE_JOBS set causes "make install" to fail because "-jN"
is used as environment variable.

Use FAKE_FLAGS in do-install instead to fix this.
2020-05-22 15:00:52 +00:00
kurt
1c1a57c207 Various u-boot changes:
* Rockchip now outputs a single image that combines idbloader.img
  and u-boot.itb called u-boot-rockchip.bin. It gets written at
  block 64. For example:
    dd if=u-boot-rockchip.bin of=/dev/sdXc seek=64
* Fix rock64 gen3 SPL boot hang. Reviewed upstream.
  Tested on both gen2 and gen3 boards.
* Enable PCIe gen2 on rockpro64. I've been running with this
  since December and tested various PCIe boards.
okay jsg@
2020-05-22 13:51:09 +00:00
ajacoutot
f58e3a1c1b Update to awscli-1.18.65. 2020-05-22 12:31:58 +00:00
ajacoutot
fe3b7c39a6 Update to google-cloud-sdk-293.0.0. 2020-05-22 09:38:37 +00:00
bcallah
9619362a72 Update to diffoscope-144 2020-05-20 14:30:20 +00:00
jasper
bdad9ddb7c address a few deprecation warnings; from upstream 2020-05-20 12:38:20 +00:00
jturner
c66901527f Update login_duo to 1.11.4 2020-05-19 23:41:06 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
giovanni
77b8224bac Add missing dependency, fixes "puppet module generate" command
ok kn@
2020-05-19 07:20:45 +00:00
kn
f9d24f8e6e Remove old firmware versions
OK stsp sthen
2020-05-18 20:41:05 +00:00
kn
330bb96a84 Use EXTRACT_FILES
No PLIST change, but "make show-size" massive reduction in size.
These are all firmware ports with single big distfiles, other
ports are either small or come with multiple distfiles for wich
EXTRACT_FILES is not (yet) ready.
2020-05-18 19:30:56 +00:00
kn
78172eba56 Use EXTRACT_FILES 2020-05-18 18:21:00 +00:00
kn
e5518d7f2b Briefly mention refactored puppet modules
Text from Arthur Barton, tweaks from me
2020-05-18 09:22:23 +00:00
kn
746b57dead Hook up Puppet 6 2020-05-18 09:15:50 +00:00
kn
920972a745 Use MODRUBY_BINREV in patch for 6, comment patch for 5 2020-05-18 09:11:42 +00:00
kn
a535277f39 Fix enable=false service resources
Arthur Barton's refinements of service resources made the provider not
report the "enable" attribute in case it was explicitly set to "false".
2020-05-18 09:07:47 +00:00
kn
b36e285efa Fix ensure=latest for package resources
Arthur Barton's pkg.conf removal patch missed one call to parse_pkgconf,
remove that.
2020-05-18 09:04:24 +00:00
kn
8ea66f98a9 Import Puppet 6.14.0
From Arthur Barton <arthurb at igniferous dot net>, thanks!
2020-05-18 08:59:00 +00:00
bcallah
3c5903ba12 Update to lookat-2.0.1
Changelog: https://savannah.nongnu.org/forum/forum.php?forum_id=9722
2020-05-17 20:46:33 +00:00
bcallah
289d4bc097 Update to bfs-1.7
Changelog: https://github.com/tavianator/bfs/releases/tag/1.7
2020-05-17 20:43:09 +00:00
sthen
a0c7c9f864 reposync: following feedback from naddy@, adjust the readme's advice
about creating a new uid so that it has its own gid.
2020-05-16 16:41:44 +00:00
ajacoutot
bb439efcf5 Use the new go module facility instead of creating my own tarballs.
With help from abieber@
2020-05-16 14:09:10 +00:00
sthen
3155c9e807 mention datasize limits in login.conf, the defaults aren't enough for some updates 2020-05-16 11:50:20 +00:00
martin
8e205e8105 Update grafana to 6.7.3.
OK sthen@

BUILD_ID idea from sthen@ to avoid plist churn in the future
2020-05-16 11:22:13 +00:00
ajacoutot
93298e5ae5 Update to awscli-1.18.61. 2020-05-16 10:00:53 +00:00
anton
d5d96cb008 update to pick-4.0.0
* honor BINDIR, INSTALL_MAN, MANDIR, and PREFIX during configure and install
* remove -v option, your package manager of choice can already provide the same
  information
* remove -h option in favor of the manual
* do not output options as part of the usage output, in favor of the manual
  instead.
* mark unused variables in compat files as extern in order to compile using
  GCC 10
2020-05-16 08:31:55 +00:00
jsg
78b6c781e4 update to Arm Trusted Firmware 2.3
ok kurt@ who tested on rock64 gen2 and rockpro64
2020-05-16 01:46:35 +00:00
ajacoutot
97ec3e6053 Update to terragrunt-0.23.18. 2020-05-15 17:22:28 +00:00
ajacoutot
3f79c8eed8 Update to nomad-0.11.2. 2020-05-15 17:12:48 +00:00
ajacoutot
875d5a33a6 Update to consul-1.7.3. 2020-05-15 17:04:28 +00:00
ajacoutot
279b91570d Update to terraform-0.12.25. 2020-05-15 17:02:47 +00:00