-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 8a7b4ccd1fb0
head repository: NixOS/nixpkgs-channels
compare: ac8d85087811
Commits on Oct 18, 2019
-
openconnect: Add darwin support
The old build was failing on darwin because yubikey needs the PCSC framework dependency. I also upgraded to the latest vpnc-script as recommended on the openconnect homepage (see: https://www.infradead.org/openconnect/platforms.html). Lastly, I moved all dependencies which are not used at runtime from propagatedBuildInputs to buildInputs (Please correct me if that is wrong).
Thibault Gagnaux committedOct 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 43a761d - Browse repository at this point
Copy the full SHA 43a761dView commit details
Commits on Oct 31, 2019
-
nixos/dnsdist: Add CAP_NET_BIND_SERVICE to AmbientCapabilities
It seems that dnsdist doesn't actually request CAP_NET_BIND_SERVICE, which is why normally it's executed and root and setuids to another, unprivileged, user. This means that as it is, dnsdist will be unable to bind to any port under 1024 and will fail with access denied. Removing CAP_SETGID and CAP_SETUID is also related to this as we don't actually change the uid or gid after the fact as we use DynamicUser. (That part isn't strictly NEEDED but there's no reason to have those capabilities if we don't use them). There are also some additional sandboxing we can remove from the service definition as they are assumed true or strict by DynamicUser: specifically PrivateTmp and ProtectSystem respectively. ProtectHome is still there, despite being assumed read-only as setting it to true means they are seen as empty. I don't think it really matters as I don't know if systemd will ignore it or not, but I didn't see any reason to go hunting for excuses to make it a bigger change.
Configuration menu - View commit details
-
Copy full SHA for 9e2308e - Browse repository at this point
Copy the full SHA 9e2308eView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e53c16 - Browse repository at this point
Copy the full SHA 8e53c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb7737 - Browse repository at this point
Copy the full SHA 8bb7737View commit details -
gnome3.geary: add patch for longer client test timeout
I'm see this test timout frequently, most often on aarch64 on hydra. Patch is from debian, which probably noticed the same issue.
Configuration menu - View commit details
-
Copy full SHA for 3c0b03a - Browse repository at this point
Copy the full SHA 3c0b03aView commit details
Commits on Nov 8, 2019
-
libco-canonical: fix pkgconfig includedir
Patched Makefile so that includedir correctly points to "dev" output instead of "out" output.
Configuration menu - View commit details
-
Copy full SHA for 32497cf - Browse repository at this point
Copy the full SHA 32497cfView commit details -
Removes vpnc from propagated build inputs
Thibault Gagnaux committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for c12850a - Browse repository at this point
Copy the full SHA c12850aView commit details -
NixOS/nixpkgs#71584 did merging without mkMerge. cc @jtojnar
Configuration menu - View commit details
-
Copy full SHA for 6303131 - Browse repository at this point
Copy the full SHA 6303131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b540d - Browse repository at this point
Copy the full SHA 24b540dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bf23b - Browse repository at this point
Copy the full SHA 85bf23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e0815 - Browse repository at this point
Copy the full SHA b0e0815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b496a3 - Browse repository at this point
Copy the full SHA 4b496a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7251680 - Browse repository at this point
Copy the full SHA 7251680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26acc9e - Browse repository at this point
Copy the full SHA 26acc9eView commit details -
This reverts commits 53a536c and af931c1. The repology.org info was incorrect, pulling in a development version of mu as a release. The current (stable) release of mu is still 1.2: https://github.com/djcb/mu/releases
Configuration menu - View commit details
-
Copy full SHA for b220d3e - Browse repository at this point
Copy the full SHA b220d3eView commit details -
Merge pull request #71318 from tricktron/fixOpenConnectOnCatalina
openconnect: Add darwin support
Configuration menu - View commit details
-
Copy full SHA for 7fb0d95 - Browse repository at this point
Copy the full SHA 7fb0d95View commit details -
Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
Configuration menu - View commit details
-
Copy full SHA for 85a94a2 - Browse repository at this point
Copy the full SHA 85a94a2View commit details -
Merge pull request #72998 from worldofpeace/client-tests-geary
gnome3.geary: add patch for longer client test timeout
Configuration menu - View commit details
-
Copy full SHA for b859c85 - Browse repository at this point
Copy the full SHA b859c85View commit details -
Merge pull request #73056 from flokli/nixos-test-port-pppd
nixos/pppd: port test to python
Configuration menu - View commit details
-
Copy full SHA for 0c6853c - Browse repository at this point
Copy the full SHA 0c6853cView commit details -
Merge pull request #73057 from flokli/nixos-test-port-smokeping
nixos/smokeping: port test to python
Configuration menu - View commit details
-
Copy full SHA for 9cc610c - Browse repository at this point
Copy the full SHA 9cc610cView commit details -
Merge pull request #73060 from flokli/nixos-test-port-powerdns
nixos/powerdns: port test to python
Configuration menu - View commit details
-
Copy full SHA for 1d3da3b - Browse repository at this point
Copy the full SHA 1d3da3bView commit details -
Merge pull request #73049 from flokli/fix-redis-merge
nixos/redis: fix merging
Configuration menu - View commit details
-
Copy full SHA for cced569 - Browse repository at this point
Copy the full SHA cced569View commit details -
Merge pull request #73067 from yurkobb/fix-mu-stable
Fix mu version from unreleased to stable (revert to 1.2)
Configuration menu - View commit details
-
Copy full SHA for 54b0476 - Browse repository at this point
Copy the full SHA 54b0476View commit details -
Merge pull request #73063 from minijackson/shiori-things
shiori: update modSha256, update test to python, do more tests
Configuration menu - View commit details
-
Copy full SHA for 3928e7f - Browse repository at this point
Copy the full SHA 3928e7fView commit details -
Merge pull request #71576 from ShaRose/patch-1
nixos/dnsdist: Add CAP_NET_BIND_SERVICE to AmbientCapabilities
Configuration menu - View commit details
-
Copy full SHA for 3022fde - Browse repository at this point
Copy the full SHA 3022fdeView commit details -
Merge pull request #72971 from filalex77/ruplacer-0.4.1
ruplacer: init at 0.4.1
Configuration menu - View commit details
-
Copy full SHA for ac8d850 - Browse repository at this point
Copy the full SHA ac8d850View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8a7b4ccd1fb0...ac8d85087811