]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-locale-C-pld.patch
- rel 3; fixes from git including CVE-2104-7817 fix
[packages/glibc.git] / glibc-locale-C-pld.patch
1 diff -dur glibc-2.18.orig/localedata/SUPPORTED glibc-2.18/localedata/SUPPORTED
2 --- glibc-2.18.orig/localedata/SUPPORTED        2013-12-19 14:18:32.000000000 +0100
3 +++ glibc-2.18/localedata/SUPPORTED     2013-12-19 14:20:25.000000000 +0100
4 @@ -1,6 +1,7 @@
5  # This file names the currently supported and somewhat tested locales.
6  # If you have any additions please file a glibc bug report.
7  SUPPORTED-LOCALES=\
8 +C.UTF-8/UTF-8 \
9  aa_DJ.UTF-8/UTF-8 \
10  aa_DJ/ISO-8859-1 \
11  aa_ER/UTF-8 \
12 diff -dur glibc-2.18.orig/localedata/locales/C glibc-2.18/localedata/locales/C
13 --- glibc-2.18.orig/localedata/locales/C        2013-12-19 14:18:34.000000000 +0100
14 +++ glibc-2.18/localedata/locales/C     2013-12-19 14:47:06.000000000 +0100
15 @@ -8,18 +8,26 @@
16  source     ""
17  address    ""
18  contact    ""
19 -email      "aurel32@debian.org"
20 +email      "pld-devel-en@lists.pld-linux.org"
21  tel        ""
22  fax        ""
23  language   "C"
24  territory  ""
25  revision   "1.5"
26 -date       "2012-11-18"
27 +date       "2013-12-19"
28  %
29  category  "C:2012";LC_IDENTIFICATION
30  category  "C:2012";LC_CTYPE
31  category  "C:2012";LC_COLLATE
32  category  "C:2012";LC_TIME
33 +category  "C:2013";LC_NUMERIC
34 +category  "C:2013";LC_MONETARY
35 +category  "C:2013";LC_MESSAGES
36 +category  "C:2013";LC_PAPER
37 +category  "C:2013";LC_NAME
38 +category  "C:2013";LC_ADDRESS
39 +category  "C:2013";LC_TELEPHONE
40 +category  "C:2013";LC_MEASUREMENT
41  END LC_IDENTIFICATION
42  
43  LC_CTYPE
44 @@ -395036,3 +395044,70 @@
45  <U0025><U005A><U0020><U0025><U0059>"
46  
47  END LC_TIME
48 +
49 +LC_NUMERIC
50 +copy   "POSIX"
51 +END LC_NUMERIC
52 +
53 +LC_MONETARY
54 +% This is the POSIX Locale definition for
55 +% the LC_MONETARY category.
56 +%
57 +%int_curr_symbol     ""
58 +currency_symbol     ""
59 +mon_decimal_point   "<U002E>"
60 +mon_thousands_sep   ""
61 +mon_grouping        -1
62 +positive_sign       ""
63 +negative_sign       ""
64 +int_frac_digits     -1
65 +frac_digits         -1
66 +p_cs_precedes       -1
67 +p_sep_by_space      -1
68 +n_cs_precedes       -1
69 +n_sep_by_space      -1
70 +p_sign_posn         -1
71 +n_sign_posn         -1
72 +%
73 +
74 +% value from POSIX gives: "value of field `int_curr_symbol' has wrong length"
75 +int_curr_symbol     "<U0055><U0053><U0044><U0020>"
76 +END LC_MONETARY
77 +
78 +LC_MESSAGES
79 +copy   "POSIX"
80 +END LC_MESSAGES
81 +
82 +LC_PAPER
83 +% from locale/C-paper.c
84 +height   297
85 +width    210
86 +END LC_PAPER
87 +
88 +LC_NAME
89 +% from locale/C-name.c
90 +name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0067><U0025><U0074><U0025><U006D><U0025><U0074><U0025><U0066>"
91 +name_miss   ""
92 +name_mr     ""
93 +name_mrs    ""
94 +name_ms     ""
95 +END LC_NAME
96 +
97 +LC_ADDRESS
98 +% from locale/C-address.c
99 +postal_fmt    "<U0025><U0061><U0025><U004E><U0025><U0066><U0025><U004E>/
100 +<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
101 +<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
102 +<U004E><U0025><U0043><U002D><U0025><U007A><U0020><U0025><U0054><U0025>/
103 +<U004E><U0025><U0063><U0025><U004E>"
104 +END LC_ADDRESS
105 +
106 +LC_TELEPHONE
107 +% from locale/C-telephone.c
108 +tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
109 +END LC_TELEPHONE
110 +
111 +LC_MEASUREMENT
112 +% from locale/C-measurement.c
113 +measurement    1
114 +END LC_MEASUREMENT
This page took 0.068329 seconds and 3 git commands to generate.