summary refs log tree commit diff
diff options
context:
space:
mode:
authores_github <es_github@keiko.sh.s>2017-06-25 04:37:27 +0100
committerSebastian Hagen <sh_c_git@memespace.net>2017-07-03 02:40:51 +0100
commit05a1a2a2d3733415593d6e0525404cc937545165 (patch)
treea66fbf2c2f1c316f947b78ac0db9bba5bf456bb8
parentc5e314dabe45142d4790cdc9169438ba6e133ec5 (diff)
downloadnixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar.gz
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar.bz2
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar.lz
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar.xz
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.tar.zst
nixlib-05a1a2a2d3733415593d6e0525404cc937545165.zip
Openslp: Fix patch references.
The previous sources for these files have gone away, making this derivation
unbuildable from scratch. We change the URLs to point at locations that will
still serve those patches.
This involves updating one of the hashes, also; I couldn't find an address
that will serve the patch with the original hash, but I expect these only
differ in irrelevant metadata.
-rw-r--r--pkgs/development/libraries/openslp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/openslp/default.nix b/pkgs/development/libraries/openslp/default.nix
index 80a77e72275f..864e2dc70857 100644
--- a/pkgs/development/libraries/openslp/default.nix
+++ b/pkgs/development/libraries/openslp/default.nix
@@ -11,13 +11,13 @@ stdenv.mkDerivation {
   patches = [
     (fetchpatch {
       name = "openslp-2.0.0-null-pointer-deref.patch";
-      url = "https://svnweb.mageia.org/packages/cauldron/openslp/current/SOURCES/openslp-2.0.0-null-pointer-deref.patch?revision=1019712&view=co";
+      url = "https://src.fedoraproject.org/cgit/rpms/openslp.git/plain/openslp-2.0.0-null-pointer-deref.patch";
       sha256 = "186f3rj3z2lf5h1lpbhqk0szj2a9far1p3mjqg6422f29yjfnz6a";
     })
     (fetchpatch {
       name = "openslp-2.0.0-CVE-2016-7567.patch";
-      url = "https://svnweb.mageia.org/packages/cauldron/openslp/current/SOURCES/openslp-2.0.0-CVE-2016-7567.patch?revision=1057233&view=co";
-      sha256 = "1zrgql91vjjl2v7brlibc8jqndnjz9fclqbdn0b6fklkpwznprny";
+      url = "https://src.fedoraproject.org/cgit/rpms/openslp.git/plain/openslp-2.0.0-cve-2016-7567.patch";
+      sha256 = "0zp61axx93b7nrbsyhn2x4dnw7n9y6g4rys21hyqxk4khrnc2yr9";
     })
   ];