Information for build hivex-1.3.21-3.el9
ID | 20601 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | hivex | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Version | 1.3.21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Release | 3.el9 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Epoch | Draft | False | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Source | git+https://git.cclinux.org/stage/rpms/hivex.git#5206aa0a31a2e1516f7c60fae6f2f84a5888609d | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary | Read and write Windows Registry binary hive files | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Hive 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 by | distrobuild | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Volume | DEFAULT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Started | Sun, 03 Jul 2022 11:55:03 CST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Completed | Sun, 03 Jul 2022 14:09:28 CST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Task | build (dist-circle9, /stage/rpms/hivex.git:5206aa0a31a2e1516f7c60fae6f2f84a5888609d) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/hivex.git?#5206aa0a31a2e1516f7c60fae6f2f84a5888609d'}} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Logs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changelog | * Tue Sep 14 2021 Laszlo Ersek <lersek@redhat.com> - 1.3.21-3 - Bring key collation order closer to that of Windows. - Resolves: RHBZ#1648524. * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.21-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * 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. * Wed Jun 23 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-7 - Bump and rebuild resolves: rhbz#1975314 * 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 * Wed Jun 02 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-3 - Add gating tests (for RHEL 9) * 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 * Thu Jan 07 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.19-6 - F-34: rebuild against ruby 3.0 * Thu Dec 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-5 - Disable static subpackage on RHEL. * Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-4 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-3 - OCaml 4.11.0 rebuild * Thu Jul 30 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-2 - Disable some failing gnulib tests. * Wed Jul 29 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-1 - New upstream version 1.3.19. * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.18-27 - Perl 5.32 rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-26 - Rebuilt for Python 3.9 * Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-25 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-24 - OCaml 4.11.0 pre-release attempt 2 * Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-23 - OCaml 4.11.0 pre-release * Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-22 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-21 - OCaml 4.10.0 final. * Wed Jan 29 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-20 - Add a couple of upstream patches. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 20 2020 Vít Ondruch <vondruch@redhat.com> - 1.3.18-18 - Another rebuild against Ruby 2.7. * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-17 - OCaml 4.10.0+beta1 rebuild. * Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.18-16 - F-32: rebuild against ruby27 * Thu Jan 09 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-15 - OCaml 4.09.0 for riscv64 * Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-14 - OCaml 4.09.0 (final) rebuild. * Wed Nov 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-13 - Use gpgverify macro instead of explicit gpgv2 command. * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-12 - Rebuilt for Python 3.8.0rc1 (#1748018) |