85521 Commits

Author SHA1 Message Date
kili
91bb1f7215 Import hs-mmorph-1.0.0:
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:59:54 +00:00
kili
7744264b2a Kill special .cabal markup characters from DESCR. 2013-07-18 20:58:13 +00:00
kili
22aadaef69 Import hs-lens-3.7.6:
This package comes \"Batteries Included\" with many useful lenses
for the types commonly used from the Haskell Platform, and with
tools for automatically generating lenses and isomorphisms for
user-supplied data types.
The combinators in @Control.Lens@ provide a highly generic toolbox
for composing families of getters, folds, isomorphisms, traversals,
setters and lenses and their indexed variants.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:50:19 +00:00
kili
d0a6d11017 Import hs-extensible-exceptions-0.1.1.4 (moving out of ghc-7.6):
This package provides extensible exceptions for both new and old
versions of GHC (i.e., < 6.10).

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:48:52 +00:00
kili
d3b2c52d2a Import hs-errors-1.4.2:
The one-stop shop for all your error-handling needs!  Just import
"Control.Error".
This library encourages an error-handling style that directly uses
the type system, rather than out-of-band exceptions.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:46:45 +00:00
kili
c42debec29 Import hs-either-3.4.1:
This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:45:15 +00:00
kili
5bda97d88f Import hs-comonads-fd-3.0.2:
Comonad transformers using functional dependencies.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:44:13 +00:00
kili
d15480637e Support for computations which consume random values.
ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:41:45 +00:00
brad
06578bfc85 Update to QEMU 1.5.1.
ok sthen@
2013-07-18 20:20:18 +00:00
brad
492f1d6a0e Update for Dovecot 2.1.17.
ok sthen@
2013-07-18 20:19:04 +00:00
brad
9c6a3474fa Update to Dovecot 2.1.17.
ok sthen@
2013-07-18 20:07:10 +00:00
brad
a10e9b554b Update to Postfix 2.11-20130710.
ok sthen@
2013-07-18 20:05:37 +00:00
brad
ec526ad813 Update to Postfix 2.10.1.
ok sthen@
2013-07-18 20:03:01 +00:00
tobiasu
6c04befd5a * Enable -rdynamic option, from pascal@
* Use SJLJ exections instead of ZCX in the hope of fixing
  intermittent build problems. Exception style affects Ada only.
* Add better tasking support and use our own backend files instead
  of pretending to be FreeBSD.
* Call __errno() from librthread when using pthreads (Tero Koskinen)
* Enable shared library support for OpenBSD (Tero Koskinen)

bulk tested by landry@ and sthen@
ok pascal@
2013-07-18 17:04:06 +00:00
tobiasu
18f2e1d247 * Use SJLJ exections instead of ZCX in the hope of fixing
intermittent build problems. Exception style affects Ada only.
 * Add better tasking support and sync OpenBSD specific changes from 4.8.
 * Call __errno() from librthread when using pthreads (Tero Koskinen)
 * Enable shared library support for OpenBSD (Tero Koskinen)

bulk tested by landry@ and sthen@
ok pascal@

sorry for the delay guys
2013-07-18 16:54:08 +00:00
benoit
3329109d09 Update py-dnspython to 1.11.0.
ok wcmaier@ (maintainer)
2013-07-18 15:13:02 +00:00
naddy
a0dce2c5d2 Fix an arithmetic overflow in the RICE2 partitioner; from upstream git. 2013-07-18 15:10:55 +00:00
sebastia
fc9cb55c2a Do not RUN_DEPEND on packages not available via FTP.
Feedback and OK sthen@, aja@
2013-07-18 14:30:07 +00:00
bluhm
83ddffafd0 - update p5-Net-IMP to 0.621
- test depends on net/p5-Net-PcapWriter
2013-07-18 14:19:07 +00:00
bluhm
7ccfd5e3a1 Fix compiler warnings about printf format errors. 2013-07-18 13:04:17 +00:00
giovanni
7242e5d2de Remove hidden dependency on db, spotted by sthen@ and by naddy@ a while ago
ok sthen@
2013-07-18 08:51:32 +00:00
giovanni
28c97125b4 Fix rc scripts for real and put pid where it belongs
ok william@ ajacoutot@
2013-07-18 08:48:00 +00:00
ajacoutot
0b25878088 Update to gnome-tweak-tool-3.8.1. 2013-07-18 08:34:12 +00:00
sthen
a43194b58b missing avahi dep 2013-07-18 07:58:12 +00:00
espie
f4911805de fix compilation on vax again.
somehow, now -O0 ICEs, and -O2 compiles.
go figure
2013-07-18 06:04:27 +00:00
espie
e2af3134a1 document new way nfs "works". 2013-07-18 05:40:31 +00:00
espie
dd5a4d32bf change the way errors are handled, fixed version:
- pass error condition from Job/Port.pm all the way to the engine
- use that to know whether we fail, instead of the existence of packages
(but still keep track of what we're doing correctly, THAT'S the fix)
- refactor error handling into OO version
- keep track of locks/errors/packages we're waiting for thx to nfs

