Help!

r1880 - in glibc-package: branches/glibc-2.5/debian branch..

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Glibc RSS
Next:  CardDebtFree Overnight  
Author Message
Aurelien Jarno
External


Since: Nov 02, 2006
Posts: 12



PostPosted: Mon Nov 13, 2006 8:00 am    Post subject: r1880 - in glibc-package: branches/glibc-2.5/debian branches/glibc-2.5/debian/patches/kfreebsd trunk/debian trunk/debian/patches/kfreebsd
Archived from groups: linux>debian>maint>glibc (more info?)

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 RemoveThis @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 RemoveThis @debian.org> Mon, 13 Nov 2006 07:37:02 +0100
+
glibc (2.3.6.ds1-Cool 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 RemoveThis @debian.org> Mon, 13 Nov 2006 07:37:02 +0100
+
glibc (2.3.6.ds1-Cool 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;


--
To UNSUBSCRIBE, email to debian-glibc-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Glibc All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum