124942 Commits

Author SHA1 Message Date
jca
b5d79cc484 Doesn't build with ports-gcc
On powerpc,

  http://build-failures.rhaalovely.net//powerpc/2017-11-13/sysutils/facter.log

Reproducible on amd64.  Possibly a gcc bug fixed in newer releases.
Replace ports-gcc with ports-clang, even though no exotic arch can
benefit of this right now (eg powerpc doesn't have ports-clang).

ok sebastia@ (maintainer)
2017-12-01 13:02:52 +00:00
landry
c2919da30e Minor update to nss 3.34.1, req'd by firefox 58.0b8.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.34.1_release_notes
2017-12-01 11:25:32 +00:00
landry
a504985219 Ensure /var/db/rrd is group-writable, and that it belongs to
_rrdcached:_rrdcached - allows for example facette to read rdd when
_facette user is in _rrdcached group for.
Note that this wont apply to existing setups, so carefully review your
own setup to figure out if it needs fixin'.

ok sthen@ (maintainer)
2017-12-01 10:36:51 +00:00
sebastia
44257fdad9 Finally cleanup mess I produced importing puppetdb5
running it through a bulk by espie@ and thanks for help

OK espie@
2017-12-01 10:02:30 +00:00
sebastia
ac0c47f92f Finally cleanup mess I produced importing puppetdb5
running it through a bulk by espie@ and thanks for help

OK espie@
2017-12-01 10:01:32 +00:00
ajacoutot
3dba0cb019 Update to awscli-1.14.2. 2017-12-01 08:29:48 +00:00
ajacoutot
f16e39dd05 Update to py-botocore-1.8.6. 2017-12-01 08:29:36 +00:00
ajacoutot
b42e2165b5 Update to terraform-provider-docker-0.1.1. 2017-12-01 08:26:39 +00:00
ajacoutot
4bf1ca7cd0 Update to terraform-0.11.1. 2017-12-01 08:18:25 +00:00
ajacoutot
40587658f9 Bring in a patch from base.
The compiler is generally free to allocate general purpose registers in
whatever order it chooses. Reasons for choosing one register before another
usually include compiled instruction size (avoidance of REX prefixes, etc.)
or usage conventions, but somehow haven't included security implications in
the compiled bytecode. Some bytecode is more useful in polymorphic ROP
sequences than others, so it seems prudent to try to avoid that bytecode
when possible.

from Brad (maintainer)
2017-12-01 08:00:20 +00:00
gsoares
576043f48e update to 5.44 2017-12-01 00:08:44 +00:00
jasper
d3e7fe643b add dependencies on py-dicttoxml/py-unicodecsv now they're available 2017-11-30 20:16:07 +00:00
jasper
64dae5c194 +py-dicttoxml{,python3}
+py-unicodecsv{,python3}
2017-11-30 20:15:18 +00:00
jasper
6463649883 import py-unicodecsv-0.14.1
Python2's stdlib csv module is nice, but it doesn't support unicode. This
module is a drop-in replacement which *does*.

ok rpointel@
2017-11-30 20:13:31 +00:00
jasper
7b99f1e583 import py-dicttoxml-1.7.4
Converts a Python dictionary or other native data type into a valid XML
string.

ok rpointel@
2017-11-30 20:12:49 +00:00
jasper
683da7f1f8 update to py-git2-0.26.1 2017-11-30 20:11:42 +00:00
jasper
e419d2624a update to libgit2-glib-0.26.2 2017-11-30 20:09:33 +00:00
afresh1
323677d7f1 Unbreak moarvm build on non-amd64
ok sthen@
2017-11-30 19:36:34 +00:00
landry
e890a9e046 Bugfix update to firefox 57.0.1.
See https://www.mozilla.org/en-US/firefox/57.0.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2017-24/

Fix HOMEPAGE while here, reminded by anton@

(note that 52.5.1esr is pending release-mgmt approval but is around the
corner)
2017-11-30 19:33:41 +00:00
jeremy
666843dfad Add patch to work with PostgreSQL 10.
OK pea@
2017-11-30 16:23:07 +00:00
jeremy
9d31e569ff Update to postgresql-9.6.6
OK pea@
2017-11-30 16:21:25 +00:00
jeremy
e50137546e Update RDEP to PostgreSQL 10
OK pea@
2017-11-30 16:19:59 +00:00
jeremy
78ee20df0a Update RDEP to PostgreSQL 10
OK pea@
2017-11-30 16:19:42 +00:00
jeremy
d81b8c12be Commit patches missed in previous commit
OK pea@
2017-11-30 16:18:22 +00:00
jeremy
a581ae3b30 Update to pg_statsinfo-3.3.0
This version supports PostgreSQl 9.6, and add some patches to support
PostgreSQL 10.

OK pea@
2017-11-30 16:16:24 +00:00
jeremy
6be4c6735d Update to citus-7.0.3
This allows it to support PostgreSQL 10.

OK pea@
2017-11-30 16:15:17 +00:00
pea
6605c8bf4b Major update to 10.1
With the help of jeremy@, thanks you !!
Tested in a bulk by ajacoutot@, thanks you :)

