113804 Commits

Author SHA1 Message Date
sthen
8786897221 seamonkey needs -I/usr/local/include as well, found by naddy (missed in my
earlier build because it's BROKEN-i386).
2016-09-24 12:53:27 +00:00
ajacoutot
463a81854b Update to shotwell-0.24.0. 2016-09-24 12:48:16 +00:00
ajacoutot
8000797ba9 Update to libgnomekbd-3.22.0.1. 2016-09-24 12:46:53 +00:00
ajacoutot
dd092f3f2c Adjust default CPU for OpenBSD/arm and set proper ABI.
from Brad (maintainer)
2016-09-24 12:35:38 +00:00
jasper
422b6e6b4a update to libgdata-0.17.6 2016-09-24 12:17:06 +00:00
jasper
8e754d4143 update to specinfra-2.62.0 2016-09-24 12:14:21 +00:00
jasper
6c99b4b999 update to gucharmap-9.0.1 2016-09-24 12:11:54 +00:00
sthen
91e3f3bfe7 post-sqlite-carnage sync: 9598 2016-09-24 11:08:28 +00:00
jasper
c2f14c26a0 update to folks-0.11.3 2016-09-24 11:03:31 +00:00
jasper
62ab2eb8d4 update to p5-XML-DOM-1.46 2016-09-24 11:01:39 +00:00
sthen
d0d4bb18c2 use slightly more uniform Makefile formatting 2016-09-24 08:15:16 +00:00
sthen
8619b108b8 Fix dspam's LIB_DEPENDS/WANTLIB to unbreak ldap flavour following sqlite3 move.
Stop using groff, there are now only unimportant whitespace/date format changes.
2016-09-24 08:12:11 +00:00
sthen
647777dd4b gnupg2 needs a LIB_DEPENDS on databases/sqlite3, missed in previous run because
this didn't start pulling in sqlite until the 2.1.15 update.
2016-09-24 07:32:32 +00:00
juanfra
23b206d938 Add sqlite3 as dependency. 2016-09-24 00:21:28 +00:00
juanfra
ed106c9431 PLIST requires mktexlsr but the dependency is not included in the
RUN_DEPENDS. OK MAINTAINER. Bug reported by Edgar Pettijohn.
2016-09-23 23:13:37 +00:00
juanfra
b881f8a22f Fix 24/32-bits output support. From MAINTAINER. 2016-09-23 23:08:36 +00:00
rpointel
e2f055f161 update cmocka to 1.1.0.
ok benoit@, input from jca@ and ok@
2016-09-23 19:45:39 +00:00
bluhm
831cff54cc update AnyEvent to 7.13
enable the loop tests, they pass now
2016-09-23 18:41:14 +00:00
bluhm
306cf2541f update p5-Test-Portability-Files to 0.07 2016-09-23 18:27:59 +00:00
jeremy
912a9d7b43 Update to capybara 2.7.1 2016-09-23 15:25:58 +00:00
jeremy
bbe50939fe Update to capybara-webkit 1.11.1
Set USE_WXNEEDED, as the webkit_server executable uses W|X code.
Also set LDFLAGS to make sure wxneeded is set by the linker.
Add a patch to the qmake file so that LDFLAGS, CFLAGS, and
CXXFLAGS are respected.
2016-09-23 15:25:23 +00:00
jeremy
f0198480e2 Fix SIGFPE when using Xvfb, backported from Qt 5.6
OK dcoppa@
2016-09-23 15:22:49 +00:00
feinerer
859d2b2e45 Update to HT 2.1.0
ok benoit@
2016-09-23 14:40:10 +00:00
naddy
7d2c1043dc do not pick up guile2 2016-09-23 10:52:18 +00:00
pascal
964e2b6130 Do not install a dangling symlink to (non-existent) standard.ads.h. 2016-09-23 10:11:14 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
sthen
e905cc6a86 Remove sqlite3 quirks entry. 2016-09-23 09:15:18 +00:00
sthen
a425fde028 Readd sqlite3 Tcl bindings. 2016-09-23 09:14:53 +00:00
sthen
546cb53b4c Re-enable the main sqlite3 library/binary in ports and update to 3.14.2.
Tcl support will move to databases/sqlite3-tcl, other ports will be adjusted
in a set of upcoming commits.
2016-09-23 09:13:39 +00:00
sthen
7b6ac66820 update to ocserv-0.11.5 2016-09-23 09:00:11 +00:00
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