ports/51489: Update net/gnunet: 0.5.1a -> 0.5.3

Kirill Ponomarew ponomarew at oberon.net
Mon Apr 28 10:50:19 UTC 2003


>Number:         51489
>Category:       ports
>Synopsis:       Update net/gnunet: 0.5.1a -> 0.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 03:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/gnunet: 0.5.1a -> 0.5.3

This release features:

    * gnunet-delete (new tool)
    * new database for content storage:
	- supports gdbm, tdb, bdb, mysql and directories as backends
	- breaks the 8 GB barrier on content per peer (now limited to 
	  the size of your harddrive)
    * many bugfixes in gnunet-gtk, TCP transport, routing, 
      gnunet-tbench, gnunetd
    * reduced number of options in gnunet.conf to make the 
      configuration easier 
    * much, much less CPU usage (caching of RSA signatures)
    * Fixes for various problems in the routing code
    * various other minor improvements

>How-To-Repeat:
>Fix:


diff -ruN gnunet.orig/Makefile gnunet/Makefile
--- gnunet.orig/Makefile	Mon Apr 21 09:23:04 2003
+++ gnunet/Makefile	Mon Apr 28 12:39:00 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gnunet
-PORTVERSION=	0.5.1a
+PORTVERSION=	0.5.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		http://www.ovmj.org/GNUnet/download/
@@ -30,10 +30,26 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
 
-MAN1=		gnunet-chat.1 gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \
-		gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \
-		gnunet-tbench.1 gnunetd.1
+MAN1=		gnunet-chat.1 gnunet-check.1 gnunet-convert.1 gnunet-delete.1 \
+		gnunet-download.1 gnunet-gtk.1 gnunet-insert-multi.1 gnunet-insert.1 \
+		gnunet-search.1 gnunet-tbench.1 gnunet-tracekit.1 \
+		gnunet-transport-check.1 gnunetd.1
 MAN5=		gnunet.conf.5
+
+.if defined(WITH_MYSQL)
+LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
+.endif
+
+.if defined(WITH_TDB)
+LIB_DEPENDS+=	tdb.1:${PORTSDIR}/databases/tdb
+CONFIGURE_ARGS+=--with-tdb=${LOCALBASE}
+.endif
+
+.if defined(WITH_BDB41)
+LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
+CONFIGURE_ARGS+=--with-bdb=${LOCALBASE}
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e \
diff -ruN gnunet.orig/distinfo gnunet/distinfo
--- gnunet.orig/distinfo	Tue Apr 15 11:53:29 2003
+++ gnunet/distinfo	Mon Apr 28 11:48:05 2003
@@ -1 +1 @@
-MD5 (GNUnet-0.5.1a.tar.bz2) = 0e506d602cdc168e6a0f8065da85e565
+MD5 (GNUnet-0.5.3.tar.bz2) = 23050c3720801d5038f6824e3c0e101c
diff -ruN gnunet.orig/pkg-plist gnunet/pkg-plist
--- gnunet.orig/pkg-plist	Tue Apr 15 11:53:29 2003
+++ gnunet/pkg-plist	Mon Apr 28 12:34:00 2003
@@ -2,6 +2,7 @@
 bin/gnunet-chat
 bin/gnunet-check
 bin/gnunet-convert
+bin/gnunet-delete
 bin/gnunet-download
 bin/gnunet-gtk
 bin/gnunet-insert
@@ -10,6 +11,7 @@
 bin/gnunet-stats
 bin/gnunet-tbench
 bin/gnunet-transport-check
+bin/gnunet-tracekit
 bin/gnunetd
 lib/libgnunetafs_blocks.a
 lib/libgnunetafs_blocks.so
@@ -26,6 +28,9 @@
 lib/libgnunetafs_decoding.a
 lib/libgnunetafs_decoding.so
 lib/libgnunetafs_decoding.so.0
+lib/libgnunetafs_delete.a
+lib/libgnunetafs_delete.so
+lib/libgnunetafs_delete.so.0
 lib/libgnunetafs_encoding.a
 lib/libgnunetafs_encoding.so
 lib/libgnunetafs_encoding.so.0
@@ -50,6 +55,9 @@
 lib/libgnunettbench_protocol.a
 lib/libgnunettbench_protocol.so
 lib/libgnunettbench_protocol.so.0
+lib/libgnunettracekit_protocol.a
+lib/libgnunettracekit_protocol.so
+lib/libgnunettracekit_protocol.so.0
 lib/libgnunettransport_smtp.a
 lib/libgnunettransport_smtp.so
 lib/libgnunettransport_smtp.so.0
diff -ruN gnunet.orig/work/.comment.gnunet-0.5.1a gnunet/work/.comment.gnunet-0.5.1a
--- gnunet.orig/work/.comment.gnunet-0.5.1a	Sun Apr 27 19:36:54 2003
+++ gnunet/work/.comment.gnunet-0.5.1a	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-An anonymous, distributed, reputation-based network

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list