summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-08 14:06:07 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-08 16:38:29 +0100
commitbf64506b4b5716e3ba59602b95b47dce715e6ce4 (patch)
tree17a4c3270731ec8a7f8a5c47c684ca6a7cc66bd8
parent6696afbd2394af7b3ae5ec717b4fe0a2945600ce (diff)
downloadmanifest-bf64506b4b5716e3ba59602b95b47dce715e6ce4.tar.gz
manifest-bf64506b4b5716e3ba59602b95b47dce715e6ce4.tar.bz2
manifest-bf64506b4b5716e3ba59602b95b47dce715e6ce4.zip
Add the wipe utility
Wipe comes from wipe 2.3.1 from http://wipe.sourceforge.net/. As there doesn't seem to be any git repository, the tarball was imported in git the subsequent commit added support for Android. Wipe is strongly needed as without it it's not very convenient to securely delete files from the internal storage. Without wipe, one would have to port GNU/Linux to the device if it's not already done, or reuse the Replicant 11 kernel otherwise, and run a distribution like Parabola to securely erase files. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 6508282..f878f84 100644
--- a/default.xml
+++ b/default.xml
@@ -143,6 +143,7 @@
<project path="external/unzip" name="mirrors/LineageOS/android_external_unzip.git" />
<project path="external/vim" name="mirrors/LineageOS/android_external_vim.git" />
<project path="external/vogar" name="mirrors/LineageOS/android_external_vogar.git" groups="pdk" />
+ <project path="external/wipe" name="replicant/external_wipe.git" remote="replicant" revision="master"/>
<project path="external/wpa_supplicant_8" name="mirrors/LineageOS/android_external_wpa_supplicant_8.git" groups="pdk" />
<project path="external/yaffs2" name="mirrors/LineageOS/android_external_yaffs2.git" groups="pdk" />
<project path="external/zip" name="mirrors/LineageOS/android_external_zip.git" />