5040 Commits

Author SHA1 Message Date
jeremy
8c17b90aeb Update to ruby-libvirt 0.7.0
Remove extension source files from package.
2016-11-04 21:41:14 +00:00
jeremy
5db8da2491 Bump ruby gem ext ports after change to PLISTs
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00
jasper
ba44872bd2 and bump 2016-11-04 15:51:55 +00:00
jasper
8d8383da07 sync with what's been merged upstream 2016-11-04 15:51:43 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
jasper
30eb2f8ecc vmm detection merged upstream 2016-11-04 10:45:38 +00:00
ajacoutot
c998080dbc Update to awscli-1.11.13. 2016-11-04 09:04:35 +00:00
ajacoutot
dbf11ad1cf Add a reference as to why we cannot update to 0.6.43 yet. 2016-11-03 10:33:32 +00:00
ajacoutot
bb4fc8798c Update to awscli-1.11.12. 2016-11-03 09:42:57 +00:00
ajacoutot
15557d9815 Update to google-cloud-sdk-133.0.0. 2016-11-03 09:38:19 +00:00
danj
a71bb2108a Update to supervisor-3.3.1 2016-11-02 22:43:13 +00:00
sthen
3f0fe2b618 fix WANTLIB-sqlite3, missing pthread 2016-11-02 21:08:29 +00:00
ajacoutot
d12fe28e24 Needs sysutils/py-psutil. 2016-11-02 17:41:48 +00:00
ajacoutot
d38de88d9f Set TEST_IS_INTERACTIVE. 2016-11-02 17:39:58 +00:00
jasper
268e6c92d9 update to ansible 2.2.0.0
- https://groups.google.com/forum/#!topic/ansible-announce/cLN64qQ_yoo
- https://www.ansible.com/blog/ansible-network-updates
2016-11-02 09:07:02 +00:00
jasper
abe5c9ddfa update to py-ghmi-1.0.12 2016-11-02 08:28:33 +00:00
ajacoutot
2a7efcae44 Update to awscli-1.11.11. 2016-11-02 08:20:43 +00:00
naddy
638a63ad14 maintenance update to 2.26 2016-11-01 20:53:21 +00:00
jasper
a618913b48 dmi facts merged upstream 2016-11-01 20:43:14 +00:00
jasper
abb37dd8c8 +consul-template 2016-11-01 16:52:07 +00:00
jasper
476d784cab import consul-template-0.16.0
This project provides a convenient way to populate values from Consul
into the file system using the consul-template daemon.

ok aja@
2016-11-01 16:51:30 +00:00
landry
cc4309a5a4 Update to py-psutil 4.4.2.
ok danj@
2016-11-01 16:38:27 +00:00
jasper
79f3d5b670 - update to consul 0.7.0: https://www.hashicorp.com/blog/consul-0-7.html
ok aja@ (MAINTAINER)
2016-11-01 16:26:11 +00:00
stsp
572a363f4e Sync a comment with reality. 2016-11-01 14:16:43 +00:00
stsp
e019d4b819 Remove obsolete iwm(4) firmware files for API version 9 (unused since 6.0).
ok sthen@
2016-11-01 14:14:48 +00:00
ajacoutot
5f08bd040e Missing bdep on devel/py-pbr. 2016-11-01 10:59:17 +00:00
jasper
4e395395db submitted upstream 2016-11-01 09:44:46 +00:00
jsg
eb50e8491b disable the clearfog target until kwbimage is fixed
There is a use after free in kwbimage, found by building u-boot with the
use after free detection enabled in malloc.  When building the clearfog target:

  MKIMAGE u-boot-spl.kwb
Segmentation fault (core dumped)

kwbimage_generate -> image_version_file (alloc and free image_cfg global)
kwbimage_generate -> image_headersz_v1 -> image_count_options (image_cfg used)

It isn't clear to me if image_version_file should be inlined or another
approach taken, but as it stands it is clearly wrong.

The result of image_version_file is also never checked for -1 which multiple
paths in the function return.