ok jeremy@
2017-11-30 16:13:12 +00:00
jca
b8ff4f6cdf Needs a C++11 compiler
ok ajacoutot@ (maintainer)
2017-11-30 15:50:16 +00:00
espie
20e4b3344d add a "status fullpkgpath" that displays what it currently knows about a given path, to be augmented eventually. 2017-11-30 14:54:00 +00:00
jca
74bd12a086 Picks up xgettext at configure time, add gettext-tools as bdep
ok rpointel@ (maintainer)
2017-11-30 14:27:23 +00:00
jca
757ba494fd Only list libnet once in WANTLIB, keep the most precise occurrence
ok benoit@ (maintainer)
2017-11-30 14:26:14 +00:00
jca
c98a6e8933 Those want a C11 compiler
ok ajacoutot@ (maintainer)
2017-11-30 14:23:35 +00:00
espie
63f09e1325 a bit of glue to prevent adding the same host twice 2017-11-30 11:17:53 +00:00
pascal
f7189a35d2 Update to nmh 1.7. Note that this moves some binaries from
${LOCALBASE}/libexec to ${LOCALBASE}/libexec/nmh.

feedback/ok bentley@
2017-11-30 11:14:53 +00:00
ajacoutot
2464786453 Update to awless-0.1.8. 2017-11-30 09:57:47 +00:00
ajacoutot
21b0f697d4 Update to ecs-cli-1.1.0. 2017-11-30 09:52:58 +00:00
ajacoutot
47b1bd914f Update to awscli-1.14.0. 2017-11-30 09:49:55 +00:00
ajacoutot
1fcda9d685 Update to py-s3transfer-0.1.12. 2017-11-30 09:49:34 +00:00
ajacoutot
aff16f47d7 Update to py-botocore-1.8.4. 2017-11-30 09:49:14 +00:00
rpointel
363000fad8 update dfvfs to 20171125, upstream has removed the tarball of the 20171022
version. spotted by naddy@.
2017-11-30 05:41:29 +00:00
kirby
95541fd8be fix build when audio/libxmp is installed.
patch from maintainer Ryan Freeman, thanks!
noticed and OK espie@
2017-11-30 03:32:32 +00:00
kevlo
28bcb89f02 Missing BUILD_DEPENDS on gobject-introspection.
Reported by ajacoutot@
2017-11-30 02:39:15 +00:00
jca
eff41aae8e Fix build failure when libunistring is installed
mlmmj's unistr.h should come before libunistring's version in the
include search path

Reported by ajacoutot@, ok kevlo@
2017-11-30 00:46:17 +00:00
job
5b45dd5ad5 Update py-radix
OK sthen@
2017-11-29 21:04:38 +00:00
fcambus
2f47ffcd26 Add lua-psl. 2017-11-29 18:35:53 +00:00
fcambus
bf486eb98f Import net/lua-psl.
Lua bindings to libpsl, a C library that handles the Public Suffix List.

The PSL is a list of domains where there may be sub-domains outside of the
administrator's control. e.g. the administrator of '.com' does not manage
'github.com'.

OK jca@
2017-11-29 18:33:27 +00:00
bcallah
9a185800b1 Build and install the duktape shared library and headers.
ok fcambus@ (MAINTAINER)
2017-11-29 13:57:47 +00:00
schwarze
c340517a16 routine maintainer update to igor-1.595, mostly more misspellings;
OK tb@
2017-11-29 13:26:36 +00:00
jca
f6e816c4ff Unbreak build with base gcc (no __builtin_unreachable) 2017-11-29 13:24:13 +00:00
espie
e7bd9823cd found hidden build dependency.
there's too much of a maze of scripts, don't fight it
2017-11-29 13:14:40 +00:00