[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnulib-bug
Subject:    [Bug-gnulib]
From:       Simon Josefsson <jas () extundo ! com>
Date:       2004-09-29 16:37:06
Message-ID: ilu655xqbf1.fsf () latte ! josefsson ! org
[Download RAW message or body]

I'm looking at the snprintf problem in GnuTLS.  vasnprintf is
available under LGPL, but it depends on two non-LGPL modules:

* xsize: the same file (xsize.h) appear to be available under LGPL in
  gettext.  Is there a problem saying LGPL in modules/xsize in gnulib?

* alloca: What license is this?  alloca.c says:
   (Mostly) portable public-domain implementation -- D A Gwyn
  Does this mean it is available under LGPL too?  In any case,
  vasnprintf seem to work even if alloca is not present, so I suggest
  dropping the hard requirement on alloca in vasnprintf.

2004-09-29  Simon Josefsson  <jas@extundo.com>

	* modules/xsize (License): Use LGPL.

	* modules/vasnprintf (Depends-on): Remove alloca.

Index: xsize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xsize,v
retrieving revision 1.3
diff -u -p -u -w -r1.3 xsize
--- xsize	22 Sep 2004 15:11:04 -0000	1.3
+++ xsize	29 Sep 2004 16:33:14 -0000
@@ -18,7 +18,7 @@ Include:
 "xsize.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Bruno Haible
Index: vasnprintf
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/vasnprintf,v
retrieving revision 1.7
diff -u -p -u -w -r1.7 vasnprintf
--- vasnprintf	22 Sep 2004 15:11:04 -0000	1.7
+++ vasnprintf	29 Sep 2004 16:33:24 -0000
@@ -21,7 +21,6 @@ m4/eoverflow.m4
 m4/vasnprintf.m4
 
 Depends-on:
-alloca
 xsize
 
 configure.ac:



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic