Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (187d0725470965bf1cd6b4110b3acdec63f886ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (187d0725470965bf1cd6b4110b3acdec63f886ac)
  • Date: Thu, 30 Dec 2010 07:07:50 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++++
security/scrub/DETAILS | 20 ++++++++++++++++++++
security/scrub/HISTORY | 3 +++
security/scrub/scrub-2.4.tar.bz2.sig |binary
4 files changed, 27 insertions(+)

New commits:
commit 187d0725470965bf1cd6b4110b3acdec63f886ac
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

security/scrub: new spell, disk overwrite utility

diff --git a/ChangeLog b/ChangeLog
index c52a176..be678cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
+2010-12-30 Ladislav Hagara <hgr AT vabo.cz>
+ * security/scrub: new spell, disk overwrite utility
+
2010-12-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* wm-addons/procmeter: new spell, a user information display and
system status monitor
+
2010-12-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* fonts-x11/ubuntu-font-family: new spell, a free sans-serif font

diff --git a/security/scrub/DETAILS b/security/scrub/DETAILS
new file mode 100755
index 0000000..dc497ae
--- /dev/null
+++ b/security/scrub/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=scrub
+ VERSION=2.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://diskscrub.googlecode.com/files/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ WEB_SITE=http://code.google.com/p/diskscrub/
+ ENTERED=20101230
+ SHORT="disk overwrite utility"
+cat << EOF
+Scrub writes patterns on files or disk devices to make
+retrieving the data more difficult. It operates in one of three modes:
+1) the special file corresponding to an entire disk is scrubbed
+ and all data on it is destroyed.
+2) a regular file is scrubbed and only the data in the file
+ (and optionally its name in the directory entry) is destroyed.
+3) a regular file is created, expanded until
+ the file system is full, then scrubbed as in 2).
+EOF
diff --git a/security/scrub/HISTORY b/security/scrub/HISTORY
new file mode 100644
index 0000000..a9c938f
--- /dev/null
+++ b/security/scrub/HISTORY
@@ -0,0 +1,3 @@
+2010-12-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 2.4
+
diff --git a/security/scrub/scrub-2.4.tar.bz2.sig
b/security/scrub/scrub-2.4.tar.bz2.sig
new file mode 100644
index 0000000..a13ae3d
Binary files /dev/null and b/security/scrub/scrub-2.4.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (187d0725470965bf1cd6b4110b3acdec63f886ac), Ladislav Hagara, 12/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page