104735 Commits

Author SHA1 Message Date
kili
bda5b72209 Update to hs-case-insensitive-1.2.0.4. 2015-09-19 07:53:46 +00:00
kili
61aa496b99 Update to hs-async-2.0.2. 2015-09-19 07:53:09 +00:00
kili
5e003c967c Update to hs-QuickCheck-2.8.1. 2015-09-19 07:52:36 +00:00
kili
81572d9274 Set MODGHC_PACKAGE_KEY and adjust plist. 2015-09-19 07:51:55 +00:00
kili
dd13464941 Update to happy-1.19.5. 2015-09-19 07:50:58 +00:00
kili
d78f82d0b9 Update to cabal-install-1.22.6.0. 2015-09-19 07:50:06 +00:00
kili
ca6bdde88f Update to alex-3.1.4. 2015-09-19 07:49:29 +00:00
kili
c9ed2a55c6 Update to hs-zlib-0.5.4.2. 2015-09-19 07:48:41 +00:00
kili
7e53383774 Update to ghc-7.10.2.
Updates to all hs-* ports related to meta/haskell-platform will
follow soon. Other hs-* ports will be fixed during the next days.
2015-09-19 07:42:56 +00:00
sthen
26176c62c2 update to ucspi-tools 1.3, fixing things with the recent libtls API changes.
from Jan Klemkow, thanks!
2015-09-18 22:39:32 +00:00
sthen
624b6819ef mark as BROKEN, it relies on passing CN etc to openssl(1) via environment variables 2015-09-18 22:04:44 +00:00
rpointel
5d0bd23967 PORTROACH = limit:^2\.7
ok aja@
2015-09-18 21:49:09 +00:00
rpointel
f65708f771 make the possibility to use yara from volatility.
ok aja@.
2015-09-18 21:39:00 +00:00
rpointel
8d3a62c9b9 +yara 2015-09-18 21:36:47 +00:00
rpointel
4f9a42b8c4 import yara, a pattern matching swiss knife
ok aja@
2015-09-18 21:35:32 +00:00
sthen
6b0a7582a5 fix following ocaml-parmap changes 2015-09-18 20:36:35 +00:00
ajacoutot
f323f2f03a Updatet o gdm-3.16.4. 2015-09-18 20:30:07 +00:00
ajacoutot
ea8b7c2a67 SECURITY update to Botan 1.10.10.
CVE-2015-5726, CVE-2015-5727

from Brad
2015-09-18 20:29:11 +00:00
landry
e9f32ea466 Adapt to build with mapnik3 by cherrypicking a pair of upstream commits.
Also switch to use gcc 4.9.
2015-09-18 20:09:26 +00:00
landry
a7e8fe8c0b Update to mapnik 3.0.5.
Switch to use gcc 4.9 since it now requires c++11. Thx ajacoutot for
the build-testing - note that it requires more than 4gb of memory to
build, and might not build on i386.
2015-09-18 20:07:09 +00:00
jasper
c5f047b4b4 sed -i 2015-09-18 19:35:04 +00:00
jasper
c89a73b64e use SUBST_CMD; no package change 2015-09-18 19:24:09 +00:00
jasper
0c8b354c27 zap two trailing/leading tabs 2015-09-18 19:16:14 +00:00
jasper
acc681e3b0 sed -i 2015-09-18 19:03:24 +00:00
jasper
7c186fdc50 update to libchamplain-0.12.11 2015-09-18 18:43:39 +00:00
jasper
34292814d1 - update to jna-4.2.0
- switch to using the system libffi
2015-09-18 18:36:27 +00:00
sthen
1ef9e5d9f3 update to dnscrypt-proxy-1.6.0 and sync patch with recent upstream commit 2015-09-18 18:26:18 +00:00
czarkoff
4c35cc7dcf update to 20150813 snapshot
Also, add my e-mail address, as reminded by gsoares@.

OK and distfile hosting sthen@
2015-09-18 18:25:54 +00:00
ajacoutot
4f6401d98a Regen plist after texi2html update.
This port could use an update...
2015-09-18 17:55:48 +00:00
sthen
3fc3f12b5c take maintainer 2015-09-18 15:07:48 +00:00
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