all of these keep the lock around, and react to the lock being removed.

use case for nfs: if there was a revision bump after dpb scanned the port,
it will never find the package. Removing the lock will allow dpb to rescan
and find the correct packages.

with this, dpb no longer waits after nfs. More importantly, it does not
report nfs hangs as E:, rather as H:... (and it can "wait" for much longer
periods, since it keeps running and only checks on new jobs).
2013-07-18 05:36:54 +00:00
jturner
5947217c0e Lumail's daily update to its latest version, 0.14. 2013-07-17 23:20:46 +00:00
edd
43f8592d64 Link devel/utop. 2013-07-17 21:58:38 +00:00
edd
9a7c0c5ce1 Import utop-1.5; an enhanced ocaml toplevel.
A joint effort from myself, jca@ and chrisz@.

OK jca@, chrisz@
2013-07-17 21:57:23 +00:00
gsoares
b633d3e771 update to 4.41.0; from Tim van der Molen (MAINTAINER)
OK sthen@
2013-07-17 19:35:52 +00:00
lteo
3f7c3d1bee Fix two bugs in the IPFW DAQ module that prevented Snort from running
properly in inline mode:

1. A bug in ipfw_daq_inject() ignores the buf and len arguments that are
   passed to it.  This prevents Snort inline mode from dropping/rejecting
   packets that match "drop" or "reject" rules.

2. Remove DAQ_CAPA_UNPRIV_START from the list of capabilities so that
   Snort can run as an unprivileged user when using the IPFW DAQ module.

Tested by myself and Adam Jeanguenat.  Received guidance from sthen@.
Both fixes have been sent upstream.
2013-07-17 18:18:05 +00:00
jasper
2352c9d478 update to jekyll-1.1.0
from jirib@devio.us
2013-07-17 17:37:21 +00:00
bcallah
d3c483c775 A RUN_DEP was missing in the version I imported, needed to work with RAW
images.
Bump REVISION.
2013-07-17 17:08:38 +00:00
bcallah
1e375590bc +delaboratory 2013-07-17 16:54:52 +00:00
bcallah
c6e4ec28ed Import graphics/delaboratory, a color correction utility for digital images
ok benoit@
2013-07-17 16:54:10 +00:00
bcallah
fb0bfcdb42 Switch MASTER_SITES to Sourceforge; ghostscript.com link doesn't work
anymore. Regen distinfo while here.
ok sthen@ lteo@
2013-07-17 16:42:12 +00:00
jeremy
84c4674ccf Update to ruby 2.0.0-p247, fixing CVE-2013-4073, with extra patches
backported to fix a regression and restore a function that would
have caused a major bump of libruby20.so. Bumping the minor of
libruby20.so due to added functions.
2013-07-17 15:52:55 +00:00
jeremy
74850763f5 Update to ruby 1.9.3-p448, fixing CVE-2013-4073, with extra patches
backported to fix a regression and restore a function that would
have caused a major bump of libruby19.so. Bumping the minor
libruby19.so due to added functions.
2013-07-17 15:51:09 +00:00
jeremy
b994145ade Update to ruby 1.8.7-p374, fixing CVE-2013-4073, with an extra patch
to fix a regression.  This will probably be the last official
release of ruby 1.8, since it is now completely unsupported upstream.
2013-07-17 15:48:25 +00:00
jasper
1ccb9d748c update to puppet-3.2.3
ok robert@ (MAINTAINER)
2013-07-17 14:18:37 +00:00
benoit
9ebae8974f Update py-gunicorn to 17.5. 2013-07-17 08:25:34 +00:00
benoit
328bff9e78 Update git to 1.8.3.3. 2013-07-17 07:53:11 +00:00
ajacoutot
b9aa0100d0 etc -> SYSCONFDIR 2013-07-17 07:52:43 +00:00
giovanni
03ad47e23d Fix stop and reload case in rc script.
with and ok william@
2013-07-17 07:36:06 +00:00
ajacoutot
e368ce3fbe This is BROKEN on macppc. 2013-07-17 07:25:59 +00:00
jasper
f28e52db4b Security fix for CVE-2013-2130,
ZNC Multiple NULL Pointer Dereference Vulnerabilities

ok brad@ (MAINTAINER)
2013-07-17 07:19:38 +00:00
ajacoutot
c7c5bca68f Fix pexp to match empty daemon_flags. 2013-07-17 05:57:49 +00:00
ajacoutot
1ad0690f24 Update to dconf-0.16.1. 2013-07-17 05:54:36 +00:00
bentley
0d107ee995 Update jung@'s contact info in all ports. Drop spe and ddclient per request.
ok jung@
2013-07-17 03:27:01 +00:00