-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 2b417708c282
head repository: NixOS/nixpkgs-channels
compare: 13c15f26d44c
Commits on Jun 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f6faec2 - Browse repository at this point
Copy the full SHA f6faec2View commit details
Commits on Jun 18, 2020
-
json_c: add patch for CVE-2020-12762
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-12762 (cherry picked from commit d3e1b77)
Configuration menu - View commit details
-
Copy full SHA for 5e1de95 - Browse repository at this point
Copy the full SHA 5e1de95View commit details -
The compiler does not need it anymore, has not needed it for many years iirc. This just goes in and pollutes the environment overriding the users GOPATH and causing grief. Go even warns about it itself, without vs with this commit: ```sh ~> go env GOPATH /home/manny/go ~> nix-shell -p go ~> go env GOPATH warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect /nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go ~> exit ~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go ~> go env GOPATH /home/manny/go ~> exit ``` (cherry picked from commit a1e13f6)
Configuration menu - View commit details
-
Copy full SHA for 6cd67ec - Browse repository at this point
Copy the full SHA 6cd67ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296e584 - Browse repository at this point
Copy the full SHA 296e584View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9965e2 - Browse repository at this point
Copy the full SHA c9965e2View commit details -
(cherry picked from commit 416caeb)
Configuration menu - View commit details
-
Copy full SHA for 382b2db - Browse repository at this point
Copy the full SHA 382b2dbView commit details -
https://golang.org/doc/devel/release.html#go1.14.minor (cherry picked from commit 8d41f9f)
Configuration menu - View commit details
-
Copy full SHA for 2a1c67c - Browse repository at this point
Copy the full SHA 2a1c67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 203fcba - Browse repository at this point
Copy the full SHA 203fcbaView commit details -
https://golang.org/doc/devel/release.html#go1.13.minor (cherry picked from commit 7da08af)
Configuration menu - View commit details
-
Copy full SHA for b1cbd08 - Browse repository at this point
Copy the full SHA b1cbd08View commit details -
https://golang.org/doc/devel/release.html#go1.14.minor (cherry picked from commit 9f97814)
Configuration menu - View commit details
-
Copy full SHA for 16a461d - Browse repository at this point
Copy the full SHA 16a461dView commit details -
go: fix TestDontCacheBrokenHTTP2Conn failure
(cherry picked from commit aae680c)
Configuration menu - View commit details
-
Copy full SHA for 4094b36 - Browse repository at this point
Copy the full SHA 4094b36View commit details -
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even though we pass it the entire vendor dir it makes sense not to risk having an accidental dependency on that variable. However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) need to inspect the `modSha256` of a package in order to be able to update them, and since this is a real part of the package (describes info about its dependencies) let's add it to `passthru`. Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256` to get the current value, which is how the bot finds it to replace with the new version in the Rust ecosystem. (cherry picked from commit 5f77ff6)
Configuration menu - View commit details
-
Copy full SHA for 9ae22e3 - Browse repository at this point
Copy the full SHA 9ae22e3View commit details -
go-modules: Augment builds w/ vendor src
This is done in response to complaints that the module format is not human readable. The vendor source blob is flat files and should be extremely readable. (cherry picked from commit 9761128)
Configuration menu - View commit details
-
Copy full SHA for 470d555 - Browse repository at this point
Copy the full SHA 470d555View commit details -
go-modules: Add in old modsha256 w/ warning
(removed warning for 20.03) (cherry picked from commit a0ddea1)
Configuration menu - View commit details
-
Copy full SHA for 124d70c - Browse repository at this point
Copy the full SHA 124d70cView commit details -
Merge pull request #90700 from mmilata/20.03/json-c-cve-2020-12762
[20.03] json_c: add patch for CVE-2020-12762
Configuration menu - View commit details
-
Copy full SHA for e69158b - Browse repository at this point
Copy the full SHA e69158bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799a3b4 - Browse repository at this point
Copy the full SHA 799a3b4View commit details -
Also: - build from git - enable cross compilation (cherry picked from commit e761cfe)
Configuration menu - View commit details
-
Copy full SHA for e3ca027 - Browse repository at this point
Copy the full SHA e3ca027View commit details -
- upstream argues that this kind of problems can't be called vulnerabilities - the upstream patch is trivial, so why not fix the bug - nixpkgs master uses git versions already containing that commit Fixes #90875 (roundup ticket).
Configuration menu - View commit details
-
Copy full SHA for 4e48231 - Browse repository at this point
Copy the full SHA 4e48231View commit details -
libjpeg(-turbo): patch CVE-2020-13790
Fixes #90864 on 20.03 (roundup issue). (cherry picked from commit d5fd2ed)
Configuration menu - View commit details
-
Copy full SHA for 0ba0883 - Browse repository at this point
Copy the full SHA 0ba0883View commit details -
Merge pull request #90978 from erictapen/20.03-libexif-0.6.22
[20.03] libexif: 0.6.21 -> 0.6.22 for security fixes
Configuration menu - View commit details
-
Copy full SHA for 00e7d87 - Browse repository at this point
Copy the full SHA 00e7d87View commit details -
Merge pull request #90269 from tokudan/2003nextcloud1806
nextcloud: 18.0.4 -> 18.0.6 [20.03]
Configuration menu - View commit details
-
Copy full SHA for 07e2936 - Browse repository at this point
Copy the full SHA 07e2936View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8bbb8 - Browse repository at this point
Copy the full SHA fd8bbb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a29dda - Browse repository at this point
Copy the full SHA 0a29ddaView commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7587e07 - Browse repository at this point
Copy the full SHA 7587e07View commit details -
mwprocapture: 1.2.4054 -> 1.2.4177
(cherry picked from commit 9a57b0bbd5f4ed5f2c89008745f155962814e63f) Reason: mwprocapture build is broken on 20.03, 1.2.4054 does not compile with Linux 5.4.
Configuration menu - View commit details
-
Copy full SHA for 199de04 - Browse repository at this point
Copy the full SHA 199de04View commit details -
Merge branch 'staging-20.03' into release-20.03
A bunch of CVE fixes. The libexif change has not been rebuilt on Hydra, but it's only about a thousand rebuilds (when summed over all platforms).
Configuration menu - View commit details
-
Copy full SHA for b2540c7 - Browse repository at this point
Copy the full SHA b2540c7View commit details -
Merge pull request #91072 from rnhmjoj/mutt-20.03
[20.03] mutt: patch for CVE-2020-14093
Configuration menu - View commit details
-
Copy full SHA for 0bc134c - Browse repository at this point
Copy the full SHA 0bc134cView commit details -
Merge pull request #91076 from rnhmjoj/monero-20.03
[20.03] monero: 0.15 -> 0.16
Configuration menu - View commit details
-
Copy full SHA for c684d8c - Browse repository at this point
Copy the full SHA c684d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a6a8b - Browse repository at this point
Copy the full SHA 48a6a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b38149 - Browse repository at this point
Copy the full SHA 8b38149View commit details -
neomutt: Make it not reference .dev outputs.
(cherry picked from commit 3b9a8f5)
Configuration menu - View commit details
-
Copy full SHA for 2a0c129 - Browse repository at this point
Copy the full SHA 2a0c129View commit details -
neomutt: make manual.txt not empty
Without elinks / w3m / lynx in the nativeBuildInputs, there are these errors in the build: LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \ LC_ALL=C lynx -dump -nolist -with_backspaces \ -display_charset=us-ascii docs/manual.html > docs/manual.txt || \ LC_ALL=C elinks -dump -no-numbering -no-references \ docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found (cherry picked from commit b8f6521)
Configuration menu - View commit details
-
Copy full SHA for 5ca29c7 - Browse repository at this point
Copy the full SHA 5ca29c7View commit details -
neomutt: Remove old fixes for failing tests
Includes both rfc2047 tests workarounds and locale workarounds. Fixes #86896. See neomutt/neomutt#2314 . (cherry picked from commit b58227a)
Configuration menu - View commit details
-
Copy full SHA for 657aa0b - Browse repository at this point
Copy the full SHA 657aa0bView commit details -
https://github.com/neomutt/neomutt/releases/tag/20200619 (cherry picked from commit 499d188)
Configuration menu - View commit details
-
Copy full SHA for c9ad468 - Browse repository at this point
Copy the full SHA c9ad468View commit details
Commits on Jun 20, 2020
-
flashplayer: 32.0.0.363 -> 32.0.0.371
(cherry picked from commit d8fa222)
Configuration menu - View commit details
-
Copy full SHA for 694939b - Browse repository at this point
Copy the full SHA 694939bView commit details -
flashplayer: 32.0.0.371 -> 32.0.0.387
(cherry picked from commit 0a14605)
Configuration menu - View commit details
-
Copy full SHA for a4a203e - Browse repository at this point
Copy the full SHA a4a203eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fea8c13 - Browse repository at this point
Copy the full SHA fea8c13View commit details -
https://nextcloud.com/blog/nextcloud-hub-brings-productivity-to-home-office/ (cherry picked from commit a2a5aa2)
Configuration menu - View commit details
-
Copy full SHA for cdd1ece - Browse repository at this point
Copy the full SHA cdd1eceView commit details -
nixos/nextcloud: add occ internal option
This option exposes the prefconfigured nextcloud-occ program. nextcloud-occ can then be used in other systemd services or added in environment.systemPackages. The nextcloud test shows how it can be add in environment.systemPackages. (cherry picked from commit 7d994ad)
Configuration menu - View commit details
-
Copy full SHA for 6a99d5d - Browse repository at this point
Copy the full SHA 6a99d5dView commit details
Commits on Jun 21, 2020
-
(cherry picked from commit b48a451)
Configuration menu - View commit details
-
Copy full SHA for 210d7a1 - Browse repository at this point
Copy the full SHA 210d7a1View commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13c15f2 - Browse repository at this point
Copy the full SHA 13c15f2View commit details
There are no files selected for viewing
This file was deleted.