Commit graph

1215 commits

Author SHA1 Message Date
Eelco Dolstra b377586b7a Fix psi build
hydra.nixos.org/build/3154247
2012-10-15 10:52:53 -04:00
Peter Simons f77a2f460a Merge branch 'master' into x-updates. 2012-10-12 15:24:24 +02:00
aszlig 50faa2cbef
chromium: Update stable and beta channels.
stable: 22.0.1229.79 (build tested)
beta: 22.0.1229.94 (build and usage tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-11 12:44:33 +02:00
aszlig 702aec1881
chromium: Use final implementation of BPF patch.
The new version is the one already committed in trunk as revision 160697.
In order to get into beta and stable this could take some while so we're going
need to carry around that patch for some time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-11 12:44:13 +02:00
Peter Simons 6ff829f19d Merge branch 'master' into x-updates 2012-10-10 18:46:48 +02:00
Lluís Batlle i Rossell b8471def24 firefox: adding 16.0. Enabling profiling, to see the new profiling features. 2012-10-10 16:37:20 +02:00
Eelco Dolstra 41e9f7cfed Merge remote-tracking branch 'origin/master' into x-updates 2012-10-08 13:48:30 -04:00
aszlig 1983d4fdfc
chromium: Build using libusb (1.0) from nixpkgs.
This dependency has recently been added to chromium while we didn't notice it,
so let's avoid to use the bundled version.

It might make sense to remove the unneeded files in third_party/ based on a
whitelist, so that we notice future changes like this earlier.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 15:06:15 +02:00
aszlig 692ad8059a
chromium: Build using libexif from nixpkgs.
While libexif has been bundled with chromium for some months already, they only
recently added the GYP option to switch to using the system library. So, let's
enable it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 15:05:00 +02:00
aszlig 58a4edd294
chromium: Drop seccomp patch for version 21.
Version 22 is the current version of the stable channel, so we don't need to
carry around a patch for earlier versions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:35:57 +02:00
aszlig 17fe198695
chromium: Disable legacy seccomp sandbox in v23.
This removes the patch introduced in 949afcc0f2.
The reason behind this is because even though we patch in the legacy seccomp
sandbox by default, it won't be used anyway as both cannot coexist anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:35:57 +02:00
aszlig 10679a7ba6
chromium: Fix chromium bug 149834 for version 23.
This is just a temporary fix and will only thrown away as soon as a proper fix
is included upstream, see http://crbug.com/149834 for more details about this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:52 +02:00
aszlig df64adc2df
chromium: Update dev and beta channels.
dev: 23.0.1271.10 -> 24.0.1284.2 (not tested, probably won't build?)
beta: 22.0.1229.91 -> 23.0.1271.17 (issues, see below)

While testing the beta release, I've been bitten by http://crbug.com/149834, so
as this is a beta release, I'm not sure if we should patch again to disable the
BPF seccomp sandbox.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
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
Rickard Nilsson a570a4c9ed opera: Update to version 12.02 2012-10-07 19:21:56 +02:00
Eelco Dolstra c1719a5835 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-05 17:57:45 -04:00
Eelco Dolstra 29aa7abe87 thunderbird: Update to 15.0.1 2012-10-05 16:24:04 -04:00
Eelco Dolstra 05d240ceda thunderbird: Update to 15.0.1 2012-10-05 16:15:56 -04: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
Eelco Dolstra 31f89ba349 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-03 14:43:10 -04:00
Petr Rockai 63a72d4625 Update flashplayer to 11.2.202.238 since 11.1.102.55 is no longer available. 2012-10-03 11:55:02 +02:00
aszlig d2df1ada27
chromium: Update channels to stable v22.0.1229.79.
dev: 23.0.1271.10
beta: 22.0.1229.91
stable: 22.0.1229.79

The revert for SVN revision 151720 is now obsolete in the current beta release
and is only needed for the stable version. So let's hope that >= 22.0.1229.91
will get stable soon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-02 03:46:42 +02:00
Eelco Dolstra b78256fbd7 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-01 11:43:43 -04:00
Eelco Dolstra 775d62748f Make Firefox 15 the default 2012-09-26 17:28:53 -04:00
Cillian de Róiste cc02b6cc19 Updating the google talk plugin to 3.6.1 since 3.5.1 is no longer available for download. Although, it does not work correctly on my system. 2012-09-26 20:56:56 +02:00
Eelco Dolstra d5758c99a3 Merge remote-tracking branch 'origin/master' into x-updates
Conflicts:
	pkgs/misc/maven/maven-1.0.nix
	pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Lluis Batlle be20063772 mldonkey: update to 3.1.3
Claimed suport for ocaml 4.00.0 and finally, BT magnets.
2012-09-25 19:37:54 +02:00
Lluís Batlle i Rossell 1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00
Michael Raskin 4517d03af1 Opportunistic measures to prevent the need to convert null to string; they may work or may not work for actually building 2012-09-24 23:49:11 +04:00
Michael Raskin 732811700a Added BareSIP 2012-09-24 21:03:02 +04:00
Michael Raskin 37418b3f70 Add farstream support to gajim 2012-09-23 21:39:26 +04:00
Eelco Dolstra e6077fbc46 Remove getConfig helper function
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’
can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-19 13:56:56 -04:00
aszlig 6667ee858b
chromium: Update dev/beta channels.
beta: 22.0.1229.56
dev: 23.0.1262.0

Patch for http://crbug.com/143623 still applies and is still not fixed upstream.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-15 07:44:21 +02:00
Michael Raskin e12c0dbace LaTeX + Spelling work 2012-09-13 19:25:04 +04:00
Michael Raskin 5df4c97694 Fix wrapping 2012-09-13 19:25:04 +04:00
Michael Raskin c20a9e4ac5 Make Gajim find speller 2012-09-13 19:25:04 +04:00
Michael Raskin 8b7d12d0f5 Gajim: make OpenSSL code work 2012-09-13 18:03:50 +04:00
Michael Raskin 947741de5f Gajim: update to 0.15.1 2012-09-13 18:03:50 +04:00
Michael Raskin 009db2ae7a Fix license 2012-09-13 15:30:12 +04:00
Michael Raskin 2dec65340b Fix python path 2012-09-13 14:46:45 +04:00
Michael Raskin 917db3212f Add PyFeed dependency. Starts now 2012-09-13 14:32:38 +04:00
Michael Raskin 070f2419dd Fixed a few SaT dependencies 2012-09-13 14:24:07 +04:00
Michael Raskin b52919ac9e Buildable Salut-à-toi 2012-09-13 14:14:49 +04:00
Eelco Dolstra ea2fbd7864 Fix Thunderbird/Firefox URLs
The Mozilla FTP site has old releases, so is preferred over HTTP.
2012-09-11 16:11:16 -04:00
Eelco Dolstra b1ce15f77b firefox: Update to 15.0.1
Also untabified the expression.
2012-09-11 13:47:34 -04:00
aszlig 2c315dee85
Merge branch 'tcl-tkabber-fixup'
This introduces the following changes:

 * Fixes libPrefix in Tcl libraries I fucked up a few months ago and adds
   missing meta attributes.
 * Correctly set TKABBER_SITE_PLUGINS so Tkabber is able to find plugins, if
   present.
 * Rely on OPENSSL_X509_CERT_FILE instead of depending on cacert directly.
 * Introduces a new license called "Tcl/Tk", which applies to some Tcl libraries
   and is a variation of the BSD license with restrictions regarding
   governmental use.
 * New package tclgpg for GPG support in Tkabber.
2012-09-11 05:13:03 +02:00
aszlig 2347cfa4f9
chromium: Revert zlib changes for v22 and higher.
SVN revision 151720 breaks the build with system zlib, see:

http://src.chromium.org/viewvc/chrome?view=rev&revision=151720

The issue here is, that r151720 introduces changes directly in zlib, which
aren't upstream and unfortunately there is no more information stating the exact
reasons for this change, as all references to it are not publicly available:

http://crbug.com/139744
https://chromiumcodereview.appspot.com/10837057

So for the moment, we're going to add a patch, which applies to v22 and higher,
which essentially reverts r151720, until either more information on the issue is
available or it is resolved upstream.

As someone has already reported the issue, we just need to track the following
issue:

http://crbug.com/143623

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 04:54:26 +02:00
aszlig 20f883179e
chromium: Update channels to latest versions.
stable: 21.0.1180.89
beta: 22.0.1229.39
dev: 23.0.1255.0

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 04:54:25 +02:00