-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 74e283403c9f
head repository: NixOS/nixpkgs
compare: 2c5f92a7238c
Commits on Jul 10, 2018
-
substituteStream(): print warning if nothing done
volth committedJul 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 5ff872a - Browse repository at this point
Copy the full SHA 5ff872aView commit details
Commits on Nov 2, 2018
-
Revert "Revert "patch-shebangs: respect cross compilation""
This reverts commit 9c4b11e.
Configuration menu - View commit details
-
Copy full SHA for bde9909 - Browse repository at this point
Copy the full SHA bde9909View commit details -
patch-shebangs: use --build for auto patch shebangs
In strictDeps=false, autoPatchshebangs should use --build (corresponding to PATH) to lookup commands. This restores the previous behavior of patchshebangs so that we don’t break stuff that isn’t careful in the buildInputs vs. nativeBuildInputs distinction. Unfortunately this won’t work under cross compilation.
Configuration menu - View commit details
-
Copy full SHA for eb7c50a - Browse repository at this point
Copy the full SHA eb7c50aView commit details -
darwin/stdenv: bash is a build input
patch shebangs needs to be in build inputs for it to get into HOST_PATH.
Configuration menu - View commit details
-
Copy full SHA for 2f2e635 - Browse repository at this point
Copy the full SHA 2f2e635View commit details
Commits on Nov 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1baed0 - Browse repository at this point
Copy the full SHA e1baed0View commit details
Commits on Nov 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c55fa1e - Browse repository at this point
Copy the full SHA c55fa1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b95b7e4 - Browse repository at this point
Copy the full SHA b95b7e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for be39781 - Browse repository at this point
Copy the full SHA be39781View commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48caae5 - Browse repository at this point
Copy the full SHA 48caae5View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 320c9c1 - Browse repository at this point
Copy the full SHA 320c9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e9fc1 - Browse repository at this point
Copy the full SHA b0e9fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec40cc - Browse repository at this point
Copy the full SHA 9ec40ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f54f5fd - Browse repository at this point
Copy the full SHA f54f5fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e381e0 - Browse repository at this point
Copy the full SHA 0e381e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914392c - Browse repository at this point
Copy the full SHA 914392cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c69e58 - Browse repository at this point
Copy the full SHA 1c69e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3042c9 - Browse repository at this point
Copy the full SHA a3042c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7c994 - Browse repository at this point
Copy the full SHA 0d7c994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2449bd2 - Browse repository at this point
Copy the full SHA 2449bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ea057 - Browse repository at this point
Copy the full SHA e2ea057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2224d42 - Browse repository at this point
Copy the full SHA 2224d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e6608 - Browse repository at this point
Copy the full SHA d2e6608View commit details -
treewide: for substituteAll: s/version/version_/
This is because it gets passed to mkDerivation through some route, this ensures that doesn't mess with anything
Configuration menu - View commit details
-
Copy full SHA for 1e99582 - Browse repository at this point
Copy the full SHA 1e99582View commit details -
remmina: use pname instead of name
Co-Authored-By: Synthetica9 <git@hilhorst.be>
Configuration menu - View commit details
-
Copy full SHA for cef08f1 - Browse repository at this point
Copy the full SHA cef08f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c63d353 - Browse repository at this point
Copy the full SHA c63d353View commit details -
oneko: switch around version and vname
Co-Authored-By: Synthetica9 <git@hilhorst.be>
Configuration menu - View commit details
-
Copy full SHA for 4319244 - Browse repository at this point
Copy the full SHA 4319244View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f86df - Browse repository at this point
Copy the full SHA b6f86dfView commit details
Commits on Nov 6, 2018
-
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for release information
Configuration menu - View commit details
-
Copy full SHA for ace631b - Browse repository at this point
Copy the full SHA ace631bView commit details -
Merge pull request #49769 from Synthetica9/implement-rfc0035-II
[WIP] Implement RFC0035 II: Electric Boogaloo
Configuration menu - View commit details
-
Copy full SHA for 424c38b - Browse repository at this point
Copy the full SHA 424c38bView commit details
Commits on Nov 7, 2018
-
ncurses: upgrade from 6.1 -> 6.1-20181027
This includes fixes for CVE-2018-10754. While we're changing things, also set the `--with-manpage-format=normal` configure flag, which prevents the `configure` script from looking in /usr to determine whether to compress manpages. This was already the format on NixOS (where these directories don't exist), but making this explicit makes the build more reproducible on other distros.
Configuration menu - View commit details
-
Copy full SHA for f485b2e - Browse repository at this point
Copy the full SHA f485b2eView commit details -
This includes a bunch of security fixes (#49786), and mimics what Debian has done in moving to a git snapshot instead of a released version + backported security patches.
Configuration menu - View commit details
-
Copy full SHA for 3137c60 - Browse repository at this point
Copy the full SHA 3137c60View commit details -
Merge pull request #49608 from matthewbauer/cross-patch-shebangs-2
Restore cross-patch-shebangs branch
Configuration menu - View commit details
-
Copy full SHA for c8aff96 - Browse repository at this point
Copy the full SHA c8aff96View commit details
Commits on Nov 8, 2018
-
rustc: build with system llvm and jemalloc
Just like fedora does: https://src.fedoraproject.org/rpms/rust/blob/master/f/rust.spec Also some cleanup of tests which were removed but no longer exist.
Configuration menu - View commit details
-
Copy full SHA for 4b0d441 - Browse repository at this point
Copy the full SHA 4b0d441View commit details -
rustc: fix build with unbundled jemalloc and llvm on darwin
jemalloc with stripped prefix would cause segfaults in free: #49557 (comment) Thanks to @danieldk for darwin testing/debugging.
1Configuration menu - View commit details
-
Copy full SHA for 973eca7 - Browse repository at this point
Copy the full SHA 973eca7View commit details
Commits on Nov 9, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libopus/versions
Configuration menu - View commit details
-
Copy full SHA for d836c6a - Browse repository at this point
Copy the full SHA d836c6aView commit details -
postgresql_9_3: 9.3.24 -> 9.3.25
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for 5d37d63 - Browse repository at this point
Copy the full SHA 5d37d63View commit details -
postgresql_9_4: 9.4.19 -> 9.4.20
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for 882c3b5 - Browse repository at this point
Copy the full SHA 882c3b5View commit details -
postgresql_9_5: 9.5.14 -> 9.5.15
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for f703ea6 - Browse repository at this point
Copy the full SHA f703ea6View commit details -
postgresql_9_6: 9.6.10 -> 9.6.11
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for 1670fd1 - Browse repository at this point
Copy the full SHA 1670fd1View commit details -
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for 575151e - Browse repository at this point
Copy the full SHA 575151eView commit details -
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
Configuration menu - View commit details
-
Copy full SHA for 3cbc20e - Browse repository at this point
Copy the full SHA 3cbc20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f94bd - Browse repository at this point
Copy the full SHA a4f94bdView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nasm/versions
Configuration menu - View commit details
-
Copy full SHA for 31e7c15 - Browse repository at this point
Copy the full SHA 31e7c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934e489 - Browse repository at this point
Copy the full SHA 934e489View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libuv/versions
Configuration menu - View commit details
-
Copy full SHA for 1699401 - Browse repository at this point
Copy the full SHA 1699401View commit details -
Merge pull request #50044 from r-ryantm/auto-update/libuv
libuv: 1.23.1 -> 1.23.2
Configuration menu - View commit details
-
Copy full SHA for d4cf840 - Browse repository at this point
Copy the full SHA d4cf840View commit details -
libmicrohttpd: 0.9.59 -> 0.9.60
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libmicrohttpd/versions
Configuration menu - View commit details
-
Copy full SHA for a94dfe9 - Browse repository at this point
Copy the full SHA a94dfe9View commit details
Commits on Nov 10, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/help2man/versions
Configuration menu - View commit details
-
Copy full SHA for ea6d48d - Browse repository at this point
Copy the full SHA ea6d48dView commit details -
gnu-efi: 3.0.8 -> 3.0.9 (#50097)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnu-efi/versions
Configuration menu - View commit details
-
Copy full SHA for cc1bcd7 - Browse repository at this point
Copy the full SHA cc1bcd7View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdbm/versions
Configuration menu - View commit details
-
Copy full SHA for e6985db - Browse repository at this point
Copy the full SHA e6985dbView commit details
There are no files selected for viewing