Commit Graph

91673 Commits

Author SHA1 Message Date
jasper
f00a289297 remove bogus libusb1 dependency, as it's using libusb-compat 2014-04-18 23:22:17 +00:00
jasper
ef56abf437 remove duplicate REVISION 2014-04-18 23:17:34 +00:00
jasper
a086f3753a add missing gettext module 2014-04-18 23:03:53 +00:00
jasper
ed712d7b22 regen and add missing rcs ids 2014-04-18 22:59:32 +00:00
ajacoutot
cbe24d4426 BZ URL. 2014-04-18 22:42:16 +00:00
jasper
f0cc20a18d merge a patch from upstream which overhauls the service provider for openbsd
this allows for proper :ensure (enable/disable) and setting flags for services.
2014-04-18 22:07:36 +00:00
sthen
ffaf864894 remove a useless rc_bg, from aja@ 2014-04-18 22:01:22 +00:00
sthen
24bf358c6a define OPENSSL_NO_BUF_FREELISTS to avoid some horrors which no longer build 2014-04-18 21:57:32 +00:00
sthen
eb63e31170 Missed PLIST from the commit, pointed out by dcoppa@ 2014-04-18 21:54:16 +00:00
juanfra
3bdd2a09e0 Update to lunzip 1.5. OK sthen@ 2014-04-18 21:53:54 +00:00
sthen
695f4afa8b +unifi 2014-04-18 21:50:03 +00:00
sthen
11e31675ab Import ports/net/unifi, controller software for ubiquiti unifi access points.
This is v3.1.10 which is not a full release yet but working stably for me.
ok jca@
2014-04-18 21:49:44 +00:00
brad
698bc29458 Add SVN revision 2014-04-18 21:26:56 +00:00
kili
b93ecc6587 Follow the makewhatis(8) switch (s/whatis\.db/mandoc\.db/).
ok espie@, naddy said he did the same changes.
2014-04-18 21:14:20 +00:00
sthen
2f7dcdba72 Joachim Schipper points out that the sample programs aren't great, so move
them out of bin to share/examples and add a README. Update the BROKEN-sparc64
comment as I've also checked with gcc4.8 now.
2014-04-18 20:51:48 +00:00
dcoppa
35abb2e1bb Bugfixing update to tomcat-connectors-1.2.40 2014-04-18 19:55:19 +00:00
espie
b9976e2b4d *really* disable things properly. 2014-04-18 19:08:12 +00:00
pascal
5d9b681b10 sync 2014-04-18 15:15:13 +00:00
pascal
c12582c14c Import games/vegastrike, ok bentley@.
Vega Strike is an OpenSource 3d Space Simulator. Work is proceeding
on both the Vega Strike game engine and a Vega Strike Universe game
data set. Both engine and data are in a playable state, but still
under development. Each release serves as a beta for both engine
and data.

The Vega Strike engine serves as the foundation for the Privateer
Gemini Gold, Privateer Remake, Vega Trek, and Pi Armada projects.
2014-04-18 15:14:05 +00:00
rpe
c6f1790950 Update ansible to 1.5.4
- Security fix for safe_eval, which further hardens the checking
  of the evaluation function.
- Changing order of variable precendence for system facts, to
  ensure that inventory variables take precedence over any facts
  that may be set on a host.

OK aja@ sthen@
2014-04-18 13:28:06 +00:00
ajacoutot
1b262d09b4 Pushed upstream. 2014-04-18 12:52:31 +00:00
ajacoutot
e64c75bded Use BZ patch. 2014-04-18 12:48:51 +00:00
ajacoutot
2b156e2e60 Clean up this port. 2014-04-18 12:03:00 +00:00
sthen
dc45035b82 add makefile parts dealing with PolarSSL support; not enabled yet as current
OpenVPN versions are built against the 1.2 API
2014-04-18 11:54:32 +00:00
sthen
93f10bad9c +polarssl
(import was ok dcoppa@)
2014-04-18 11:37:40 +00:00
sthen
f13e34f027 import polarssl to ports, joint work with me, Joachim Schipper, dcoppa, benoit,
testing also from florian@
2014-04-18 11:37:02 +00:00
sthen
e54156760e Filter more unsafe chars for popen() (only affects installations where
"dont_blame_nrpe" has been set, which you should not do).

From http://seclists.org/fulldisclosure/2014/Apr/240 / oss-sec
2014-04-18 11:33:41 +00:00
weerd
800743083c Hook up ranval 2014-04-18 11:29:44 +00:00
weerd
71493ccea4 Add ranval, a small tool to generate random numbers on the command
line without a modulo bias (using arc4random(3)).

ok sthen@
2014-04-18 11:18:27 +00:00
ajacoutot
0c030de54f Update to shared-mime-info-1.3. 2014-04-18 11:07:52 +00:00
ajacoutot
1329c3fbf4 Use our default ruby.
ok jasper@
2014-04-18 09:55:22 +00:00
brad
207a2888cc Update to LLVM 3.5 (trunk) snapshot just before switching to an unconditional
C++11 codebase.

This brings in a number of improvements over 3.4 including..
X86 assembler with 16-bit support
Much improved SPARC backend
stack protector strong support

ok sthen@
2014-04-18 09:30:48 +00:00
ajacoutot
98d254322b Fix a crash in gtkapplication() (upstream). 2014-04-18 09:18:29 +00:00
ajacoutot
1677958cfd Fix BZ URL, no pkg change. 2014-04-18 09:00:05 +00:00
ajacoutot
fc084c9671 Fix pushed upstream. 2014-04-18 08:54:13 +00:00
ajacoutot
e3e64614ed Fix building the CMF spectra on OpenBSD/sparc64 (from upstream). 2014-04-18 08:22:21 +00:00
benoit
2dd5eefc52 Update p5-String-RewritePrefix to 0.007. 2014-04-18 07:40:53 +00:00
brad
e250d602a9 SECURITY Update to png 1.6.10:
libpng will hang when reading images that have zero-length IDAT chunks with
the progressive (streaming) reader; a malicious web site could use this bug
to cause a (minor) denial of service. (CVE-2014-0333)

ok sthen@
2014-04-18 02:54:05 +00:00
jasper
df3aa8adef record ethos 2014-04-17 23:37:25 +00:00
jasper
d9483fa573 remove the ethos, it's old, unmaintained and unused.
ok aja@
2014-04-17 23:36:27 +00:00
jasper
97ffedb58a -ethos 2014-04-17 23:35:27 +00:00
sthen
130c3b78ac reorder "use"s, fixes smokeping with -current perl 2014-04-17 22:11:37 +00:00
landry
aef4913286 Cherrypick fixes for RT #90682 & 90670 to avoid scary verbose warnings
with newer Moose/perl. There are pending updates for both, but as
everything cpan, if you start updating a port, you end up updating one
half of cpan, and importing the other half.

Discussed with jasper@ (MAINTAINER)
2014-04-17 20:51:25 +00:00
sthen
bab5352c6c update to MuPDF 1.4 2014-04-17 20:30:57 +00:00
jasper
0f913c9010 update to py-git2-0.20.3 2014-04-17 19:26:33 +00:00
jasper
083c87b67b update to p5-Sys-Virt-1.2.3 2014-04-17 19:23:06 +00:00
jasper
e416cb08ee update to libvirt-1.2.3 2014-04-17 19:22:55 +00:00
jasper
315dbdb186 regen WANTLIB 2014-04-17 19:00:57 +00:00
jasper
258fd232cf update to mcollective-puppet-agent-1.7.0 2014-04-17 18:33:47 +00:00
jasper
de85dc194f update to mcollective-package-agent-4.3.0 2014-04-17 18:27:21 +00:00