25 Commits

Author SHA256 Message Date
832670ecb7 Accepting request 1277458 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1277458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=15
2025-05-15 15:00:43 +00:00
e1d1a31478 Not sure 'AC_REQUIRE([AM_C_PROTOTYPES])' removal is correct so; otherwise I get 'error: automatic de-ANSI-fication support has been removed'though.
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=27
2025-05-14 15:27:33 +00:00
4a7e2b6374 Accepting request 1150685 from security:forensics
Prepare for RPM 4.20 (forwarded request 1150614 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1150685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=14
2024-02-27 21:45:58 +00:00
f275f31a05 Accepting request 1150614 from home:dimstar:rpm4.20:d
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150614
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=25
2024-02-26 08:38:32 +00:00
3fe80bf955 Accepting request 1093606 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1093606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=13
2023-06-20 14:47:29 +00:00
Greg Freemyer
f4b2ee739f Accepting request 1093288 from home:akumar:branches:security:forensics
- update to version 7.3.1:
  * use .zip source file
  * added BuildRequires: unzip
  * removed BuildRequires for p7zip(-full)
  * removed patch dc3dd-7.2.646-fix-FTBFS-with-glibc-2.28.patch as
    changes has been merged in the source

OBS-URL: https://build.opensuse.org/request/show/1093288
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=23
2023-06-17 20:48:06 +00:00
4ff1122086 Accepting request 893352 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/893352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=12
2021-05-16 21:41:44 +00:00
Greg Freemyer
ce20b800a0 Accepting request 893333 from home:dirkmueller:Factory
- stop owning directories provided by filesystem rpm (bsc#1184786)

OBS-URL: https://build.opensuse.org/request/show/893333
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=21
2021-05-15 20:52:47 +00:00
f46b5d036d Accepting request 858529 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/858529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=11
2020-12-25 17:50:32 +00:00
Greg Freemyer
66ba442c46 Accepting request 858528 from home:gregfreemyer:Tools-for-forensic-boot-cd
- BuildRequires p7zip for Leap <= 15.1 only

OBS-URL: https://build.opensuse.org/request/show/858528
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=19
2020-12-24 17:26:34 +00:00
Greg Freemyer
d255308528 Accepting request 858006 from home:mlin7442:branches:openSUSE:Backports:SLE-15-SP3
fix Leap 15.3 build

OBS-URL: https://build.opensuse.org/request/show/858006
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=18
2020-12-22 12:06:42 +00:00
33a22becb8 Accepting request 778644 from security:forensics
- add /usr/share/local to the lang package.
- a change internal to factory triggered this folder tree being created

OBS-URL: https://build.opensuse.org/request/show/778644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=10
2020-03-03 09:14:57 +00:00
Greg Freemyer
97ecb51810 Accepting request 778642 from home:gregfreemyer:branches:security:forensics
- add /usr/share/local to the lang package.
- a change internal to factory triggered this folder tree being created
- Update to version 7.2.646:
  * No code change, only bump version.
- Use .7z tarball:
  * The only alternative tarball provided by upstream for this
    version is a zip but its decompression returns exit code 1.
  * Pull p7zip(-full) as build dependency.
- Add dc3dd-7.2.646-fix-FTBFS-with-glibc-2.28.patch: Fix build.
- Clean spec file with spec-cleaner.
- Add reproducible.patch to allow for reproducible builds
- update Source: field to be the full URL and delete http: comment
- remove BuildRequires for libtool, automake, autoconf - they were not used
- Update to version 7.2.0
  + Log output may be sent to multiple job logs and hash logs. Simply specify
	log=LOG and/or hlog=LOG more than once.
  + Verification of an image restored to a device larger than the image is now
	supported. Specify hof=DEVICE to hash only the bytes dc3dd writes to the
	device. Specify fhod=DEVICE to hash both the bytes dc3dd writes to the
	device and all the bytes that follow, up to the end of the device.   
  + Specifying hof=DEVICE will now default to phod=DEVICE behavior (hash only 
	the bytes output by dc3dd, not the full device).
- Add xz make dependency; use xz tarball instead of bzipped one
- New dependency on perl(Locale::gettext)
- Strip out translations in lang_subpackage
- Remove depreciated Authors section
- Remove spurious executable bits of documentation files
- Override broken configure checks
- add copyright notice to specfile
- Update to 7.1.0
2011-03-02 Richard Cordovano <rcordovano@users.sourceforge.net>
        * Added the ability to specify log= and hlog= more than once.
        * Added phod= and fhod= options. For an output that is a device, using phod= ("partially hashed output device")
        causes dc3dd to compute hashes of only the bytes dc3dd wrote to the output device. If fhod= 
        ("fully hashed output device") is specified instead, dc3dd will compute hashes of both the bytes dc3dd wrote 
        and of the entire device. 
- update to 6.12.4-r458
2009-08-28 Richard Cordovano <rcordovano@users.sourceforge.net>
        * Replaced the byte-by-byte verification capability with a verification capability that
     hashes imaging outputs and compares the hashes to the input hash. The new verification capability
     does not require a second read of the device.
        * Enhanced the ability to generate multiple outputs by adding the capability to combine split and unsplit
     outputs.
        * Added the ability for the user to specify a sector size via the command line.
        * Added display/logging of results of device size probes. Size probes are now always performed, providing
     run statistics in most use cases (reading from standard input excepted). 
        * Added display/logging of size statistics for each file in an input or output split.
        * Simplified the command line options and removed all legacy dd features not needed for imaging. The simplified
     command line is more rigorously validated to reduce the likelihood of performing a run contrary to user 
     intent in order to avoid a second read of a device.
        * Removed the progress=on command line option and the cumbersome INFO signaling protocol for 
     obtaining a progress report. Instead, a progress bar is always displayed.
        * Added new DEFAULT_IMAGING_MODE compile flag support (equivalent to command line options:
     recovererrs=on, grouperrs=on, idirect=on).
        * Reduced the use of global variables from 71 to 9, reduced function lengths, and
     removed several instances of code duplication. 
        * Introduced a program architecture that replaces a single loop with a jobs abstraction, allowing execution
     of an arbitrary chain of jobs, each composed of one or more tasks that execute in parallel. The new
     program architecture is designed to allow for the transparent addition of multi-step processing
     scenarios such as the new verification capability.      
- new package

OBS-URL: https://build.opensuse.org/request/show/778642
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=16
2020-02-24 03:16:48 +00:00
Greg Freemyer
909437edf4 Restore to when this last built
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=15
2020-02-23 00:21:38 +00:00
Greg Freemyer
76d0e6c8dc OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=14 2019-11-11 04:33:05 +00:00
Greg Freemyer
1d54e917f7 OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=13 2019-11-11 04:31:09 +00:00
Greg Freemyer
e0261dc7ea Added a Tags: field
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=12
2019-11-11 04:26:46 +00:00
Greg Freemyer
b346545ecf Accepting request 740538 from home:RBrownSUSE:branches:security:forensics
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/740538
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=11
2019-10-18 01:48:23 +00:00
e0c5eb06ce Accepting request 722408 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/722408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=9
2019-08-13 11:21:23 +00:00
Greg Freemyer
558ba3d747 Accepting request 721957 from home:1Antoine1:branches:security:forensics
- Update to version 7.2.646:
  * No code change, only bump version.
- Use .7z tarball:
  * The only alternative tarball provided by upstream for this
    version is a zip but its decompression returns exit code 1.
  * Pull p7zip(-full) as build dependency.
- Add dc3dd-7.2.646-fix-FTBFS-with-glibc-2.28.patch: Fix build.
- Clean spec file with spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/721957
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=9
2019-08-11 21:27:38 +00:00
06cdd1137d Accepting request 451054 from security:forensics
1

OBS-URL: https://build.opensuse.org/request/show/451054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=8
2017-01-18 20:56:27 +00:00
Greg Freemyer
ba4ca50c27 Accepting request 450974 from home:bmwiedemann:reproducible
Add reproducible.patch to allow for reproducible builds
added upstream bug link

OBS-URL: https://build.opensuse.org/request/show/450974
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dc3dd?expand=0&rev=7
2017-01-18 02:45:41 +00:00
55e7760a81 Accepting request 267222 from security:forensics
Update to v7.2 and clean-up specfile

OBS-URL: https://build.opensuse.org/request/show/267222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=7
2015-01-06 08:06:52 +00:00
Stephan Kulow
a5556d8557 Accepting request 182650 from security
- Override broken configure checks (forwarded request 182595 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/182650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=4
2013-07-09 18:48:52 +00:00
Stephan Kulow
b262ccfa70 Accepting request 103667 from security
Another new computer forensic app.  dc3dd creates dd images.

OBS-URL: https://build.opensuse.org/request/show/103667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dc3dd?expand=0&rev=1
2012-02-16 13:55:38 +00:00