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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 456192eb54a6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b76c51f137dd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 2, 2020

  1. Copy the full SHA
    209fbcb View commit details
  2. Merge pull request #102419 from freezeboy/remove-unarj

    unarj: remove (broken since 2016, insecure since 2015)
    ajs124 authored Nov 2, 2020
    Copy the full SHA
    b76c51f View commit details
Showing with 0 additions and 25 deletions.
  1. +0 −23 pkgs/tools/archivers/unarj/default.nix
  2. +0 −2 pkgs/top-level/all-packages.nix
23 changes: 0 additions & 23 deletions pkgs/tools/archivers/unarj/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -8131,8 +8131,6 @@ in

unar = callPackage ../tools/archivers/unar { stdenv = clangStdenv; };

unarj = callPackage ../tools/archivers/unarj { };

unp = callPackage ../tools/archivers/unp { };

unshield = callPackage ../tools/archivers/unshield { };