summaryrefslogtreecommitdiff
path: root/security/antonym/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-05-05 16:34:34 +0000
committertv <tv@pkgsrc.org>2004-05-05 16:34:34 +0000
commitc459895f96ed918881b92ecd08119f161af1c8e9 (patch)
tree10b4328a952fb58c824349562af19d590926c7e1 /security/antonym/patches
parentcc2a7d8716d636dcc0263ac8ca964df5448d4643 (diff)
downloadpkgsrc-c459895f96ed918881b92ecd08119f161af1c8e9.tar.gz
antonym 1.9. From the DESCR:
Many people use anonymous pseudonyms to send and receive mail that cannot be traced to them. This program is for people who know what the pseudonyms (shortened to 'nyms' from here on) are, understand how they work, and wish to make their use a little easier. Antonym supports the following functions: * Generating a create or modify block for a given reply path * Decrypting a message sent to a particular nym * Generating random passwords or text phrases * Encrypting mails to be sent to nymservers * Encrypting mails to be sent to anonymous remailers * Calculating statistics about a given remailer chain
Diffstat (limited to 'security/antonym/patches')
-rw-r--r--security/antonym/patches/patch-aa20
-rw-r--r--security/antonym/patches/patch-ab29
2 files changed, 49 insertions, 0 deletions
diff --git a/security/antonym/patches/patch-aa b/security/antonym/patches/patch-aa
new file mode 100644
index 00000000000..4bcfa820474
--- /dev/null
+++ b/security/antonym/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $
+
+--- antonym.orig Tue May 4 13:27:11 2004
++++ antonym
+@@ -39,12 +40,12 @@ use IPC::Open2;
+ # Command-line arguments, their types, and their defaults
+ my %opt_def = (
+ 'alias=s' => '',
+- 'config=s' => 'replyblocks.dat',
++ 'config=s' => "$ENV{'HOME'}/.antonym",
+ 'ctype=s' => 'pgp',
+- 'dict=s' => '/usr/share/dict/american-english-large',
++ 'dict=s' => '/usr/share/dict/words',
+ 'remailers=s' => "$ENV{'HOME'}/.remailers",
+ 'words=i' => 5,
+- 'rlist=s' => 'http://mixmaster.shinn.net/stats/rlist',
++ 'rlist=s' => 'http://stats.melontraffickers.com/rlist.txt',
+ 'maxrlistage=i' => 1,
+ 'mailinformat=s' => 'mbox',
+ 'mailoutformat=s' => 'mbox',
diff --git a/security/antonym/patches/patch-ab b/security/antonym/patches/patch-ab
new file mode 100644
index 00000000000..ede55a79c6c
--- /dev/null
+++ b/security/antonym/patches/patch-ab
@@ -0,0 +1,29 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $
+
+--- README.orig Tue Aug 6 12:44:44 2002
++++ README
+@@ -2,18 +2,17 @@ $Id: README,v 1.1 2002/07/25 16:42:06 ki
+
+ INSTALLATION
+
+- Copy 'antonym' to a directory in your $PATH.
+-
+ Get a .remailers file if you don't already have one. An easy way to do
+ this is by asking Antonym to fetch one for you:
+
+ antonym update
+
+- Create your configuration file, 'replyblocks.dat'. See the included
+- 'replyblocks.dat.example' for instructions. This is probably the hardest
+- part of using antonym, but it's not really *that* difficult, and you only
+- have to do it when you're creating a new nym. Hint: the 'phrase' and
+- 'password' commands can be helpful when writing your new reply block.
++ Create your configuration file, '$HOME/.antonym'. See the included
++ 'dot.antonym' (in PREFIX/share/examples/antonym) for instructions.
++ This is probably the hardest part of using antonym, but it's not really
++ *that* difficult, and you only have to change it again when you're
++ creating a new nym. Hint: the 'phrase' and 'password' commands can be
++ helpful when writing your new reply block.
+
+
+ USAGE