-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: cc30c161ee12
head repository: NixOS/nixpkgs
compare: 1a5556867ea2
Commits on Oct 26, 2020
-
linbox: backport upstream fixes
References: linbox-team/linbox@f78117d linbox-team/linbox@4ff828e Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e0fecf4 - Browse repository at this point
Copy the full SHA e0fecf4View commit details
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e659537 - Browse repository at this point
Copy the full SHA e659537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db66b2 - Browse repository at this point
Copy the full SHA 5db66b2View commit details -
stunnel service: fix servers example
examples incorrectly had 'enable' set, the option is not defined and reproducing would error out
Configuration menu - View commit details
-
Copy full SHA for 05eef80 - Browse repository at this point
Copy the full SHA 05eef80View commit details
Commits on Nov 2, 2020
-
stunnel: make servers accept more lenient
stunnel config's accept syntax is [host:]port -- this is required to e.g. listen on ipv6 where one would set :::port
Configuration menu - View commit details
-
Copy full SHA for 1fb2990 - Browse repository at this point
Copy the full SHA 1fb2990View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d92254f - Browse repository at this point
Copy the full SHA d92254fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d279bb - Browse repository at this point
Copy the full SHA 8d279bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd12c2e - Browse repository at this point
Copy the full SHA fd12c2eView commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe2094a - Browse repository at this point
Copy the full SHA fe2094aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566c701 - Browse repository at this point
Copy the full SHA 566c701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3c2cd - Browse repository at this point
Copy the full SHA 0e3c2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365c7bd - Browse repository at this point
Copy the full SHA 365c7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6391d3c - Browse repository at this point
Copy the full SHA 6391d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834e2ae - Browse repository at this point
Copy the full SHA 834e2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d06be7f - Browse repository at this point
Copy the full SHA d06be7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 157889a - Browse repository at this point
Copy the full SHA 157889aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c30745e - Browse repository at this point
Copy the full SHA c30745eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e9328 - Browse repository at this point
Copy the full SHA 27e9328View commit details -
sonobuoy: Fixes wrong "v" behaviour
Adjust the generated manifests by placing the character v in the sonobuoy version, successfully pulling the image within the cluster and running smoothly. Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 22dd82c - Browse repository at this point
Copy the full SHA 22dd82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a75852 - Browse repository at this point
Copy the full SHA 7a75852View commit details -
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Configuration menu - View commit details
-
Copy full SHA for 6fc9aca - Browse repository at this point
Copy the full SHA 6fc9acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4905b1 - Browse repository at this point
Copy the full SHA d4905b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c4306 - Browse repository at this point
Copy the full SHA b6c4306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cd730 - Browse repository at this point
Copy the full SHA 49cd730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b405fa - Browse repository at this point
Copy the full SHA 7b405faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bd0a4 - Browse repository at this point
Copy the full SHA c2bd0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5adeda - Browse repository at this point
Copy the full SHA f5adedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d116fe2 - Browse repository at this point
Copy the full SHA d116fe2View commit details -
Merge pull request #102738 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.8.1 -> 4.8.2
Configuration menu - View commit details
-
Copy full SHA for f838052 - Browse repository at this point
Copy the full SHA f838052View commit details -
iosevka-bin: Use iosevka's meta
The two packages have the same metadata, except for the maintainers.
Configuration menu - View commit details
-
Copy full SHA for 988f0cf - Browse repository at this point
Copy the full SHA 988f0cfView commit details -
iosevka-bin: move update script
Move bin.nix's update script to update-bin.sh so it doesn't conflict with default.nix's update script.
Configuration menu - View commit details
-
Copy full SHA for e237f23 - Browse repository at this point
Copy the full SHA e237f23View commit details -
iosevka: 3.2.2 -> 3.7.1; fetch source through nodePackages
Previously we used nodePackages only to fetch Iosevka's build dependencies and then fetched the source code ourselves. Updates involved changing the version and hashes in the `iosevka` derivation and then running node-packages/generate.sh to update the build dependencies, which in turns updates *all* of node-packages.nix. A new proposed policy for handling node-packages.nix updates involves batching those updates. Previously, that would mean `iosevka` and its build dependencies could end up out of sync until the batched update was run. To work with the new policy, we now fetch Iosevka's source code (and not only its dependencies) through nodePackages. Updates are done by changing the source URL in node-packages.json, which eventually becomes part of an update of node-packages.nix, which is then propagated to `iosevka` itself. One con of this strategy is that errors can not be caught directly after the update, but only after node-packages.nix is regenerated.
Configuration menu - View commit details
-
Copy full SHA for e6bc641 - Browse repository at this point
Copy the full SHA e6bc641View commit details -
As outlined in the previous commit, we just need to update the source URL in node-packages.json, and wait for node-packages.nix to be rebuilt from it.
Configuration menu - View commit details
-
Copy full SHA for 26ce7f2 - Browse repository at this point
Copy the full SHA 26ce7f2View commit details -
iosevka: remove dependency on otfcc
As of Iosevka 3.7.0, otfcc is no longer used. I haven't checked if the situation has changed since [2017] but this should make Iosevka available on aarch64-linux and *-darwin. [2017]: #31835 (comment)
Configuration menu - View commit details
-
Copy full SHA for 08fd340 - Browse repository at this point
Copy the full SHA 08fd340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ade372 - Browse repository at this point
Copy the full SHA 1ade372View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda8bdc - Browse repository at this point
Copy the full SHA dda8bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0f5ed - Browse repository at this point
Copy the full SHA dc0f5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 013dc4c - Browse repository at this point
Copy the full SHA 013dc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d15aa4 - Browse repository at this point
Copy the full SHA 7d15aa4View commit details -
Merge pull request #102726 from r-ryantm/auto-update/pspg
pspg: 3.1.3 -> 3.1.5
Configuration menu - View commit details
-
Copy full SHA for fc5c3ba - Browse repository at this point
Copy the full SHA fc5c3baView commit details -
llvm_11: Add myself as maintainer
Because I maintain Chromium which always requires the most recent LLVM release (would be good to get notified on any PRs/issues, especially since I seem to end up merging most of the PRs anyway). See #100725.
Configuration menu - View commit details
-
Copy full SHA for 58c7684 - Browse repository at this point
Copy the full SHA 58c7684View commit details -
Merge pull request #102714 from r-ryantm/auto-update/procs
procs: 0.10.4 -> 0.10.5
Configuration menu - View commit details
-
Copy full SHA for f2e9192 - Browse repository at this point
Copy the full SHA f2e9192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2802d2a - Browse repository at this point
Copy the full SHA 2802d2aView commit details -
Revert "Disable the metrics job"
This reverts commit c54308d. The machine has been back for some time.
Configuration menu - View commit details
-
Copy full SHA for 20baaf1 - Browse repository at this point
Copy the full SHA 20baaf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d32565 - Browse repository at this point
Copy the full SHA 0d32565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d563ba - Browse repository at this point
Copy the full SHA 4d563baView commit details -
Merge pull request #99907 from andir/zoneminder-CVE-2020-25729
zoneminder: fix CVE-2020-25729
Configuration menu - View commit details
-
Copy full SHA for f1c65de - Browse repository at this point
Copy the full SHA f1c65deView commit details -
Merge pull request #102742 from r-ryantm/auto-update/precice
precice: 2.1.0 -> 2.1.1
Configuration menu - View commit details
-
Copy full SHA for e334732 - Browse repository at this point
Copy the full SHA e334732View commit details -
Merge pull request #102707 from r-ryantm/auto-update/picard-tools
picard-tools: 2.23.4 -> 2.23.8
Configuration menu - View commit details
-
Copy full SHA for ba3fc8b - Browse repository at this point
Copy the full SHA ba3fc8bView commit details -
Merge pull request #102696 from r-ryantm/auto-update/pam_gnupg
pam_gnupg: 0.1 -> 0.2
Configuration menu - View commit details
-
Copy full SHA for d1d2a00 - Browse repository at this point
Copy the full SHA d1d2a00View commit details
There are no files selected for viewing
This file was deleted.