pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/snow Initial import of snow-20060213 into the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f6b0966753d
branches:  trunk
changeset: 534672:1f6b0966753d
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Oct 29 09:57:28 2007 +0000

description:
Initial import of snow-20060213 into the Packages Collection.

        Whitespace steganography

        The program snow is used to conceal messages in ASCII text by
        appending whitespace to the end of lines.  Because spaces and tabs are
        generally not visible in text viewers, the message is effectively
        hidden from casual observers.  And if the built-in encryption is used,
        the message cannot be read even if it is detected.

        What's in a name?

        snow exploits the steganographic nature of whitespace.  Locating
        trailing whitespace in text is like finding a polar bear in a
        snowstorm (which, by the way, explains the logo).  And it uses the ICE
        encryption algorithm, so the name is thematically consistent.

diffstat:

 security/snow/DESCR    |  14 ++++++++++++++
 security/snow/Makefile |  22 ++++++++++++++++++++++
 security/snow/PLIST    |   3 +++
 security/snow/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r e89bee389420 -r 1f6b0966753d security/snow/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/snow/DESCR       Mon Oct 29 09:57:28 2007 +0000
@@ -0,0 +1,14 @@
+Whitespace steganography                                                  
+                                                                             
+The program snow is used to conceal messages in ASCII text by              
+appending whitespace to the end of lines.  Because spaces and tabs are    
+generally not visible in text viewers, the message is effectively 
+hidden from casual observers.  And if the built-in encryption is used,   
+the message cannot be read even if it is detected.                     
+
+What's in a name?
+
+snow exploits the steganographic nature of whitespace.  Locating
+trailing whitespace in text is like finding a polar bear in a
+snowstorm (which, by the way, explains the logo).  And it uses the ICE
+encryption algorithm, so the name is thematically consistent.
diff -r e89bee389420 -r 1f6b0966753d security/snow/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/snow/Makefile    Mon Oct 29 09:57:28 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+
+DISTNAME=      snow
+PKGNAME=       snow-20060213
+CATEGORIES=    security
+MASTER_SITES=  http://www.darkside.com.au/snow/
+
+MAINTAINER=    agc%NetBSD.org@localhost
+HOMEPAGE=      http://www.darkside.com.au/snow/index.html
+COMMENT=       Whitespace steganography program
+
+WRKSRC=                ${WRKDIR}/snow
+BUILD_TARGET=  snow
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/snow ${DESTDIR}${PREFIX}/bin/snow
+       ${INSTALL_MAN} ${WRKSRC}/snow.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/snow.1
+
+.include "../../mk/bsd.pkg.mk"
diff -r e89bee389420 -r 1f6b0966753d security/snow/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/snow/PLIST       Mon Oct 29 09:57:28 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+bin/snow
+${PKGMANDIR}/man1/snow.1
diff -r e89bee389420 -r 1f6b0966753d security/snow/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/snow/distinfo    Mon Oct 29 09:57:28 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+
+SHA1 (snow.tar.gz) = 36bab642862630761a98a48d35b1582548272758
+RMD160 (snow.tar.gz) = b3fe3a274f1f10411eb948d1662907627c2b76c2
+Size (snow.tar.gz) = 12184 bytes



Home | Main Index | Thread Index | Old Index