about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | | | | | | fping: 4.1 -> 4.2R. RyanTM2019-03-21
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fping/versions
| * | | | | | | | | | | | | | | Merge pull request #58079 from dtzWill/feature/libwhichWill Dietz2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libwhich: init at 2019-03-20
| | * | | | | | | | | | | | | | | libwhich: init at 2019-03-20Will Dietz2019-03-21
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #58076 from dtzWill/update/sssd-1.16.4Sarah Brofeldt2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sssd: 1.16.3 -> 1.16.4
| | * | | | | | | | | | | | | | | | sssd: 1.16.3 -> 1.16.4Will Dietz2019-03-21
| | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html CVE-2019-3811, see notes.
| * | | | | | | | | | | | | | | | Merge pull request #57505 from nlewo/fix-55290lewo2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpacking
| | * | | | | | | | | | | | | | | | dockerTools.buildImage.runAsRoot: preserve layers ordering at image unpackingAntoine Eiche2019-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch preserves the ordering of layers of a parent image when the image is unpacked. Fixes #55290
| * | | | | | | | | | | | | | | | | nixos manual Makefile: improve purityVladimír Čunát2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And be quiet when building/downloading the required tools.
| * | | | | | | | | | | | | | | | | nixos docs: run the formatting tool (no content change)Vladimír Čunát2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As documented in the docs themselves :-)
| * | | | | | | | | | | | | | | | | Merge pull request #58024 from nlewo/openstack-fstypelewo2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openstackImage: set the / fsType to reenable root FS resizing
| | * | | | | | | | | | | | | | | | | openstackImage: set the / fsType to reenable root FS resizingAntoine Eiche2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 34234dcb511066dd1e4fe75d80ee89519a8c8001, the reisizefs tool is embeded only if the `fsType` starts with `ext`. The default `fsType` value is `auto`.
| * | | | | | | | | | | | | | | | | | Merge pull request #57751 from talyz/masterlewo2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystems: Add autoResize assertion
| | * | | | | | | | | | | | | | | | | | filesystems: Add autoResize assertiontalyz2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that autoResize is only used when fsType is explicitly set to a supported filesystem: if it's set to "auto", the default, the required resizing tools won't be copied into the initrd even if the actual filesystem is supported.
| * | | | | | | | | | | | | | | | | | | nixos docs: improve GPU driver documentationVladimír Čunát2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not 100% sure about the incompatibility lines, but I believe it's better to discourage these anyway. If you find better information, feel free to amend... The 32-bit thing is completely GPU-agnostic, so I can't see why we had it separately for proprietary drivers and missing for the rest.
| * | | | | | | | | | | | | | | | | | | Merge pull request #57964 from andir/rsshAndreas Rammhold2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rssh: mark as insecure
| | * | | | | | | | | | | | | | | | | | | rssh: mark as insecureAndreas Rammhold2019-03-20
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There seems to be a consensus among many packagers that RSSH is probably no longer a good idea. There are a few fixes for some of the issues but people should move on and use other software these days. Removing it from further (stable) releases is probably a good idea. If someone really needs it we still have it in the tree and they can whitelist it again.
| * | | | | | | | | | | | | | | | | | | Merge pull request #57963 from andir/sambaAndreas Rammhold2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | samba/ldb: fix CVE-2019-3824
| | * | | | | | | | | | | | | | | | | | | samba4: apply patch for CVE-2019-3824Andreas Rammhold2019-03-20
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | ldb: apply patch for CVE-2019-3824Andreas Rammhold2019-03-20
| | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge pull request #58046 from illegalprime/gpgme-crossMichael Weiss2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpgme: cross compilation
| | * | | | | | | | | | | | | | | | | | | gpgme: cross compilationMichael Eden2019-03-21
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #52409 from ffinkdevs/masterJörg Thalheim2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | duplicacy: init at 2.1.2
| | * | | | | | | | | | | | | | | | | | | | Apply suggestions from code reviewJörg Thalheim2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: ffinkdevs <fink@h0st.space>
| | * | | | | | | | | | | | | | | | | | | | duplicacy: init at 2.1.2Fabian Fink2018-12-16
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | gns3Packages.{server,gui}Stable: 2.1.14 -> 2.1.15Michael Weiss2019-03-22
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #56132 from balsoft/masterJoachim F2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wmfs: init at 201902
| | * | | | | | | | | | | | | | | | | | | | | wmfs: init at 201902Александр Бантьев2019-03-22
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | elan: 0.7.4 -> 0.7.5Gabriel Ebner2019-03-22
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | hackage2nix: drop broken entry for hfseventsPeter Simons2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package has its meta.platforms set up correctly already in cabal2nix's post-processing code. Fixes https://github.com/NixOS/nixpkgs/issues/58028.
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #58035 from dotlambda/python-fixesRobert Schütz2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages: multiple fixes
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.pytest-server-fixtures: fix buildRobert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.retry: init at 0.9.2Robert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.suds-jurko: use pytest_3Robert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Revert "python-suds-jurko: disable the test suite"Robert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c103b5b236019323ab0df03b7e5a45f86dc2542e.
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.tilestache: fix buildRobert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.python-mapnik: fix buildRobert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fallout of https://github.com/NixOS/nixpkgs/pull/54182
| | * | | | | | | | | | | | | | | | | | | | | | python.pkgs.envs: fix buildRobert Schütz2019-03-21
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #57755 from marsam/update-flowVladyslav M2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flow: 0.94.0 -> 0.95.1
| | * | | | | | | | | | | | | | | | | | | | | | flow: 0.94.0 -> 0.95.1Mario Rodas2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #57987 from CrazedProgrammer/update-ccemuxJoachim F2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ccemux: 1.1.0 -> 1.1.1
| | * | | | | | | | | | | | | | | | | | | | | | ccemux: 1.1.0 -> 1.1.1CrazedProgrammer2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #57955 from ebzzry/deco-0.0.2Joachim F2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deco: 0.0.1 -> 0.0.2
| | * | | | | | | | | | | | | | | | | | | | | | | deco: 0.0.1 -> 0.0.2Rommel MARTINEZ2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #58041 from nyanloutre/mautrix-updateJoachim F2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mautrix-telegram: 0.5.0 -> 0.5.1
| | * | | | | | | | | | | | | | | | | | | | | | | | mautrix-telegram: 0.5.0 -> 0.5.1nyanloutre2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #57949 from carlosdagos/dnscrypt-2.0.21Joachim F2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnscrypt-proxy2: 2.0.15 -> 2.0.21
| | * | | | | | | | | | | | | | | | | | | | | | | | | dnscrypt-proxy2: 2.0.15 -> 2.0.21Carlos D'Agostino2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #58053 from illegalprime/libatasmart-crossJörg Thalheim2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libatasmart: add build time cc
| | * | | | | | | | | | | | | | | | | | | | | | | | | | libatasmart: add build time ccMichael Eden2019-03-21
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #58065 from r-ryantm/auto-update/eagleJörg Thalheim2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eagle: 9.1.2 -> 9.3.1