Peter Simons
20a150a1df
memtest86: update from 4.1.0 to 4.3.3
2014-02-24 22:04:40 +01:00
Peter Simons
ce365835d7
links2: update from 2.5 to 2.8
2014-02-24 22:04:40 +01:00
Peter Simons
17f7c664f6
libzip: update from 0.11.1 to 0.11.2
2014-02-24 22:04:40 +01:00
Peter Simons
2dc6bcbc40
libselinux: update from 2.2.1 to 2.2.2
2014-02-24 22:04:40 +01:00
Peter Simons
9a409ee3fd
libpcap: update from 1.4.0 to 1.5.3
2014-02-24 22:04:40 +01:00
Peter Simons
77f03b973d
libmilter: update from 8.14.4 to 8.14.8
2014-02-24 22:04:40 +01:00
Peter Simons
9f714fbafa
iw: update from 3.11 to 3.14
2014-02-24 22:04:40 +01:00
Peter Simons
4d7ee5246c
isocodes: update from 3.49 to 3.51
2014-02-24 22:04:40 +01:00
Peter Simons
01aaf816c9
acpid: update from 2.0.20 to 2.0.21
2014-02-24 22:04:40 +01:00
Shea Levy
a0a9430869
Add mariadb
2014-02-24 15:34:57 -05:00
Peter Simons
b05d3e77f1
spamassassin: update from 3.3.2 to 3.4.0
2014-02-24 21:17:55 +01:00
Peter Simons
df4919f070
duplicity: update from 0.6.22 to 0.6.23
2014-02-24 21:17:55 +01:00
Peter Simons
abca8f64f2
lxc: update from 1.0.0.beta4 to 1.0.0
2014-02-24 21:17:55 +01:00
Lluís Batlle i Rossell
9c36f01edd
Updating toxic and toxcore to newer code.
2014-02-24 19:18:15 +01:00
Rickard Nilsson
d5211b0e0e
Make initialRootPassword overrideable in all virtualisation modules, not just virtualbox.
2014-02-24 18:05:26 +01:00
Peter Simons
51c9dbc9f3
python-wrapper: add 'ignoreCollisions' parameter (which default to 'false')
2014-02-24 12:41:12 +01:00
Rob Vermaas
aa23a99436
Add stackdriver-statsd-backend/statsd-librato-backend node packages and update existing node packages.
2014-02-24 12:02:21 +01:00
Song Wenwu
3db6fc36f6
gradle: update to 1.11
2014-02-24 17:30:40 +08:00
Peter Simons
0b290b03e2
Merge pull request #1805 from bennofs/new-ghc-events-analyze
...
New expression: ghc-events-analyze
2014-02-24 09:59:29 +01:00
Peter Simons
0f0e0da667
Merge pull request #1809 from ocharles/haskellPackages.fb
...
haskellPackages.fb: New expression
2014-02-24 09:58:06 +01:00
cillianderoiste
99590f3362
Merge pull request #1810 from orbitz/update-to-opam-1.1.1
...
Add opam 1.1.1
2014-02-24 09:39:47 +01:00
aszlig
4f69722ee5
lua52/cross: Allow to cross-compile to mingw-w64.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:25 +01:00
aszlig
fbc307a183
SDL/cross: Fix building with mingw-w64.
...
This is to make sure that we don't get Xlibs or alsa in cross builds,
because those aren't available on non-Linux/Unix platforms.
Also, until we don't have the DirectX SDK packaged, let's disable it
during cross builds.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:25 +01:00
aszlig
b9bc42d0f3
glew/cross: Fix building with mingw-w64.
...
This also cleans up the package expression a bit and we no longer
directly override the phases (except patchPhase).
Also for cross-builds we're using the stock mingw target and pass CC, LD
and STRIP to make, because the mingw-w64 targets of the upstream package
are outdated.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:24 +01:00
aszlig
d0142e9b09
pcre/cross: Enable support for winpthreads.
...
That way we're able to build with the JIT compiler enabled.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:24 +01:00
aszlig
44cfba7950
mingw-w64-pthreads: Create based on mingw-w64.
...
The winpthreads library is part of the same source package, so let's
just override the name and the source directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:24 +01:00
aszlig
4fde72c7d6
mingw-w64: Fix typo in preConfigure hook.
...
D'oh, no wonder the headers are of almost the same size as the main
package.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:23 +01:00
aszlig
423be7712b
bzip2/cross: Patch out erroneous path separator.
...
Not sure why this even got into the upstream release, as _all_ other
includes use forward slashes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:23 +01:00
aszlig
92c59d37a7
gcc-cross-wrapper: Enable dontStrip in setup hook.
...
At least for x86_64-w64-mingw32, it doesn't make sense to use the native
strip tool for stripping of symbols. To the contrary it results in
unusable archive files.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:23 +01:00
aszlig
60a2fc1fec
openssl: Fix Windows compat in cert-file.patch.
...
In Windows there is no get(e)uid() call available, so the build fails.
The patch now checks whether OPENSSL_SYS_WINDOWS is defined and only
uses those calls if _not_ on Windows.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:22 +01:00
aszlig
ba8b0e8af9
binutils-cross: Remove unreferenced package.
...
This package wasn't imported by anything in the package tree and also
isn't used for cross-builds. So in order to avoid confusion, it's better
to remove it as it is outdated as well.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:22 +01:00
aszlig
a78c6490d7
mingw-w64: Update to new upstream version 3.1.0.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24 07:26:22 +01:00
Austin Seipp
60728bc46c
ktap: add v0.5-dev from git
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 22:29:56 -06:00
Austin Seipp
55ac3b0a93
spark: version 0.9.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 22:29:08 -06:00
Austin Seipp
ff79e2f900
duo_unix: version 1.9.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 22:00:41 -06:00
AndersonTorres
ad6bdfaf56
Deleting the "runme" stuff - it is not needed at all,
...
and the run method is fully documented
2014-02-24 00:12:00 -03:00
AndersonTorres
2c09d55904
Merge remote-tracking branch 'upstream/master'
2014-02-24 00:07:02 -03:00
AndersonTorres
4670b503b1
New package: 8086tiny, a tiny 8086 emulator
2014-02-24 00:01:43 -03:00
Austin Seipp
dc700e0925
etc: uid/gid support for copied files
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-23 18:00:47 -06:00
Cillian de Róiste
f6aba32af3
ardour3: update 3.5.308 -> 3.5.357
2014-02-23 19:14:27 +01:00
Domen Kožar
a131bf9be7
i3minator: 0.0.3 -> 0.0.4
2014-02-23 16:57:44 +01:00
Cillian de Róiste
169b452e0c
aqbanking, gwenhywfar: add license info
2014-02-23 12:44:18 +01:00
Cillian de Róiste
9f08c21c2b
gnucash: enable aqbanking support for online banking
...
This requires recent versions of aqbanking and gwenhywfar:
https://devel.aqbanking.de/trac/aqbanking/ticket/197
It seems as if the developers have changed their version numbering
scheme in 2012 and have only released versions with the "beta" suffix
since then.
2014-02-23 12:21:32 +01:00
Oliver Charles
3f95f39bab
postgresql: Build all versions on Hydra (Linux)
...
Additionally, add @ocharles to the list of maintainers.
I am only building these on Linux environments in Hydra for now, as
that's the only environment I can be a maintainer for.
2014-02-23 11:25:18 +01:00
Vladimír Čunát
1efb6e65d2
doc: document current conventions on package naming
...
Mostly: encourage using dashes instead of underscores.
2014-02-23 08:00:59 +01:00
Austin Seipp
7f4b97d495
grsecurity: stable/testing updates
...
- stable: 3.0-3.2.55-201402201903 -> 3.0-3.2.55-201402221305
- testing: 3.0-3.13.4-201402201908 -> 3.0-3.13.4-201402221308
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-22 20:29:25 +01:00
Ricardo M. Correia
6554a490f6
gradm, pax-utils, paxctl: Add myself as a maintainer
2014-02-22 20:17:00 +01:00
Ricardo M. Correia
4ee12df331
pax-utils: Fix URL
2014-02-22 19:25:33 +01:00
Ricardo M. Correia
bf02ae28d6
gradm: Fix URL
2014-02-22 19:25:33 +01:00
Ricardo M. Correia
1b60ee5f67
paxctl: Fix URL
2014-02-22 19:17:53 +01:00