[Glibc-bsd-commits] r4165 - trunk/libbsd/debian
Guillem Jover
guillem at alioth.debian.org
Sun Apr 1 17:10:09 UTC 2012
Author: guillem
Date: 2012-04-01 17:10:09 +0000 (Sun, 01 Apr 2012)
New Revision: 4165
Modified:
trunk/libbsd/debian/changelog
trunk/libbsd/debian/control
trunk/libbsd/debian/copyright
trunk/libbsd/debian/libbsd0.symbols
Log:
New libbsd upstream release 0.4.0
Autoconfiscated, supports cross-building natively. (Closes: #665997)
Provide endian encoding/decoding inline functions. (Closes: #635377)
Provide expand_number(). (Closes: #635379)
Ship <nlist.h> under /usr/include/bsd/. (Closes: #634955, #657772)
Ship <libutil.h> under /usr/include/bsd/. (Closes: #640895)
Fix header protections when using the overlay. (Closes: #630907)
Remove all deprecated headers and inclusions.
Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog 2012-03-31 15:20:38 UTC (rev 4164)
+++ trunk/libbsd/debian/changelog 2012-04-01 17:10:09 UTC (rev 4165)
@@ -1,3 +1,16 @@
+libbsd (0.4.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ - Autoconfiscated, supports cross-building natively. (Closes: #665997)
+ - Provide endian encoding/decoding inline functions. (Closes: #635377)
+ - Provide expand_number(). (Closes: #635379)
+ - Ship <nlist.h> under /usr/include/bsd/. (Closes: #634955, #657772)
+ - Ship <libutil.h> under /usr/include/bsd/. (Closes: #640895)
+ - Fix header protections when using the overlay. (Closes: #630907)
+ - Remove all deprecated headers and inclusions.
+
+ -- Guillem Jover <guillem at debian.org> Sun, 01 Apr 2012 18:47:18 +0200
+
libbsd (0.3.0-2) unstable; urgency=low
* Make shared library packages multiarch:
Modified: trunk/libbsd/debian/control
===================================================================
--- trunk/libbsd/debian/control 2012-03-31 15:20:38 UTC (rev 4164)
+++ trunk/libbsd/debian/control 2012-04-01 17:10:09 UTC (rev 4165)
@@ -14,8 +14,7 @@
Section: libdevel
Architecture: any
Depends: libbsd0 (= ${binary:Version}), ${misc:Depends}
-# libelf-dev and libelfg0-dev ship nlist.h
-Replaces: libelf-dev, libelfg0-dev, libfreebsd-dev (<< 0.0-8)
+Replaces: libfreebsd-dev (<< 0.0-8)
Description: utility functions from BSD systems - development files
This library provides some functions commonly available on BSD systems but
not on others like GNU systems.
@@ -27,7 +26,10 @@
* arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
arc4random_uniform.
* bsd_getopt.
- * dehumanize_number, humanize_number, strtonum, fmtcheck.
+ * be16dec, be32dec, be64dec, le16dec, le32dec, le64dec.
+ * be16enc, be32enc, be64enc, le16enc, le32enc, le64enc.
+ * closefrom.
+ * expand_number, dehumanize_number, humanize_number, strtonum, fmtcheck.
* errc, verrc, vwarnc, warnc.
* fgetln, flopen, fpurge.
* getmode, setmode, strmode,
Modified: trunk/libbsd/debian/copyright
===================================================================
--- trunk/libbsd/debian/copyright 2012-03-31 15:20:38 UTC (rev 4164)
+++ trunk/libbsd/debian/copyright 2012-04-01 17:10:09 UTC (rev 4165)
@@ -7,6 +7,11 @@
Licenses and Copyright Holders:
+
+The following 4-clause BSD licenses are only for man pages, specifically
+for man/arc4random.3, man/tree.3 and man/getprogname.3.
+
+
Copyright 1997 Niels Provos <provos at physnet.uni-hamburg.de>
All rights reserved.
@@ -37,7 +42,41 @@
--
- Copyright © 2004-2006, 2008-2011 Guillem Jover
+ Copyright © 2001 Christopher G. Demetriou
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. All advertising materials mentioning features or use of this software
+ must display the following acknowledgement:
+ This product includes software developed for the
+ NetBSD Project. See http://www.netbsd.org/ for
+ information about NetBSD.
+ 4. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+The rest of the licenses apply to code and/or man pages.
+
+
+ Copyright © 2004-2006, 2008-2011 Guillem Jover <guillem at hadrons.org>
Copyright © 2005 Hector Garcia Alvarez
Copyright © 2005 Aurelien Jarno
Copyright © 2006 Robert Millan
@@ -147,6 +186,27 @@
--
+ Copyright © 1995 Peter Wemm <peter at FreeBSD.org>
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, is permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice immediately at the beginning of the file, without modification,
+ this list of conditions, and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. This work was done expressly for inclusion into FreeBSD. Other use
+ is permitted provided this notation is included.
+ 4. Absolutely no warranty of function or purpose is made by the author
+ Peter Wemm.
+ 5. Modifications may be freely made to this file providing the above
+ conditions are met.
+
+ --
+
Copyright © 1997-2000, 2002, 2005, 2006, 2008 The NetBSD Foundation, Inc.
All rights reserved.
@@ -286,6 +346,33 @@
--
+ Copyright © 2007 Eric Anderson <anderson at FreeBSD.org>
+ Copyright © 2007 Pawel Jakub Dawidek <pjd at FreeBSD.org>
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ --
+
Copyright © 2007 Dag-Erling Coïdan Smørgrav
All rights reserved.
Modified: trunk/libbsd/debian/libbsd0.symbols
===================================================================
--- trunk/libbsd/debian/libbsd0.symbols 2012-03-31 15:20:38 UTC (rev 4164)
+++ trunk/libbsd/debian/libbsd0.symbols 2012-04-01 17:10:09 UTC (rev 4165)
@@ -3,3 +3,4 @@
(symver)LIBBSD_0.1 0.1.0
(symver)LIBBSD_0.2 0.2.0
(symver)LIBBSD_0.3 0.3.0
+ (symver)LIBBSD_0.4 0.4.0
More information about the Glibc-bsd-commits
mailing list