Merge pull request #298471 from LeSuisse/libdwarf_20210528-drp

libdwarf_20210528: drop
This commit is contained in:
Weijia Wang 2024-03-27 16:31:56 +01:00 committed by GitHub
commit 6456dc0860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
{ callPackage, zlib, libelf }:
callPackage ./common.nix rec {
version = "20210528";
url = "https://www.prevanders.net/libdwarf-${version}.tar.gz";
hash = "sha512-4PnIhVQFPubBsTM5YIkRieeCDEpN3DArfmN1Skzc/CrLG0tgg6ci0SBKdemU//NAHswlG4w7JAkPjLQEbZD4cA==";
buildInputs = [ zlib libelf ];
knownVulnerabilities = [ "CVE-2022-32200" "CVE-2022-39170" ];
}

View File

@ -607,6 +607,7 @@ mapAliases ({
libcap_pam = throw "'libcap_pam' has been replaced with 'libcap'"; # Converted to throw 2023-09-10
libclc = llvmPackages_latest.libclc; # Added 2023-10-28
libcxxabi = throw "'libcxxabi' was merged into 'libcxx'"; # Converted to throw 2024-03-08
libdwarf_20210528 = throw "'libdwarf_20210528' has been removed because it is not used in nixpkgs, move to libdwarf"; # Added 2024-03-23
libgme = game-music-emu; # Added 2022-07-20
libgpgerror = libgpg-error; # Added 2021-09-04
libheimdal = heimdal; # Added 2022-11-18

View File

@ -22282,7 +22282,6 @@ with pkgs;
libdwarf = callPackage ../development/libraries/libdwarf { };
dwarfdump = libdwarf.bin;
libdwarf_20210528 = callPackage ../development/libraries/libdwarf/20210528.nix { };
libe57format = callPackage ../development/libraries/libe57format { };