summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* pam_mount: fix PATH issueThomas Strobel2015-07-04
|
* Merge pull request #8584 from robbinch/pkg-python-atomiclonglethalman2015-07-04
|\ | | | | python-packages: Add atomiclong.
| * atomiclong: init at 0.1.1.Robbin C2015-07-01
| |
* | Merge pull request #8554 from dwe11er/luks-detached-headerlethalman2015-07-04
|\ \ | | | | | | allow for using LUKS devices with detached header
| * | nixos/modules/system/boot/luksroot.nix: allow for LUKS devices with detached ↵Marcin Falkiewicz2015-06-29
| |/ | | | | | | header
* | Merge pull request #8623 from FRidh/cytoolzlethalman2015-07-04
|\ \ | | | | | | cytoolz: init at 0.7.3
| * | cytoolz: init at 0.7.3Frederik Rietdijk2015-07-04
| | |
* | | Merge pull request #8622 from FRidh/toolzlethalman2015-07-04
|\ \ \ | | | | | | | | toolz: init at 0.7.2
| * | | toolz: init at 0.7.2Frederik Rietdijk2015-07-04
| |/ /
* | | Merge pull request #8573 from lihop/shellinabox-serviceArseniy Seroka2015-07-04
|\ \ \ | | | | | | | | shellinabox service: initial implementation
| * | | shellinabox service: intial implementationLeroy Hopson2015-07-04
| | | |
* | | | Merge pull request #8624 from ambrop72/minidlna-updateArseniy Seroka2015-07-04
|\ \ \ \ | | | | | | | | | | minidlna 1.1.4
| * | | | minidlna: 1.0.25 -> 1.1.4Ambroz Bizjak2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - gettext is needed to build - Switched to using non-legacy ffmpeg. - Removed ffmpeg stuff from include path since it causes build errors related to a time.h header. - Removed unneeded patch. - Adjusted NixOS service due to the binary being renamed.
* | | | | Merge pull request #8608 from datakurre/datakurre-master-dot2texArseniy Seroka2015-07-04
|\ \ \ \ \ | | | | | | | | | | | | dot2tex: init at 2.9.0
| * | | | | dot2tex: init at 2.9.0Asko Soukka2015-07-04
| | | | | |
* | | | | | Merge pull request #8626 from ts468/upstream.chapsArseniy Seroka2015-07-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | | New: chaps: PKCS #11 implementation with TPM backend
| * | | | | chaps: init at version 0.42-6812Thomas Strobel2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Chaps is a PKCS #11 implementation with TPM backend.
* | | | | | Merge pull request #8621 from deepfire/masterPascal Wittmann2015-07-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | libev: make the url stable
| * | | | | | libev: make the url stableKosyrev Serge2015-07-03
| | | | | | |
* | | | | | | Merge pull request #8628 from Havvy/iojsPascal Wittmann2015-07-04
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Update io.js (2.3.1->2.3.3)
| * | | | | | Update io.js (2.3.1 -> 2.3.3)Ryan Scheel (Havvy)2015-07-04
| | | | | | |
* | | | | | | nixos/skydns: fixed reference to skydnsPascal Wittmann2015-07-04
| | | | | | |
* | | | | | | urxvt-font-size: initCharles Strahan2015-07-04
| | | | | | |
* | | | | | | zandronum: 2.0 -> 2.1lassulus2015-07-03
|/ / / / / /
* | | | | | Merge pull request #8625 from ts468/upstream.leveldbWilliam A. Kennington III2015-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Leveldb: export helper functions of leveldb
| * | | | | | Leveldb: export helper functions of leveldbThomas Strobel2015-07-03
| | |/ / / / | |/| | | |
* | | | | | xsensors: init at 0.70Charles Strahan2015-07-03
| | | | | |
* | | | | | qtcreator: fix hashArseniy Seroka2015-07-04
| | | | | |
* | | | | | chromium: Update stable and beta channels.aszlig2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of the updated versions: stable: 43.0.2357.125 -> 43.0.2357.130 beta: 44.0.2403.52 -> 44.0.2403.61 For the beta channel the following changes were necessary: * Drop all patches which were added in c290595 because they apply to 44.0.2403.52 only. The shipped version of Blink was older than the one used for Chromium itself and thus contained just the cherry-picked patches from upstream Blink. * The ffmpegsumo library is now statically linked the same way as in the dev version, so let's not try to put it into the output store path. All channels were built successfully on my Hydra at: https://headcounter.org/hydra/eval/187176 VM tests did also pass and can be found at: x86: https://headcounter.org/hydra/build/707636 x86_64: https://headcounter.org/hydra/build/707637 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | nixos/tests/chromium: Improve sandbox checking.aszlig2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer need have "SUID sandbox" enabled in the chrome://sandbox status page and we now also check for "You are adequately sandboxed." to be absolutely sure that we're running with proper sandboxing. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | chromium: Disable setuid sandbox without errors.aszlig2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just silencing the error will not prevent Chromium from trying to start up the SUID sandbox anyway, thus flooding stderr with: LaunchProcess: failed to execvp: After digging a bit in the source code I found out that the SUID sandbox binary is indeed used, but only for setting oom_score_adj within the user namespace (as "root"). So let's build the sandbox binary and of course don't set setuid bit. These annoying error messages were originally introduced by 0aad4b7 and I'm deeply sorry for annoying you guys out there with them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | chromium: Remove out-of-tree sandbox derivation.aszlig2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 0aad4b7, we no longer need to have an external sandbox binary, because the upstream implementation of the user namespace sandbox no longer needs an external sandbox binary. In our implementation of the user namespace sandbox, we (ab)used the setuid sandbox to run non-setuid and set up user namespaces instead. Because our implementation is no longer needed, we can safely drop the external binary entirely. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | chromium: Remove obsolete sandbox_userns_36.patch.aszlig2015-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file is no longer referenced since 6a8afa4 and thus can be safely dropped. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | Merge pull request #8618 from taku0/firefox-bin-39.0Arseniy Seroka2015-07-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | firefox-bin: 38.0.5 -> 39.0
| * | | | | | firefox-bin: 38.0.5 -> 39.0taku02015-07-04
| | | | | | |
* | | | | | | Merge pull request #8596 from akaWolf/masterArseniy Seroka2015-07-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qtcreator: 3.2.1 -> 3.4.2
| * | | | | | | qtcreator: 3.2.1 -> 3.4.2Artjom Vejsel2015-07-02
| | | | | | | |
* | | | | | | | Merge pull request #8627 from kquick/fix/htmlize-source-locationArseniy Seroka2015-07-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | htmlize: update source location
| * | | | | | | | htmlize: update source locationKevin Quick2015-07-03
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #8616 from lihop/vim-pluginsArseniy Seroka2015-07-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vimPlugins: add vim-sleuth and CSApprox
| * | | | | | | | vimPlugins: add vim-sleuthLeroy Hopson2015-07-04
| | | | | | | | |
| * | | | | | | | vimPlugins: add CSApproxLeroy Hopson2015-07-04
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #8579 from jraygauthier/jrg/i686_linux_libspotifyArseniy Seroka2015-07-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Add support for libspotify on `i686-linux`.
| * | | | | | | libspotify: support `i686-linux` platform.Raymond Gauthier2015-07-01
| | | | | | | |
* | | | | | | | Merge pull request #8581 from jraygauthier/jrg/upgrade_ghcjs_sourcePeter Simons2015-07-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Upgraded ghcjs package.
| * | | | | | | ghcjs: Updated from 15b7a34ddc11075a335e097f6109ad57ca03edab to ↵Raymond Gauthier2015-07-01
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | c1b6239b0289371dc6b8d17dfd845c14bd4dc490.
* | | | | / / wordpress: language downloads are now reproducibleJoachim Schiele2015-07-03
| |_|_|_|/ / |/| | | | |
* | | | | | mcabber: update from 0.10.3 to 1.0.0Pascal Wittmann2015-07-03
| | | | | |
* | | | | | Merge pull request #8615 from kamilchm/albatrosslethalman2015-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | New GTK theme - Albatross from Shimmer Project
| * | | | | | New GTK theme - Albatross from Shimmer ProjectKamil Chmielewski2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://shimmerproject.org/our-projects/albatross/