-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 6753b2c6c151
head repository: NixOS/nixpkgs-channels
compare: 1fe3328593e5
Commits on Oct 15, 2018
-
nixos/syncthing: move configuration to condigDir
fixes #47513 following the upstream recommended settings: syncthing/syncthing#3434 (comment)
Configuration menu - View commit details
-
Copy full SHA for 16f6763 - Browse repository at this point
Copy the full SHA 16f6763View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 51e5111 - Browse repository at this point
Copy the full SHA 51e5111View commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 26ee8d6 - Browse repository at this point
Copy the full SHA 26ee8d6View commit details
Commits on Oct 27, 2018
-
- remove sqlite as dependency (I don't see why it's needed) - run checkPhase after installPhase (at least one test assumes the standard library in ../lib relative to the nim binary) - the broken tests pass now or don't exist anymore - two of the tests requiring network access pass now without network access - the tests in manyloc do not download dependencies and are passing now
Configuration menu - View commit details
-
Copy full SHA for 9bf79ad - Browse repository at this point
Copy the full SHA 9bf79adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d71c5 - Browse repository at this point
Copy the full SHA 89d71c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651c178 - Browse repository at this point
Copy the full SHA 651c178View commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5d61690 - Browse repository at this point
Copy the full SHA 5d61690View commit details
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ea1024e - Browse repository at this point
Copy the full SHA ea1024eView commit details -
sjau committed
Oct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for df51c5e - Browse repository at this point
Copy the full SHA df51c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b786a47 - Browse repository at this point
Copy the full SHA b786a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcdf5a - Browse repository at this point
Copy the full SHA 9dcdf5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c717a5 - Browse repository at this point
Copy the full SHA 8c717a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ace270 - Browse repository at this point
Copy the full SHA 5ace270View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2bae6 - Browse repository at this point
Copy the full SHA bb2bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18aa80f - Browse repository at this point
Copy the full SHA 18aa80fView commit details -
ntp: fix ntpd shutdown by using upstream patch
After a series of amendments the seccomp.patch made ntpd work properly but only on 32-bit systems. This commit replaces that patch with the one submitted upstream by cleverca22 and that fixes the issue also on 64-bit systems. Close #38627, #45885
Configuration menu - View commit details
-
Copy full SHA for 6759b79 - Browse repository at this point
Copy the full SHA 6759b79View commit details
Commits on Nov 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7b66d96 - Browse repository at this point
Copy the full SHA 7b66d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cca209 - Browse repository at this point
Copy the full SHA 0cca209View commit details -
flightgear, simgear & speed_dreams: use openscenegraph_3_4 (version 3…
….4.0) instead of openscenegraph (version 3.6.2)
Configuration menu - View commit details
-
Copy full SHA for b543748 - Browse repository at this point
Copy the full SHA b543748View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc293c - Browse repository at this point
Copy the full SHA bdc293cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b661b - Browse repository at this point
Copy the full SHA 51b661bView commit details
Commits on Nov 2, 2018
-
Merge pull request #49617 from aanderse/openscenegraph_3_4
Fix flightgear, simgear & speed_dreams
Configuration menu - View commit details
-
Copy full SHA for d24dee0 - Browse repository at this point
Copy the full SHA d24dee0View commit details -
Merge pull request #49562 from zarelit/ntp_upstream_patch
ntp: fix ntpd shutdown by using upstream patch
Configuration menu - View commit details
-
Copy full SHA for e5ca104 - Browse repository at this point
Copy the full SHA e5ca104View commit details -
Merge pull request #49180 from symphorien/issue-49092
brlaser: fix install dir
Configuration menu - View commit details
-
Copy full SHA for bfd838a - Browse repository at this point
Copy the full SHA bfd838aView commit details -
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
webkitgtk: 2.22.2 -> 2.22.3
Configuration menu - View commit details
-
Copy full SHA for 71bde96 - Browse repository at this point
Copy the full SHA 71bde96View commit details -
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
c-ares: 1.14.0 -> 1.15.0
Configuration menu - View commit details
-
Copy full SHA for 9e23f72 - Browse repository at this point
Copy the full SHA 9e23f72View commit details -
Merge pull request #49513 from dtzWill/fix/activation-nscd-path
activation-script: add libc to path to provide nscd when needed
Configuration menu - View commit details
-
Copy full SHA for 1fe7abc - Browse repository at this point
Copy the full SHA 1fe7abcView commit details -
Merge pull request #48579 from dtzWill/update/z3-4.8.1
z3: 4.7.1 -> 4.8.1
Configuration menu - View commit details
-
Copy full SHA for c417342 - Browse repository at this point
Copy the full SHA c417342View commit details -
Merge pull request #49495 from dtzWill/fix/thunderbolt-cleanup
thunderbolt: cleanup
Configuration menu - View commit details
-
Copy full SHA for 467a822 - Browse repository at this point
Copy the full SHA 467a822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de50f8 - Browse repository at this point
Copy the full SHA 5de50f8View commit details -
nixos/tests/chromium: Fix sandbox info matching
As reported by @andir, the regular expressions that match the sandbox output are no longer matching in the recent Chromium bump as of bb03fbc. Instead of a boolean field that determines whether namespace sandboxes are on, the namespace sandbox is now an enum within "Layer 1 Sandbox". I've modified the regular expressions accordingly and also ran the test for the stable branch, which now succeeds. Signed-off-by: aszlig <aszlig@nix.build> Issue: NixOS/nixpkgs#49442 Cc: @bendlas, @andir
Configuration menu - View commit details
-
Copy full SHA for 73cdd5a - Browse repository at this point
Copy the full SHA 73cdd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd8805 - Browse repository at this point
Copy the full SHA 7bd8805View commit details -
Merge pull request #47526 from rnhmjoj/syncthing
nixos/syncthing: move configuration to condigDir
Configuration menu - View commit details
-
Copy full SHA for 2dc0fc6 - Browse repository at this point
Copy the full SHA 2dc0fc6View commit details -
Merge pull request #49641 from aanderse/openscenegraph
openscenegraph: 3.6.2 -> 3.6.3
Configuration menu - View commit details
-
Copy full SHA for d03ca0c - Browse repository at this point
Copy the full SHA d03ca0cView commit details -
Tristan Helmich (omniIT) committed
Nov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f8cac0 - Browse repository at this point
Copy the full SHA 4f8cac0View commit details -
Revert "c-ares: 1.14.0 -> 1.15.0"
This reverts commit 5ace270. It's a mass rebuild, moving to staging.
Configuration menu - View commit details
-
Copy full SHA for 87e4e1b - Browse repository at this point
Copy the full SHA 87e4e1bView commit details -
Merge pull request #49347 from sjau/easysnap-init
easysnap: init at 2018-10-28
Configuration menu - View commit details
-
Copy full SHA for e23ebd0 - Browse repository at this point
Copy the full SHA e23ebd0View commit details -
nixos: fix #48917 by setting SYSTEMD_TIMEDATED_NTP_SERVICES
Setting this variable in the environment of systemd-timedated allows 'timedatectl' to tell if an NTP service is running. Closes #48917. Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 93aa285 - Browse repository at this point
Copy the full SHA 93aa285View commit details -
Merge pull request #49547 from fadenb/simgrid_3.21
simgrid: 3.20 -> 3.21
Configuration menu - View commit details
-
Copy full SHA for 7224762 - Browse repository at this point
Copy the full SHA 7224762View commit details -
.github/CODEOWNERS: add myself as the PostgreSQL owner
Since the development of #38698, I have been radically overhauling the PostgreSQL support and plan on maintaining it in the long run, taking over from @ocharles, who authored most of it initially. However, while #38698 has not been merged (yet), I'm taking the time to go ahead and add myself as the owner of all the related code, so that I can be marked as a reviewer for things people submit in the mean time. Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 6a0e8c2 - Browse repository at this point
Copy the full SHA 6a0e8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe3328 - Browse repository at this point
Copy the full SHA 1fe3328View commit details
There are no files selected for viewing