From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 2/5] dc3dd: remove after one year in staging
Date: Mon, 22 Jun 2020 00:29:50 +0200 [thread overview]
Message-ID: <20200621222953.12596-2-rhi@pengutronix.de> (raw)
In-Reply-To: <20200621222953.12596-1-rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/dc3dd.in | 16 -------------
rules/dc3dd.make | 60 ------------------------------------------------
2 files changed, 76 deletions(-)
delete mode 100644 rules/dc3dd.in
delete mode 100644 rules/dc3dd.make
diff --git a/rules/dc3dd.in b/rules/dc3dd.in
deleted file mode 100644
index e2d57688a590..000000000000
--- a/rules/dc3dd.in
+++ /dev/null
@@ -1,16 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=disk_and_file
-
-config DC3DD
- tristate
- select LIBC_PTHREAD
- select LIBC
- prompt "dc3dd"
- help
- dc3dd is a patched version of GNU dd with added features for computer forensics.
- It was developed at the DoD Cyber Crime Center by Jesse Kornblum.
- See https://tools.kali.org/forensics/dc3dd for usage.
-
- STAGING: remove in ptxdist-2020.06.0
- Old version that need to be updated. Fails to build with glibc-2.28.
diff --git a/rules/dc3dd.make b/rules/dc3dd.make
deleted file mode 100644
index 7c7b03aaaaac..000000000000
--- a/rules/dc3dd.make
+++ /dev/null
@@ -1,60 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Thorsten Liepert
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-PACKAGES-$(PTXCONF_DC3DD) += dc3dd
-
-DC3DD_VERSION := 7.2.641
-DC3DD_MD5 := 63987a467310d7b8a5102cb33e1945f4
-DC3DD := dc3dd-$(DC3DD_VERSION)
-DC3DD_SUFFIX := tar.xz
-DC3DD_URL := $(call ptx/mirror, SF, dc3dd/7.2/dc3dd-$(DC3DD_VERSION).$(DC3DD_SUFFIX))
-DC3DD_SOURCE := $(SRCDIR)/$(DC3DD).$(DC3DD_SUFFIX)
-DC3DD_DIR := $(BUILDDIR)/$(DC3DD)
-DC3DD_LICENSE := GPL-3.0-or-later
-DC3DD_LICENSE_FILES := file://COPYING;md5=d32239bcb673463ab874e80d47fae504
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-DC3DD_CONF_ENV := \
- $(CROSS_ENV) \
- PERL=
-
-DC3DD_CONF_TOOL := autoconf
-DC3DD_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- $(GLOBAL_LARGE_FILE_OPTION) \
- --enable-dependency-tracking \
- --disable-assert \
- --disable-rpath \
- --disable-hdparm \
- --disable-nls \
- --without-included-regex \
- --with-gnu-ld
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dc3dd.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, dc3dd)
- @$(call install_fixup, dc3dd,PRIORITY,optional)
- @$(call install_fixup, dc3dd,SECTION,base)
- @$(call install_fixup, dc3dd,AUTHOR,"Thorsten Liepert <thorsten.liepert@diehl.com>")
- @$(call install_fixup, dc3dd,DESCRIPTION,missing)
-
- @$(call install_copy, dc3dd, 0, 0, 0755, -, /usr/bin/dc3dd)
-
- @$(call install_finish, dc3dd)
-
- @$(call touch)
-
-# vim: syntax=make
--
2.27.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-06-21 22:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-21 22:29 [ptxdist] [PATCH 1/5] ustr: move to staging Roland Hieber
2020-06-21 22:29 ` Roland Hieber [this message]
2020-06-26 11:00 ` [ptxdist] [APPLIED] dc3dd: remove after one year in staging Michael Olbrich
2020-06-21 22:29 ` [ptxdist] [PATCH 3/5] mono: " Roland Hieber
2020-06-26 11:00 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-21 22:29 ` [ptxdist] [PATCH 4/5] sepolgen: " Roland Hieber
2020-06-22 12:26 ` Michael Olbrich
2020-06-22 12:56 ` Ladislav Michl
2020-06-28 21:20 ` [ptxdist] [PATCH v2] " Roland Hieber
2020-06-28 21:24 ` [ptxdist] [PATCH v3] " Roland Hieber
2020-07-06 6:38 ` Michael Olbrich
2020-07-06 12:49 ` [ptxdist] [PATCH v2] " Roland Hieber
2020-07-07 5:45 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-21 22:29 ` [ptxdist] [PATCH 5/5] udisks: " Roland Hieber
2020-06-26 11:00 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-26 11:00 ` [ptxdist] [APPLIED] ustr: move to staging Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200621222953.12596-2-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox