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: 59a53aada096
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ec10698e5b4d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2018

  1. netcat-openbsd: fix w/musl by providing b64_ntop

    It seems many projects have copies of this code--
    and AFAICT all are derived from ISC's BIND[2]
    although it does not appear present in recent versions.
    
    This is a curious function as it is not documented
    nor part of any standard[1].
    
    [1] https://www.lemoda.net/unix/base64/index.html
    [2] for example, glibc's copy:
        https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/README;h=514e9bb617e710f16126c1474561965a2b35653d;hb=HEAD#l104
    dtzWill committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    5e3e3e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37819 from dtzWill/fix/netcat-openbsd-musl

    netcat-openbsd: fix w/musl by providing b64_ntop
    dtzWill committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    ec10698 View commit details
    Browse the repository at this point in the history