-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 42d03aabbd34
head repository: NixOS/nixpkgs-channels
compare: 05f0934825c2
Commits on Mar 15, 2020
-
passExtensions.pass-audit: 0.1 -> 1.0.1, refactor
Updates to v1.0.1[1] which supports subdirs and zxcvbn[2]-based complexity checks. Also, the following things changed: * Add separate output for man-pages * Enable test-suite (after adding a patch which mocks the `pwnedpasswords.com`). * Added myself as maintainer. [1] https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1 / https://github.com/roddhjav/pass-audit/releases/tag/v1.0 [2] https://pypi.org/project/zxcvbn-python/
Configuration menu - View commit details
-
Copy full SHA for 16001ea - Browse repository at this point
Copy the full SHA 16001eaView commit details -
pass: allow adding extensions without rebuilding the package
Until now, `pkgs.pass` was rebuilt entirely when adding an extension using the `pass.withExtensions`-function. This is fixed now by removing the linking of extensions from the fixupPhase and merge all paths (including those from pkgs.pass) together in using `pkgs.buildEnv`.
Configuration menu - View commit details
-
Copy full SHA for 187f3e7 - Browse repository at this point
Copy the full SHA 187f3e7View commit details
Commits on Mar 17, 2020
-
nixos/alertmanager: start after the network-online target
If the host network stack is slow to start, the alertmanager fails to start with this error message: caller=main.go:256 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided" This bug can be reproduced by shutting down the network stack and restarting the alertmanager. Note I don't know why I didn't hit this issue with previous alertmanager releases.
Configuration menu - View commit details
-
Copy full SHA for 39621bb - Browse repository at this point
Copy the full SHA 39621bbView commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 43ff2ab - Browse repository at this point
Copy the full SHA 43ff2abView commit details
Commits on Mar 25, 2020
-
nixos/initrd-ssh: switch from Dropbear to OpenSSH
Dropbear lags behind OpenSSH significantly in both support for modern key formats like `ssh-ed25519`, let alone the recently-introduced U2F/FIDO2-based `sk-ssh-ed25519@openssh.com` (as I found when I switched my `authorizedKeys` over to it and promptly locked myself out of my server's initrd SSH, breaking reboots), as well as security features like multiprocess isolation. Using the same SSH daemon for stage-1 and the main system ensures key formats will always remain compatible, as well as more conveniently allowing the sharing of configuration and host keys. The main reason to use Dropbear over OpenSSH would be initrd space concerns, but NixOS initrds are already large (17 MiB currently on my server), and the size difference between the two isn't huge (the test's initrd goes from 9.7 MiB to 12 MiB with this change). If the size is still a problem, then it would be easy to shrink sshd down to a few hundred kilobytes by using an initrd-specific build that uses musl and disables things like Kerberos support. This passes the test and works on my server, but more rigorous testing and review from people who use initrd SSH would be appreciated!
Configuration menu - View commit details
-
Copy full SHA for d930466 - Browse repository at this point
Copy the full SHA d930466View commit details
Commits on Mar 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5dbeb69 - Browse repository at this point
Copy the full SHA 5dbeb69View commit details
Commits on Mar 27, 2020
-
* 4.4.1 on Darwin * remove dark-theme, it's now included in the release
Configuration menu - View commit details
-
Copy full SHA for 84d18ac - Browse repository at this point
Copy the full SHA 84d18acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a43587 - Browse repository at this point
Copy the full SHA 9a43587View commit details -
firejail: local profile handling fixed
made it possible to place local profiles in `~/.config/firejail`, as well as in `/etc/firejail`.
Configuration menu - View commit details
-
Copy full SHA for a63f6a7 - Browse repository at this point
Copy the full SHA a63f6a7View commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aed79fb - Browse repository at this point
Copy the full SHA aed79fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0174009 - Browse repository at this point
Copy the full SHA 0174009View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9389e - Browse repository at this point
Copy the full SHA cc9389eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4366b19 - Browse repository at this point
Copy the full SHA 4366b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0fabe4 - Browse repository at this point
Copy the full SHA d0fabe4View commit details -
Merge pull request #82603 from emilazy/nixos-initrd-openssh
nixos/initrd-ssh: switch from Dropbear to OpenSSH
Configuration menu - View commit details
-
Copy full SHA for 5626cb9 - Browse repository at this point
Copy the full SHA 5626cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7c0e1 - Browse repository at this point
Copy the full SHA 9c7c0e1View commit details -
Merge pull request #82808 from nlewo/fix-alertmanager
nixos/alertmanager: start after the network-online target
Configuration menu - View commit details
-
Copy full SHA for afb035a - Browse repository at this point
Copy the full SHA afb035aView commit details -
Merge pull request #78014 from colemickens/nixpkgs-ha-pkgs-bravia
pythonPackages.bravia_tv: init at 1.0.1
Configuration menu - View commit details
-
Copy full SHA for 9ce91ec - Browse repository at this point
Copy the full SHA 9ce91ecView commit details -
Merge pull request #83576 from rnhmjoj/antimony
antimony: 2019-10-30 -> 2020-03-28
Configuration menu - View commit details
-
Copy full SHA for ddd9f00 - Browse repository at this point
Copy the full SHA ddd9f00View commit details -
atlassian-jira: 8.7.1 -> 8.8.0 (#83218)
fix not starting service when jdk is jdk11
Configuration menu - View commit details
-
Copy full SHA for 758f81d - Browse repository at this point
Copy the full SHA 758f81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3125cc6 - Browse repository at this point
Copy the full SHA 3125cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4179075 - Browse repository at this point
Copy the full SHA 4179075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd2612 - Browse repository at this point
Copy the full SHA 9bd2612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a236c6 - Browse repository at this point
Copy the full SHA 8a236c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9f771 - Browse repository at this point
Copy the full SHA 1e9f771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810dac3 - Browse repository at this point
Copy the full SHA 810dac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf2f11 - Browse repository at this point
Copy the full SHA dcf2f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 187ae7c - Browse repository at this point
Copy the full SHA 187ae7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5bff5 - Browse repository at this point
Copy the full SHA 7c5bff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4988c7 - Browse repository at this point
Copy the full SHA d4988c7View commit details -
Merge pull request #82499 from helsinki-systems/upd/atlassian-confluence
atlassian-confluence: 7.2.1 -> 7.3.4
Configuration menu - View commit details
-
Copy full SHA for c273c38 - Browse repository at this point
Copy the full SHA c273c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf96f91 - Browse repository at this point
Copy the full SHA bf96f91View commit details -
Merge pull request #82691 from Ma27/pass-exts
pass: don't rebuild when adding extensions, pass-audit: 0.1 -> 1.0.1
Configuration menu - View commit details
-
Copy full SHA for 16c8590 - Browse repository at this point
Copy the full SHA 16c8590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657d81a - Browse repository at this point
Copy the full SHA 657d81aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e76a190 - Browse repository at this point
Copy the full SHA e76a190View commit details -
Merge pull request #83515 from snicket2100/firejail-fix
firejail: local profile handling fixed
Configuration menu - View commit details
-
Copy full SHA for 7dc2439 - Browse repository at this point
Copy the full SHA 7dc2439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e51592 - Browse repository at this point
Copy the full SHA 1e51592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2abbb - Browse repository at this point
Copy the full SHA 8b2abbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e5388 - Browse repository at this point
Copy the full SHA 70e5388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a012b - Browse repository at this point
Copy the full SHA 86a012bView commit details -
Merge pull request #82097 from millerjason/bugfix/vim_configurable
vim_configurable: fix default gui for darwin
Configuration menu - View commit details
-
Copy full SHA for 67938c1 - Browse repository at this point
Copy the full SHA 67938c1View commit details -
Merge pull request #82682 from Mic92/xidlehook
xidlehook: 0.8.0 -> 0.8.2
Configuration menu - View commit details
-
Copy full SHA for b4567fb - Browse repository at this point
Copy the full SHA b4567fbView commit details -
Merge pull request #79193 from equirosa/vimPlugins.vim-kitty-navigator
vimPlugins.vim-kitty-navigator: init at 2019-11-04
Configuration menu - View commit details
-
Copy full SHA for f076ece - Browse repository at this point
Copy the full SHA f076eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e6d20 - Browse repository at this point
Copy the full SHA b3e6d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13c14b - Browse repository at this point
Copy the full SHA d13c14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f44435 - Browse repository at this point
Copy the full SHA 4f44435View commit details -
Configuration menu - View commit details
-
Copy full SHA for f031352 - Browse repository at this point
Copy the full SHA f031352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716bb29 - Browse repository at this point
Copy the full SHA 716bb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for f909e50 - Browse repository at this point
Copy the full SHA f909e50View commit details -
Merge pull request #83502 from minijackson/vimPlugins-gruvbox-communi…
…ty-2020-02-24 vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24
Configuration menu - View commit details
-
Copy full SHA for d8cb79d - Browse repository at this point
Copy the full SHA d8cb79dView commit details
There are no files selected for viewing
This file was deleted.