Sun, 28 Apr 2024 09:01:05 UTC | login

Information for build hivex-1.3.23-4.fc38

ID244951
Package Namehivex
Version1.3.23
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/hivex.git#e8df435de014cdf96e3af25375826dc239e39bad
SummaryRead and write Windows Registry binary hive files
DescriptionHive files are the undocumented binary files that Windows uses to store the Windows Registry on disk. Hivex is a library that can read and write to these files. 'hivexsh' is a shell you can use to interactively navigate a hive binary file. 'hivexregedit' (in perl-hivex) 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. In order to get access to the hive files themselves, you can copy them from a Windows machine. They are usually found in %systemroot%\system32\config. For virtual machines we recommend using libguestfs or guestfish to copy out these files. libguestfs also provides a useful high-level tool called 'virt-win-reg' (based on hivex technology) which can be used to query specific registry keys in an existing Windows VM. For OCaml bindings, see 'ocaml-hivex-devel'. For Perl bindings, see 'perl-hivex'. For Python 3 bindings, see 'python3-hivex'. For Ruby bindings, see 'ruby-hivex'.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 19 Apr 2023 13:26:16 UTC
CompletedWed, 19 Apr 2023 14:59:07 UTC
Taskbuild (f38, /rpms/hivex.git:e8df435de014cdf96e3af25375826dc239e39bad)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/hivex.git#e8df435de014cdf96e3af25375826dc239e39bad'}}
Tags
f38
f39
f40
RPMs
src
hivex-1.3.23-4.fc38.src.rpm (info) (download)
riscv64
hivex-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-devel-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-libs-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-static-1.3.23-4.fc38.riscv64.rpm (info) (download)
ocaml-hivex-1.3.23-4.fc38.riscv64.rpm (info) (download)
ocaml-hivex-devel-1.3.23-4.fc38.riscv64.rpm (info) (download)
perl-hivex-1.3.23-4.fc38.riscv64.rpm (info) (download)
python3-hivex-1.3.23-4.fc38.riscv64.rpm (info) (download)
ruby-hivex-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-debugsource-1.3.23-4.fc38.riscv64.rpm (info) (download)
hivex-libs-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
ocaml-hivex-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
perl-hivex-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
python3-hivex-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
ruby-hivex-debuginfo-1.3.23-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.3.23-4 - Bump release and rebuild. * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.3.23-3 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jan 18 2023 Richard W.M. Jones <rjones@redhat.com> - 1.3.23-1 - New development version 1.3.23 - Second attempt to fix Python 3.12 removal of distutils (RHBZ#2155013) - Remove gnulib since it is no longer bundled by upstream. * Wed Jan 04 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.21-13 - Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.2 * Tue Jan 03 2023 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-12 - Upstream fix for Python 3.12 removal of distutils (RHBZ#2155013) - Unconditionally run autoreconf. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.21-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 20 2022 Python Maint <python-maint@redhat.com> - 1.3.21-10 - Rebuilt for Python 3.11 * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-9 - OCaml 4.14.0 rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.3.21-8 - Rebuilt for Python 3.11 * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.21-7 - Perl 5.36 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-6 - OCaml 4.13.1 rebuild to remove package notes * Wed Jan 26 2022 Vít Ondruch <vondruch@redhat.com> - 1.3.21-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.1 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Oct 04 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-3 - Bump release and rebuild. * Mon Oct 04 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-2 - OCaml 4.13.1 build * Mon Aug 02 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.21-1 - New upstream version 1.3.21. - Fixes CVE-2021-3622 limit recursion in ri-records. * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.20-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 14 2021 Matt Coleman <matt@datto.com> - 1.3.20-7 - Correct the static package's dependency * Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-6 - Move the library into a separate package: hivex-libs * Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-5 - Mark LICENSE as a license file * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.3.20-4 - Rebuilt for Python 3.10 * Wed Jun 02 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-3 - Add gating tests (for RHEL 9) * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.20-2 - Perl 5.34 rebuild * Mon May 03 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-1 - New upstream version 1.3.20. - Fixes CVE-2021-3504 missing bounds check in hivex_open. * Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-10 - Bump and rebuild for ELN. * Mon Mar 01 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-9 - OCaml 4.12.0 build * Wed Jan 27 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-8 - Bump and rebuild for s390. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.19-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild