pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/entropy Update to 0.9.1-438. Main change:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e6be033e655
branches:  trunk
changeset: 498245:1e6be033e655
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Aug 17 15:31:52 2005 +0000

description:
Update to 0.9.1-438.  Main change:

Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a
lot of data store space and traffic.

diffstat:

 net/entropy/Makefile         |   4 ++--
 net/entropy/distinfo         |  10 +++++-----
 net/entropy/patches/patch-ac |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r a138da8456f8 -r 1e6be033e655 net/entropy/Makefile
--- a/net/entropy/Makefile      Wed Aug 17 15:16:40 2005 +0000
+++ b/net/entropy/Makefile      Wed Aug 17 15:31:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/07/14 13:07:39 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/08/17 15:31:52 tv Exp $
 #
 
 DISTNAME=              entropy_rsa-${ENTROPY_VERSION}
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
 
-ENTROPY_VERSION=       0.9.0-433
+ENTROPY_VERSION=       0.9.1-438
 
 CONFIGURE_ARGS+=       --enable-setproctitle --enable-verbose --disable-posix-sem
 LIBS+=                 -L${BUILDLINK_PREFIX.zlib}/lib -lz -L${BUILDLINK_PREFIX.expat}/lib -lexpat
diff -r a138da8456f8 -r 1e6be033e655 net/entropy/distinfo
--- a/net/entropy/distinfo      Wed Aug 17 15:16:40 2005 +0000
+++ b/net/entropy/distinfo      Wed Aug 17 15:31:52 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/07/14 13:07:39 tv Exp $
+$NetBSD: distinfo,v 1.9 2005/08/17 15:31:52 tv Exp $
 
-SHA1 (entropy_rsa-0.9.0-433.tgz) = 93cf0ec234b8564dca7fc45bddd9aa9577771429
-RMD160 (entropy_rsa-0.9.0-433.tgz) = 3a3f8ac4babee1fb4f30b03951d073494c7e47bd
-Size (entropy_rsa-0.9.0-433.tgz) = 878827 bytes
+SHA1 (entropy_rsa-0.9.1-438.tgz) = 8833d4f03a5b484467658728a599a67a0203c543
+RMD160 (entropy_rsa-0.9.1-438.tgz) = f06360d2e812907f814c116bbb3b5a838ad26462
+Size (entropy_rsa-0.9.1-438.tgz) = 880712 bytes
 SHA1 (patch-aa) = f094ead71b69995d6a8a48ac954bddac22339982
 SHA1 (patch-ab) = 6e5ad3221243cb942b265d664e9833596c7f24c3
-SHA1 (patch-ac) = 5b9440de45da9cc80676bd16d3a94783b7b5cf67
+SHA1 (patch-ac) = 356895fa6e9309ac1479ca52a1ec3164f6a1613a
diff -r a138da8456f8 -r 1e6be033e655 net/entropy/patches/patch-ac
--- a/net/entropy/patches/patch-ac      Wed Aug 17 15:16:40 2005 +0000
+++ b/net/entropy/patches/patch-ac      Wed Aug 17 15:31:52 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2005/06/30 16:31:47 tv Exp $
+$NetBSD: patch-ac,v 1.3 2005/08/17 15:31:52 tv Exp $
 
 --- entropy_rsa.conf-dist.orig 2005-06-28 12:40:06.000000000 -0400
 +++ entropy_rsa.conf-dist
@@ -10,7 +10,7 @@
 +crypto_reject=crypt0,crypt1,crypt2,vmc1,incr
  
  # Select a log filename. Default is entropy.log in the current directory.
--logfile=entropy_rsa.log
+-logfile=./entropy_rsa.log
 +logfile=entropy.log
  
  # Select a logging level from none, error, normal, minor or debug.



Home | Main Index | Thread Index | Old Index