Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: 7cd2e4ebe8ca
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f5493bf6145f
Choose a head ref
  • 15 commits
  • 13 files changed
  • 10 contributors

Commits on May 13, 2019

  1. awesome: add optional gtk3 support

    Add optional gtk3 support to Awesome so that the `beautiful.gtk` module can be
    used.
    
    The `beautiful.gtk` uses `lgi` to obtain Gtk via gobject-introspect:
    
        return require('lgi').Gtk
    
    Since the current build does not include the typelib files needed, the above
    call fails.
    
    It turns out that both `gtk3` and `atk` (Accessibility toolkit) are needed, so
    this commit adds them as optional build inputs.
    
    Setting `gtk3Support` to `true` e.g. in an overlay will make `beautiful.gtk`
    work at the cost of an increased closure size (currently 99.6M vs 223.4M).
    
    Fixes NixOS/nixpkgs#60538
    stefano-m committed May 13, 2019
    Copy the full SHA
    648cbeb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARY

    (sort of cherry picked from commit
    e4c2698)
    PR #61162
    lheckemann committed May 14, 2019
    Copy the full SHA
    2d44588 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61465 from stefano-m/release-19.03

    awesome: add optional gtk3 support (port to 19.03 branch)
    rasendubi committed May 14, 2019
    Copy the full SHA
    4ed066f View commit details
    Browse the repository at this point in the history
  3. pg_partman: init at 4.1.0

    ggPeti committed May 14, 2019
    Copy the full SHA
    d507935 View commit details
    Browse the repository at this point in the history
  4. gnome3.gnome-desktop: 3.30.2.1 -> 3.30.2.2 (#61496)

    - Fix thumbnailer sandbox escape, CVE-2019-11460
    
    closes #60836
    hedning committed May 14, 2019
    Copy the full SHA
    9afcb0b View commit details
    Browse the repository at this point in the history
  5. maintainers: add ggpeti

    ggPeti committed May 14, 2019
    Copy the full SHA
    775addb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    36132f1 View commit details
    Browse the repository at this point in the history
  7. linux: 4.19.42 -> 4.19.43

    NeQuissimus committed May 14, 2019
    Copy the full SHA
    242fc88 View commit details
    Browse the repository at this point in the history
  8. linux: 4.9.175 -> 4.9.176

    NeQuissimus committed May 14, 2019
    Copy the full SHA
    5847af4 View commit details
    Browse the repository at this point in the history
  9. linux: 5.0.15 -> 5.0.16

    NeQuissimus committed May 14, 2019
    Copy the full SHA
    b8c3795 View commit details
    Browse the repository at this point in the history
  10. linux: 5.1.1 -> 5.1.2

    NeQuissimus committed May 14, 2019
    Copy the full SHA
    42f3827 View commit details
    Browse the repository at this point in the history
  11. kernel: Disable VirtualBox guest modules.

    These break the modules from VirtualBox additions. Fixes issue NixOS/nixpkgs#58127.
    
    (cherry picked from commit c6934f3)
    ambrop72 authored and flokli committed May 14, 2019
    Copy the full SHA
    bfdb124 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. pantheon.gala: 2019-02-09 -> 2019-05-14

    Fixes notification settings being broken[0] and
    many other things. See the changes[1]
    
    [0]: elementary/switchboard-plug-notifications#41
    [1]: https://github.com/elementary/gala/compare/1a96644c6aac405927499dacb308dea13512e919..3ae100da4bbd9dabe353f468778ef63ef2dcd5d7
    
    (cherry picked from commit f797e8a)
    worldofpeace committed May 15, 2019
    Copy the full SHA
    68c8b68 View commit details
    Browse the repository at this point in the history
  2. microcodeIntel: 20190312 -> 20190514

    (cherry picked from commit 84cdfb8)
    alyssais committed May 15, 2019
    Copy the full SHA
    570811b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61514 from ggPeti/release-19.03

    pg_partman: init at 4.1.0
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    f5493bf View commit details
    Browse the repository at this point in the history