Commit graph

66181 commits

Author SHA1 Message Date
Franz Pletz 1026673f37 firefox: 43.0.4 -> 44.0 2016-02-01 18:10:47 +01:00
Eelco Dolstra a7b7ac8bfb openssh: Enable DSA host/client keys
This applies a patch from Fedora to make HostKeyAlgorithms do the
right thing, fixing the issue described in
401782cb67.
2016-02-01 16:31:43 +01:00
koral a7f09e9773 openssh: 6.9p1 -> 7.1p2 2016-02-01 16:31:43 +01:00
Sander van der Burg 4d0e732168 titaniumenv: fix android builds on darwin and get rid of allowUnfree since the OpenJDK just works fine 2016-02-01 15:11:28 +00:00
Tomasz Czyż 0c5ad78c18 solaar: fix, partially (close #12685)
vcunat's comments:
Unused parameter got removed.
CLI looks good now but the GUI still won't work with:

bin/..solaar-wrapped-wrapped:45: PyGIWarning:
 Gtk was imported without specifying a version first.
 Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  solaar.gtk.main()
 solaar: error: Argument 0 does not allow None as a value
2016-02-01 13:21:43 +01:00
Tony White 8491d0d1ca chromium: 47.0.2526.106 - > 48.0.2564.97
- Fixes CVE-2016-1612 CVE-2016-1613 CVE-2016-1614 CVE-2016-1615
  CVE-2016-1616 CVE-2016-1617 CVE-2016-1618 CVE-2016-1619 CVE-2016-1620.
- Moves chromium stable and beta channels up one version major.
  vcunat made dev channel stay for now, as it wouldn't download otherwise.
  This is most of PR #12717.
2016-02-01 12:12:07 +01:00
Pascal Wittmann 209318b130 Merge pull request #12491 from davidak/rarcrack
rarcrack: init at 0.2
2016-02-01 11:56:10 +01:00
Arseniy Seroka 43ea13b314 Merge pull request #12721 from romildo/update-awesome
awesome: 3.5.7 -> 3.5.8
2016-02-01 13:42:22 +03:00
Lluís Batlle i Rossell b2dc647c1e linux: adding PCI Expresscard Hotplug support 2016-02-01 11:07:08 +01:00
Pascal Wittmann 535056cbd3 Merge pull request #12483 from rycee/bump/perl-SoftwareLicense
perl-Software-License: 0.103010 -> 0.103011
2016-02-01 09:20:12 +01:00
Vladimír Čunát 576746970e liberation-fonts: fix meta after 2012 changes
/cc maintainer @7c6f434c.
2016-02-01 08:50:19 +01:00
Charles Strahan fdd54a9434 ghcjs-ffiqq: init at rev da31b1858 (Oct 12, 2015) 2016-02-01 02:13:45 -05:00
Charles Strahan 142b417284 ghcWithHoogle: fix haddocks for GHCJS builtin libs 2016-02-01 00:10:45 -05:00
Charles Strahan 1a2d7c679a ghcWithHoogle: add support for ghcjs 2016-01-31 23:00:43 -05:00
Charles Strahan 05b2afed33 ghcjs: build hoogle docs for base libraries 2016-01-31 20:45:28 -05:00
Charles Strahan c01eb06954 ghcjs: build with GHC 7.10.3 2016-01-31 20:44:49 -05:00
Charles Strahan ec1e4d5495 ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1 2016-01-31 20:07:12 -05:00
Alexander Tsamutali c7bbe15102 pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.
This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
2016-02-01 03:31:57 +03:00
Alexander Tsamutali 2671639ac7 pkgs/tools/inputmethods/m17n-lib: New derivation. 2016-02-01 03:28:47 +03:00
Alexander Tsamutali 08c29dc3aa pkgs/tools/inputmethods/m17n-db: New derivation. 2016-02-01 03:27:33 +03:00
Thomas Tuegel 1e5cad9c8c Merge pull request #12738 from ttuegel/emacsWithPackages
Reduce load time of emacsWithPackages
2016-01-31 17:28:20 -06:00
Thomas Tuegel 698b14c1c9 Merge pull request #12733 from hrdinka/update/qtpass
qtpass: 1.0.6 -> 1.1.0
2016-01-31 14:54:29 -06:00
Matej Cotman 81ae240a23 Merge pull request #12732 from matejc/lighttableupdate
lighttable: update from 0.7.2 to 0.8.1
2016-01-31 21:53:43 +01:00
Peter Simons b7badc6be0 powertop: call "xset" from $PATH
Patch the source code to find "xset" in $PATH rather than expecting the
hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code
a proper path like "${xset}/bin/xset", because that reference greatly
increases the size of the powertop closure. Since "xset" is required
only for --calibrate (and that even seems to work fine without it), it
felt like an optional dependency is more appropriate in this case.

Thanks to @heydojo locating the source code file that needs patching.

Fixes https://github.com/NixOS/nixpkgs/issues/12662.
2016-01-31 21:44:36 +01:00
Christoph Hrdinka 12ecc1ceb3 qtpass: use wrapQtProgramm instead of standard wrapper 2016-01-31 21:35:15 +01:00
Anne Jan Brouwer 2924099dae qtpass: 1.0.6 -> 1.1.0 2016-01-31 21:32:15 +01:00
Matej Cotman e048b48836 lighttable: update from 0.7.2 to 0.8.1 2016-01-31 21:12:45 +01:00
Pascal Wittmann 268d4699ec calibre: 2.49.0 -> 2.50.1 2016-01-31 18:06:51 +01:00
Luca Bruno 3101275527 vips: 8.1.1 -> 8.2.2
cc @kovirobi
2016-01-31 17:44:46 +01:00
Franz Pletz 0792b02628 Merge pull request #12677 from datakurre/datakurre-afew
pythonPackages.afew: 3f1e5e9 -> 9744c18
2016-01-31 14:51:17 +01:00
José Romildo Malaquias 866937a9f8 awesome: 3.5.7 -> 3.5.8 2016-01-31 11:34:10 -02:00
Asko Soukka 28704a7363 afew: 3f1e5e9 -> git-2016-01-04 2016-01-31 15:32:12 +02:00
Luca Bruno 932ee094e1 gnome3: drop GNOME 3.16 2016-01-31 13:59:48 +01:00
Arseniy Seroka bc0b9b7eb0 Merge pull request #12696 from zimbatm/firmware-linux-nonfree
firmware-linux-nonfree: update to master
2016-01-31 15:31:36 +03:00
Arseniy Seroka ecdf9d1fbc Merge pull request #12715 from gebner/mu-0.9.16
mu: 0.9.13 -> 0.9.16
2016-01-31 15:28:34 +03:00
Frederik Rietdijk 4160cd350c Merge pull request #12714 from mkovacs/master
pythonPackages.svgwrite: init at 1.1.6
2016-01-31 12:06:12 +01:00
Franz Pletz 8ec3bce8f8 links: Remove package & deprecate for links2
This package is deprecated and superseeded by links2 which also provides the
links binary this maintaining backwards-compatibility.

Debian removed links back in 2008:

  https://packages.qa.debian.org/l/links.html

Fixes #12623.
2016-01-31 11:46:35 +01:00
Nikolay Amiantov 979dd17bac Merge pull request #12712 from akaWolf/deadbeef-ape-plugin
deadbeef: ape plugin fix
2016-01-31 13:45:12 +03:00
Frederik Rietdijk 0f80ba1fb4 Merge pull request #12530 from np/python-trezor
New/updated python packages related to the TREZOR hardware wallet
2016-01-31 11:26:27 +01:00
Gabriel Ebner bca9042663 mu: 0.9.13 -> 0.9.16 2016-01-31 11:19:35 +01:00
Mate Kovacs 279ad0f350 pythonPackages.svgwrite: init at 1.1.6 2016-01-31 01:52:06 -08:00
Artjom Vejsel f650fed9e5 deadbeef: ape plugin fix 2016-01-31 12:12:16 +03:00
Vladimír Čunát f7af2272a2 Revert "chromium: Do not rely on import-from-derivation"
This reverts commit 38c77bb72c.
In this form it causes problems #12710.
2016-01-31 10:03:57 +01:00
Tobias Geerinckx-Rice d28a06553e pagemon: 1.01.06 -> 1.01.07
Changes:
  * Mix checksum up a bit more and return OK if nothing has changed
  * Optimize page reading, reduced by ~2% CPU
  * Add perf page statistics 'p' option
  * Add OOM score to VM stats
  * Optimize read_maps: don't re-scan page mapping if nothing changed
  * Reduce amount of seeks and reads on pagemap data

More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
2016-01-31 02:32:11 +01:00
zimbatm de68a49259 firmware-linux-nonfree: update to master 2016-01-30 23:55:07 +00:00
Robin Gloster deb6dc6aad Merge pull request #12579 from rycee/bump/perl-if
Bump versions of some Perl packages
2016-01-30 21:56:42 +01:00
Robert Helgesson 54174a3553 perl-DevelDeclare: 0.006011 -> 0.006018 2016-01-30 21:45:48 +01:00
Robert Helgesson ddda098446 perl-TestWarnings: 0.021 -> 0.026
Also add myself as maintainer.
2016-01-30 21:45:33 +01:00
Robin Gloster ef4ff7a799 graph-tool: cleanup
fucked up adding the changes

see #12647
2016-01-30 20:27:16 +00:00
Joel Moberg 6d92029239 graph-tool: 2.2.42 -> 2.12
Closes #12647

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-30 20:25:13 +00:00