113774 Commits

Author SHA1 Message Date
sthen
0b1296c2a2 - regen WANTLIB to unbreak after sox libmagic removal, found by naddy
- remove MODULES=devel/gettext, from giovanni@
- correct audio/sox deps, it's currently listed as BUILD+RUN_DEPENDS when
it should be LIB_DEPENDS.

ok giovanni (maintainer)
2016-09-22 21:30:17 +00:00
sthen
b8ae22262a security update to OpenSSL 1.0.2i
major library bump because dtls1_clear_record_buffer() was removed
2016-09-22 21:18:06 +00:00
sthen
d109e6d7f1 __attribute__ ((cdecl)) only makes sense for i386, change the ifdef to avoid
a bunch of very noisy warnings during build. ok Jan Stary (who also tested
armv7 and macppc).
2016-09-22 19:58:22 +00:00
rpointel
66401f3fba update python-nmap to 0.6.1.
ok benoit@.
2016-09-22 19:38:13 +00:00
danj
0a3376dc94 update to irssi-0.8.20, fixes CVE-2016-7044 and CVE-2016-7045
ok sthen@
2016-09-22 17:52:46 +00:00
naddy
eb6a358535 Mark as BROKEN again. The problem refuses to go away on its own. 2016-09-22 14:27:23 +00:00
gonzalo
1218602a1d Update SMPlayer to 16.9.0
OK benoit@
2016-09-22 14:05:48 +00:00
fcambus
8a4bb5880c Update my mail address 2016-09-22 12:57:17 +00:00
lteo
6d73b51622 Default to IPv4; suggested by sthen@
Remove unnecessary DISTNAME; pointed out by jca@

ok sthen@
2016-09-22 02:13:18 +00:00
bluhm
58761fe24d update ucspi-tools to 1.6
From Jan Klemkow (maintainer)
2016-09-21 23:16:41 +00:00
sebastia
306577cdb0 Actually let the puppetdb run as the _puppetdb user instead of root.
in case of system upgrades, you may chown logfiles/cache/tempdir
to the _puppetdb user.

feedback/OK jasper@
2016-09-21 20:33:34 +00:00
sebastia
aeb8e4ff04 Do not nail the plugin subpackage to ruby 2.2, works well with 2.3
feedback/OK jasper@
2016-09-21 20:31:28 +00:00
sebastia
c09d1adb48 Do not nail puppet to ruby 2.2, works well with ruby 2.3
feedback/OK jasper@
2016-09-21 20:29:31 +00:00
sebastia
c29ccd968e Do not nail facter to ruby 2.2, works well with 2.3 2016-09-21 20:28:38 +00:00
sebastia
e70bf7b208 mcollectived needs --pid parameter in order to properly daemonize
feedback/OK jasper@, ajacoutot@
2016-09-21 20:27:40 +00:00
sebastia
f35e5e39a5 Do not nail mcollective to ruby 2.2, works well with ruby 2.3
feedback/OK jasper@
2016-09-21 20:26:24 +00:00
millert
053fb64160 Update to sudo 1.8.18 2016-09-21 12:31:34 +00:00
ratchov
a07bc20c85 Take into account encoding's bits_per_sample. Fixes recording
of 24-bit files. Tested by many.
2016-09-21 11:40:14 +00:00
sthen
ae8b155135 Update MASTER_SITES, based on one from Josh Grosse (maintainer), ok josh 2016-09-21 10:52:51 +00:00
sthen
6ad8220f49 update to dropbear-2016.74, fixes include a format string vulnerability
(CVE-2016-7406) and a problem importing malicious OpenSSH keys (CVE-2016-7407)
both of which could result in arbitrary code running as root in some conditions
(though the worst one requires usernames including '%' which is uncommon with
OpenBSD as adduser and useradd reject this, however it is possible by editing
the password file directly). See https://matt.ucc.asn.au/dropbear/CHANGES for
more details.
2016-09-21 10:06:27 +00:00
sebastia
147a4e8e79 Minor update to 0.7 2016-09-21 09:35:00 +00:00
dcoppa
2fb9a290f6 Update to HDBC-mysql-0.7.0.0 2016-09-21 09:22:07 +00:00
lteo
dd658ea56d +iperf3 2016-09-21 01:14:35 +00:00
lteo
2a6471a3ef Import net/iperf3, a rewritten version of iperf.
iperf is a tool for active measurements of the maximum achievable bandwidth on
IP networks.  It supports tuning of various parameters related to timing,
protocols, and buffers.  For each test it reports the bandwidth, loss, and other
parameters.

