summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | nextcloud-client: 2.5.0 -> 2.5.1•••(cherry picked from commit f5c9ceaf43dc5a46dc485546f42253c00fd73667) Florian Klink2018-12-161-2/+2
| * | nextcloud-client: 2.3.3 -> 2.5.0 (#50463)•••Updates to the latest version of the desktop client available. Tested the config migration from `nextcloud-client` 2.3.3 with a Nextcloud 14.0.3 instance (hosted using `services.nextcloud`). Additionally the derivation required the following changes: * Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed anymore (furthermore their CMake structure has changed and the patch wouldn't apply anymore on 2.5.0). * Moved to a new upstream repository (nextcloud/desktop), kept `fetchgit` to properly fetch submodules. * Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this package) requires 1.1, furthermore the linking flags had to be fixed manually by passing `NIX_LDFLAGS` to the derivation. Furthermore I moved the support for a Gnome3 keyring into its own wrapper to avoid a full rebuild of the package whenever you alter `withGnomeKeyring` in an override expressions. It's still possible to enable keyring (now without recompile) like this: ``` nextcloud-client.override { withGnomeKeyring = true; } ``` To override the derivation itself you now have to use `nextcloud-client-unwrapped`: ``` nextcloud-client-unwrapped.overrideAttrs (old: { src = yoursrc; }) ``` (cherry picked from commit e75f922e910d674a09fb2342500b0add191bad68) Maximilian Bosch2018-12-164-33/+30
|/ /
* | sqlite: 3.25.3 -> 3.26.0•••(cherry picked from commit 2d7c6d088e395cff0c158a683b52f7f95548cccd) Will Dietz2018-12-152-4/+4
* | Merge branch 'staging-18.09' into release-18.09Vladimír Čunát2018-12-154-9/+19
|\ \
| * | Merge #51365: nss: 3.40 -> 3.40.1 (security)•••(cherry picked from commit fb137c1bcc0b9569c1a76751f19a6d453f5df2c3) This is a patch release to fix CVE-2018-12404. Will Dietz2018-12-121-3/+5
| * | Merge branch 'release-18.09' into staging-18.09Vladimír Čunát2018-12-1192-821/+2597
| |\ \
| * \ \ Merge #51451: perl security updates (into staging-18.09)Vladimír Čunát2018-12-091-4/+4
| |\ \ \
| | * | | perl: 5.28.0 -> 5.28.1, 5.26.2 -> 5.26.3volth2018-12-031-4/+4
| * | | | Merge #51688: nettle: 3.4 -> 3.4.1 (security)•••(cherry picked from commit b9d22d3fe83612cd96d59bc5d8fe6a1f434176d6) Vladimír Čunát2018-12-081-2/+2
| * | | | Merge pull request #51675 from c0bw3b/sec/1809/polkit•••[18.09] polkit: add patch for CVE-2018-19788Renaud2018-12-081-0/+8
| |\ \ \ \
| | * | | | polkit: add patch for CVE-2018-19788•••unprivileged users with UID > INT_MAX can successfully execute any systemctl command Original issue: https://gitlab.freedesktop.org/polkit/polkit/issues/74 (cherry picked from commit a14af16cfc8307e560ed6de573f81888d8424aad) c0bw3b2018-12-071-0/+8
| |/ / / /
* | | | | mosquitto: 1.5.3 -> 1.5.4•••Remove patch that has been merged upstrem. (cherry picked from commit 2473754ad2337c0186169f1e2c935807461bcf32) Rickard Nilsson2018-12-151-11/+2
* | | | | nixos/nm-setup-hostsdir: RemainAfterExist -> RemainAfterExit•••(cherry picked from commit b20fcce1957a86d058af5c6cc12728e402f7188a) Rickard Nilsson2018-12-151-1/+1
| |_|_|/ |/| | |
* | | | tor-browser-bundle-bin: 8.0.3 -> 8.0.4•••(cherry picked from commit 1ba77eeb22a559c1fef96b830a3ca201f0dea171) Joachim Fasting2018-12-141-3/+3
* | | | Revert "pkgsStatic: Add warning saying this is a provisional backport"•••This reverts commit 3c1049fbefb33aeb3a72905710f647bf92fa5b44. This broke tarball on release-18.09 * https://hydra.nixos.org/build/85858044/ * https://hydra.nixos.org/build/85858044/nixlog/1 Samuel Dionne-Riel2018-12-131-2/+2
* | | | davfs2: 1.5.3 -> 1.5.4•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/davfs2/versions (cherry picked from commit c5f7204affdf6839bb4517bb877d684c4ca20524) R. RyanTM2018-12-131-2/+2
* | | | Merge pull request #51969 from vaibhavsagar/fix-static-lz4•••lz4: Fix pkgsStatic build for 18.09John Ericson2018-12-132-3/+20
|\ \ \ \
| * | | | lz4: fix pkgsStatic buildVaibhav Sagar2018-12-132-3/+20
* | | | | Merge branch 'fix-portable-libsystem-for-18.09' into release-18.09John Ericson2018-12-131-2/+4
|\| | | |
| * | | | stdenv/darwin: fix portable libsystem hook•••Some packages don’t have /bin directories. We should only run install_name_tool if that directory exists. (cherry picked from commit 0b8574540b8691924a8dac6dc4d03004d8b25efa) Matthew Bauer2018-12-131-2/+4
* | | | | Merge pull request #51957 from obsidiansystems/crossOverlays-for-18.09•••pkgsStatic for 18.09John Ericson2018-12-1316-30/+221
|\ \ \ \ \
| * | | | | pkgsStatic: Add warning saying this is a provisional backportJohn Ericson2018-12-131-2/+2
| |/ / / /
| * | | | top-level/stage.nix: add static overlay•••Adds the static overlay that can be used to build Nixpkgs statically. Can be used like: nix build pkgsStatic.hello Not all packages build, as some rely on dynamic linking. (cherry picked from commit 6d90a8b8948185a3118faf183f29f4b8de294675) Matthew Bauer2018-12-133-0/+177
| * | | | ncurses: make shared linking optinoal•••when enableShared = false, we set --without-shared flag. (cherry picked from commit 53a67891ab1fefd3aceed07f173cdd33f549fc70) Matthew Bauer2018-12-131-1/+2
| * | | | zlib: clean up static/shared distincion•••This is kind of a mess, but basically: - static=true, shared=true means to build statically but move it to the static output - static=true, shared=false means to build statically and leave it in the main output - static=false, shared=true means to not build static at all Confusingly, the old default was static=true, shared=true even though static=false? Still can’t figure out what was meant by that. (cherry picked from commit e999def1597de9d03a35cfa6b62277adb0e9a7ad) Matthew Bauer2018-12-131-5/+8
| * | | | darwin/libiconv: fix static/shared logic•••The conditional was incorrect - postInstall script should only hsppen when enableShared = true. (cherry picked from commit 5e06294276754ef063c618a1ecb12b629cde8ac3) Matthew Bauer2018-12-131-1/+1
| * | | | stdenv/adapters.nix: fixup makeStaticBinaries•••- makeStaticBinaries don’t work on Darwin (no stable ABI!) - Need to make sure NIX_CFLAGS_LINK appends - isStatic is not used anymore (cherry picked from commit 8726f6a558ac7587db93ca2e67ec3ae1a0c0d5cc) Matthew Bauer2018-12-131-3/+5
| * | | | stdenv: implement crossOverlays•••crossOverlays only apply to the packages being built, not the build packages. It is useful when you don’t care what is used to build your packages, just what is being built. The idea relies heavily on the cross compiling infrastructure. Using this implies that we need to create a cross stdenv. (cherry picked from commit a3a6ad7a01e943a4097c87cb144d331910693d82) Matthew Bauer2018-12-139-20/+28
* | | | | nixos/lightdm: Fix spelling of option in docs•••(cherry picked from commit 6fa51fe5cfb99b665f8d9f3b3a30101f38b8d1cc) Elis Hirwing2018-12-131-1/+1
* | | | | nixos/sddm: Fix spelling of option in docs•••(cherry picked from commit c974813b92e0f9c44cf35ed17382b7aaccbd737c) Elis Hirwing2018-12-131-1/+1
* | | | | Fix english in stdenv.xml•••(cherry picked from commit d5c931992d4bf0ddf067530d05a792e056727405) Guillaume Bouchard2018-12-131-1/+1
* | | | | linux: 4.19.8 -> 4.19.9•••(cherry picked from commit 5a15ab7b5d6ea6c8b0f71ac9610b0b8880c0912c) Tim Steinbach2018-12-131-2/+2
* | | | | linux: 4.14.87 -> 4.14.88•••(cherry picked from commit f335fa6d74cf6ec7ace4d2fe7ef28e030126064e) Tim Steinbach2018-12-131-2/+2
* | | | | linux: 4.9.144 -> 4.9.145•••(cherry picked from commit 1f92bdcd948b5198fb28e6899edf361e7979aa20) Tim Steinbach2018-12-131-2/+2
* | | | | linux: 4.4.166 -> 4.4.167•••(cherry picked from commit adf8cdd67dc225bab32606aaaed08559601bf85e) Tim Steinbach2018-12-131-2/+2
* | | | | Revert "resolvconf.conf: Remove forced NSCD service restart"•••This reverts commit d8c16bc54ac0279597733db3bd4a5edaef6fa8c0. It breaks nscd invalidation when the network configuration changes. (cherry picked from commit 09cbfea2edd8a525f54d96a45c0edc2fe3c94e56) Eelco Dolstra2018-12-121-0/+4
* | | | | firefox-esr-60: 60.3.0esr -> 60.4.0esr•••See #51863. (cherry picked from commit d16d0b3762a63893bccfdf37b3c7051a60bdb223) Andreas Rammhold2018-12-121-2/+2
* | | | | firefox-bin: 63.0.3 -> 64.0•••See #51863. (cherry picked from commit 536d0cc3a71c61f06ae1f0a59931229a63faabe6) Andreas Rammhold2018-12-121-397/+397
* | | | | nixos/nvidia: improve the assertion again•••/cc 13938acd0 #51836. (cherry picked from commit ad3e9191d16722ea3eec32f4cd689eea730f39f6) Vladimír Čunát2018-12-121-1/+1
* | | | | rust-cbindgen_0_6_7: init at 0.6.7•••after feedback from @veprbl in #51805 I added this as another package which can be used for the 18.09 firefox builds. (cherry picked from commit f1ee26bc4b7823c7d138285ae34b697e78b27a20) Andreas Rammhold2018-12-112-0/+23
* | | | | dropbox: fix evaluation•••fixes #51883 Jörg Thalheim2018-12-111-1/+1
* | | | | Revert "modules: add mxisd with test"•••Wasn't the commit which was in master, and this version did not work due to evaluation errors on a missing option. This reverts commit d9758833c5a4da231fdbc11ba5d2bc2cdd9f49e7. Graham Christensen2018-12-114-151/+2
* | | | | Merge #51836: nixos/nvidia: fix inverted assertion•••(cherry picked from commit ac19d5e34f384c66b71aecb921433acc5447bc51) Vladimír Čunát2018-12-111-1/+1
* | | | | php72: 7.2.12 -> 7.2.13•••(cherry picked from commit f80e7df14319207d6fa2554a27ad8bdf7f68079a) Izorkin2018-12-111-2/+2
* | | | | php71: 7.1.24 -> 7.1.25•••(cherry picked from commit 374be65924ca5a2f6dd266b21547586f8153692a) Izorkin2018-12-111-2/+2
* | | | | modules: add mxisd with test•••(cherry picked from commit 44bb1c30b4ecfbe60bac1205a7f2af2e1323f2df) Maximilian Güntner2018-12-114-2/+151
* | | | | mxisd: init at 1.2.0•••(cherry picked from commit e40eb38dd4880da3a7357083c0b585d70abf4676) Maximilian Güntner2018-12-113-0/+94
| |_|_|/ |/| | |
* | | | Merge pull request #51835 from alyssais/geckodriver-backport•••Backport "geckodriver: unstable-2018-02-24 -> 0.22.0" to 18.09Alyssa Ross2018-12-111-6/+8
|\ \ \ \
| * | | | geckodriver: unstable-2018-02-24 -> 0.22.0•••Motivation: unstable-2018-02-24 (which reports to be 0.19.1, but probably doesn't correspond to any actual geckodriver release) isn't compatible with the currently shipped Firefox version 63.0 closes NixOS/nixpkgs#50380 Raphael Borun Das Gupta2018-12-101-6/+8
* | | | | dropbox: add mesa, libxshmfence and libpthreadstubsMarkus Hauck2018-12-111-1/+1