Bjørn Forsman
238c26cea9
lighttpd: fix build warnings
...
The build complains about missing "file" and "which" commands, so add them as
build inputs.
"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.
Here is an example of -m values for GNU ld:
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
i386linux
elf_l1om
elf_k1om
"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.
There is one build warning left, but I think this is normal on NixOS:
/tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
Bjørn Forsman
c3190ef1d8
lighttpd: bump to version 1.4.32
...
One important denial of service (in 1.4.31) fix: CVE-2012-5533[1].
NOTE: There are some errors about missing commands during the build, but
I'm pretty sure they were there before. And the result seems to be
working anyway...
* /usr/bin/file: No such file or directory
* /bin/sh: line 2: which: command not found
* /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5533
2013-04-01 14:12:03 +02:00
Lluís Batlle i Rossell
bee99995d9
linux: update to 3.8.5
2013-03-31 09:27:40 +02:00
Rok Garbas
86e5e52d99
plone: upgrading to 4.3rc1
2013-03-31 08:53:23 +02:00
Rok Garbas
38fce2879f
Merge pull request #413 from ebzzry/master
...
Add chicken-4.8.1
2013-03-30 23:34:01 -07:00
Lluís Batlle i Rossell
6281042def
Adding oath-toolkit and xmlsec
...
I added xmlsec to make it work with oath-toolkit (to build one extra tool
there, that I don't need), but I couldn't make it work together.
2013-03-31 00:08:17 +01:00
Lluís Batlle i Rossell
2ba0d9d3ae
fuloong linux: add CGROUPS and disable FTRACE
...
FTRACE was making linux not load at all. And systemd
wants cgroups.
2013-03-30 23:38:39 +01:00
Lluís Batlle i Rossell
fead3aed65
prayer: update to 1.3.5
2013-03-30 22:45:45 +01:00
Lluís Batlle i Rossell
13d40ae54d
otpw: fixing the entropy source (PATH variables)
...
I don't know why it set some hardcoded PATH.
2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell
c908d2130f
Adding 'google-authenticator'
2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell
690d5a346d
otpw: fixing typo in url
2013-03-30 21:06:05 +01:00
Lluís Batlle i Rossell
c7cf2b1690
Adding otpw (a one-time password system)
2013-03-30 21:06:05 +01:00
Domen Kozar
c72ac21c55
springlobby: bump to 0.169
2013-03-30 20:05:13 +01:00
Lluís Batlle i Rossell
55f14cc7f3
lame: update from 3.98.4 to 3.99.5
2013-03-30 18:10:38 +01:00
Domen Kožar
3c7ec2b559
Merge pull request #422 from offlinehacker/xpra-0.8.8
...
Upgrading xpra to 0.8.8
2013-03-30 07:45:40 -07:00
Jaka Hudoklin
06425fca37
Upgrading xpra to 0.8.8
2013-03-30 15:23:51 +01:00
viric
afd5257336
Merge pull request #423 from offlinehacker/xf86videodummy
...
Add xf86videodummy and xf86inputvoid to xorg overrides (pixman fix)
2013-03-30 04:21:39 -07:00
Jaka Hudoklin
83afbf45ca
Add xf86videodummy and xf86inputvoid to xorg overrides (pixman fix)
2013-03-30 11:52:44 +01:00
Peter Simons
6692fbd0ae
haskell-defaults.nix: remove useless for cabal2nix on GHC 6.10.4
...
We cannot build 'tar' on that platform, which is a dependency of cabal2nix.
2013-03-30 00:12:36 +01:00
Peter Simons
9c92db9e52
haskell-hackage-db: update to version 1.5
2013-03-29 23:55:13 +01:00
Ludovic Courtès
4d8cd0aa24
glibc: hurd: Use the old `rpcgen-path.patch'.
2013-03-29 22:04:25 +01:00
Lluís Batlle i Rossell
c7307122bf
gcc47: Making the arm patch only for arm.
...
I don't know how, but it seems to break mips (noticed by ludo):
http://hydra.nixos.org/build/4530024
2013-03-29 21:56:01 +01:00
Lluís Batlle i Rossell
a76a9f783e
Adding omxplayer, for the raspberrypi.
2013-03-29 21:54:29 +01:00
Lluís Batlle i Rossell
64e4027d91
Making omxplayer build with gcc47
2013-03-29 21:54:28 +01:00
Ludovic Courtès
e80ec28da1
libiconv: disable stripping when cross-compiling
2013-03-29 21:46:39 +01:00
Ludovic Courtès
ea304762fe
pthread-win32: don't propagate `mingw_headers'
2013-03-29 21:46:38 +01:00
Ludovic Courtès
4576896ef5
pthread-win32: use mingw_headers3', for consistency with
gccCrossStageFinal'
2013-03-29 21:46:38 +01:00
Eelco Dolstra
bd1c8a5048
prettytable: Update to 0.7.1
2013-03-29 20:08:34 +01:00
Peter Simons
694ecd4737
libtirpc: update to version 0.2.3
2013-03-29 19:04:29 +01:00
Domen Kozar
9a31d2ef0d
aircrack-ng: bump
2013-03-29 19:02:51 +01:00
Domen Kozar
eff57f3b9e
ncmpcpp: set platforms
2013-03-29 18:38:12 +01:00
Lluís Batlle i Rossell
7405ddee2f
gcc47: fixing the arm eabi hf build
...
Picking an upstream gcc patch.
2013-03-29 18:34:40 +01:00
Domen Kozar
92f72cb80f
pwgen, wgetpaste: set platforms
2013-03-29 18:32:58 +01:00
Rok Garbas
6c890824bd
fixed typo from previous commit
2013-03-29 18:28:11 +01:00
Shea Levy
eb2e3f648a
Pass overrides for perl510Packages too
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-29 13:07:41 -04:00
Peter Simons
905c058b6d
haskell-accelerate-cuda needs old version of language-c-quote.
2013-03-29 17:51:29 +01:00
Peter Simons
e83c6b2749
haskell-language-c-quote: add version 0.7.1
2013-03-29 17:51:29 +01:00
Peter Simons
82030c4ba2
haskell-split: add version 0.2.1.3
2013-03-29 17:51:29 +01:00
Peter Simons
8a134745de
haskell-hspec-expectations: add version 0.3.2
2013-03-29 17:51:29 +01:00
Peter Simons
a1d4a00dcd
haskell-snap: jailbreak to support building with lens 3.9.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
78b8be47e2
haskell-reflection: update to version 1.2.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
717d894f83
haskell-profunctors: update to version 3.3.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
eb665f3b3d
haskell-lifted-base: update to version 0.2.0.3
2013-03-29 17:51:29 +01:00
Peter Simons
deeb058dfb
haskell-diagrams-lib: update to version 0.6.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
c24df87bfe
haskell-certificate: update to version 1.3.6
2013-03-29 17:51:29 +01:00
Peter Simons
504d9563a4
haskell-case-insensitive: update to version 1.0.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
0e32b1462b
haskell-vector-space-points: update to version 0.1.2.1
2013-03-29 17:51:29 +01:00
Peter Simons
b5bda573d5
haskell-monoid-extras: update to version 0.2.2.3
2013-03-29 17:51:29 +01:00
Peter Simons
8f2c094801
haskell-dual-tree: update to version 0.1.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
7d64583919
haskell-persistent-postgresql: jailbreak to fix build with latest version of postgres-simple
2013-03-29 17:51:29 +01:00