Skip to content
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
base: 24ce0db06a72
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 67c6638b089a
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 17, 2017

  1. logcheck: 1.3.17 -> 1.3.18

    logcheck: Added hyphen
    (cherry picked from commit 1dcb0bb)
    ndowens authored and joachifm committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    376bda6 View commit details
    Browse the repository at this point in the history
  2. logcheck: point homepage to alioth.debian.org

    The page at logcheck dot org contains questionable links and it is unclear
    whether it is controlled by the logcheck project at all.  Fix by using the
    homepage debian points to instead.
    
    Fixes #24952
    
    (cherry picked from commit c2130ec)
    joachifm committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    d55d1ff View commit details
    Browse the repository at this point in the history
  3. broadcom-sta: fix linux-4.8 patch sha

    (cherry picked from commit d857b2d)
    
    Note also the change to a stable url.
    gilligan authored and joachifm committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    058b899 View commit details
    Browse the repository at this point in the history
  4. plex: Don't overwrite primary database on restart

    This change fixes two major issues:
    
      1. If you don't use SIGQUIT to stop Plex it will corrupt its own
         database :(
    
      2. Newer versions of Plex keep metadata in the
         `com.plexapp.plugins.library.db` database.  This is the file that
         we copy into `/var/lib/plex/.skeleton`.  If we copy the empty
         database on top of this one the user will lose their entire
         library metadata.  This change skips the copy if the file
         already exists.
    
    (cherry picked from commit 5a50b26)
    
    See #24900 (comment)
    pjones authored and joachifm committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    67c6638 View commit details
    Browse the repository at this point in the history