]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- updated to 2.3.3 snap
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Jan 2004 22:53:51 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-includes.patch -> 1.1
    glibc-make.patch -> 1.1
    glibc-morelocales.patch -> 1.4
    glibc-pld.patch -> 1.9

glibc-includes.patch [new file with mode: 0644]
glibc-make.patch [new file with mode: 0644]
glibc-morelocales.patch
glibc-pld.patch

diff --git a/glibc-includes.patch b/glibc-includes.patch
new file mode 100644 (file)
index 0000000..9ec239c
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN glibc-2.3.3.org/sysdeps/unix/sysv/linux/sys/sysctl.h glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h
+--- glibc-2.3.3.org/sysdeps/unix/sysv/linux/sys/sysctl.h       2004-01-01 23:02:57.135529536 +0100
++++ glibc-2.3.3/sysdeps/unix/sysv/linux/sys/sysctl.h   2004-01-01 23:03:08.005270785 +0100
+@@ -26,9 +26,6 @@
+ #define _LINUX_KERNEL_H       1
+ #define _LINUX_TYPES_H        1
+ #define _LINUX_LIST_H 1
+-/* We do need this one for the declarations in <linux/sysctl.h>,
+-   since we've elided the inclusion of <linux/kernel.h> that gets them.  */
+-#include <linux/compiler.h>
+ #include <linux/sysctl.h>
+ __BEGIN_DECLS
diff --git a/glibc-make.patch b/glibc-make.patch
new file mode 100644 (file)
index 0000000..3927f39
--- /dev/null
@@ -0,0 +1,18 @@
+diff -urN glibc-2.3.3.org/csu/Makefile glibc-2.3.3/csu/Makefile
+--- glibc-2.3.3.org/csu/Makefile       2004-01-01 22:13:10.105888239 +0100
++++ glibc-2.3.3/csu/Makefile   2004-01-01 22:13:38.533989059 +0100
+@@ -232,12 +232,12 @@
+                    os=Linux; \
+                  fi; \
+                  echo "\"Compiled on a $$os $$version system" \
+-                      "on `date +%Y-%m-%d`.\\n\"" ;; \
++                      "on `date +%Y-%m-%d`.\\\\n\"" ;; \
+          *) ;; \
+        esac; \
+        files="$(all-Banner-files)";                           \
+        if test -n "$$files"; then                             \
+-         echo "\"Available extensions:\\n\"";                 \
++         echo "\"Available extensions:\\\\n\"";                       \
+          sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
+              -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
+        fi) > $@T
index d016382eb5a8833a12966a0639177239a2b13369..1bd01707f97e96a206406e68b35b5d72f5435a06 100644 (file)
@@ -7,14 +7,6 @@ am_ET, ti_ER, ti_ET                    (syntax errors in LC_COLLATE)
 
 --- glibc-2.3.1/localedata/SUPPORTED.orig      Sat Feb 23 19:30:27 2002
 +++ glibc-2.3.1/localedata/SUPPORTED   Fri Feb 21 10:57:35 2003
-@@ -24,6 +25,7 @@
- be_BY/CP1251 \
- bg_BG/CP1251 \
- br_FR/ISO-8859-1 \
-+br_FR@euro/ISO-8859-15 \
- bs_BA/ISO-8859-2 \
- ca_ES/ISO-8859-1 \
- ca_ES@euro/ISO-8859-15 \
 @@ -112,6 +114,7 @@
  ko_KR.EUC-KR/EUC-KR \
  ko_KR.UTF-8/UTF-8 \
index da8ee496289ad089c232268f00f9c16d8f0c1917..cbdd55b223a92f0f4e2463fa42657e5435682962 100644 (file)
@@ -1,15 +1,17 @@
 --- glibc-2.1.94/nscd/nscd.conf~       Mon May  1 23:56:50 2000
 +++ glibc-2.1.94/nscd/nscd.conf        Sat Sep 23 01:18:07 2000
-@@ -21,9 +21,9 @@
+@@ -21,10 +21,10 @@
  #
  
  
 -#     logfile                 /var/log/nscd.log
 -#     threads                 6
 -#     server-user             nobody
+-#     stat-user               somebody
 +      logfile                 /var/log/nscd
 +      threads                 6
 +      server-user             nobody
++      stat-user               root
        debug-level             0
  
        enable-cache            passwd          yes
This page took 0.035725 seconds and 4 git commands to generate.