111469 Commits

Author SHA1 Message Date
jung
e79b96a0b8 update to 0.4 2016-05-28 19:44:19 +00:00
robert
a0f179af38 add more mojom prebuild targets 2016-05-28 16:37:10 +00:00
sthen
ac9f45d75b Apply the libffi patch to avoid PROT_WRITE | PROT_EXEC mappings to the
copy of libffi in lang/gcc/4.9. Bump -java REVISION (this is only used for
java and gccgo, and we don't build gccgo).  ok jca@ pascal@
2016-05-28 16:06:14 +00:00
robert
354309b2fc update to 51.1 2016-05-28 14:49:39 +00:00
sthen
8fcaf63dbf update to freeipmi-1.5.2 2016-05-28 14:26:46 +00:00
sthen
eb7579d042 update to geeqie-1.3 2016-05-28 13:59:51 +00:00
sthen
fd3143b2f1 reorder MASTER_SITES_DEBIAN to put ftp.debian.org first, the previous
alphabetic order resulted in a mirror in Perth being used first, which
is perhaps not the best choice for most of the world (or for that mirror
operator, for that matter). (if you do actually want to prefer this
mirror, list it in ../db/network.conf instead and it will take priority).
2016-05-28 13:51:18 +00:00
sthen
ba926603b2 update to moreutils-0.59 2016-05-28 13:47:14 +00:00
sthen
624de53c10 remove USE_GROFF; minor formatting changes only 2016-05-28 13:40:57 +00:00
ajacoutot
685bf79224 Bump to unbreak. 2016-05-28 09:10:55 +00:00
espie
e066008fd5 protect preserved stuff better during the actual copy 2016-05-28 08:42:23 +00:00
abieber
cd6975063a reserve uid 776 for ioquake3 2016-05-27 23:45:35 +00:00
abieber
908817b9a4 Update to latest release on github. Full changes here:
a331637745...ioquake:7811b2acb2955132a68d1b869d4df98eb3ae194a

Port changes:
- Add rc script for ioq3ded
- Add blurb in readme

OK awolk@, "that diff looks reasonable" sthen@
2016-05-27 23:44:14 +00:00
abieber
4d473b6917 Bump node to the latest. Full changelog here:
https://github.com/nodejs/node/blob/v4.4.5/CHANGELOG.md

OK awolk@
2016-05-27 23:11:53 +00:00
sthen
162d3d5fe0 update to stuntman-1.2.9, from maintainer Roman Kravchuk 2016-05-27 22:50:31 +00:00
dcoppa
00bbf9b619 Fix Boost.Asio, broken after the removal of SSLv3 support:
/usr/local/include/boost/asio/ssl/impl/context.ipp: In constructor 'boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)':
/usr/local/include/boost/asio/ssl/impl/context.ipp:93: error: '::SSLv3_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:96: error: '::SSLv3_client_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:99: error: '::SSLv3_server_method' has not been declared

OK jca@
2016-05-27 22:35:40 +00:00
tim
723f6da9f2 Update to wavpack 4.80.0 and add myself as maintainer; OK sthen@ 2016-05-27 21:57:52 +00:00
kili
73cf1ca1c9 Update to popppler-0.44.0.
Tested on amd64 with my collection of poisoned pdfs.

ok aja@
2016-05-27 21:14:31 +00:00
sebastia
d0c77fa458 Make trusted facts work with the webrick server as well as make them
available when using ruby unicorn behind apache or nginx.

Using unicorn behind apache you need to add header:

RequestHeader set X-SSL-Client-Cert %{SSL_CLIENT_CERT}e

Using unicorn behind nginx, you need to run nginx-lua flavor, then
you need:

   location / {

     set_by_lua $client_cert "return ngx.var.ssl_client_raw_cert:gsub('\\n',' ')";

     proxy_set_header      X-SSL-Client-Cert $client_cert;

   }

OK jasper@ (MAINTAINER)
2016-05-27 19:10:39 +00:00
danj
5f4fd4fabb + py-gunicorn,python3 2016-05-27 18:07:43 +00:00
danj
06812cd260 update to py-gunicorn-19.5.0 and add a py3 flavor
ok jasper@ shadchin@
2016-05-27 18:00:08 +00:00
danj
62464929ad + py3-aiohttp
+ py3-multidict
2016-05-27 17:56:07 +00:00
danj
1bee180844 import py3-multidict
Multidicts are useful for working with HTTP headers, URL query args etc.

ok jasper@, tweaks and ok shadchin@
2016-05-27 17:04:53 +00:00
jeremy
c19ffe2bbc Update JRuby to 9.1.1.0
This changes the ruby version JRuby supports to 2.3, so update ruby.port.mk
to match.
2016-05-27 17:04:35 +00:00
danj
750582da0c import py3-aiohttp
It supports both client and server side of HTTP protocol. It also supports
both client and server Web-Sockets out-of-the-box. The web-server has
middlewares and pluggable routing.

ok jasper@ shadchin@
2016-05-27 16:35:24 +00:00
giovanni
992338d49a +p5-Mail-Milter-Authentication 2016-05-27 16:32:38 +00:00
giovanni
3ed4c79a11 Import p5-Mail-Milter-Authentication, a perl implementation of email
authentication standards, dmarc included.
    
hints and ok sthen@
    
pkg/DESCR:
A Perl implementation of email authentication standards rolled up
into a single easy to use milter.
    
This milter verifies using the following standards.
    
- SPF
- SenderID
- DKIM (including ADSP)
- DMARC
- IPRev
- Check HELO matches it's IP address
2016-05-27 16:28:44 +00:00
giovanni
1fa876901e wrong directory, sorry 2016-05-27 16:25:58 +00:00
giovanni
147f8f1da5 Import p5-Mail-Milter-Authentication, a perl implementation of email
authentication standards, dmarc included.

hints and ok sthen@

pkg/DESCR:
A Perl implementation of email authentication standards rolled up
into a single easy to use milter.

This milter verifies using the following standards.

- SPF
- SenderID
- DKIM (including ADSP)
- DMARC
- IPRev
- Check HELO matches it's IP address
2016-05-27 16:23:33 +00:00
giovanni
a80bd18137 Use getpwnam_shadow(3) where needed
remove trailing whitespaces
ok on a similar diff sthen@
2016-05-27 16:18:28 +00:00
tim
407d45d84c Update to imapsync 1.678; makes --tls1/--tls2 work again. OK pea@ 2016-05-27 15:48:50 +00:00
rpe
0d9bc384c5 Update sysutils/ansible to 2.1.0.0
For changes see:
https://github.com/ansible/ansible/blob/v2.1.0.0-1/CHANGELOG.md

OK aja, jasper, landry
2016-05-27 13:54:49 +00:00
jasper
e54f9f6189 update to filebeat-1.2.3; various fixes for ignore_older 2016-05-27 12:58:43 +00:00
jasper
78baf9407e update to topbeat-1.2.3; no relevant changes 2016-05-27 12:58:15 +00:00
jasper
43254a18c3 update to packetbeat-1.2.3; no changes 2016-05-27 12:57:53 +00:00
sthen
460d685dc9 update to newer nsh snapshot 2016-05-27 12:53:13 +00:00
sthen
025910fae6 update to xscreensaver-5.35
no plist change in x11/kde/artwork3 and x11/kde4/artwork
2016-05-27 12:48:16 +00:00
jca
b2e463bca6 Missed in previous. 2016-05-27 12:09:20 +00:00
jca
2b54bfb31c Update to lftp-4.7.2
from Rafael Sadowski (maintainer)
2016-05-27 12:08:46 +00:00
jca
8a3e788fb3 Update to tinc-1.0.28
from Rafael Sadowski (maintainer)
2016-05-27 11:49:04 +00:00
czarkoff
61f77da164 Fix type in CONFIGURE_ARGS
Found and reported by espie@

OK espie@, sthen@
2016-05-27 10:13:33 +00:00
naddy
098691e6f0 maintenance update to 0.2.5 (translation updates) and drop gettext module 2016-05-27 10:08:44 +00:00
jasper
7bef39ee0a update to monit-5.18
from bryce chidester
2016-05-27 10:06:47 +00:00
sthen
05d964358b update letsencrypt/client to 0.6.0, and cope with the renaming to "certbot".
courtesy symlink provided so that scripts still work.
2016-05-27 10:01:38 +00:00
sthen
2cafe96579 update to rspamd-1.2.7, from Brad 2016-05-27 09:18:14 +00:00
robert
776dc1d17a update to 51.0.2704.63 2016-05-27 06:28:20 +00:00
zhuk
75234783bf Hook up Qt5 version of GStreamer Phonon backend as well. 2016-05-27 03:44:59 +00:00
zhuk
f75b93ea9b Missing in previous Phonon backend tweaking commit. 2016-05-27 03:44:26 +00:00
zhuk
a30d9e33c6 Let's go the mountain way and link first bits of KDE 5 to build. 2016-05-27 03:43:20 +00:00
zhuk
7c2dc30b57 Fix complex package combinations for Phonon GStreamer backend, until
someone runs into real issues.

We produce two similar 100% interchangeable packages for now:
phonon-gstreamer-icons-4.8.2p0 and phonon-gstreamer-icons-4.8.2p0-qt5.
Not sure how to deal with it, but at least it builds and updates fine now.
2016-05-27 03:41:30 +00:00