summaryrefslogtreecommitdiff
path: root/net/entropy/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-06-30 16:31:47 +0000
committertv <tv@pkgsrc.org>2005-06-30 16:31:47 +0000
commit5f039ef1ab0ad079ff2f263a873b6e0131d5c023 (patch)
tree88d170c7ea880ed66a817476d86986d806dbef4a /net/entropy/patches
parentc29d8927236deaab085b35c6f441d44b6d2a2fa3 (diff)
downloadpkgsrc-5f039ef1ab0ad079ff2f263a873b6e0131d5c023.tar.gz
Update to 0.9.0.429.
No official ChangeLog; primary change is switching to RSA for asymmetric keys (was McEliece). The 0.8.x network is now dead, forcing this bump.
Diffstat (limited to 'net/entropy/patches')
-rw-r--r--net/entropy/patches/patch-aa35
-rw-r--r--net/entropy/patches/patch-ab13
-rw-r--r--net/entropy/patches/patch-ac14
3 files changed, 57 insertions, 5 deletions
diff --git a/net/entropy/patches/patch-aa b/net/entropy/patches/patch-aa
new file mode 100644
index 00000000000..57caef7093d
--- /dev/null
+++ b/net/entropy/patches/patch-aa
@@ -0,0 +1,35 @@
+$NetBSD: patch-aa,v 1.1 2005/06/30 16:31:47 tv Exp $
+
+--- Makefile.in.orig 2005-06-29 08:28:38.000000000 -0400
++++ Makefile.in
+@@ -8,7 +8,7 @@ STORE_TYPE= @STORE_TYPE@
+ VERBOSE= @VERBOSE@
+
+ CC= @CC@
+-CPPFLAGS= -Iinclude -Isrc/zlib -Isrc/expat @CPPFLAGS@
++CPPFLAGS= -Iinclude @CPPFLAGS@
+ CFLAGS= $(CPPFLAGS) @CFLAGS@
+ LDFLAGS= @LDFLAGS@
+ LIBS= @LIBS@
+@@ -64,21 +64,6 @@ OBJS1=\
+ ${OBJ}/png.o \
+ ${OBJ}/unicode.o \
+ ${OBJ}/vt.o \
+- ${OBJ}/zlib/adler32.o \
+- ${OBJ}/zlib/compress.o \
+- ${OBJ}/zlib/crc32.o \
+- ${OBJ}/zlib/deflate.o \
+- ${OBJ}/zlib/gzio.o \
+- ${OBJ}/zlib/infback.o \
+- ${OBJ}/zlib/inffast.o \
+- ${OBJ}/zlib/inflate.o \
+- ${OBJ}/zlib/inftrees.o \
+- ${OBJ}/zlib/trees.o \
+- ${OBJ}/zlib/uncompr.o \
+- ${OBJ}/zlib/zutil.o \
+- ${OBJ}/expat/xmlparse.o \
+- ${OBJ}/expat/xmlrole.o \
+- ${OBJ}/expat/xmltok.o \
+ ${OBJ}/proxy.o \
+ ${OBJ}/news.o
+
diff --git a/net/entropy/patches/patch-ab b/net/entropy/patches/patch-ab
new file mode 100644
index 00000000000..19733434dca
--- /dev/null
+++ b/net/entropy/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/06/30 16:31:47 tv Exp $
+
+--- include/settings.h.orig 2005-06-30 12:22:44.000000000 -0400
++++ include/settings.h
+@@ -52,7 +52,7 @@
+ #define MINOR_LEVEL(minor) ((uint32_t)(minor)/0x10000)
+ #define MINOR_STEP(minor) ((uint32_t)(minor)%0x10000)
+
+-#define PROGNAME "entropy_rsa"
++#define PROGNAME "entropy"
+
+ #define NODE_NAME "ENTROPY/RSA"
+
diff --git a/net/entropy/patches/patch-ac b/net/entropy/patches/patch-ac
index 69daf0cf1ba..7793b436159 100644
--- a/net/entropy/patches/patch-ac
+++ b/net/entropy/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/03/29 18:40:43 tv Exp $
+$NetBSD: patch-ac,v 1.2 2005/06/30 16:31:47 tv Exp $
---- entropy.conf-dist.orig Wed Nov 19 12:40:20 2003
-+++ entropy.conf-dist
-@@ -66,7 +66,7 @@ crypto_default=lorenz
+--- entropy_rsa.conf-dist.orig 2005-06-28 12:40:06.000000000 -0400
++++ entropy_rsa.conf-dist
+@@ -74,10 +74,10 @@ crypto_default=lorenz
# If you list modules here, your node will reject connections trying to
# use the specified module. The modules crypt0, crypt1 and incr could
# be listed here, but they aren't (currently) used anyways.
@@ -10,4 +10,8 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/03/29 18:40:43 tv Exp $
+crypto_reject=crypt0,crypt1,crypt2,vmc1,incr
# Select a log filename. Default is entropy.log in the current directory.
- logfile=entropy.log
+-logfile=entropy_rsa.log
++logfile=entropy.log
+
+ # Select a logging level from none, error, normal, minor or debug.
+ # none - no reporting at all. You won't see error messages either.