1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

21728 commits

Author SHA1 Message Date
aszlig 949afcc0f2
chromium: New seccomp patch for versions >= 23.
The BPF renderer sandbox is now the default in 23. But still, it is not regarded
as "adequately sandboxed" from Google so we still need the legacy seccomp
sandbox.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
aszlig 77d424875c
chromium: Temporarily use bundled zlib.
Well, after looking a bit more thoroughly through the zlib patch from the
Chromium team, it seams, that this really fix an issue that hasn't yet been
applied upstream. Unfortunately neither Chromium nor Zlib give more information
about that issue. Maybe they're waiting until its resolved upstream and thus the
temporary patch?

The bad news is, that the fix for the vulnerability is incomplete in Chromium
and covers only the use cases of Chromium itself, so we can't include that
patched version in nixpkgs zlib derivation.

Until the issue is fixed upstream we're hereby safer off turning it off in
Chromium and thus use the bundled and patched version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
Shea Levy 5a6fd3d510 llvm: Bump to 3.1 2012-10-07 23:25:11 -04:00
aszlig c6c7019091
haxe: Remove build files of haxelib/haxedoc early.
Previously, we installed std by omitting the tools directory. Now, there are
occasions where you actually want to use things like tools.haxelib from within
your project, for example to create something that interfaces with the haxelib
API. So we now just remove all files in there that were created during the main
build in postBuild.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 02:26:09 +02:00
Shea Levy 529fee610b libicns: Bump 2012-10-07 18:22:30 -04:00
Shea Levy 2f8ab5e651 Merge branch 'refind' into upstream 2012-10-07 17:54:30 -04:00
aszlig c585be8619
neko: Correctly set 64bit mode in build.
Neko seems to think it is running in 32bit, even though it is compiled for
64bit. The fix is included in 1.8.3, which is not yet released as of now, so we
add a temporary fix until the release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 23:13:56 +02:00
Cillian de Róiste 65358fad8c Upgrade libraw1394 to 2.1.0 2012-10-07 23:02:32 +02:00
Shea Levy 026dd8b6f2 rEFInd: 0.4.5 2012-10-07 16:54:02 -04:00
Cillian de Róiste fc817640e5 Tidy up the expression for the Calf audio plugin pack 2012-10-07 22:33:50 +02:00
Cillian de Róiste df5abaf8b4 Update the calf plugin pack to 0.0.19-rc7
This is a significant update with loads of new features, plugins and GUIs
2012-10-07 22:33:50 +02:00
Cillian de Róiste aaebab484b Disable the debug option for FFADO
The debug option is enabled by default and causes performance and stability issues
2012-10-07 22:33:50 +02:00
Eelco Dolstra d72adde530 Add nss-myhostname 2012-10-07 14:59:29 -04:00
Rickard Nilsson a570a4c9ed opera: Update to version 12.02 2012-10-07 19:21:56 +02:00
Peter Simons 0826608328 spamassassin: don't pass 'IOSocketInet6'
Adding that package as a build input makes SpamAssassin print "function
re-defined" warnings at run-time.
2012-10-07 18:55:41 +02:00
Alexander Foremny 471ceb6dbb Merge remote-tracking branch 'upstream/master' into jhc 2012-10-07 17:58:43 +02:00
Alexander Foremny f2e82a385e Add jhc 0.8.0 2012-10-07 17:52:43 +02:00
Michael Raskin 4454e45955 Adding meta.maintainers 2012-10-07 19:21:35 +04:00
Michael Raskin 749cc2bf1e Adding Debian devscripts. Mostly for uscan.
I plan to later use uscan for simplifying package updates in some
NixPkgs packages. I have no code for that now.

I added Perl packages File::DesktopEntry and File::BaseDir in a slightly
hascky way because one part of the installation system replaced PREFIX=
with --prefix= and the other complained that it doesn't know what to do
with --prefix=. I checked that a script using File::DesktopEntry works,
and I don't know enough Perl to rewrite buildPerlPackage and hope that
my change is an improvement.

