glibc.git
9 years agolocal-all-no-archive
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
local-all-no-archive

Gbp-Pq: Topic localedata
Gbp-Pq: Name local-all-no-archive.diff

9 years agoLC_COLLATE-keywords-ordering
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
LC_COLLATE-keywords-ordering

Be less strict about keywords ordering in LC_COLLATE section, to
ease definition of new scripts.

Submitted upstream: BZ690

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: BZ690
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name LC_COLLATE-keywords-ordering.diff

9 years agoLC_IDENTIFICATION-optional-fields
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
LC_IDENTIFICATION-optional-fields

In LC_IDENTIFICATION, audience, application and abbreviation keywords
are optional, thus do not report an error if they are not defined.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name LC_IDENTIFICATION-optional-fields.diff

9 years agolocale-print-LANGUAGE
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
locale-print-LANGUAGE

Comments tell that LANG has to be the first value, and LC_ALL the last
one.  Thus LANGUAGE is printed between them.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name locale-print-LANGUAGE.diff

9 years agopreprocessor-collate
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
preprocessor-collate

Allow preprocessor-like directives.  These keywords were already
defined in locale/programs/locfile-kw.h, an implementation for
'define', 'undef', 'ifdef', 'else' and 'endif' is now provided in
locale/programs/ld-collate.c.  For the moment, 'ifndef' and 'elif'
are not implemented because they do not appear in locfile-kw.h.
This patch is harmless, it only adds new keywords.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: BZ686
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name preprocessor-collate.diff

9 years agopreprocessor-collate-uli-sucks
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
preprocessor-collate-uli-sucks

Gbp-Pq: Topic locale
Gbp-Pq: Name preprocessor-collate-uli-sucks.diff

9 years agofix-LC_COLLATE-rules
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
fix-LC_COLLATE-rules

Gbp-Pq: Topic locale
Gbp-Pq: Name fix-LC_COLLATE-rules.diff

9 years agocheck-unknown-symbols
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
check-unknown-symbols

Check for unknown symbols in collation rules.  This is useful to detect
broken locales since unknown symbols are always wrong.

This request has not been submitted upstream yet.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name check-unknown-symbols.diff

9 years agogit-updates
GNU Libc Maintainers [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
git-updates

GIT update of git://sourceware.org/git/glibc.git/release/2.24/master from glibc-2.24

Gbp-Pq: Name git-updates.diff

9 years agoglibc (2.24-9) unstable; urgency=medium
Aurelien Jarno [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
glibc (2.24-9) unstable; urgency=medium

  [ Samuel Thibault ]
  * hurd-i386/tg-libpthread-gsync-mutex.diff: Update patch, fixes trylock
    error return.
  * hurd-i386/tg-magic-pid.diff: New patch, add support for /proc/self.
  * hurd-i386/tg-mlockall.diff: New patch, add support for mlockall.
    - control: Bump gnumach-dev build-depend accordingly.
  * hurd-i386/tg-gsync-libc.diff: Fix linking against built libmachuser
    instead of installed libmachuser.
  * libc0.3.symbols.hurd-i386: Add vm_wire_all symbols.

  [ Aurelien Jarno ]
  * debian/sysdeps/{amd64,i386,x32}.mk: disable lock elision (aka Intel TSX)
    on x86 architectures. This causes programs (wrongly) unlocking an already
    unlocked mutex to abort. More importantly most of the other distributions
    decided to disable it, so we don't want to be the only distribution left
    testing this code path.  Closes: #850182.
  * debian/rules.d/build.mk: pass --no-recursion before -T in the call to tar
    to workaround or fix bug#829738. This reduces the size of the glibc-source
    package by 40%
  * debian/patches/localedata/supported.diff: rename the kk_KZ locale with the
    RK1048 charset to kk_KZ.RK1048 to avoid conflicting with the kk_KZ locale
    with the PT154 charset.  Closes: #847596.
  * debian/patches/git-updates.diff: update from upstream stable branch:
    - debian/patches/alpha/submitted-math-fixes.diff: Drop, merged upstream.
  * patches/any/cvs-resolv-internal-qtype.diff: patch from upstream to fix a
    NULL pointer dereference in libresolv when receiving a T_UNSPEC internal
    QTYPE (CVE-2015-5180).  Closes: #796106.
  * Make the package build reproducibly, thanks to Ximin Luo for the patch.
Closes: #783210.
    - debian/rules: export SOURCE_DATE_EPOCH when not building with
      dpkg-buildpackage.
    - debian/rules.d/build.mk: use --clamp-mtime instead of touching the
      files.
    - debian/rules.d/debhelper.mk: do not chmod +x the shell script, call
      it with sh instead.
  * debian/rules.d/control.mk: Add the sh3 architecture to libc6_archs.
Closes: #850565.
[dgit import unpatched glibc 2.24-9]

9 years agoImport glibc_2.24-9.debian.tar.xz
Aurelien Jarno [Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)]
Import glibc_2.24-9.debian.tar.xz

[dgit import tarball glibc 2.24-9 glibc_2.24-9.debian.tar.xz]

10 years agoImport glibc_2.24.orig.tar.xz
Aurelien Jarno [Thu, 4 Aug 2016 01:13:12 +0000 (01:13 +0000)]
Import glibc_2.24.orig.tar.xz

[dgit import orig glibc_2.24.orig.tar.xz]