ip2unix: 2.1.1 -> 2.1.2

This fixes the issues with glibc 2.30, which were caused because glibc
no longer allows to dlopen/LD_PRELOAD a PIE executable.

So this release is essentially just a hotfix release which addresses
this issue by splitting the executable and library.

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @zimbatm
This commit is contained in:
aszlig 2020-05-27 05:58:03 +02:00
parent 260b2af292
commit b51d39fbe4
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ip2unix";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "nixcloud";
repo = "ip2unix";
rev = "v${version}";
sha256 = "121ygj50i7ja9bv76y51qsjbjmmydhpi0sd3xb6pysmlzv0bxn17";
sha256 = "1ci0k3zy3hjkg65ah5h75mfvrd578xf2z1449xmgjm3iz3d6kqs2";
};
nativeBuildInputs = [