From 33837fced3ee00185388ca92f70833bc0444ed2d Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Mar 30 2010 16:04:52 +0000 Subject: - New upstream version 1.2.1. - Includes new tool for exporting and merging in regedit format. --- diff --git a/.cvsignore b/.cvsignore index 6fcb923..603674c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -hivex-1.2.0.tar.gz +hivex-1.2.1.tar.gz diff --git a/hivex.spec b/hivex.spec index 403e245..bcc85a1 100644 --- a/hivex.spec +++ b/hivex.spec @@ -1,6 +1,6 @@ Name: hivex -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Read and write Windows Registry binary hive files Group: Development/Libraries @@ -14,6 +14,7 @@ BuildRequires: perl-Test-Simple BuildRequires: perl-Test-Pod BuildRequires: perl-Test-Pod-Coverage BuildRequires: perl-ExtUtils-MakeMaker +BuildRequires: perl-IO-stringy BuildRequires: perl-libintl BuildRequires: ocaml BuildRequires: ocaml-findlib-devel @@ -33,6 +34,9 @@ and write to these files. 'hivexsh' is a shell you can use to interactively navigate a hive binary file. +'hivexregedit' lets you export and merge to the textual regedit +format. + 'hivexml' can be used to convert a hive file to a more useful XML format. @@ -134,10 +138,12 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %{_bindir}/hivexget %{_bindir}/hivexml +%{_bindir}/hivexregedit %{_bindir}/hivexsh %{_libdir}/libhivex.so.* %{_mandir}/man1/hivexget.1* %{_mandir}/man1/hivexml.1* +%{_mandir}/man1/hivexregedit.1* %{_mandir}/man1/hivexsh.1* @@ -174,9 +180,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{perl_vendorarch}/* %{_mandir}/man3/Win::Hivex.3pm* +%{_mandir}/man3/Win::Hivex::Regedit.3pm* %changelog +* Tue Mar 30 2010 Richard W.M. Jones - 1.2.1-1 +- New upstream version 1.2.1. +- Includes new tool for exporting and merging in regedit format. + * Mon Mar 1 2010 Richard W.M. Jones - 1.2.0-2 - New upstream version 1.2.0. - This includes OCaml and Perl bindings, so add these as subpackages. diff --git a/sources b/sources index b689e1c..971b5ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e8d7dea26ad4bd1975305cae0673de0 hivex-1.2.0.tar.gz +f538dbefc1ba7533c9f3a08d2e030431 hivex-1.2.1.tar.gz