summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2018-03-05 10:28:04 -0500
committerGI_Jack2018-03-05 10:28:04 -0500
commit9bc0f9f52cf298033971d75f2a8f2ca82f2915a1 (patch)
tree0b2629b720b4a7e1b569fc81dd59d058129404b2
parent63c33b6a1711e4f0250fcaa186c5ef255802da3f (diff)
downloadaur-9bc0f9f52cf298033971d75f2a8f2ca82f2915a1.tar.gz
removed refrences to law enforcement. This should have never been there.
secure-delete has legitimate uses.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD31
2 files changed, 32 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b90a6e9a1b4..02163b5d94b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 28 00:42:59 UTC 2017
+# Mon Mar 5 15:27:53 UTC 2018
pkgbase = secure-delete
pkgdesc = Secure file, disk, swap, memory erasure utilities
pkgver = 3.1
- pkgrel = 8
+ pkgrel = 9
url = http://www.thc.org/
install = secure-delete.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4f137a9eac5d..49ed3b7e2d64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=secure-delete
pkgver=3.1
pkgfile="secure_delete-$pkgver"
-pkgrel=8
+pkgrel=9
pkgdesc="Secure file, disk, swap, memory erasure utilities"
url="http://www.thc.org/"
depends=('glibc' 'sh')
@@ -39,6 +39,35 @@ package()
sed -i 's/smem/semem/g' "${pkgdir}/usr/bin/the_cleaner.sh"
sed -i 's/smem/semem/g' "${pkgdir}/usr/share/man/man1/semem.1"
sed -i 's/SMEM/SEMEM/g' "${pkgdir}/usr/share/man/man1/semem.1"
+
chmod a+r "${pkgdir}/usr/bin"/*
+
+ # Finally doing this after all these years. I am removing the words "law
+ # enforcement" from the manpages of secure-delete. This was written in another
+ # era. The program is old as dirt, but still widely used for legitimate
+ # purposes.(example, back end for nautilus-wipe). The terms "law enforcement"
+ # essentially amounts to a presumption of guilt, as well as a presumption of
+ # someone's threat model. There is no good reason to ever list law enforcement
+ # as a threat in the manpages, even if it you live in some part of the world
+ # where the regime and police are a serious threat to Freedom. For users in
+ # a Free part of the world. you've implicated them with criminal intent when
+ # they otherwise have none. i.e. protecting against identity theft, by far
+ # the most common cyber-crime, now have the presumption of cybercrime
+ # themselves
+ #
+ # I say this again, there is no good reason to ever list "Law Enforcement", or
+ # any part of a regime security apparatus as a threat in software
+ # documentation. Ever. This does nothing more than implicate the user.
+ #
+ # Van Hausen, if you ever read this, pls fix this upstream.
+
+ sed -i 's/thiefs, law enforcement or other threats/an adversary/g' "${pkgdir}/usr/share/man/man1/srm.1"
+ sed -i 's/thiefs, law enforcement/an adversary./g' "${pkgdir}/usr/share/man/man1/sswap.1"
+ sed -i 's/or other threats.//g' "${pkgdir}/usr/share/man/man1/sswap.1"
+ sed -i 's/thiefs, law enforcement/an adversary./g' "${pkgdir}/usr/share/man/man1/semem.1"
+ sed -i 's/or other threats.//g' "${pkgdir}/usr/share/man/man1/semem.1"
+ sed -i 's/thiefs, law enforcement/an adversary./g' "${pkgdir}/usr/share/man/man1/sfill.1"
+ sed -i 's/or other threats.//g' "${pkgdir}/usr/share/man/man1/sfill.1"
+
}