I removed trnaslated manpages because it uses po4a which has some more
Debian-specific dependencies of its own.
2012-10-07 18:02:46 +04:00
Cillian de Róiste 25b4957e4a Add the Distrho collection of audio plugins 2012-10-07 14:06:36 +02:00
Cillian de Róiste 2b31648dee Upgrading suil (LV2 plugin library) from 0.6.2 to 0.6.4 2012-10-07 14:06:35 +02:00
Cillian de Róiste 08e025acab Adding Qt and GTK support to suil so that they can be used for the LV2 plugin GUIs 2012-10-07 14:06:35 +02:00
aszlig 064cf68281
haxe: Rewrite package from scratch, version 2.10.
As well as for neko, we now have way less cruft within the mkDerivation
attribute set. We also now use make to build haxe, which will include haxelib
and haxedoc as well.

The main reason why I was doing this was because the package didn't build and
still was referencing mawercer.de, which does not contain those tarballs
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:59 +02:00
aszlig e5239b78bd
neko: Rewrite package from scratch, version 1.8.2.
This should simplify the input of the derivation builder significantly and of
course we don't need to rely on mawercer.de to supply the needed files. Also,
the derivation name doesn't include "-cvs" anymore, as we're building from the
release tarball.

In addition, we don't need the patch anymore, as it was so simple that it could
be done easily with sed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:19 +02:00
aszlig 79fa3e2181
pyaudio: New package, version 0.2.4.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:18 +02:00
Jack Cummings a4978228e2 Merge remote-tracking branch 'upstream/master' 2012-10-06 20:27:01 -07:00
Michael Raskin 90f1e5b672 Add V4L support to SANE 2012-10-06 22:42:06 +04:00
Jack Cummings 0bb3795d3c - on a bumpy path from hg to git.. 2012-10-05 15:19:27 -07:00
Eelco Dolstra a4cd5afd03 Fix "Failed to add path to set" error during nixos-rebuild 2012-10-05 16:58:36 -04:00
Jack Cummings 66e43a5297 - Make rili work with new autoconf versions 2012-10-05 13:56:51 -07:00
Jack Cummings 91d58edafc - Make rili work with new autoconf versions 2012-10-05 13:52:54 -07:00
Eelco Dolstra 29aa7abe87 thunderbird: Update to 15.0.1 2012-10-05 16:24:04 -04:00
Eelco Dolstra d9c01ef51d p7zip: Update to 9.20.1 2012-10-05 16:06:35 -04:00
Eelco Dolstra e8c4748cdb cabextract: Update to 1.4 2012-10-05 16:06:19 -04:00
Eelco Dolstra e0be32f676 Add a function ‘getVersion’ to get the version of a derivation 2012-10-05 13:48:57 -04:00
Jack Cummings e23bda977d - removing old spl/zfs versions 2012-10-05 09:40:26 -07:00
Jack Cummings 18d4a832b0 - clean up openttd, rili, uqm, and widelands descriptions 2012-10-05 09:36:36 -07:00
Jack Cummings e7f3ff803e - zfs 0.6.0-rc11, spl 0.6.0-rc11 2012-10-05 09:11:25 -07:00
Jack Cummings ccad09d3b9 Revert " - zfs-0.6.0-rc11, and spl-0.6.0-rc11"
This reverts commit 8eb9491a22.
2012-10-05 09:07:33 -07:00
Jack Cummings 8043344266 Revert " - remove old versions"
This reverts commit 65d3ef369e.
2012-10-05 09:07:11 -07:00
Cyril Roelandt 172abb4b26 Add a "smatch" package.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2012-10-05 10:41:44 +02:00
Michael Raskin d26ac88caf Merging pull request 121 from MarcWeber: update/fix debootstrap with minor fixes 2012-10-05 12:26:13 +04:00
Jack Cummings 65d3ef369e - remove old versions 2012-10-05 00:12:15 -07:00
Jack Cummings 8eb9491a22 - zfs-0.6.0-rc11, and spl-0.6.0-rc11 2012-10-05 00:09:49 -07:00
Jack Cummings 27ec277359 - add myself as a maintainer for the packages I've added 2012-10-04 23:39:00 -07:00
Jack Cummings 22ece175a0 - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0 2012-10-04 23:32:34 -07:00
Eelco Dolstra bc9bff1da4 Remove obsolete versions of Flash 2012-10-04 21:18:44 -04:00
Eelco Dolstra 99f38ee7a5 Flashplayer: add libXcursor to the RPATH
This prevented Flash from working after the last update.
2012-10-04 21:15:26 -04:00
Shea Levy af045b4ee1 edk2: Bump version 2012-10-04 20:11:47 -04:00
Shea Levy ce6dbfc66a gnu-efi: Version 3.0r 2012-10-04 19:57:17 -04:00