104505 Commits

Author SHA1 Message Date
benoit
3ee3e51079 Update to the_silver_searcher-0.31.0.
from Florian Stinglmayr (maintainer)
2015-09-18 14:54:15 +00:00
kspillner
c6ab651ec4 Tweak examples/cgi-bin/dump-env.sh to only print the value of variables that
are actually set.  This matches the version of the patch that was merged
upstream (PR #166).

ok czarkoff, landry
2015-09-18 14:37:50 +00:00
ajacoutot
cd8b78f992 Update to gdm-3.16.3. 2015-09-18 13:38:45 +00:00
ajacoutot
6782f8401d Unbreak after texi2html recent update. 2015-09-18 13:29:36 +00:00
ajacoutot
cf7cb07f1d Update to texi2html-5.0. 2015-09-18 13:29:15 +00:00
ajacoutot
e66b8523a8 Update to p5-libintl-1.24. 2015-09-18 13:28:39 +00:00
benoit
bdf30b4e4a Update to py-ldap-2.4.20. 2015-09-18 12:32:22 +00:00
ajacoutot
f93e2b6294 Update to gtk+3-3.16.7. 2015-09-18 11:22:59 +00:00
sthen
0f44ba58ad Update to squid-3.5.9, fixes problems with TLS/SSL parsing in configurations
using SSL-Bump.

- int overflow with extension parsing: char << 8 into a short
http://www.squid-cache.org/Versions/v3/3.5/changesets/squid-3.5-13915.patch

- {Client,Server}Hello parsing; when checking for TLS extensions, don't
check for bytes following compression_method in the _whole_ message, only
in the *Hello part ("does not account for the fact that the message may
contain more than just ServerHello").
http://www.squid-cache.org/Versions/v3/3.5/changesets/squid-3.5-13915.patch
2015-09-18 11:17:04 +00:00
jca
53bbc8aef2 Update to parmap-1.0-rc7, patches committed upstream. ok sthen@
While here, also tweak the license marker.
2015-09-18 10:43:27 +00:00
pea
bcdccc43c2 Update to 1.2
ok jca@ dcoppa@
2015-09-18 10:41:05 +00:00
ajacoutot
a296afa873 /usr/local -> LOCALBASE
spotted by jasper@
2015-09-18 10:24:17 +00:00
benoit
759d431b21 Update to pen-0.30.1. 2015-09-18 09:52:54 +00:00
landry
248387f5fb Update to spatialite-tools 4.3.0. 2015-09-18 09:48:26 +00:00
landry
115504f11b Update to libspatialite 4.3.0a. 2015-09-18 09:47:54 +00:00
ajacoutot
45d6ea65cc Update to py-jellyfish-0.5.1. 2015-09-18 09:37:46 +00:00
benoit
95ad78c72c Update to py-async-0.6.2. 2015-09-18 09:34:12 +00:00
ajacoutot
97011d79c8 Update to py-unidecode-0.04.18. 2015-09-18 09:30:02 +00:00
dcoppa
9d67abb404 Bugfixing update to cmake-3.3.2 2015-09-18 09:18:56 +00:00
sthen
078318e1bf de-conflict php-fpm packages, ok robert@
Heads up! The rc script has changed name:

  sed -i s/php_fpm/php56_fpm/g /etc/rc.conf.local
2015-09-18 09:18:22 +00:00
ajacoutot
0362b001f2 Hosted at rorcz. 2015-09-18 09:14:59 +00:00
landry
0367e4662f Update to proj4 4.9.2.
http://lists.maptools.org/pipermail/proj/2015-September/007270.html
2015-09-18 07:52:41 +00:00
benoit
05e9d12641 Update to py-sympy-0.7.6.1. 2015-09-18 07:36:46 +00:00
landry
d3f658a75b update to exo 0.10.7 2015-09-18 07:34:43 +00:00
benoit
08b63528d1 Update to py-repoze.who-2.2. 2015-09-18 07:30:52 +00:00
kirby
53e8efe17a register god removal 2015-09-18 07:12:18 +00:00
benoit
59ed4ec7d6 Update to p5-Net-SSH-Perl-1.41. 2015-09-18 07:10:04 +00:00
kirby
a3d2bcd466 -god 2015-09-18 07:08:36 +00:00
kirby
3702db90fb Remove 6 years old version of god. Latest version could be installed via
ruby-gems.
ok jeremy@
2015-09-18 07:07:53 +00:00
benoit
bea08b3084 Update to git-2.5.3. 2015-09-18 06:47:02 +00:00
ajacoutot
5e26d85134 Back port a bug fix:
- fix AVCodecContext/AVFrame freeing.

from Brad (maintainer)
2015-09-18 05:45:26 +00:00
ajacoutot
46f89af8b4 Update to libpst-0.6.65. 2015-09-17 22:30:42 +00:00
landry
1d9e6f4ebd Update to minetest 0.4.13.
http://dev.minetest.net/Changelog#0.4.12_.E2.86.92_0.4.13
2015-09-17 22:06:30 +00:00
landry
31d91825a9 update to readosm-1.0.0e 2015-09-17 21:25:27 +00:00
jca
2a6bc02d2f Update to libetpan-1.6, which might fix crashes in claws-mail.
Kill documentation, which upstream should generate.  Add a few time_t
string format fixes while here.

Prodded by Daniel Jakots, help from sthen@, ok ajacoutot@ sthen@.
2015-09-17 20:28:33 +00:00
naddy
ba4e7019aa Update to 2.12, but retain local fix for CVE-2015-1197.
Grab maintainer.
2015-09-17 20:16:49 +00:00
robert
ebbeba4e9d update to 45.0.2454.93 2015-09-17 18:59:44 +00:00
jca
ade86e95d1 Allow building parmap - a dep of devel/coccinelle - on non-OCaml-native archs.
Patches already upstream.  ok sthen@
2015-09-17 17:18:34 +00:00
jturner
5a9acba90c Update node-typescript to 1.6.2 2015-09-17 14:31:00 +00:00
dcoppa
128a643077 Remove dead homepage/master_sites, switch to github.
This port could use an update.
2015-09-17 13:38:39 +00:00
sthen
572558b77b update to libmagic (file) 5.25 2015-09-17 13:30:23 +00:00
sthen
cafc227818 update to lldpd-0.7.17 2015-09-17 12:35:14 +00:00
benoit
5557443334 Update to py-mxDateTime-3.2.9. 2015-09-17 12:33:00 +00:00
dcoppa
8a8649cef5 Fix libQtNetwork warnings following SSLv3 removal
OK sthen@, zhuk@
2015-09-17 12:24:41 +00:00
jasper
9b4110cd9a - update to jenkins-1.609.3 (stable) and jenkins-1.629 (devel)
- use a better DIST_SUBDIR

ok ian@ (MAINTAINER) gonzalo@
2015-09-17 12:18:46 +00:00
sthen
d4656078a0 update to LibreNMS-201509 2015-09-17 12:17:45 +00:00
sthen
9ec1eb7074 update fo fping 3.10 2015-09-17 12:03:42 +00:00
sthen
3f9d3b7b2a update to Trac-1.0.9 2015-09-17 11:42:34 +00:00
benoit
158586f200 Update to py-isodate-0.5.4. 2015-09-17 10:43:21 +00:00
ajacoutot
c8f71cfd69 Don't pick up ansidecl.h from devel/gdb. 2015-09-17 10:30:33 +00:00