[Glibc-bsd-commits] r4531 - in trunk/freebsd-libs/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Jul 8 12:42:00 UTC 2013


Author: rmh
Date: 2013-06-19 12:23:24 +0000 (Wed, 19 Jun 2013)
New Revision: 4531

Removed:
   trunk/freebsd-libs/debian/patches/implicit-declaration
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/patches/series
Log:
Remove debian/patches/implicit-declaration (obsoleted by freebsd-glue 0.0.5).

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2013-06-19 12:21:08 UTC (rev 4530)
+++ trunk/freebsd-libs/debian/changelog	2013-06-19 12:23:24 UTC (rev 4531)
@@ -1,3 +1,10 @@
+freebsd-libs (9.0+ds1-5) UNRELEASED; urgency=low
+
+  * Remove debian/patches/implicit-declaration (obsoleted by
+    freebsd-glue 0.0.5).
+
+ -- Robert Millan <rmh at debian.org>  Wed, 19 Jun 2013 14:23:04 +0200
+
 freebsd-libs (9.0+ds1-4) unstable; urgency=low
 
   [ Christoph Egger ]

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2013-06-19 12:21:08 UTC (rev 4530)
+++ trunk/freebsd-libs/debian/control	2013-06-19 12:23:24 UTC (rev 4531)
@@ -13,7 +13,7 @@
  libexpat-dev [kfreebsd-any],
 # libncurses5-dev: needed by libalias
  libncurses5-dev [kfreebsd-any],
- freebsd-glue,
+ freebsd-glue (>= 0.0.5~),
 Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/freebsd-libs/
 Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/freebsd-libs/
 Standards-Version: 3.9.2

Deleted: trunk/freebsd-libs/debian/patches/implicit-declaration
===================================================================
--- trunk/freebsd-libs/debian/patches/implicit-declaration	2013-06-19 12:21:08 UTC (rev 4530)
+++ trunk/freebsd-libs/debian/patches/implicit-declaration	2013-06-19 12:23:24 UTC (rev 4531)
@@ -1,70 +0,0 @@
-Description: Fix crashes due to undeclared functions
- The consequence of at least one of these (in geom_getxml.c) was a crash
- when there was a lot of data in kern.geom.confdml.
- .
- freebsd-libs (9.0+ds1-3.1) UNRELEASED; urgency=low
- .
-   * Fix 'warning: implicit declaration of function 'reallocf'
-     (and several other functions) (Closes: 685625)
-Author: Jeff Epler <jepler at unpythonic.net>
-Bug-Debian: http://bugs.debian.org/685625
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Forwarded: no
-Last-Update: <2012-12-21>
-
---- freebsd-libs-9.0+ds1.orig/lib/libdevstat/devstat.c
-+++ freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c
-@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
- #include <sys/errno.h>
- #include <sys/resource.h>
- #include <sys/queue.h>
-+#include <bsd/stdlib.h>
- 
- #include <ctype.h>
- #include <err.h>
---- freebsd-libs-9.0+ds1.orig/lib/libusbhid/usage.c
-+++ freebsd-libs-9.0+ds1/lib/libusbhid/usage.c
-@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <bsd/stdio.h>
- 
- #include "usbhid.h"
- 
---- freebsd-libs-9.0+ds1.orig/lib/libgeom/geom_ctl.c
-+++ freebsd-libs-9.0+ds1/lib/libgeom/geom_ctl.c
-@@ -39,6 +39,7 @@
- #include <string.h>
- #include <stdlib.h>
- #include <paths.h>
-+#include <bsd/stdlib.h>
- 
- #include <sys/queue.h>
- 
---- freebsd-libs-9.0+ds1.orig/lib/libgeom/geom_getxml.c
-+++ freebsd-libs-9.0+ds1/lib/libgeom/geom_getxml.c
-@@ -33,6 +33,8 @@
- #include <sys/sysctl.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <bsd/stdlib.h>
-+
- #include "libgeom.h"
- 
- char *
---- freebsd-libs-9.0+ds1.orig/sys/netinet/libalias/alias_db.c
-+++ freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c
-@@ -157,6 +157,7 @@ __FBSDID("$FreeBSD$");
- #include <sys/errno.h>
- #include <sys/time.h>
- #include <unistd.h> 
-+#include <bsd/stdlib.h>
- #endif
- 
- #include <sys/socket.h>

Modified: trunk/freebsd-libs/debian/patches/series
===================================================================
--- trunk/freebsd-libs/debian/patches/series	2013-06-19 12:21:08 UTC (rev 4530)
+++ trunk/freebsd-libs/debian/patches/series	2013-06-19 12:23:24 UTC (rev 4531)
@@ -18,4 +18,3 @@
 libusb_backward.diff
 libbsd_nlist.diff
 kvm_size_t_kludge.diff
-implicit-declaration




More information about the Glibc-bsd-commits mailing list