This version, sometimes referred to as iperf3, is a redesign of an original
version developed at NLANR / DAST.  iperf3 is a new implementation from scratch,
with the goal of a smaller, simpler code base, and a library version of the
functionality that can be used in other programs. iperf3 also incorporates a
number of features found in other tools such as nuttcp and netperf, but were
missing from the original iperf.  Note that iperf3 is not backwards compatible
with the original iperf.

prodding & patches from jca@, thanks!
feedback & ok jca@ sthen@
2016-09-21 01:12:57 +00:00
pascal
49369b055d Switch ARM default CPU to pcore, but disallow unaligned access.
not hooked up to the build, no bump.
2016-09-20 21:51:54 +00:00
pascal
1f9a7e214e Update to Speeddreams 2.2.1. 2016-09-20 18:18:52 +00:00
sthen
bf852a4518 update to unifi-5.2.7 2016-09-20 16:43:30 +00:00
sthen
1e60e258d2 add USE_WXNEEDED to unbreak server 2016-09-20 15:44:57 +00:00
dcoppa
5a16d3f4a1 Fix the pkg-config file 2016-09-20 12:56:15 +00:00
sthen
427043e6c6 Missed "cvs rm"s, found by naddy. 2016-09-20 12:43:43 +00:00
sthen
a094a02f90 disable libmagic in sox, from maintainer Jan Stary 2016-09-20 10:16:27 +00:00
ajacoutot
fcb052ae91 Update to owncloud-9.1.1. 2016-09-20 08:03:50 +00:00
dcoppa
e316222036 Update to tomcat-7.0.72 2016-09-20 07:41:34 +00:00
benoit
b47827afbb Update to p5-Net-Domain-TLD-1.75. 2016-09-20 07:38:37 +00:00
pascal
0aad0c5128 Update to FlightGear 2016.3.1. 2016-09-19 22:39:23 +00:00
pascal
64c16282e3 Update to SimGear 2016.3.1. 2016-09-19 22:38:50 +00:00
sthen
bc2ecedbf4 backout to mutt-1.6.2 again.
people who reported crashes: please get backtraces.
2016-09-19 22:33:53 +00:00
jeremy
d87ca15482 Remove files in gem extensions directory that snuck back into PLIST 2016-09-19 22:12:26 +00:00
jeremy
1a415fa782 Remove files in gem extensions directory that snuck back into PLIST 2016-09-19 22:08:35 +00:00
jeremy
ad1df45202 Update to JRuby 9.1.5.0 2016-09-19 21:38:39 +00:00
bluhm
6b4d39a84b update ucspi-tools to 1.5
OK Jan Klemkow (maintainer)
2016-09-19 21:24:21 +00:00
jca
5352f0a6a6 Fix packaging.
It looks README.notmuch isn't installed anymore, maybe a change in the
handling of --disable-notmuch.  Quick fix for now.

Spotted by Markus Lude, PLIST diff from Rafael Sadowski.
2016-09-19 21:13:25 +00:00
dcoppa
672cf15491 Remove unnecessary line; no pkg changes 2016-09-19 19:15:48 +00:00
jasper
cfc42e4277 update to autoconf-archive-2016.09.16 2016-09-19 17:55:09 +00:00
edd
5ccdccbeca Update gpa to 0.9.9.
OK jca@
2016-09-19 17:20:05 +00:00
edd
8d00cb2bec Update pinentry to 0.9.7.
OK jca@
2016-09-19 17:16:32 +00:00
edd
781bdc3db0 Update gpgme to 1.6.0.
OK jca@
2016-09-19 17:13:55 +00:00
edd
bd8ed90e4f Update gnupg2 to 2.1.15.
OK jca@
2016-09-19 17:09:37 +00:00
edd
b9bf394999 Update libksba to 1.3.5.
OK jca@
2016-09-19 17:04:55 +00:00
edd
4e16a349e5 Update libassuan to 2.4.3.
OK jca@
2016-09-19 17:02:15 +00:00