|
|
@ -9,8 +9,8 @@
|
|
|
|
%global verify_tarball_signature 1
|
|
|
|
%global verify_tarball_signature 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: hivex
|
|
|
|
Name: hivex
|
|
|
|
Version: 1.3.18
|
|
|
|
Version: 1.3.21
|
|
|
|
Release: 23%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Read and write Windows Registry binary hive files
|
|
|
|
Summary: Read and write Windows Registry binary hive files
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -26,15 +26,7 @@ Source1: http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz.s
|
|
|
|
Source2: libguestfs.keyring
|
|
|
|
Source2: libguestfs.keyring
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Patches - all upstream since 1.3.18.
|
|
|
|
Patch0000: 0001-lib-write-improve-key-collation-compatibility-with-Windows.patch
|
|
|
|
Patch0001: 0001-Win-Hivex-Regedit-Accept-CRLF-line-endings.patch
|
|
|
|
|
|
|
|
Patch0002: 0002-Win-Hivex-Regedit-Ignore-comments.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Bounds check for block exceeding page length (CVE-2021-3504).
|
|
|
|
|
|
|
|
Patch0003: 0001-lib-handle.c-Bounds-check-for-block-exceeding-page-l.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Limit recursion in ri-records (CVE-2021-3622).
|
|
|
|
|
|
|
|
Patch0004: 0001-lib-node.c-Limit-recursion-in-ri-records-CVE-2021-36.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-devel
|
|
|
@ -72,6 +64,12 @@ BuildRequires: libxml2-devel
|
|
|
|
%if 0%{verify_tarball_signature}
|
|
|
|
%if 0%{verify_tarball_signature}
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts: %{name} < 1.3.20-6
|
|
|
|
|
|
|
|
Obsoletes: %{name} < 1.3.20-6
|
|
|
|
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
Provides: bundled(gnulib)
|
|
|
@ -108,9 +106,19 @@ For Python 3 bindings, see 'python3-hivex'.
|
|
|
|
For Ruby bindings, see 'ruby-hivex'.
|
|
|
|
For Ruby bindings, see 'ruby-hivex'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
|
|
|
Summary: Library for %{name}
|
|
|
|
|
|
|
|
Conflicts: %{name} < 1.3.20-6
|
|
|
|
|
|
|
|
Obsoletes: %{name} < 1.3.20-6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
|
|
|
%{name}-libs contains the library for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development tools and libraries for %{name}
|
|
|
|
Summary: Development tools and libraries for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -119,10 +127,22 @@ Requires: pkgconfig
|
|
|
|
for %{name}.
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
|
|
|
|
%package static
|
|
|
|
|
|
|
|
Summary: Statically linked library for %{name}
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description static
|
|
|
|
|
|
|
|
%{name}-static contains the statically linked library
|
|
|
|
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ocaml}
|
|
|
|
%if %{with ocaml}
|
|
|
|
%package -n ocaml-%{name}
|
|
|
|
%package -n ocaml-%{name}
|
|
|
|
Summary: OCaml bindings for %{name}
|
|
|
|
Summary: OCaml bindings for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n ocaml-%{name}
|
|
|
|
%description -n ocaml-%{name}
|
|
|
@ -146,7 +166,7 @@ required to use the OCaml bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n perl-%{name}
|
|
|
|
%package -n perl-%{name}
|
|
|
|
Summary: Perl bindings for %{name}
|
|
|
|
Summary: Perl bindings for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -156,7 +176,7 @@ perl-%{name} contains Perl bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{name}
|
|
|
|
%package -n python3-%{name}
|
|
|
|
Summary: Python 3 bindings for %{name}
|
|
|
|
Summary: Python 3 bindings for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{name}
|
|
|
|
%description -n python3-%{name}
|
|
|
|
python3-%{name} contains Python 3 bindings for %{name}.
|
|
|
|
python3-%{name} contains Python 3 bindings for %{name}.
|
|
|
@ -164,7 +184,7 @@ python3-%{name} contains Python 3 bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n ruby-%{name}
|
|
|
|
%package -n ruby-%{name}
|
|
|
|
Summary: Ruby bindings for %{name}
|
|
|
|
Summary: Ruby bindings for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: ruby(release)
|
|
|
|
Requires: ruby(release)
|
|
|
|
Requires: ruby
|
|
|
|
Requires: ruby
|
|
|
|
Provides: ruby(hivex) = %{version}
|
|
|
|
Provides: ruby(hivex) = %{version}
|
|
|
@ -175,8 +195,7 @@ ruby-%{name} contains Ruby bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%if 0%{verify_tarball_signature}
|
|
|
|
%if 0%{verify_tarball_signature}
|
|
|
|
tmphome="$(mktemp -d)"
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%autopatch -p1
|
|
|
|
%autopatch -p1
|
|
|
@ -185,9 +204,11 @@ gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
PYTHON=%{__python3} \
|
|
|
|
PYTHON=%{__python3} \
|
|
|
|
--disable-static \
|
|
|
|
|
|
|
|
%if !%{with ocaml}
|
|
|
|
%if !%{with ocaml}
|
|
|
|
--disable-ocaml \
|
|
|
|
--disable-ocaml \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
--disable-static \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{nil}
|
|
|
|
%{nil}
|
|
|
|
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
|
|
|
|
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
|
|
|
@ -211,6 +232,17 @@ rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# Disable some gnulib tests which fail on Arm and POWER and S/390
|
|
|
|
|
|
|
|
# (2020-07, 2020-12):
|
|
|
|
|
|
|
|
for f in test-float test-perror2 test-pthread_sigmask1 test-strerror_r; do
|
|
|
|
|
|
|
|
pushd gnulib/tests
|
|
|
|
|
|
|
|
make $f
|
|
|
|
|
|
|
|
rm -f $f
|
|
|
|
|
|
|
|
touch $f
|
|
|
|
|
|
|
|
chmod +x $f
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
if ! make check -k; then
|
|
|
|
if ! make check -k; then
|
|
|
|
for f in $( find -name test-suite.log | xargs grep -l ^FAIL: ); do
|
|
|
|
for f in $( find -name test-suite.log | xargs grep -l ^FAIL: ); do
|
|
|
|
echo
|
|
|
|
echo
|
|
|
@ -222,24 +254,37 @@ if ! make check -k; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc README LICENSE
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/hivexget
|
|
|
|
%{_bindir}/hivexget
|
|
|
|
%{_bindir}/hivexml
|
|
|
|
%{_bindir}/hivexml
|
|
|
|
%{_bindir}/hivexsh
|
|
|
|
%{_bindir}/hivexsh
|
|
|
|
%{_libdir}/libhivex.so.*
|
|
|
|
|
|
|
|
%{_mandir}/man1/hivexget.1*
|
|
|
|
%{_mandir}/man1/hivexget.1*
|
|
|
|
%{_mandir}/man1/hivexml.1*
|
|
|
|
%{_mandir}/man1/hivexml.1*
|
|
|
|
%{_mandir}/man1/hivexsh.1*
|
|
|
|
%{_mandir}/man1/hivexsh.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%{_libdir}/libhivex.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libhivex.so
|
|
|
|
%{_libdir}/libhivex.so
|
|
|
|
%{_mandir}/man3/hivex.3*
|
|
|
|
%{_mandir}/man3/hivex.3*
|
|
|
|
%{_includedir}/hivex.h
|
|
|
|
%{_includedir}/hivex.h
|
|
|
|
%{_libdir}/pkgconfig/hivex.pc
|
|
|
|
%{_libdir}/pkgconfig/hivex.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
|
|
|
|
%files static
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%{_libdir}/libhivex.a
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ocaml}
|
|
|
|
%if %{with ocaml}
|
|
|
|
%files -n ocaml-%{name}
|
|
|
|
%files -n ocaml-%{name}
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
@ -280,44 +325,192 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.18-23
|
|
|
|
* Tue Sep 14 2021 Laszlo Ersek <lersek@redhat.com> - 1.3.21-3
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
- 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 2 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 2 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-3
|
|
|
|
|
|
|
|
- Add gating tests (for RHEL 9)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 3 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 1 13:12:08 GMT 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-11
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-10
|
|
|
|
|
|
|
|
- OCaml 4.08.1 (final) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-9
|
|
|
|
|
|
|
|
- OCaml 4.08.1 (rc2) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-7
|
|
|
|
|
|
|
|
- OCaml 4.08.0 (final) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.18-6
|
|
|
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-5
|
|
|
|
|
|
|
|
- OCaml 4.08.0 (beta 3) rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.18-4
|
|
|
|
|
|
|
|
- Rebuild for readline 8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 24 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.18-2
|
|
|
|
|
|
|
|
- F-30: rebuild again against ruby26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 24 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-1
|
|
|
|
|
|
|
|
- New upstream version 1.3.18.
|
|
|
|
|
|
|
|
- Revert: Undefine _ld_as_needed which breaks gnulib tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 24 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.17-3
|
|
|
|
|
|
|
|
- F-30: rebuild against ruby26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-2
|
|
|
|
|
|
|
|
- Undefine _ld_as_needed which breaks gnulib tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 22 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-1
|
|
|
|
|
|
|
|
- New upstream version 1.3.17.
|
|
|
|
|
|
|
|
- Fixes regression of RHBZ#1145056.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 17 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.16-1
|
|
|
|
|
|
|
|
- New upstream version 1.3.16.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 6 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-23
|
|
|
|
* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.15-12
|
|
|
|
- Limit recursion in ri-records (CVE-2021-3622)
|
|
|
|
- Remove Python 2 subpackage
|
|
|
|
resolves: rhbz#1976194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 2 2021 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.3.18-22.el8
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.15-11
|
|
|
|
- Resolves: bz#2000225
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
(Rebase virt:rhel module:stream based on AV-8.6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 17 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-21
|
|
|
|
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-10
|
|
|
|
- Bounds check for block exceeding page length (CVE-2021-3504)
|
|
|
|
- OCaml 4.07.0 (final) rebuild.
|
|
|
|
resolves: rhbz#1950501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 2020 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.3.18
|
|
|
|
* Fri Jul 06 2018 Petr Pisar <ppisar@redhat.com> - 1.3.15-9
|
|
|
|
- Resolves: bz#1810193
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
(Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 2020 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.3.18
|
|
|
|
* Thu Jul 05 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-8
|
|
|
|
- Resolves: bz#1810193
|
|
|
|
- Remove ldconfig
|
|
|
|
(Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
|
|
|
|
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/
|
|
|
|
|
|
|
|
- BR on python-unversioned-command
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2019 Danilo de Paula <ddepaula@redhat.com> - 1.3.15-7
|
|
|
|
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.3.15-7
|
|
|
|
- Rebuild all virt packages to fix RHEL's upgrade path
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
- Resolves: rhbz#1695587
|
|
|
|
|
|
|
|
(Ensure modular RPM upgrade path)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 14 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-6
|
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.15-6
|
|
|
|
- Drop hivex-static subpackage
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
resolves: rhbz#1560207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-5
|
|
|
|
* Tue Jun 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-5
|
|
|
|
- Rebuild for OCaml 4.07.0.
|
|
|
|
- OCaml 4.07.0-rc1 rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-4
|
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.15-4
|
|
|
|
- Remove python2 support
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
resolves: rhbz#1559086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-3
|
|
|
|
* Mon Mar 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-3
|
|
|
|
- Add upstream patch to fix injection of LDFLAGS (RHBZ#1548536).
|
|
|
|
- Add upstream patch to fix injection of LDFLAGS (RHBZ#1548536).
|
|
|
|