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: 2b8a526c5a2a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 43ba99fa0354
Choose a head ref
  • 16 commits
  • 9 files changed
  • 10 contributors

Commits on Mar 4, 2019

  1. ghc863: dont add extra libs

    Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
    
    Merged in pull request #56795 from @matthewbauer.
    matthewbauer committed Mar 4, 2019
    Copy the full SHA
    906d432 View commit details
    Browse the repository at this point in the history
  2. ghc843: dont add -liconv to flags

    Don’t add -liconv to LDFLAGS automatically so that GHC will add it
    itself.
    
    This was previously done in other compilers but this one is missing it.
    matthewbauer committed Mar 4, 2019
    Copy the full SHA
    3e02e7f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. postgresql_9_4: 9.4.20 -> 9.4.21

    See https://www.postgresql.org/about/news/1920/ for release information.
    
    (cherry picked from commit d1dd3a1)
    lsix committed Mar 6, 2019
    Copy the full SHA
    8113270 View commit details
    Browse the repository at this point in the history
  2. postgresql_9_5: 9.5.15 -> 9.5.16

    See https://www.postgresql.org/about/news/1920/ for release information.
    
    (cherry picked from commit 74c715e)
    lsix committed Mar 6, 2019
    Copy the full SHA
    460ee71 View commit details
    Browse the repository at this point in the history
  3. postgresql_9_6: 9.6.11 -> 9.6.12

    See https://www.postgresql.org/about/news/1920/ for release information.
    
    (cherry picked from commit 70a31c2)
    lsix committed Mar 6, 2019
    Copy the full SHA
    01cc158 View commit details
    Browse the repository at this point in the history
  4. postgresql_10: 10.6 -> 10.7

    See https://www.postgresql.org/about/news/1920/ for release information.
    
    (cherry picked from commit a90cf49)
    lsix committed Mar 6, 2019
    Copy the full SHA
    89a636b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. llvm: mark as big-parallel

    Big parallel jobs get many more (45) aarch64 cores than standard builds.
    grahamc authored and Tom committed Mar 18, 2019
    Copy the full SHA
    edd976d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57847 from tomfitzhenry/backport-llvm-big-parallel

    llvm: mark as big-parallel
    7c6f434c committed Mar 18, 2019
    Copy the full SHA
    a95da2c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. japser: 2.0.14 -> 2.0.16

    (cherry picked from commit 96e93d6)
    pSub committed Mar 23, 2019
    Copy the full SHA
    51ba028 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. adoptopenjdk: Remove libfreetype.so from adoptopenjdk's derivation. (…

    …#58411)
    
    This caused some reverse dependencies of adoptopenjdk to depend on
    adoptopenjdk's libfreetype, rather than the NixOS
    libfreetype. For example: NixOS/nixpkgs#57733
    
    Now the derivation does not contain libfreetype.so . The JRE links to
    nixpkg's freetype:
    
    $ ldd /nix/store/9iyxm1nkn35xhjgri041r980z4p5ls5g-adoptopenjdk-hotspot-bin-11.0.2/lib/libfontmanager.so | grep -i freetype
    	libfreetype.so => /nix/store/ycbkq39cngzx19j829qzgdnw3mx3z78g-freetype-2.9.1/lib/libfreetype.so (0x0000795e30702000)
    
    (cherry picked from commit 6bae073)
    tomfitzhenry authored and veprbl committed Mar 27, 2019
    Copy the full SHA
    c664b21 View commit details
    Browse the repository at this point in the history
  2. tzdata: 2018g -> 2019a

    (cherry picked from commit 32538ff51f15c2a416949a6f75ef41a505d530f8)
    andir committed Mar 27, 2019
    Copy the full SHA
    10207c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58349 from andir/18.09/tzdata

    [18.09] tzdata: 2018g -> 2019a
    flokli committed Mar 27, 2019
    Copy the full SHA
    776fb73 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Copy the full SHA
    4aebf78 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. dnsperf: fixup build with new bind version

    (cherry picked from commit c327693)
    vcunat committed Mar 31, 2019
    Copy the full SHA
    fccf2a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'staging-18.09' into release-18.09

    Hydra's output seems good.
    vcunat committed Mar 31, 2019
    Copy the full SHA
    3eed6d4 View commit details
    Browse the repository at this point in the history
  3. notary: disable tests (for now)

    I don't really know anything about the package;
    I just noticed the regression on hydra.nixos.org.
    
    (cherry picked from commit ba18b47)
    vcunat committed Mar 31, 2019
    Copy the full SHA
    43ba99f View commit details
    Browse the repository at this point in the history