Package Release Info

bulk_extractor-2.0.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

bulk_extractor

Change Logs

* Mon Jul 31 2023 Andreas Schwab <schwab@suse.de>
- cpuid-check.patch: robustify cpuid check
- Don't disable LTO
* Mon Apr 03 2023 Jan Engelhardt <jengelh@inai.de>
- Add gcc13.diff
* Mon Jun 13 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on aarch64 and %arm until fixed upstream
  https://github.com/simsong/bulk_extractor/issues/360
* Fri Jun 10 2022 Greg Freemyer <Greg.Freemyer@gmail.com>
- update to version 2.0.0
  * 6 years since the last release!
  * bulk_extractor 2.0 has:
  * a dramatically improved carver over version 1.6
  * is generally more reliable,
  * is optimized for use on systems with many cores
* Fri Nov 04 2016 Greg.Freemyer@gmail.com
- add the User Manual as a separate Source file
* Mon Jan 05 2015 p.drouand@gmail.com
- Update to version 1.5.5
  * The NEWS and the ChangeLog files sound not updated for a while
- Package 2014-07-17_BE15.pdf into doc directory; this is the version
  1.5.5 announcement
- Remove upstreamed patches
  * dfxml_nonx86.patch
  * have_atomic.patch
* Tue Oct 15 2013 Greg.Freemyer@gmail.com
- remove BuildRequires libaff - The format never got popular, and
  libewf is now recommended
- libaff is being dropped from factory
* Mon Sep 16 2013 dvaleev@suse.com
- fix powerpc32 build (have_atomic.patch)
* Mon Sep 16 2013 dvaleev@suse.com
- fixes CPUID used on non-x86 architectures (dfxml_nonx86.patch)
  upstream commint dd05ebf2db10f5a737bc53b9c0396025a951e022
- replaces be-1.3.1-cpuid.patch.
* Wed Sep 11 2013 Greg.Freemyer@gmail.com
- update to v1.4.0
  * There is a long list of bug fixes and improvements, see ChangeLog and be-1.4.0-announcement.pdf in /usr/share folder
  * added support for lightgrep library which greatly improves keyword search speed
  * src/scan_accts.flex (dob): DOBs, Fedex#s, and SSNs are now recorded to a feature recorder called 'pii.txt'.
  * src/scan_net.cpp (scan_net): the -S variable carve_tcp is now implemented by the scan_net scanner to enable or disable TCP/IP memory structure carving. It is disabled by default.
  * src/scan_zip.cpp (scan_zip_component): now prints mtime in ISO8601 format
  * src/bulk_extractor.h: removed all global options; replaced with the be config system
  * src/bulk_extractor.cpp (main): -S now sets options; -s now sets sampling fraction.
  * src/bulk_extractor.cpp (usage): The -B option for specifying the blocksize for bulk data analysis has been removed. Instead specify it with -S block_size=NN.
- commented out be-1.3.1-cpuid.patch.  It is unclear how to rebase.
- rebase ppc-cpuid.patch, ppc build still broken possibly because of missing be-1.3.1-cpuid patch
- delete be-1.3.1-remove-date-time.patch
- add be-1.4.0-remove-date-time.patch  (it is in a different source file, so this is not just a rebase)
- add BuildRequires lightgrep shared library
  * This is not mandatory and could be conditioned out for architectures that don't have it
- add patch to prevent a new test program from being packaged
  * PATCH-FIX-OPENSUSE be-1.3.1-remove-debug-program [/usr/bin/plugin_test should not be installed]
- Add BuildRequires java-devel.  This allows the BEViewer to build and install
- BEViewer.jar is installing to /usr/bin.   Move it to /usr/share/bulk_extractor.
- use sed to update BEViewer to reference the jar in /usr/share/bulk_extractor, not /usr/bin
- Add BEViewer script and jar file to %files section
- Add the announcement email as a standalone PDF as documentation
- Add requires: sleuthkit so that identify_filenames.py works properly