Changeset 73ace20 for patches


Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

Location:
patches
Files:
14 added
10 deleted
7 moved

Legend:

Unmodified
Added
Removed
  • patches/eglibc-2.15-r16526-dl_dep_fix-1.patch

    r0cce40d r73ace20  
    1 Submitted By: Joe Ciccone <jciccone@gmail.com>
    2 Date: 2011-04-16
    3 Initial Package Version: 2.13 r13356
     1Submitted By: Jonathan Norman (jonathan at bluesquarelinux dot co dot uk)
     2Date: 2012-02-26
     3Initial Package Version: 2.15 r16526
    44Origin: Andreas Schwab
    55        Via http://sourceware.org/ml/libc-hacker/2011-02/msg00002.html
     
    77Description: If a ELF binaries dependencies are missing it was causing
    88             a signal too early.
     9Rediffed by Jonathan Norman for Eglibc 2.15
    910
    10 diff -Naur eglibc-2.13.orig/elf/dl-deps.c eglibc-2.13/elf/dl-deps.c
    11 --- eglibc-2.13.orig/elf/dl-deps.c      2011-02-04 22:31:21.000000000 +0000
    12 +++ eglibc-2.13/elf/dl-deps.c   2011-04-16 23:44:34.479218974 +0000
    13 @@ -491,6 +491,10 @@
     11
     12diff -Naur eglibc-2.15.orig/elf/dl-deps.c eglibc-2.15/elf/dl-deps.c
     13--- eglibc-2.15.orig/elf/dl-deps.c      2012-02-26 17:15:55.394189832 +0000
     14+++ eglibc-2.15/elf/dl-deps.c   2012-02-26 17:21:48.882756229 +0000
     15@@ -502,6 +502,10 @@
    1416   if (errno == 0 && errno_saved != 0)
    1517     __set_errno (errno_saved);
     
    1719+  if (errno_reason)
    1820+    _dl_signal_error (errno_reason == -1 ? 0 : errno_reason, objname,
    19 +                     NULL, errstring);
     21+                     NULL, errstring);
    2022+
    2123   struct link_map **old_l_initfini = NULL;
    2224   if (map->l_initfini != NULL && map->l_type == lt_loaded)
    2325     {
    24 @@ -683,8 +687,4 @@
    25      }
     26@@ -699,7 +703,4 @@
    2627   if (old_l_initfini != NULL)
    27      _dl_scope_free (old_l_initfini);
    28 -
     28       map->l_orig_initfini = old_l_initfini;
     29 
    2930-  if (errno_reason)
    3031-    _dl_signal_error (errno_reason == -1 ? 0 : errno_reason, objname,
  • patches/iproute2-3.4.0-libdir-1.patch

    r0cce40d r73ace20  
    99             Updated for Iproute2-2.6.37 by Joe Ciccone
    1010             Renamed for Iproute2-2.6.38 by Jonathan Norman
     11             Rediffed for Iproute2-3.4.0 by William Harrington
    1112
    12 diff -Naur iproute2-2.6.37.orig/Makefile iproute2-2.6.37/Makefile
    13 --- iproute2-2.6.37.orig/Makefile       2011-01-07 12:54:30.000000000 -0500
    14 +++ iproute2-2.6.37/Makefile    2011-01-08 19:22:59.954895722 -0500
    15 @@ -12,7 +12,7 @@
     13diff -Naur iproute2-3.4.0.orig/Makefile iproute2-3.4.0/Makefile
     14--- iproute2-3.4.0.orig/Makefile        2012-05-21 21:12:19.000000000 +0000
     15+++ iproute2-3.4.0/Makefile     2012-09-16 00:43:20.000000000 +0000
     16@@ -13,7 +13,7 @@
    1617 
    1718 SHARED_LIBS = y
     
    2223 DEFINES+= -DNO_SHARED_LIBS
    2324 endif
    24 diff -Naur iproute2-2.6.37.orig/include/iptables.h iproute2-2.6.37/include/iptables.h
    25 --- iproute2-2.6.37.orig/include/iptables.h     2011-01-07 12:54:30.000000000 -0500
    26 +++ iproute2-2.6.37/include/iptables.h  2011-01-08 19:22:59.954895722 -0500
     25diff -Naur iproute2-3.4.0.orig/include/iptables.h iproute2-3.4.0/include/iptables.h
     26--- iproute2-3.4.0.orig/include/iptables.h      2012-05-21 21:12:19.000000000 +0000
     27+++ iproute2-3.4.0/include/iptables.h   2012-09-16 00:43:20.000000000 +0000
    2728@@ -4,8 +4,12 @@
    2829 #include "iptables_common.h"
     
    3940 
    4041 #ifndef IPPROTO_SCTP
    41 diff -Naur iproute2-2.6.37.orig/misc/arpd.c iproute2-2.6.37/misc/arpd.c
    42 --- iproute2-2.6.37.orig/misc/arpd.c    2011-01-07 12:54:30.000000000 -0500
    43 +++ iproute2-2.6.37/misc/arpd.c 2011-01-08 19:22:59.954895722 -0500
     42diff -Naur iproute2-3.4.0.orig/misc/arpd.c iproute2-3.4.0/misc/arpd.c
     43--- iproute2-3.4.0.orig/misc/arpd.c     2012-05-21 21:12:19.000000000 +0000
     44+++ iproute2-3.4.0/misc/arpd.c  2012-09-16 00:43:20.000000000 +0000
    4445@@ -40,7 +40,7 @@
    4546 int resolve_hosts;
    4647 
    47  DB     *dbase;
    48 -char   *dbname = "/var/lib/arpd/arpd.db";
    49 +char   *dbname = ARPDDIR "/arpd.db";
     48 DB     *dbase;
     49-char   *dbname = "/var/lib/arpd/arpd.db";
     50+char   *dbname = ARPDDIR "/arpd.db";
    5051 
    51  int    ifnum;
    52  int    *ifvec;
     52 int    ifnum;
     53 int    *ifvec;
Note: See TracChangeset for help on using the changeset viewer.