summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixpkgs-metrics: Suppress build productsEelco Dolstra2016-03-24
|
* Add metrics job to unstable aggregateEelco Dolstra2016-03-24
|
* Keep track of Nixpkgs/NixOS evaluation statisticsEelco Dolstra2016-03-24
|
* dnscrypt-proxy: disable darwin buildJoachim Fasting2016-03-24
| | | | | | | | | | | | | | | | | | The darwin build has been broken for a long time and I'm unable to properly debug the issue. What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in undefined reference errors when `sandbox_init()` is called (because `<sandbox.h>` is not included first). This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1. For context, sandbox.h is a deprecated OSX mechanism for sandboxing. The build failure is at https://hydra.nixos.org/build/32705849/nixlog/1/raw This patch closes NixOS/nixpkgs#14064
* dnscrypt-proxy vmtest: more specific waitForUnitJoachim Fasting2016-03-24
| | | | | The test sometimes times out waiting for multi-user.target; this should be more robust.
* dnscrypt-proxy service: change default upstream resolverJoachim Fasting2016-03-24
| | | | | | | | | | Previously, the cisco resolver was used on the theory that it would provide the best user experience regardless of location. The downsides of cisco are 1) logging; 2) missing supoprt for DNS security extensions. The new upstream resolver is located in Holland, supports DNS security, and *claims* to not log activity. For users outside of Europe, this will mean reduced performance, but I believe it's a worthy tradeoff.
* dnscrypt-proxy service: use dynamic uid/gidJoachim Fasting2016-03-24
| | | | | | | The daemon doesn't have any portable data, reserving a UID/GID for it is redundant. This frees up UID/GID 151.
* dnscrypt-proxy service: additional hardeningJoachim Fasting2016-03-24
| | | | | Run the daemon with private /home and /run/user to prevent it from enumerating users on the system.
* dnscrypt-proxy service: cosmetic enhancementsJoachim Fasting2016-03-24
|
* bootstrapped-pip: support Python 2.6Domen Kožar2016-03-24
|
* Merge pull request #14174 from uralbash/mxu11x0joachifm2016-03-24
|\ | | | | mxu11x0: init at 1.3.11
| * mxu11x0: init at 1.3.11Svintsov Dmitry2016-03-24
| |
* | abduco: 0.5 -> 0.6Pascal Wittmann2016-03-24
| |
* | Merge pull request #14140 from Pleune/fix/iodined-wait-for-networkjoachifm2016-03-24
|\ \ | | | | | | iodined service: wantedBy ip-up.target
| * | iodined service: wantedBy ip-up.targetMitchell Pleune2016-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When iodined tries to start before any interface other than loopback has an ip, iodined fails. Wait for ip-up.target The above is because of the following: in iodined's code: src/common.c line 157 the flag AI_ADDRCONFIG is passed as a flag to getaddrinfo. Iodine uses the function get_addr(char *host, int port, int addr_family, int flags, struct sockaddr_storage *out); to get address information via getaddrinfo(). Within get_addr, the flag AI_ADDRCONFIG is forced. What this flag does, is cause getaddrinfo to return "Name or service not known" as an error explicitly if no ip has been assigned to the computer. see getaddrinfo(3) Wait for an ip before starting iodined.
* | | Merge pull request #14170 from AndersonTorres/DataHexdumpPascal Wittmann2016-03-24
|\ \ \ | | | | | | | | perlPackages.DataHexDump: init at 0.02
| * | | perlPackages.DataHexDump: init at 0.02AndersonTorres2016-03-23
| | | |
* | | | Merge pull request #14173 from obadz/ecryptfsjoachifm2016-03-24
|\ \ \ \ | | | | | | | | | | ecryptfs: 108 -> 110
| * | | | ecryptfs: 108 -> 110obadz2016-03-24
| | | | |
* | | | | Merge pull request #13958 from ambrop72/wxpython-fixDomen Kožar2016-03-24
|\ \ \ \ \ | | | | | | | | | | | | wxPython: Fix runtime error due to library dependencies not in RUNPATH.
| * | | | | wxPython: Fix runtime error due to library dependencies not in RUNPATH.Ambroz Bizjak2016-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think what's happening is that the linker automatically adds DT_NEEDED dependencies to some libraries because it finds these libraries are being used directly, but because they're not linked explicitly with -lflags, the gcc wrapper does not add them to RUNPATH.
* | | | | | Merge pull request #14171 from NeQuissimus/pptp180joachifm2016-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | pptp: 1.7.2 -> 1.8.0
| * | | | | | pptp: 1.7.2 -> 1.8.0Tim Steinbach2016-03-23
| | | | | | |
* | | | | | | mplus: Don't start version with a letterEelco Dolstra2016-03-24
| | | | | | |
* | | | | | | Merge pull request #14158 from aneeshusa/add-icdiffjoachifm2016-03-24
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | icdiff: init at 1.7.3
| * | | | | | icdiff: init at 1.7.3Aneesh Agrawal2016-03-23
| | | | | | |
* | | | | | | octave: update to 4.0.1Lluís Batlle i Rossell2016-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix release, they say.
* | | | | | | octave: parallel building and check.Lluís Batlle i Rossell2016-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I think those were not updated since 3.8.2. They worked for me. Let's see.
* | | | | | | configuration-hackage2nix.yaml: update list of broken packagesPeter Simons2016-03-24
| | | | | | |
* | | | | | | haskellPackages.Agda: add myself as a maintainerNikolay Amiantov2016-03-24
| | | | | | |
* | | | | | | hackage-packages.nix: update Haskell package setPeter Simons2016-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20160308-3-g8057d11 using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/bba4f2bbe3ae2ad104444ca83f3cbef97834a175 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/ab666959f09636bea6aa2b57a3941cfd3c211471 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/6c45757bda6547fb7bb847982c4b50b41bc31c07 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/d8a2cae77932579034f28ce11e4bfed4db1aa65a
* | | | | | | Merge pull request #14166 from nico202/zyngoibhniu2016-03-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zynaddsubfx: 2.5.2 -> 2.5.4
| * | | | | | | zynaddsubfx: 2.5.2 -> 2.5.4=2016-03-23
| | | | | | | |
* | | | | | | | vc: Broken on i686Tuomas Tynkkynen2016-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/33122230/nixlog/1/raw => CMake Error at CMakeLists.txt:163 (message): Unsupported target architecture 'i686'. No support_???.cpp file exists for this architecture.
* | | | | | | | Merge pull request #14169 from luispedro/chessx_install_desktop_fileTuomas Tynkkynen2016-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | chessx: install chessx.desktop file
| * | | | | | | | chessx: install chessx.desktop fileLuis Pedro Coelho2016-03-23
| | | | | | | | |
* | | | | | | | | gtk-doc: 1.24 -> 1.25Pascal Wittmann2016-03-24
| | | | | | | | |
* | | | | | | | | parallel: 20160222 -> 20160322Pascal Wittmann2016-03-24
| | | | | | | | |
* | | | | | | | | global: 6.5.2 -> 6.5.3Pascal Wittmann2016-03-24
| | | | | | | | |
* | | | | | | | | axel: 2.5 -> 2.6Pascal Wittmann2016-03-24
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | go-1.6: fix segfault when using muslCharles Strahan2016-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/golang/go/issues/14476
* | | | | | | | Merge pull request #13751 from regnat/topydoFrederik Rietdijk2016-03-23
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Topydo
| * | | | | | | pythonPackages.topydo: init at 0.9Théophane Hufschmitt2016-03-23
| | | | | | | |
| * | | | | | | pythonPackages.green: init at 2.3.0Théophane Hufschmitt2016-03-23
| | | | | | | |
| * | | | | | | pythonPackages.termstyle: init at 0.1.10Théophane Hufschmitt2016-03-17
| | | | | | | |
| * | | | | | | pythonPackages.arrow: 0.5.0 -> 0.7.0Théophane Hufschmitt2016-03-17
| | | | | | | |
| * | | | | | | pythonPackages.chai : init at 1.1.1Théophane Hufschmitt2016-03-17
| | |_|_|_|/ / | |/| | | | |
* | | | | | | pythonPackages.cffi: 1.3.0 -> 1.5.2Frederik Rietdijk2016-03-23
| |/ / / / / |/| | | | |
* | | | | | zopfli: disable parallel buildingVladimír Čunát2016-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was failing often, e.g.: https://hydra.nixos.org/build/32101335/nixlog/1/raw
* | | | | | Merge pull request #14156 from ryanartecona/otool/removejoachifm2016-03-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | otool: remove