gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 3895db6bdfd095849d3bf04617834ab5867c0ccd
parent ba34e984c2c75eee150c2d954e8ba103f3caa903
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2013 13:31:31 +0000

-fuse is ready for 0.10

Diffstat:
MAUTHORS | 4++--
MChangeLog | 3+++
MREADME | 4+++-
Mconfigure.ac | 10+++++-----
Dgnunet_ext_config.h.in | 179-------------------------------------------------------------------------------
5 files changed, 13 insertions(+), 187 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -3,9 +3,9 @@ Homepage: https://gnunet.org/ Maintainer: Christian Grothoff <christian@grothoff.org> Bug reports: https://gnunet.org/bugs/ Security related bug reports: security@gnunet.org -License: some GPLv2+, mostly GPLv3+ +License: GPLv3+ -Primary developers (0.9.x series): +Primary developers (0.10.x series): Christian Grothoff <christian@grothoff.org> Code contributions also came from: diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Sun Dec 22 14:29:43 CET 2013 + Packageing gnunet-fuse for GNUnet 0.10. -CG + 2012-03-07 gettextize <bug-gnu-gettext@gnu.org> * m4/gettext.m4: New file, from gettext-0.18.1. diff --git a/README b/README @@ -1 +1,3 @@ -This is a template for GNUnet extensions. +GNUnet-fuse allows you to mount directories published on GNUnet +as read-only file-systems (on GNU/Linux and other operating +systems that support the FUSE API). diff --git a/configure.ac b/configure.ac @@ -1,9 +1,9 @@ # This file is part of GNUnet. -# (C) 2001-2012 Christian Grothoff (and other contributing authors) +# (C) 2001-2013 Christian Grothoff (and other contributing authors) # # GNUnet is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published -# by the Free Software Foundation; either version 2, or (at your +# by the Free Software Foundation; either version 3, or (at your # option) any later version. # # GNUnet is distributed in the hope that it will be useful, but @@ -20,8 +20,8 @@ # Process this file with autoconf to produce a configure script. # AC_PREREQ(2.61) -AC_INIT([gnunet-fuse],[0.9.3],[bug-gnunet@gnu.org]) -AM_INIT_AUTOMAKE([gnunet-fuse], [0.9.3]) +AC_INIT([gnunet-fuse],[0.10.0],[bug-gnunet@gnu.org]) +AM_INIT_AUTOMAKE([gnunet-fuse], [0.10.0]) AM_CONFIG_HEADER(gnunet_fuse_config.h) AH_TOP([#define _GNU_SOURCE 1]) @@ -111,7 +111,7 @@ AM_GNU_GETTEXT([external]) AC_CHECK_HEADERS([errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h langinfo.h libintl.h unistd.h stddef.h argz.h sys/socket.h netinet/in.h stdarg.h]) -backup_LIBS="$LIBS" +backup_LIBS="$LIBS" backup_CFLAGS="$CFLAGS " backup_CPPFLAGS="$CPPFLAGS" CFLAGS="-D_FILE_OFFSET_BITS=64" diff --git a/gnunet_ext_config.h.in b/gnunet_ext_config.h.in @@ -1,179 +0,0 @@ -/* gnunet_ext_config.h.in. Generated from configure.ac by autoheader. */ - -#define _GNU_SOURCE 1 - -/* This is a Cygwin system */ -#undef CYGWIN - -/* Define to 1 if translation of program messages to the user's native - language is requested. */ -#undef ENABLE_NLS - -/* This is a FreeBSD system */ -#undef FREEBSD - -/* Define to 1 if you have the <argz.h> header file. */ -#undef HAVE_ARGZ_H - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -#undef HAVE_CFLOCALECOPYCURRENT - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -#undef HAVE_CFPREFERENCESCOPYAPPVALUE - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -#undef HAVE_DCGETTEXT - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the <errno.h> header file. */ -#undef HAVE_ERRNO_H - -/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ -#undef HAVE_FSEEKO - -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT - -/* Define to 1 if you have the <gnunet/gnunet_util_lib.h> header file. */ -#undef HAVE_GNUNET_GNUNET_UTIL_LIB_H - -/* Define if you have the iconv() function and it works. */ -#undef HAVE_ICONV - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the <langinfo.h> header file. */ -#undef HAVE_LANGINFO_H - -/* Define to 1 if you have the `intl' library (-lintl). */ -#undef HAVE_LIBINTL - -/* Define to 1 if you have the <libintl.h> header file. */ -#undef HAVE_LIBINTL_H - -/* Define to 1 if you have the <locale.h> header file. */ -#undef HAVE_LOCALE_H - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the <netinet/in.h> header file. */ -#undef HAVE_NETINET_IN_H - -/* Define to 1 if you have the <stdarg.h> header file. */ -#undef HAVE_STDARG_H - -/* Define to 1 if you have the <stddef.h> header file. */ -#undef HAVE_STDDEF_H - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdio.h> header file. */ -#undef HAVE_STDIO_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the <sys/socket.h> header file. */ -#undef HAVE_SYS_SOCKET_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* This is a Linux system */ -#undef LINUX - -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - -/* This is a MinGW system */ -#undef MINGW - -/* This is a NetBSD system */ -#undef NETBSD - -/* This is an OpenBSD system */ -#undef OPENBSD - -/* This is an OS X system */ -#undef OSX - -/* Some strange OS */ -#undef OTHEROS - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* The directory for installing read-only architecture-independent data */ -#undef PACKAGE_DATA - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* source dir */ -#undef PACKAGE_SOURCE_DIR - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* This is a Solaris system */ -#undef SOLARIS - -/* This is a BSD system */ -#undef SOMEBSD - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* This is a Windows system */ -#undef WINDOWS - -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS - -/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ -#undef _LARGEFILE_SOURCE - -/* Define for large files, on AIX-style hosts. */ -#undef _LARGE_FILES - -/* Need with solaris or errno doesnt work */ -#undef _REENTRANT - -/* This is a Windows system */ -#undef _WIN32