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: 569b841e4c26
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da2562a97ce9
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 10, 2021

  1. maintainers: add l-as

    L-as committed Jan 10, 2021
    Copy the full SHA
    a4414f4 View commit details
    Browse the repository at this point in the history
  2. libtiff: export private headers for freeimage

    They are exported under the dev_private output so
    that they aren't available automatically to dependening libraries.
    
    This also switches to cmake to simplify the patch.
    L-as committed Jan 10, 2021
    Copy the full SHA
    96d5032 View commit details
    Browse the repository at this point in the history
  3. libjpeg-turbo: include transupp functionality for freeimage

    The transupp.h header is exported in the dev_private output.
    L-as committed Jan 10, 2021
    Copy the full SHA
    2cc1925 View commit details
    Browse the repository at this point in the history
  4. freeimage: 3.18.0 -> unstable-2020-07-04, unbundle dependencies, fix …

    …aarch64 support
    
    The unreleased version of freeimage contains many important fixes,
    amongst others CVEs, and is taken from the svn repository (r1859).
    
    We also unbundle all the dependencies to make it fit into the Nixpkgs ecosystem.
    
    All the changes needed to unbundle and make it compile with Nix is contained in unbundle.diff.
    
    Fixes #77653
    Replaces #77655
    L-as committed Jan 10, 2021
    Copy the full SHA
    be94ded View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge pull request #92708 from L-as/freeimage

    freeimage: Unbundle dependencies, fix aarch64 support, and other fixes
    Ericson2314 committed Jan 11, 2021
    Copy the full SHA
    da2562a View commit details
    Browse the repository at this point in the history