summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* libpsl: 0.15.0 -> 0.17.0Franz Pletz2017-02-06
|
* Merge pull request #22469 from peti/fix-callCabal2nixPeter Simons2017-02-06
|\ | | | | callCabal2nix: take "name" parameter as a function argument
| * callCabal2nix: take "name" parameter as a function argumentPeter Simons2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The callCabal2nix function cannot reliably determine the appropriate "name" for the package it's processing. Attempts to derive this information have led to plenty of evaluation errors, and so I'd like to go for the obvious and reliable solution now and let the caller specify that bit of information. Here is an example that demonstrates how to use callCabal2nix. let pkgs = import <nixpkgs> {}; src = pkgs.fetchFromGitHub { owner = "gtk2hs"; repo = "gtk2hs"; rev = "eee61d84edf1dd44f8d380d7d7cae2405de50124"; sha256 = "12i53grimni0dyjqjydl120z5amcn668w4pfhl8dxscjh4a0l5nb"; }; in pkgs.haskellPackages.callCabal2nix "gtkhs-tools" "${src}/tools" {}
* | leiningen: 2.6.1 -> 2.7.1 (#22485)Herwig Hochleitner2017-02-06
| |
* | vscode: fix download urlGabriel Ebner2017-02-06
| | | | | | | | Fixes #22465.
* | Merge pull request #22482 from bendlas/update-chromiumGraham Christensen2017-02-05
|\ \ | | | | | | chromium: 56.0.2924.76 -> 56.0.2924.87
| * | chromium: 56.0.2924.76 -> 56.0.2924.87Herwig Hochleitner2017-02-06
| | |
* | | Merge pull request #22479 from Szczyp/rhcGraham Christensen2017-02-05
|\ \ \ | |/ / |/| | rhc: 1.36.4 -> 1.38.7
| * | rhc: 1.36.4 -> 1.38.7Szczyp2017-02-06
| | | | | | | | | | | | Fix: CVE-2016-10173
* | | audio-recorder: 1.7-5 -> 1.9.4Michael Raitza2017-02-06
| | |
* | | systemtap: 2016-09-16 -> 2017-02-04Volth2017-02-06
| | |
* | | Merge pull request #22431 from abbradar/postfix-localNikolay Amiantov2017-02-06
|\ \ \ | | | | | | | | postfix service: don't empty local_recipient_maps
| * | | postfix service: don't empty local_recipient_mapsNikolay Amiantov2017-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Postfix documentation: With this setting, the Postfix SMTP server will not reject mail with "User unknown in local recipient table". Don't do this on systems that receive mail directly from the Internet. With today's worms and viruses, Postfix will become a backscatter source: it accepts mail for non-existent recipients and then tries to return that mail as "undeliverable" to the often forged sender address.
* | | | nkf: 2.1.3 -> 2.1.4TANIGUCHI Kohei2017-02-06
| | | |
* | | | httpd: added serviceExpression which extends the serviceType concept -> ↵Joachim Schiele2017-02-06
| |/ / |/| | | | | | | | allows that httpd services can live outside of nixpkgs (#22269)
* | | Merge pull request #22389 from matthewbauer/emacs-new-iconsDaiderd Jordan2017-02-05
|\ \ \ | | | | | | | | emacs25Macport: use newer icons
| * | | emacs25Macport: use newer iconsMatthew Bauer2017-01-23
| | | |
* | | | Merge pull request #22387 from Ericson2314/cross-3-platformsJohn Ericson2017-02-05
|\ \ \ \ | | | | | | | | | | cross stdenv: let build package's build deps resolve to native packages
| * | | | cross stdenv: let build package's build deps resolve to native packagesJohn Ericson2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the "sliding window" principle: 0. Run packages: build = native; host = foreign; target = foreign; 1. Build packages: build = native; host = native; target = foreign; 2. Vanilla packages: build = native; host = native; target = native; 3. Vanilla packages: build = native; host = native; target = native; n+3. ... Each stage's build dependencies are resolved against the previous stage, and the "foreigns" are shifted accordingly. Vanilla packages alone are built against themsevles, since there are no more "foreign"s to shift away. Before, build packages' build dependencies were resolved against themselves: 0. Run packages: build = native; host = foreign; target = foreign; 1. Build packages: build = native; host = native; target = foreign; 2. Build packages: build = native; host = native; target = foreign; n+2. ... This is wrong because that principle is violated by the target platform staying foreign. This will change the hashes of many build packages and run packages, but that is OK. This is an unavoidable cost of fixing cross compiling. The cross compilation docs have been updated to reflect this fix.
* | | | | minisign: 0.6 -> 0.7Joachim Fasting2017-02-05
| | | | |
* | | | | 389-ds-base: 1.3.5.4 -> 1.3.5.15Graham Christensen2017-02-05
| | | | |
* | | | | Merge pull request #22314 from peterhoeg/u/krenameThomas Tuegel2017-02-05
|\ \ \ \ \ | | | | | | | | | | | | krename-qt5: init at 20161228
| * | | | | krename-qt5: init at 20161228Peter Hoeg2017-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream hasn't made a proper release based on qt5/kf5, so I'm adding this package in addition to the kde4 based package instead of replacing it.
* | | | | | rr: 4.4.0 -> 4.5.0Aristid Breitkreuz2017-02-05
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #22421 from orivej/unison-fsmonitorMichael Raskin2017-02-05
|\ \ \ \ \ | | | | | | | | | | | | unison: install unison-fsmonitor
| * | | | | unison: install unison-fsmonitorOrivej Desh2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | It is necessary for `unison -ui text -repeat watch` to work.
* | | | | | Merge pull request #22146 from dasuxullebt/gbsplayMichael Raskin2017-02-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | gbsplay: init at version 2016-12-17
| * | | | | | fixing gbsplay/default.nixChristoph-Simon Senjak2017-01-26
| | | | | | |
| * | | | | | gbsplay: init at version 2016-12-17Christoph-Simon Senjak2017-01-25
| | | | | | |
* | | | | | | Merge pull request #22462 from andsild/ansicolorAlexey Shmalko2017-02-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ansicolor: init at 0.2.4
| * | | | | | | ansicolor: init at 0.2.4asildnes2017-02-05
| | | | | | | |
* | | | | | | | Merge pull request #22427 from 3noch/fix-callCabal2nixPeter Simons2017-02-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haskellPackages.callCabal2nix: provide fallback name
| * | | | | | | | haskellPackages.callCabal2nix: provide fallback name if source is not package3noch2017-02-04
| | | | | | | | |
* | | | | | | | | Merge pull request #22447 from rnhmjoj/fishJoachim F2017-02-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fish: 2.3.1 -> 2.5.0
| * | | | | | | | | fish: 2.3.1 -> 2.5.0rnhmjoj2017-02-04
| | | | | | | | | |
* | | | | | | | | | rrdtool: 1.5.6 -> 1.6.0Pascal Wittmann2017-02-05
| | | | | | | | | |
* | | | | | | | | | docker_compose: Remove upper bound version limitationsJascha Geerds2017-02-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #22432 from peterhoeg/d/freerdpJoachim F2017-02-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | freerdp: 20160909 -> 20170201 and rename freerdpStable to freerdp_legacy
| * | | | | | | | | | remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17Peter Hoeg2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We also drop the embedded freerdp in favour of freerdp from upstream.
| * | | | | | | | | | kde4.krdc: depend on freerdp_legacyPeter Hoeg2017-02-05
| | | | | | | | | | |
| * | | | | | | | | | weston: depend on freerdp_legacyPeter Hoeg2017-02-05
| | | | | | | | | | |
| * | | | | | | | | | freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacyPeter Hoeg2017-02-05
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former "stable" version of FreeRDP was actually not stable - it just happened to have a released version while being both buggy and insecure. The "unstable" branch hasn't seen a release in years, but everybody should be using this instead and I have been using it as a daily driver for ages. This new version works beautifully here. If/when at some point upstream does a normal release, we can bring back stable/unstable if needed. As I am quite dependent on FreeRDP working properly, I will be commit to keeping this updated. The commit used for this release follows the Arch Linux release.
* | | | | | | | | | Merge pull request #22175 from dancek/illumJoachim F2017-02-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | illum: init at 0.4
| * | | | | | | | | | illum: init at 0.4Hannu Hartikainen2017-02-04
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #22416: wget: 1.18 -> 1.19Vladimír Čunát2017-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | wget: 1.18 -> 1.19Lancelot SIX2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-02/msg00000.html for release announcement.
* | | | | | | | | | | pythonPackages.pyqt5: enable qtwebengine supportNikolay Amiantov2017-02-05
| | | | | | | | | | |
* | | | | | | | | | | qt5.qtwebengine: fix ca bundle pathNikolay Amiantov2017-02-05
| | | | | | | | | | |
* | | | | | | | | | | CLX and StumpWM no longer need a pinned SBCLMichael Raskin2017-02-05
| | | | | | | | | | |
* | | | | | | | | | | stumpwm: use fresh SBCLMichael Raskin2017-02-05
| | | | | | | | | | |