1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 0.6.6

This commit is contained in:
Kirill Ponomarev 2005-01-24 15:49:31 +00:00
parent 5fe9b4304e
commit d69a11d51e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127190
28 changed files with 106 additions and 108 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= gnunet
PORTVERSION= 0.6.5
PORTREVISION= 1
PORTVERSION= 0.6.6
CATEGORIES= net
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}

View File

@ -1,2 +1,2 @@
MD5 (GNUnet-0.6.5.tar.bz2) = 8bca32b55dccdb5bde7bd2b38df9df03
SIZE (GNUnet-0.6.5.tar.bz2) = 1267839
MD5 (GNUnet-0.6.6.tar.bz2) = 46db6a3952416f222e10d68ad31e24ed
SIZE (GNUnet-0.6.6.tar.bz2) = 1267600

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/afs/module/Makefile.in.orig
+++ src/applications/afs/module/Makefile.in
@@ -203,7 +203,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -1031,7 +1031,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \
DIST_SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \
$(libgnunetafs_database_directory_la_SOURCES) \
$(libgnunetafs_database_gdbm_la_SOURCES) \

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/afs/tools/Makefile.in.orig
+++ src/applications/afs/tools/Makefile.in
@@ -104,7 +104,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -310,7 +310,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
DIST_SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \
$(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES)

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/chat/Makefile.in.orig
+++ src/applications/chat/Makefile.in
@@ -80,7 +80,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -265,7 +265,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetchat_protocol_la_SOURCES) $(gnunet_chat_SOURCES)
DIST_SOURCES = $(libgnunetchat_protocol_la_SOURCES) \
$(gnunet_chat_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/dht/tools/Makefile.in.orig
+++ src/applications/dht/tools/Makefile.in
@@ -84,7 +84,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -279,7 +279,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \
DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \
$(gnunet_dht_query_SOURCES)
DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) \
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/stats/Makefile.in.orig
+++ src/applications/stats/Makefile.in
@@ -71,7 +71,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -240,7 +240,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(gnunet_stats_SOURCES)
DIST_SOURCES = $(gnunet_stats_SOURCES)
ETAGS = etags
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
SOURCES = $(gnunet_stats_SOURCES)

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/tbench/Makefile.in.orig
+++ src/applications/tbench/Makefile.in
@@ -81,7 +81,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -266,7 +266,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettbench_protocol_la_SOURCES) \
$(gnunet_tbench_SOURCES)
DIST_SOURCES = $(libgnunettbench_protocol_la_SOURCES) \
$(gnunet_tbench_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/testbed/Makefile.in.orig
+++ src/applications/testbed/Makefile.in
@@ -84,7 +84,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -281,7 +281,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \
$(gnunet_testbed_SOURCES)
DIST_SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \
$(gnunet_testbed_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/tracekit/Makefile.in.orig
+++ src/applications/tracekit/Makefile.in
@@ -81,7 +81,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -266,7 +266,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \
$(gnunet_tracekit_SOURCES)
DIST_SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \
$(gnunet_tracekit_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -1,9 +1,9 @@
$FreeBSD$
--- src/conf/Makefile.in.orig Fri Oct 1 01:13:52 2004
+++ src/conf/Makefile.in Fri Oct 1 01:18:56 2004
@@ -184,7 +184,7 @@
--- src/conf/Makefile.in.orig
+++ src/conf/Makefile.in
@@ -253,7 +253,7 @@
gnunet_setup_LDFLAGS = \
@ -12,3 +12,12 @@ $FreeBSD$
gnunet_setup_LDADD = \
@@ -319,7 +319,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
DIST_SOURCES = $(am__gnunet_setup_SOURCES_DIST) gnunet-win-tool.c
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
SOURCES = $(gnunet_setup_SOURCES) gnunet-win-tool.c

View File

@ -1,9 +1,9 @@
$FreeBSD$
--- src/include/gnunet_util.h.orig Tue Aug 24 17:58:14 2004
+++ src/include/gnunet_util.h Sat Oct 2 23:25:56 2004
@@ -628,7 +628,7 @@
--- src/include/gnunet_util.h.orig
+++ src/include/gnunet_util.h
@@ -637,7 +637,7 @@
* Default names of the configuration files.
*/
#define DEFAULT_CLIENT_CONFIG_FILE "~/.gnunet/gnunet.conf"
@ -12,7 +12,7 @@ $FreeBSD$
/* *******************API *********************** */
@@ -1027,8 +1027,8 @@
@@ -1053,8 +1053,8 @@
* @param ip the IP to check (in network byte order)
* @return NO if the IP is not in the list, YES if it it is
*/
@ -23,12 +23,3 @@ $FreeBSD$
/**
* Parse a network specification. The argument specifies
@@ -1041,7 +1041,7 @@
* @param routeList a string specifying the forbidden networks
* @return the converted list, NULL if the synatx is flawed
*/
-CIDR6Network * parseRoutes6(const char * routeList);
+CIDR6Network * parseRoutes6(char * routeList);

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/server/Makefile.in.orig
+++ src/server/Makefile.in
@@ -108,7 +108,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -362,7 +362,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(fragmentationtest_SOURCES) $(gnunet_peer_info_SOURCES) \
DIST_SOURCES = $(fragmentationtest_SOURCES) $(gnunet_peer_info_SOURCES) \
$(gnunet_transport_check_SOURCES) $(gnunet_update_SOURCES) \
$(gnunetd_SOURCES)

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- src/transports/udp6.c.orig Fri Oct 1 01:38:25 2004
+++ src/transports/udp6.c Fri Oct 1 01:39:15 2004
--- src/transports/udp6.c.orig
+++ src/transports/udp6.c
@@ -275,6 +275,7 @@
#endif
/* quick test of the packet, if failed, repeat! */

View File

@ -7,8 +7,7 @@
#
PORTNAME= gnunet
PORTVERSION= 0.6.5
PORTREVISION= 1
PORTVERSION= 0.6.6
CATEGORIES= net
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}

View File

@ -1,2 +1,2 @@
MD5 (GNUnet-0.6.5.tar.bz2) = 8bca32b55dccdb5bde7bd2b38df9df03
SIZE (GNUnet-0.6.5.tar.bz2) = 1267839
MD5 (GNUnet-0.6.6.tar.bz2) = 46db6a3952416f222e10d68ad31e24ed
SIZE (GNUnet-0.6.6.tar.bz2) = 1267600

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/afs/module/Makefile.in.orig
+++ src/applications/afs/module/Makefile.in
@@ -203,7 +203,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -1031,7 +1031,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \
DIST_SOURCES = $(libgnunetafs_database_bdb_la_SOURCES) \
$(libgnunetafs_database_directory_la_SOURCES) \
$(libgnunetafs_database_gdbm_la_SOURCES) \

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/afs/tools/Makefile.in.orig
+++ src/applications/afs/tools/Makefile.in
@@ -104,7 +104,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -310,7 +310,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
DIST_SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \
$(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES)

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/chat/Makefile.in.orig
+++ src/applications/chat/Makefile.in
@@ -80,7 +80,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -265,7 +265,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetchat_protocol_la_SOURCES) $(gnunet_chat_SOURCES)
DIST_SOURCES = $(libgnunetchat_protocol_la_SOURCES) \
$(gnunet_chat_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/dht/tools/Makefile.in.orig
+++ src/applications/dht/tools/Makefile.in
@@ -84,7 +84,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -279,7 +279,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \
DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \
$(gnunet_dht_query_SOURCES)
DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) \
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/stats/Makefile.in.orig
+++ src/applications/stats/Makefile.in
@@ -71,7 +71,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -240,7 +240,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(gnunet_stats_SOURCES)
DIST_SOURCES = $(gnunet_stats_SOURCES)
ETAGS = etags
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
SOURCES = $(gnunet_stats_SOURCES)

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/tbench/Makefile.in.orig
+++ src/applications/tbench/Makefile.in
@@ -81,7 +81,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -266,7 +266,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettbench_protocol_la_SOURCES) \
$(gnunet_tbench_SOURCES)
DIST_SOURCES = $(libgnunettbench_protocol_la_SOURCES) \
$(gnunet_tbench_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/testbed/Makefile.in.orig
+++ src/applications/testbed/Makefile.in
@@ -84,7 +84,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -281,7 +281,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \
$(gnunet_testbed_SOURCES)
DIST_SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \
$(gnunet_testbed_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/applications/tracekit/Makefile.in.orig
+++ src/applications/tracekit/Makefile.in
@@ -81,7 +81,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -266,7 +266,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \
$(gnunet_tracekit_SOURCES)
DIST_SOURCES = $(libgnunettracekit_protocol_la_SOURCES) \
$(gnunet_tracekit_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am

View File

@ -1,9 +1,9 @@
$FreeBSD$
--- src/conf/Makefile.in.orig Fri Oct 1 01:13:52 2004
+++ src/conf/Makefile.in Fri Oct 1 01:18:56 2004
@@ -184,7 +184,7 @@
--- src/conf/Makefile.in.orig
+++ src/conf/Makefile.in
@@ -253,7 +253,7 @@
gnunet_setup_LDFLAGS = \
@ -12,3 +12,12 @@ $FreeBSD$
gnunet_setup_LDADD = \
@@ -319,7 +319,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
DIST_SOURCES = $(am__gnunet_setup_SOURCES_DIST) gnunet-win-tool.c
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
SOURCES = $(gnunet_setup_SOURCES) gnunet-win-tool.c

View File

@ -1,9 +1,9 @@
$FreeBSD$
--- src/include/gnunet_util.h.orig Tue Aug 24 17:58:14 2004
+++ src/include/gnunet_util.h Sat Oct 2 23:25:56 2004
@@ -628,7 +628,7 @@
--- src/include/gnunet_util.h.orig
+++ src/include/gnunet_util.h
@@ -637,7 +637,7 @@
* Default names of the configuration files.
*/
#define DEFAULT_CLIENT_CONFIG_FILE "~/.gnunet/gnunet.conf"
@ -12,7 +12,7 @@ $FreeBSD$
/* *******************API *********************** */
@@ -1027,8 +1027,8 @@
@@ -1053,8 +1053,8 @@
* @param ip the IP to check (in network byte order)
* @return NO if the IP is not in the list, YES if it it is
*/
@ -23,12 +23,3 @@ $FreeBSD$
/**
* Parse a network specification. The argument specifies
@@ -1041,7 +1041,7 @@
* @param routeList a string specifying the forbidden networks
* @return the converted list, NULL if the synatx is flawed
*/
-CIDR6Network * parseRoutes6(const char * routeList);
+CIDR6Network * parseRoutes6(char * routeList);

View File

@ -3,12 +3,12 @@ $FreeBSD$
--- src/server/Makefile.in.orig
+++ src/server/Makefile.in
@@ -108,7 +108,7 @@
$(AM_CFLAGS) $(CFLAGS)
@@ -362,7 +362,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(fragmentationtest_SOURCES) $(gnunet_peer_info_SOURCES) \
DIST_SOURCES = $(fragmentationtest_SOURCES) $(gnunet_peer_info_SOURCES) \
$(gnunet_transport_check_SOURCES) $(gnunet_update_SOURCES) \
$(gnunetd_SOURCES)

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- src/transports/udp6.c.orig Fri Oct 1 01:38:25 2004
+++ src/transports/udp6.c Fri Oct 1 01:39:15 2004
--- src/transports/udp6.c.orig
+++ src/transports/udp6.c
@@ -275,6 +275,7 @@
#endif
/* quick test of the packet, if failed, repeat! */