espie
79bdd956dd
not yet
2016-05-14 10:05:55 +00:00
ajacoutot
cbd36dddd8
No need for /var/serf.
2016-05-14 09:55:07 +00:00
espie
afa0dc0dd5
if one of your dirs is a symlink that doesn't point anywhere, then
...
stat will fail, which is okay for LOGDIR which only exists locally.
2016-05-14 09:19:09 +00:00
espie
4f9e4555ae
accidentally broke preserved mountpoints, fix that
2016-05-14 09:04:40 +00:00
bentley
223d87fab2
Update to html-xml-utils-7.0.
...
Changelog:
https://www.w3.org/Tools/HTML-XML-utils/ChangeLog
2016-05-14 07:57:26 +00:00
rpointel
7ef94a1645
small update to 2.1.1.
...
more information: http://connortumbleson.com/2016/05/07/apktool-v2-1-1-released/
2016-05-14 07:35:39 +00:00
espie
fb8f1bf77c
always do mkpath, THEN check for nfs mounts, so that non-existing
...
dirs (at first) get classified correctly.
thx aja@ for testing on a virgin dir
2016-05-13 22:40:28 +00:00
landry
d4c7141a6d
Update to pg_stats_reporter 3.2.1 to chase pg_statsinfo.
2016-05-13 22:30:25 +00:00
landry
9c817d924b
Unbreak by updating to pg_statsinfo 3.2.1.
...
Project moved to sourceforge, see http://pgstatsinfo.sourceforge.net/
Basic testing seems to show it works fine with postgres 9.5.
2016-05-13 22:09:21 +00:00
naddy
04a47aacd1
skip the gettext dependency while there are no translations yet; ok Brad
2016-05-13 22:06:29 +00:00
espie
f81ba760f5
zap useless configure test. Either it builds or it doesn't.
2016-05-13 21:44:52 +00:00
sthen
6f061127ef
fix with openbsd 6.x; from Brad
2016-05-13 20:19:27 +00:00
landry
ff7b0d8f33
Bugfix update to thunderbird 45.1.0 / lightning 4.7.1
...
- See https://www.mozilla.org/en-US/thunderbird/45.1.0/releasenotes/
- Fixes MFSA 2016-39
2016-05-13 18:13:28 +00:00
landry
b449bf4234
Update to barman 1.6.0, from MAINTAINER Eric Lalonde.
...
Added some commented out/unimported yet test dependencies
2016-05-13 18:05:01 +00:00
espie
8e5738a05a
document new stuff
2016-05-13 17:26:08 +00:00
pea
c2514ee0ae
Update ton 9.5.3
...
ok jeremy@
2016-05-13 17:15:55 +00:00
ajacoutot
7314ea56be
Update to terraform-0.6.16.
2016-05-13 17:10:38 +00:00
pea
8acc378cbe
Doesn't build with PostgreSQL 9.5.
...
ok jeremy@
2016-05-13 14:41:10 +00:00
jeremy
2cfd9b159d
Bump for PostgreSQL 9.4 -> 9.5 upgrade
2016-05-13 14:36:37 +00:00
espie
06e0c3279c
tweak user message, requested by dcoppa@
2016-05-13 14:30:06 +00:00
pea
cbf363bf45
Update to 9.5.2
...
Tested in a bulk by ajacoutot@
ok jeremy@
2016-05-13 14:27:48 +00:00
naddy
2d22d99fff
The X11 and XF4 collections are no longer distributed. Remove them from
...
the default cvsyncd.conf file, since otherwise cvsyncd will not start.
2016-05-13 14:24:48 +00:00
espie
36978edd58
check for absolute symlinks in the chroot.
...
report anything that we don't know about (from the base system)
2016-05-13 14:17:24 +00:00
jsing
4d26e08575
Stop using sigreturn from the Go openbsd/386 signal trampoline - the
...
sigreturn syscall is going away in future versions of OpenBSD and its
use for Go is already broken due to the trampoline return checks. Instead
just return directly from the signal trampoline (as we have always done
for Go openbsd/amd64).
Also fix a bug in the Go openbsd/386 linker, which results in symbols in
the dynamic symbol table being emitted with a size of zero. With a current
ld.so, this results in symbol mismatch warnings.
Unbreaks the Go port on openbsd/386, however it still fails to pass regress
due to the PT_TLS changes.
2016-05-13 13:49:26 +00:00
espie
a892c3669a
things that live strictly in the chroot can mostly be run there.
...
this solves the issue of resolving symlinks within the chroot
and matching them against nfs dirs, at the expense of a few more processes
2016-05-13 13:37:22 +00:00
jasper
0090964562
update to empathy-3.12.12
2016-05-13 12:04:14 +00:00
dcoppa
b3c9ab4239
Update to youtube-dl-2016.05.10
2016-05-13 10:47:50 +00:00
sebastia
74334531f5
Also install the logstash-plugin utility to be able to manage plugins.
...
at least 'list', 'pack', 'unpack' commands tested to be working.
i.e. run it as: JAVA_HOME="$(/usr/local/bin/javaPathHelper -h logstash)" /usr/local/logstash/bin/logstash-plugin list
OK jasper@ (MAINTAINER)
2016-05-13 10:09:10 +00:00
espie
77cb45ee8f
rely on Term::ReadKey here as well
2016-05-13 08:32:17 +00:00
nigel
dbce7fd93f
Take over as MAINTAINER, update to 1.25.92 version.
...
Ok sthen@
2016-05-13 07:56:55 +00:00
ajacoutot
e3006d696d
Update to qemu-2.6.0.
...
from Brad (maintainer)
2016-05-13 07:20:46 +00:00
ajacoutot
93a0febb57
Update to awscli-1.10.28.
2016-05-13 07:12:52 +00:00
ajacoutot
aabcc1372b
Update to py-botocore-1.4.19.
2016-05-13 07:12:24 +00:00
jasper
d149e12de8
bump MODGO_BUILD_DEPENDS to lang/go>=1.6
...
some ports that used to depend on GO15VENDOREXPERIMENT=1 need 1.6 or they
won't build as the usage of that variable has been removed in their Makefiles.
ok czarkoff@ sthen@
2016-05-13 06:43:37 +00:00
ajacoutot
e617f4b0ec
RCD ID.
2016-05-13 06:06:14 +00:00
jmatthew
8988d7b3db
update to riak 2.1.4 and switch to erlang 17.
...
jasper@ kindly checked the erlang version bits.
2016-05-13 04:29:58 +00:00
gonzalo
8fb1926a7a
Update for Haproxy to 1.6.5 from David CARLIER
...
http://www.haproxy.org/download/1.6/src/CHANGELOG
2016-05-13 03:34:28 +00:00
espie
29bd19a65a
try to copy mtimes and use that to check
2016-05-13 02:38:03 +00:00
sthen
fa88dde259
untangle net-snmp to stop using openbsd{4,5}.h etc.
2016-05-12 22:00:14 +00:00
sthen
c7b2640077
update to ImageMagick 6.9.4-1
...
- Remove https delegate.
- Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
- Replace show delegate title with image filename rather than label.
- Fix GetNextToken() off by one error.
- Remove support for internal ephemeral coder.
2016-05-12 21:49:15 +00:00
rpointel
58c1d21511
update burpsuite to 1.7.03.
...
release notes: http://releases.portswigger.net/2016/05/1703.html
2016-05-12 17:00:04 +00:00
sthen
5448cb79e8
fix no_ldap builds
2016-05-12 16:15:58 +00:00
ajacoutot
cda8f50045
+vault
2016-05-12 15:54:55 +00:00
ajacoutot
737dadaa4a
Import vault-0.5.2.
...
Vault is a tool for securely accessing secrets. A secret is anything that you
want to tightly control access to, such as API keys, passwords, certificates,
and more. Vault provides a unified interface to any secret, while providing
tight access control and recording a detailed audit log.
<...>
ok jasper@
2016-05-12 15:53:33 +00:00
ajacoutot
60c9d675db
Reserver the _consul user/group for an upcoming sysutils/consul port.
2016-05-12 15:34:31 +00:00
robert
02a96b957e
update to 50.0.2661.102
2016-05-12 15:26:01 +00:00
giovanni
76fb5d595d
Update to 2.11.0
...
A schema update is needed for MariaDB users
ok sthen@
2016-05-12 15:16:00 +00:00
espie
e74967e1d4
Term-ReadKey, missed one
2016-05-12 14:46:35 +00:00
espie
9d798c1939
ReadKey is in the base system now
2016-05-12 14:02:46 +00:00
espie
2fb45eaeaa
pim4 tends to block some of my bulks, discussed with Vadim long ago, it builds
...
in parallel
2016-05-12 14:00:58 +00:00