Commit 9fef199b authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

hivex: 1.3.21 → 1.3.23

parent 97e9d370
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
  pname = "hivex";
  version = "1.3.21";
  version = "1.3.23";

  src = fetchurl {
    url = "https://libguestfs.org/download/hivex/${pname}-${version}.tar.gz";
    sha256 = "sha256-ms4+9KL/LKUKmb4Gi2D7H9vJ6rivU+NF6XznW6S2O1Y=";
    hash = "sha256-QM9UhPFclGciWfs7makL7285DmPzelKhwGgIogFqa70=";
  };

  patches = [ ./hivex-syms.patch ];
+4 −6
Original line number Diff line number Diff line
diff -rupN hivex-1.3.14/lib/Makefile.am hivex-1.3.14-new/lib/Makefile.am
--- hivex-1.3.14/lib/Makefile.am	2013-09-10 13:04:12.000000000 +0200
+++ hivex-1.3.14-new/lib/Makefile.am	2014-11-06 01:31:05.956106861 +0100
@@ -40,8 +40,7 @@ libhivex_la_SOURCES = \
 
 libhivex_la_LIBADD =  ../gnulib/lib/libgnu.la $(LTLIBOBJS)
 libhivex_la_LDFLAGS = \
-	-version-info 0:0:0 \
@@ -51,7 +51,6 @@
 	-pthread \
 	-version-info 0:0:0 \
 	-no-undefined \
-	$(VERSION_SCRIPT_FLAGS)$(srcdir)/hivex.syms \
+	-version-info 0:0:0
 	$(LTLIBICONV) \
 	$(LTLIBINTL) \
 	$(LTLIBTHREAD)