[hivex] - New upstream version 1.2.5. - This version fixes a number of important memory issues found by va

Richard W.M. Jones rjones at fedoraproject.org
Wed Apr 13 14:24:09 UTC 2011


commit 5e1b02358db36a0e313c662d923feacfd0b43980
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Apr 13 15:21:12 2011 +0100

    - New upstream version 1.2.5.
    - This version fixes a number of important memory issues found by
      valgrind and upgrading to this version is recommended for all users.
    - Remove patch now upstream.

 .gitignore                              |    1 +
 hivex-1.2.4-fix-ocaml-value-value.patch |   13 -------------
 hivex.spec                              |   14 ++++++++------
 sources                                 |    2 +-
 4 files changed, 10 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 584b97d..7d68e39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 hivex-1.2.2.tar.gz
 /hivex-1.2.3.tar.gz
 /hivex-1.2.4.tar.gz
+/hivex-1.2.5.tar.gz
diff --git a/hivex.spec b/hivex.spec
index aa1a593..082593a 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           hivex
-Version:        1.2.4
-Release:        7%{?dist}
+Version:        1.2.5
+Release:        1%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -38,9 +38,6 @@ Conflicts:      libguestfs <= 1:1.0.84
 # Fix Perl directory install path.
 Patch0:         %{name}-1.2.3-dirs.patch
 
-# Fix segfault in OCaml binding of Hivex.value_value.
-Patch1:         hivex-1.2.4-fix-ocaml-value-value.patch
-
 
 %description
 Hive files are the undocumented binary blobs that Windows uses to
@@ -147,7 +144,6 @@ python-%{name} contains Python bindings for %{name}.
 %setup -q
 
 %patch0 -p1 -b .dirs
-%patch1 -p1
 
 
 %build
@@ -256,6 +252,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 13 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.5-1
+- New upstream version 1.2.5.
+- This version fixes a number of important memory issues found by
+  valgrind and upgrading to this version is recommended for all users.
+- Remove patch now upstream.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9308b7a..b1cc7a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe92d1350d95218f9ab3dc43fbbc45f4  hivex-1.2.4.tar.gz
+6a15c388afd46a791e9d94b70cb16e76  hivex-1.2.5.tar.gz


More information about the scm-commits mailing list