I reported this on the u-boot list a week or so ago but no one has responded
so far.
2016-11-01 04:13:52 +00:00
jasper
7bcb8c2b7d simplify resolution of ansible_processor by using hw.model and hw.ncpu.
previously /var/run/dmesg.boot or dmesg(8) would be parsed however that could
lead to bogus values (e.g. the full "Enhanced SpeedStep" line) if the buffer
contained multiple (partial) dmesgs
2016-10-31 17:50:44 +00:00
jasper
7762b36518 +py-ghmi 2016-10-31 17:29:47 +00:00
jasper
cb714c6d3d import py-ghmi-1.0.11
Pyghmi is a pure Python (mostly IPMI) server management library.

tested with ipmi_power and ipmi_boot modules from ansible 2.2
ok aja@ a while back
2016-10-31 17:28:47 +00:00
jasper
9bcc7dcc21 swap the values of the distribution_release and distribution_version facts
this is more in line with other platforms where the version fact is a numerical
value and the release an identification string:

    "ansible_facts": {
        "ansible_distribution": "OpenBSD",
        "ansible_distribution_release": "current",
        "ansible_distribution_version": "6.0"
    },
2016-10-31 17:23:13 +00:00
jasper
f3e45f9020 - Enable VMM detection
- Drop processor_cores fact with bogus value (hardcoded 'NA')
- Implement DMI facts (product_name, product_version, product_uuid,
  product_serial and system_vendor)
2016-10-31 17:10:58 +00:00
jasper
07f3bc5226 - sync OpenBSDVirtual with what's been merged upstream
- implement virtualization_type and virtualization_role for vmm
2016-10-31 17:03:35 +00:00
danj
4761dd7929 Update to borgbackup-1.0.8
From Björn Ketelaars (maintainer)
2016-10-31 09:27:17 +00:00
jsg
44de96c797 fix the build of u-boot on big endian hosts
u-boot contains a static crc table with endian calls which requires the
endian calls to be macros.

lib/crc32.c:87: error: braced-group within expression allowed only inside a function

Define the glibc names in u-boot compiler.h as at least some parts of
the non-cross build assumes those names are present (ie crc32.c).

ok jca@
2016-10-30 04:16:34 +00:00
ajacoutot
a45bff8628 Update to google-cloud-sdk-132.0.0. 2016-10-27 08:53:07 +00:00
ajacoutot
d6e7642465 Update to awscli-1.11.10. 2016-10-26 13:17:17 +00:00
sthen
dc012e2177 fix c_smrrds.sh with newer rrdtool, from henning 2016-10-25 11:28:05 +00:00
jung
8d4339eba6 add ${LOCALSTATEDIR}/monit folder and create state and id file there instead of
default users home (e.g. /root)

ok jasper
2016-10-24 21:10:45 +00:00
jasper
a06bb94f87 update to puppet-syntax-2.1.1 2016-10-23 08:12:40 +00:00
jasper
28d5eb8e5d update to monit-5.20.0 2016-10-23 08:12:04 +00:00
jca
f7025e5c48 Update to entr-3.6
From Rafael Sadowski, maintainer timeout.
2016-10-23 00:21:24 +00:00
jasper
ba8e687935 sync with upstream git master, fixes package installation issues
reported by semarie
ok danj@
2016-10-22 17:31:44 +00:00
ajacoutot
9f676009e8 Update to google-cloud-sdk-131.0.0. 2016-10-20 07:23:23 +00:00
ajacoutot
3bb47cc706 Update to awscli-1.11.7. 2016-10-19 08:44:22 +00:00
sebastia
195358d19c Small bugfix release, however, bug doesn't affect us on OpenBSD 2016-10-19 07:03:11 +00:00
ajacoutot
728f6a40f6 Update to awscli-1.11.6. 2016-10-18 07:27:04 +00:00
ajacoutot
deea367a1f Update to awscli-1.11.5. 2016-10-17 07:47:11 +00:00
jasper
fa68cdac54 drop maintainer for a bunch of ports (libvirt and nx) I hardly ever use anymore 2016-10-15 19:14:19 +00:00