[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1880 - in glibc-package: branches/glibc-2.5/debian branches/glibc-2.5/debian/patches/kfreebsd trunk/debian trunk/debian/patches/kfreebsd



Author: aurel32
Date: 2006-11-13 07:39:06 +0100 (Mon, 13 Nov 2006)
New Revision: 1880

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * patches/kfreebsd/local-sysdeps.diff: update to revision 1718 (from
    glibc-bsd).



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2006-11-05 20:50:59 UTC (rev 1879)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2006-11-13 06:39:06 UTC (rev 1880)
@@ -232,6 +232,13 @@
 
  -- Clint Adams <schizo@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 
+glibc (2.3.6.ds1-9) unstable; urgency=low
+
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 1718 (from
+    glibc-bsd).
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 13 Nov 2006 07:37:02 +0100
+
 glibc (2.3.6.ds1-8) unstable; urgency=high
 
   * any/local-iconv-fix-trampoline.diff: new patch (fix iconvconfig segfault

Modified: glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff	2006-11-05 20:50:59 UTC (rev 1879)
+++ glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff	2006-11-13 06:39:06 UTC (rev 1880)
@@ -11759,7 +11759,7 @@
 +weak_alias (__vfork, vfork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2006-10-16 11:34:13.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2006-11-12 23:10:47.000000000 +0100
 @@ -0,0 +1,303 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11827,7 +11827,7 @@
 +      switch (msg->ifm_type)
 +	{
 +	case RTM_IFINFO:
-+	  if (msg->ifm_flags & IFF_UP)
++	  if (msg->ifm_addrs & RTA_IFP)
 +	    {
 +	      unsigned int index;
 +	      struct sockaddr_dl *sdl;

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-11-05 20:50:59 UTC (rev 1879)
+++ glibc-package/trunk/debian/changelog	2006-11-13 06:39:06 UTC (rev 1880)
@@ -1,3 +1,10 @@
+glibc (2.3.6.ds1-9) unstable; urgency=low
+
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 1718 (from
+    glibc-bsd).
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 13 Nov 2006 07:37:02 +0100
+
 glibc (2.3.6.ds1-8) unstable; urgency=high
 
   * any/local-iconv-fix-trampoline.diff: new patch (fix iconvconfig segfault

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2006-11-05 20:50:59 UTC (rev 1879)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2006-11-13 06:39:06 UTC (rev 1880)
@@ -11284,7 +11284,7 @@
 +libc_hidden_def (freeifaddrs)
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/if_index.c sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c
 --- null/unix/bsd/bsd4.4/kfreebsd/if_index.c	1970-01-01 01:00:00.000000000 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2006-01-02 19:10:55.000000000 +0100
++++ sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2006-11-12 23:10:46.000000000 +0100
 @@ -0,0 +1,303 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11352,7 +11352,7 @@
 +      switch (msg->ifm_type)
 +	{
 +	case RTM_IFINFO:
-+	  if (msg->ifm_flags & IFF_UP)
++	  if (msg->ifm_addrs & RTA_IFP)
 +	    {
 +	      unsigned int index;
 +	      struct sockaddr_dl *sdl;



Reply to: