ajacoutot
63f9ee62b1
Update to py-botocore-1.5.41.
2017-04-20 07:29:56 +00:00
espie
77704022fb
libc++ doesn't make C symbols visible, so explicitly ask for stdlib's atoi
2017-04-19 23:53:42 +00:00
jca
58c817478d
Fix build with clang: two functions that were needlessly "inline"
2017-04-19 23:25:06 +00:00
ajacoutot
84170d62cf
Update to py-botocore-1.5.40.
2017-04-19 13:36:12 +00:00
jca
2ba9f8b574
Stop declaring libnet_getgre_length as inline; fixes build with clang
...
libnet_getgre_length is a public symbol declared in a public header (and
defined in a .c file), it makes no sense to declare it as inline.
2017-04-19 12:29:12 +00:00
sthen
7e44b3e4be
Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
...
a chance on aarch64.
2017-04-19 11:16:03 +00:00
jasper
1f72de4976
add link to upstream bz
2017-04-19 07:29:55 +00:00
sthen
83b8500367
update to icingaweb2-module-director-1.3.1
2017-04-18 13:53:09 +00:00
sthen
53a8228c15
enable md5sig
2017-04-18 09:31:59 +00:00
sthen
ef94272ee2
Switch to a simpler clang fix from FreeBSD: just stop defining _POSIX_C_SOURCE
...
rather than raising the version, and that way _BSD_SOURCE isn't needed either.
Pointed out by ajacoutot.
2017-04-18 09:13:20 +00:00
sthen
9396274a4a
update to gpodder-3.9.3, from maintainer trondd at kagu-tsuchi/com
2017-04-18 09:09:25 +00:00
sthen
e0e63bd520
fix net/libproxy with libc++ by defining _POSIX_C_SOURCE=200809L and _BSD_SOURCE
...
clues from kettenis, espie
2017-04-17 20:45:38 +00:00
rpe
0df9f5ae3e
Update net/nagios/nagios to version 4.3.1
...
- add archivers/unzip as BUILD_DEPENDS
- regen and adapt patches
- use rcctl in README-main and reflect switch to apache2
Feedback and OK sthen@
2017-04-17 17:29:13 +00:00
jasper
b070b2c84e
use git master for this port as there's been lots of fixes upstream, but no release.
2017-04-17 17:28:13 +00:00
ajacoutot
cf3e6865de
Temporarily --disable-modular-tests until we figure out all the undef refs
...
to e-d-s private symbols.
2017-04-17 14:58:20 +00:00
sthen
ab385c0db9
apply espie's SILC_ADD_CC_FLAGS autoconf fix to irssi-silc
2017-04-16 20:50:06 +00:00
sthen
29cafd0f6f
Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work,
...
they were testing the wrong thing. silc-toolkit diff from espie,
ports diff for all 3 from Brad.
2017-04-16 20:36:58 +00:00
stsp
63ba77727a
Fix unaligned access in openvpn to unbreak it on sparc64 and such platforms.
...
ok jca@ uwe@
2017-04-16 20:14:17 +00:00
sthen
d3ad305a92
don't use -Werror, fixes with clang
2017-04-16 19:53:20 +00:00
sthen
923c0084a8
de-inline
2017-04-16 14:32:50 +00:00
sthen
6c58138e0c
update to GeoIP-1.6.10 and new geolite-data
2017-04-16 14:17:16 +00:00
sthen
dfd96b64c0
Fix bug found by clang.
...
transport.c:206:23: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
if (sockerr.revents && POLLERR) {
^ ~~~~~~~
transport.c:206:23: note: use '&' for a bitwise operation
2017-04-16 13:55:49 +00:00
sthen
a0d422d54b
de-inline to fix with clang
2017-04-16 13:55:07 +00:00
sthen
d815204d29
Disable use of IP_SENDSRCADDR in dnsmasq for now, for some
...
yet-to-be-determined reason it results in no reply being sent to the
client. Problem reported by Harald Dunkel. OK Brad.
2017-04-16 10:40:07 +00:00
sthen
ecce721cc1
Remove the use of -fno-regmove to appease Clang. From Brad.
2017-04-16 10:38:10 +00:00
sthen
fa54bef26e
rand()%x -> arc4random_uniform, split up from a large diff, seems fine
...
to edd@
2017-04-15 20:49:44 +00:00
sthen
7d0f94d2f1
use libc's uuid generation functions rather than pulling in e2fsprogs.
...
split up from a combined diff, seems fine to edd@
2017-04-15 20:49:09 +00:00
sthen
4dbc99766c
enable tests, part of a larger diff which seems fine to edd@
2017-04-15 20:46:16 +00:00
dhill
667cc455d2
Fix mtr -u ipv6-target. mtr code says "sendto() assumes packet length
...
includes the IPv4 header but not the IPv6 header." Remove that
assumption and always include the IPv6 header length in the total
packet size.
ok sthen@
2017-04-14 21:53:06 +00:00
sthen
c5dce2ef61
update to wireshark-2.2.6, updated protocol support and the usual round of
...
dissector infinite loops and crashes
2017-04-13 12:05:43 +00:00
sthen
3699ab4692
update to BIND 9.10.4-P8 (-P7 was withdrawn)
...
CVE-2017-3136: An error handling synthesized records could cause an
assertion failure when using DNS64 with "break-dnssec yes;"
CVE-2017-3137: A response packet can cause a resolver to terminate when
processing an answer containing a CNAME or DNAME
CVE-2017-3138: named exits with a REQUIRE assertion failure if it receives
a null command string on its control channel
2017-04-13 10:35:33 +00:00
sthen
a3387388c7
Give ftpsesame its own uid; it was sharing "proxy" (removed from base).
...
Reported by Olivier Regnier.
2017-04-12 21:49:32 +00:00
sthen
49ea5646a3
use LIBCXX
2017-04-12 12:48:20 +00:00
ajacoutot
bd0652ca4c
Conflict with archivers/brotli.
2017-04-12 10:58:36 +00:00
ajacoutot
cd58ba58d5
Update to py-botocore-1.5.39.
2017-04-12 08:20:18 +00:00
sthen
e91613edf6
Don't inline icb_lsmod, fixes with clang (which has c99 inline by default).
...
Committed upstream.
2017-04-11 11:01:39 +00:00
sthen
43d03e7842
update to unifi-5.4.14
2017-04-10 13:38:40 +00:00
sthen
073d25a37c
use LIBCXX
2017-04-10 11:46:32 +00:00
sthen
bcbf44ab87
use LIBCXX
2017-04-10 11:46:18 +00:00
benoit
963ff67f63
Update to p5-Chatbot-Eliza-1.07.
2017-04-09 12:49:11 +00:00
ajacoutot
328f9cd543
Update to py-botocore-1.5.38.
2017-04-08 15:47:13 +00:00
ajacoutot
fb4d3aa02f
Just rm the libtool dot.la files instead of @comment'ing them.
...
Regen WANTLIB while here.
2017-04-08 10:39:22 +00:00
ajacoutot
4ab7b5772f
Tweak/sync COMMENT and DESCR.
2017-04-08 10:29:34 +00:00
juanfra
d2cf73c512
Update to pyftpdlib 1.5.2.
2017-04-08 00:31:36 +00:00
ajacoutot
33c9ce2140
Update to py-botocore-1.5.37.
2017-04-07 07:07:19 +00:00
ajacoutot
3d331c4716
Update to py-botocore-1.5.36.
2017-04-06 08:01:30 +00:00
fcambus
18ab3a9f48
Update GeoLite2 databases to latest version.
2017-04-05 19:43:15 +00:00
ajacoutot
43fc8e3ec2
Update to py-botocore-1.5.35.
2017-04-05 07:34:48 +00:00
danj
0737c10470
Update to haproxy-1.6.12
2017-04-05 03:34:57 +00:00
ajacoutot
cbe7c4953f
Update to libnice-0.1.14.
2017-04-04 21:23:06 +00:00