hivex: 1.3.21 → 1.3.23

This commit is contained in:
Vincent Laporte
2023-11-28 06:44:06 +01:00
committed by Vincent Laporte
parent 97e9d370d7
commit 9fef199b2a
2 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -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 ];
@@ -1,13 +1,11 @@
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)