Change log for dietlibc package in Debian

151 of 51 results
Published in bookworm-release
Published in sid-release
dietlibc (0.34~cvs20160606-14) unstable; urgency=low

  * Ask dpkg-buildflags to keep LTO disabled. (Closes: #1015386)

 -- Thorsten Glaser <email address hidden>  Tue, 19 Jul 2022 19:07:37 +0200
Published in bullseye-release
Deleted in experimental-release (Reason: None provided.)
Superseded in sid-release
dietlibc (0.34~cvs20160606-12) unstable; urgency=low

  [ John David Anglin ]
  * Fix FTBFS due to bad syscall argument layout (Closes: #944489)

 -- Thorsten Glaser <email address hidden>  Sun, 10 Nov 2019 21:44:57 +0100
Superseded in sid-release
dietlibc (0.34~cvs20160606-11) unstable; urgency=low

  * d/patches/bugfixes/cflags.diff: retain main CFLAGS on amd64, x32
    which adds missing EXTRACFLAGS on x32 (Closes: #943429)
  * Bump Policy; slightly update packaging
  * Update lintian overrides
  * d/patches/bugfixes/x32-struct-member-sizes.diff: Correct some
    struct member sizes, partially spotted by Bernhard Übelacker,
    fix smashed stack from undersized buffer (Closes: #925359)
  * idem: fix useconds_t not being unsigned while here

 -- Thorsten Glaser <email address hidden>  Thu, 24 Oct 2019 21:47:00 +0200
Published in buster-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-10) unstable; urgency=high

  * Back out “add latest syscalls” backport: the .s files and most
    arches are not yet capable of handling 5-/6-argument syscalls

 -- Thorsten Glaser <email address hidden>  Mon, 08 Oct 2018 22:29:45 +0200
Superseded in sid-release
dietlibc (0.34~cvs20160606-9) unstable; urgency=high

  [ Larry Doolittle ]
  * Fix rare utime test failure

  [ Thorsten Glaser ]
  * Policy 4.2.1.1
    - Handle “terse” build option
    - I *think* we can R³=no
  * Backport some things from upstream
    - fix for FTBFS on IA64
    - some bounds and null/uninitialised plus warning fixes
    - add latest syscalls
  * Plug stack overflow in regex engine (FTBFS on alpha)
  * Fix weak symbols (FTBFS) on IA64
  * Hook up ppoll (needed for socketcall Debian patch) on IA64
  * Fix pthread SIGBUS (during atomic operations) on several
    architectures by making _pthread_fastlock.__spinlock and
    pthread_once_t “long”s (changes ABI but we’re static-only)
  * Fix pasto in UMEGAYA metadata

 -- Thorsten Glaser <email address hidden>  Sun, 07 Oct 2018 00:19:36 +0200
Deleted in experimental-release (Reason: None provided.)
Superseded in buster-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-8) unstable; urgency=medium

  [ Thorsten Glaser ]
  * Fix typo in <stddef.h> causing warning on offsetof() uses.
  * Refresh all patches.
  * Update VCS-* URIs for Salsa.
  * Fix build log scanner warnings.
  * Address lintian concerns.

  [ Larry Doolittle ]
  * Fix applications using newer Linux headers. (Closes: #883534)
  * Hook up the unshare() syscall.

 -- Thorsten Glaser <email address hidden>  Sun, 01 Jul 2018 20:32:34 +0200
Deleted in experimental-release (Reason: None provided.)
Superseded in buster-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-7) unstable; urgency=medium

  * Make builds reproducible on ARM by working around ld.bfd issue.

 -- Christian Seiler <email address hidden>  Mon, 03 Jul 2017 06:32:54 +0200
Superseded in experimental-release
Superseded in buster-release
Deleted in experimental-release (Reason: None provided.)
Published in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-6) unstable; urgency=medium

  [ Héctor Orón Martínez ]
  * debian/control: drop myself from maintainers field.

  [ Christian Seiler ]
  * arm64: fix accidental register reuse in __testandset (Closes: #851379)
  * Add Thorsten Glaser to Uploaders.

 -- Christian Seiler <email address hidden>  Sat, 18 Feb 2017 12:10:09 +0100
Superseded in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-5) unstable; urgency=medium

  * hppa: fix pthread_atfork() and getsockopt() FTBFS bugs
  * alpha: fix FTBFS due to same TCB / TP issue
  * alpha: fix __testandset return value
  * alpha: fix setjmp() (previously completely broken)
  * Unit tests: mark tst-calloc as expected failure on arm64 for now.
    This build failure is not a regression: the test was enabled only in
    the latest version, and would have failed im previous versions as well.

 -- Christian Seiler <email address hidden>  Wed, 25 Jan 2017 22:25:27 +0100
Superseded in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-4) unstable; urgency=medium

  * Also run unittests linked against -lpthread.
  * Only show unit test error output at the very end.
  * Don't override errno_location in libpthread if TLS is enabled.
    (Closes: #850276)
  * aarch64: define __clone, make clone a weak alias to it
  * Build __munmap_and_exit on x32.
  * Fix waitpid with -lpthread on s390, s390x, mips64 and ia64.
    (Closes: #844781)
  * s390x: fix __testandset.
  * Work around problem of atexit() functions accessing the TCB.
  * Fix libpthread's __thread_self on non-x86 platforms.

 -- Christian Seiler <email address hidden>  Fri, 06 Jan 2017 01:20:47 +0100
Superseded in experimental-release
Superseded in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-3) unstable; urgency=medium

  * Properly pass in CFLAGS from dpkg-buildflags.
    Rework Debian-specific patches to make sure we pass in dpkg-buildflags
    to dietlibc's build system. Also make sure that we pass -fno-pie and
    -no-pie to the build system so that the new default setting of gcc in
    Debian for PIE (enabled by default) is overridden, as static binaries
    don't support PIE. Drop the hardening patch that explicitly added
    stack protector support, as that is now passed in externally. This
    should also make the build reproducible again, as -fdebug-prefix-map
    is now passed to the compiler. (Closes: #837420)
  * Make dietlibc-doc a Multi-Arch: foreign package

 -- Christian Seiler <email address hidden>  Tue, 01 Nov 2016 02:32:22 +0100
Published in jessie-release
dietlibc (0.33~cvs20120325-6+deb8u1) jessie; urgency=high

  * Security: fix insecure default PATH. (Closes: #832169)
    Thanks to Thorsten Glaser <email address hidden> for discovering this

 -- Christian Seiler <email address hidden>  Sat, 23 Jul 2016 10:41:00 +0200
Superseded in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-2) unstable; urgency=high

  * Add missing socket-related syscalls on various architectures
    (Closes: #828848)
  * debian/unittests: add test for pselect()
  * debian/rules: dh_auto_install --max-parallel=1 (fixes incomplete
    packages, and FTBR due to non-determinism)
  * Security: fix insecure default PATH.
    Thanks to Thorsten Glaser <email address hidden> for discovering this

 -- Christian Seiler <email address hidden>  Wed, 20 Jul 2016 08:43:37 +0200
Superseded in stretch-release
Superseded in sid-release
dietlibc (0.34~cvs20160606-1) unstable; urgency=medium

  * Imported Upstream version 0.34~cvs20160606
      - Now includes all non-Debian-specific patches
      - x32: fix struct stat size (fixes memory corruption bug)
        (Closes: #826359)
      - arm64: add weak aliases for open/fork (fixes fopen())
  * debian/rules: Update get-orig-source to match current upstream version
  * debian/patches: rebase on new upstream version
  * debian/patches: reorganize patches for clarity
  * debian/unittests: add simple test for fopen()
  * Build unit tests with SSP enabled (Closes: #826360)
  * debian/unittests [ppc*]: temporarily disable SSP for tst-calloc
  * debian/copyright: reflect addition of glibc softfpu code

 -- Christian Seiler <email address hidden>  Mon, 06 Jun 2016 20:19:45 +0200
Superseded in sid-release
dietlibc (0.34~cvs20160508-1) unstable; urgency=medium

  * Merge changes from experimental to unstable
  * debian/patches: use Enrico Scholz's variant for TLS register access
  * debian/patches: Update Forwarded: headers

 -- Christian Seiler <email address hidden>  Sat, 04 Jun 2016 18:44:25 +0200
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.34~cvs20160508-1~exp7) experimental; urgency=medium

  * ppc: make posix_fadvise work (fixes FTBFS on ppc/ppcspe)

 -- Christian Seiler <email address hidden>  Mon, 30 May 2016 15:06:56 +0200
Superseded in experimental-release
dietlibc (0.34~cvs20160508-1~exp5) experimental; urgency=medium

  * arm64: fix struct stat member names (fixes FTBFS of rdeps)
  * arm64: properly handle errors from syscalls with 64bit return values
  * arm64: make readdir use getdents64, as getdents isn't available
  * mips64el: fix segfault after __longjmp ($gp is 64bit)
  * debian/unittests: run more upstream tests during build
  * arm64: return -1 on syscall error, not -errno (fixes mmap test failure)
  * debian/unittests: ignore specific unit test errors under qemu-user
  * sparc64: work around compiler bug w.r.t. TLS variable handling

 -- Christian Seiler <email address hidden>  Sun, 29 May 2016 23:18:27 +0200
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.34~cvs20160508-1~exp4) experimental; urgency=medium

  * arm64: fix FTBFS due to the kernel not implementing old syscalls

 -- Christian Seiler <email address hidden>  Sun, 15 May 2016 02:50:14 +0200
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.34~cvs20160508-1~exp3) experimental; urgency=medium

  * mips64el: update ptrace, sigcontext and socket definitions
  * mips64el: fix __testandset argument type (expects int, not long)
  * signal.h: fix off by one error (Closes: #677074)
  * arm64: add port of dietlibc to that architecture
  * debian/unittests: add test for stat() and syscall errno handling

 -- Christian Seiler <email address hidden>  Sat, 14 May 2016 08:07:25 +0200
Superseded in experimental-release
dietlibc (0.34~cvs20160508-1~exp2) experimental; urgency=medium

  * multiarch: add support for detecting ppc64el as a cross platform
  * debian/patches: reformat patch headers (DEP-3), add Forwarded: everywhere
  * diet wrapper: fix arch wrangling for some cross compiler (hppa, x32)
  * mip64el: add port of dietlibc to that architecture
  * debian/unittests: add strerror() unit test

 -- Christian Seiler <email address hidden>  Thu, 12 May 2016 02:07:11 +0200
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.34~cvs20160508-1~exp1) experimental; urgency=medium

  * New upstream CVS snapshot 0.34~cvs20160508
     - stdio.h bugfixes
     - Improved source code formatting in some routines
  * hppa: fix EWOULDBLOCK errno number
  * s390x: fix segfaults in programs due to setjmp/longjmp
  * alpha: fix signal handler return crash
  * sparc64: fix sigreturn segfault + suseconds_t size
  * Unit tests: move to separate script, run during dh_auto_test
  * debian/unittests: add two more tests (sigreturn, gettimeofday)
  * debian/control: Bump Standards-Version to 3.9.8 (no changes)
  * debian/rules: don't build dietlibc for arch-independent builds
  * debian/rules: don't run unit tests with DEB_BUILD_OPTIONS=nocheck
  * Let dh autocreate -dbgsym packages, compile with -g, don't strip *.o
  * debian/{postinst,prerm}: remove obsolete upgrade code
  * hardening: compile with -fstack-protector-strong
  * diet wrapper: properly mangle cross-compiler architecture names
  * Make dietlibc-dev Multi-Arch: same, move arch-depdendent libraries to
    /usr/lib/TRIPLET/diet
  * x32: use proper syscall number on sigreturn (fixes segfault)
  * debian/tests: add simple autopkgtests
  * debian/rules: enable parallel builds
  * Port glibc's software FPU for powerpcspe (Closes: #819069)
  * ppc64el: add port of dietlibc to that architecture

 -- Christian Seiler <email address hidden>  Sun, 08 May 2016 22:06:23 +0200
Superseded in experimental-release
dietlibc (0.34~cvs20160402.1-1~exp2) experimental; urgency=medium

  * hppa: fix trivial build failure

 -- Christian Seiler <email address hidden>  Sun, 03 Apr 2016 12:47:03 +0200
Superseded in experimental-release
dietlibc (0.34~cvs20160209.1-1~exp1) experimental; urgency=medium

  [ Christian Seiler ]
  * Imported Upstream version 0.34~cvs20160209.1
    (Closes: #757052, #741882)
  * Enable support for the x32 architecture
  * debian/watch: check for GPG signature of releases
  * debian/control: Add myself to Uploaders
  * debian/copyright: fix lintian warning, update metadata
  * debian/rules: update get-orig-source to match current version
  * Fix __lltostr parameter mismatch (Closes: #748037)
  * Switch to debhelper and dh-style debian/rules

  [ Reiner Herrmann ]
  * Reproducible builds: remove gzip timestamps and sort file lists
    (Closes: #813892)

  [ John David Anglin ]
  * Flush streams on return from main on hppa (Closes: #743254)

 -- Christian Seiler <email address hidden>  Thu, 17 Mar 2016 18:04:04 +0100
Superseded in stretch-release
Superseded in jessie-release
Superseded in sid-release
dietlibc (0.33~cvs20120325-6) unstable; urgency=low


  * Team upload.
  * Upload to unstable
  * debian/watch: Update for new download location, 0.33 is out
  * Remove myself from Uploaders
  * debian/control: Use canonical VCS-* URI, says lintian

 -- Thorsten Glaser <email address hidden>  Tue, 11 Feb 2014 21:48:06 +0100
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.33~cvs20120325-5) experimental; urgency=low


  [ Roland Stigge ]
  * Add support for the https://wiki.debian.org/PowerPCSPEPort
    (Closes: #694366)

 -- Thorsten Glaser <email address hidden>  Sun, 25 Nov 2012 21:41:02 +0000
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
dietlibc (0.33~cvs20120325-4) unstable; urgency=low


  [ Peter Michael Green ]
  * Tweak arm assembler patch so it works with armv6 vfp too.

  [ Thorsten Glaser ]
  * Fix jmp_buf size for armhf (Closes: #689222)

 -- Thorsten Glaser <email address hidden>  Sun, 30 Sep 2012 14:15:34 +0000
Superseded in wheezy-release
Superseded in sid-release
dietlibc (0.33~cvs20120325-3) unstable; urgency=low


  * Make the select testcase we run at build-time actually useful
  * Fix #394928 on ppc64, too (same patch, different directory)

 -- Thorsten Glaser <email address hidden>  Tue, 27 Mar 2012 20:18:03 +0000
Superseded in sid-release
dietlibc (0.33~cvs20120325-2) unstable; urgency=low


  * Upstream added a real mipsel port, use it instead of saying mips

 -- Thorsten Glaser <email address hidden>  Mon, 26 Mar 2012 19:01:10 +0000
Superseded in sid-release
dietlibc (0.33~cvs20120325-1) unstable; urgency=low


  * Fix compile time warning (utimes undeclared) on armel, armhf, ia64
  * Policy 3.9.3 (no relevant changes)
  * Add VCS-* fields to debian/control
  * Take new upstream CVS snapshot (CVE-2012-1577)
  * Add -fno-strict-aliasing to files that emit a warning otherwise
  * Drop patches merged upstream

 -- Thorsten Glaser <email address hidden>  Sun, 25 Mar 2012 15:52:21 +0000
Superseded in wheezy-release
Superseded in sid-release
dietlibc (0.33~cvs20111108-5) unstable; urgency=low


  * Really fix s390 (Probably Closes: #523110)

 -- Thorsten Glaser <email address hidden>  Sun, 20 Nov 2011 16:52:41 +0000
Superseded in sid-release
dietlibc (0.33~cvs20111108-4) unstable; urgency=low


  [ Thorsten Glaser ]
  * “Schlösser Alt” upload
  * Patch to fix the ssize_t definition, for -Wformat benefit
  * Testcase to catch a specifically aligned strlen bug, from
    mtest-ascii1 of the Debian mksh package
  * Patch for string functions to not read past end of allocation
  * Patch to make strtod not use 'long double' on alpha, sparc
    (and sparc64) to make it link again (Closes: #547404)

  [ Bastian Blank ]
  * Patch to fix sigsetjmp on s390 (Closes: #523110)

 -- Thorsten Glaser <email address hidden>  Sat, 19 Nov 2011 21:15:46 +0000
Superseded in sid-release
dietlibc (0.33~cvs20111108-3) unstable; urgency=low


  * The team of Héctor and me seems to have taken over well enough
    to close the ITA and drop Gerrit from Uploaders (Closes: #544060)
  * Upload to unstable
  * Enable s390x and sparc64 architectures, which are supported
    upstream, and see what happens

 -- Thorsten Glaser <email address hidden>  Fri, 11 Nov 2011 18:06:11 +0000
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.33~cvs20111108-2) experimental; urgency=low


  * Remove parisc/strstr.S again (Closes: #523086)
  * Next attempt: use = instead of .equ or .set

 -- Thorsten Glaser <email address hidden>  Thu, 10 Nov 2011 18:06:15 +0000
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.33~cvs20111108-1) experimental; urgency=low


  * debian/rules: New target "get-orig-source" to automate the
    process of exporting a CVS snapshot, without the CVS dirs,
    replace CR-LF line endings with LF ones, and tar it up
  * Update to cvs20111108
  * Use .equ instead of .set so it compiles on alpha
  * Honour nostrip for the diet* binaries, too (Closes: #436767)
  * Fix "debian/rules clean" not removing a ttt (test) binary
  * Make "lintian -vIiE --pedantic" clean
  * Repair ARM mmap syscall (Paul Brook, Timo Juhani Lindfors)

 -- Thorsten Glaser <email address hidden>  Tue, 08 Nov 2011 22:36:48 +0000
Superseded in experimental-release
dietlibc (0.33~cvs20110918-5) experimental; urgency=low


  * Remove more mentions of the gone dynamic linking support
  * quilt refresh all patches
  * Pass -fno-stack-protector from diet to gcc when dietlibc is
    compiled without SSP support because otherwise programs will
    segfault, as dietlibc does not set up the registers needed
  * Re-enable tc523086, as I believe the testcase is right, and
    if an armhf buildd fails, the buildd is bad (Closes: #644646)
  * Fix all lintian warnings except CVS in orig.tar.gz
    - debian/copyright Format URI, fix format (spurious newline)
    - add comment to d/patches/0014-sparc_v9-does-not-imply-arch64
    - remove the .comment section when stripping binaries
  * Honour DEB_BUILD_OPTIONS=nostrip as well

 -- Thorsten Glaser <email address hidden>  Thu, 03 Nov 2011 21:33:39 +0000
Superseded in wheezy-release
Superseded in sid-release
dietlibc (0.33~cvs20110918-4) unstable; urgency=low


  * d/rules: disable tc523086.c test on ARM (segfaults on armhf) 

 -- Hector Oron <email address hidden>  Fri, 07 Oct 2011 17:33:34 +0100
Superseded in sid-release
dietlibc (0.33~cvs20110918-3) unstable; urgency=low


  [ Thorsten Glaser ]
  * d/control: do not Recommend or Suggest the dietlibc package
    which is currently not built for any architecture
  * d/control: move homepage link from Description into its header

 -- Hector Oron <email address hidden>  Thu, 06 Oct 2011 13:51:39 +0100
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.33~cvs20110918-1) experimental; urgency=low


  [ Hector Oron ]
  * Update to cvs20110918. 
    - Fixes memchr('\0') (Closes: #582654)

  [ Thorsten Glaser ]
  * d/control: mention dynamic linking is currently disabled

 -- Hector Oron <email address hidden>  Sun, 18 Sep 2011 10:33:12 +0200
Superseded in wheezy-release
Superseded in sid-release
dietlibc (0.32-7) unstable; urgency=low


  * d/p/0019-fix-s390-setjmp.diff: fix setjmp.S FTBFS on s390.

 -- Hector Oron <email address hidden>  Sat, 17 Sep 2011 00:29:08 +0100
Deleted in experimental-release (Reason: None provided.)
dietlibc (0.33~cvs20110710-1) experimental; urgency=low
  * New upstream pre-release  * Bump Standards-Version  * Use DEP5 as copyright format   * Don't build arm* with DEBUG flag  * Use debian source format 3.0 (quilt)  * Move tc523086.c into debian/test directory   * Add local-options file   * Refresh debian patchset  * parisc/strstr.S: remove local removal  * strip elftrunc and dnsd resulting binaries -- Hector Oron <email address hidden>  Sun, 10 Jul 2011 23:48:50 +0100
Superseded in experimental-release
dietlibc (0.32-5.2exp1) experimental; urgency=low
  [ Thorsten Glaser ]  * Make Héctor Orón the new Maintainer (keeping Gerrit as Uploader)  * Add myself to Uploaders  * d/rules: run tests only if not cross compiling  * d/tc523086.c: add reduced testcase from pa-risc strstr bug  * d/rules: compile and try to execute tc523086 during build  * parisc/strstr.S: remove broken asm implementation (use generic)  * d/source/format, d/watch: add to please lintian -- Thorsten Glaser <email address hidden>  Tue, 08 Mar 2011 20:47:55 +0000
Superseded in wheezy-release
Superseded in sid-release
dietlibc (0.32-5.2) unstable; urgency=low
  * Non-maintainer upload.  * Add ARM (armel and armhf) support. (Closes: #459482)  -- Hector Oron <email address hidden>  Fri, 25 Feb 2011 00:35:53 +0000

Available diffs

Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
dietlibc (0.32-5.1) unstable; urgency=high
  * Non-maintainer upload.  * Fix sparc64 detection, based on a patch by Ivan Jager (closes: #604717).    Don't use defined(__sparc_v9__) to detect 64bit sparc, use    defined(__sparcv9) || defined(__arch64__) instead. -- Julien Cristau <email address hidden>  Mon, 27 Dec 2010 13:09:27 +0100
Superseded in sid-release
Superseded in squeeze-release
dietlibc (0.32-5) unstable; urgency=medium


  * debian/diff/0013-mips-divdi3.c-fix-include-path-to-longlong.h.diff:
    remove; obsolete.
  * debian/diff/0013-sparc-use-mcpu-v9-instead-of-mcpu-supersparc.diff:
    new; sparc: use -mcpu=v9 instead of -mcpu=supersparc (fixes libowfat
    build failure on sparc).

 -- Gerrit Pape <email address hidden>  Tue, 20 Apr 2010 19:38:47 +0000
Superseded in squeeze-release
Superseded in sid-release
dietlibc (0.32-4) unstable; urgency=low


  * debian/diff/0001-cvs-snapshot-20100209.diff: replace with
    debian/diff/0001-cvs-snapshot-20100320.diff: cvs snapshot 20100320
    (should fix build failure on mips[el]).

 -- Gerrit Pape <email address hidden>  Sat, 20 Mar 2010 13:36:20 +0000
Superseded in sid-release
dietlibc (0.32-3) unstable; urgency=low


  * debian/rules: add MYARCH var to make clean to not rely on the output
    of uname -m (fixes build failure on mips).
  * debian/diff/0013-mips-divdi3.c-fix-include-path-to-longlong.h.diff:
    new; mips/divdi3.c: fix include path to "longlong.h" (fixed build
    failure on mipsel).
  * debian/rules, debian/control: no longer build the i386 dietlibc
    package (shared libraries) (see also #544060, closes: #569816).

 -- Gerrit Pape <email address hidden>  Mon, 15 Feb 2010 22:25:03 +0000
Superseded in sid-release
dietlibc (0.32-2) unstable; urgency=low


  * debian/diff/0001-cvs-snapshot-20100209.diff: new; cvs snapshot
    20100209.
  * debian/implicit: update to revision a09db2e (thx Daniel Schepler,
    closes: #445819).
  * debian/control: Standards-Version: 3.8.3.0.
  * debian/rules: do not ignore-make-clean-error.

 -- Gerrit Pape <email address hidden>  Wed, 10 Feb 2010 10:12:22 +0000
Superseded in squeeze-release
Superseded in sid-release
dietlibc (0.32-1) unstable; urgency=low


  * Thanks Micah Anderson, Simon McVittie for NUMs.
  * debian/diff/0011-undefined-symbol-umount2-alpha-ia64.diff: rename
    to debian/diff/0011-Add-new-defines-to-indicate-which-...diff.
  * new upstream version (closes: #532897).
    * add %Z to strptime, make stdarg work with gcc 4.4 (closes:
      #530861).

 -- Gerrit Pape <email address hidden>  Tue, 22 Sep 2009 11:47:27 +0000
Superseded in squeeze-release
Published in lenny-release
Superseded in sid-release
dietlibc (0.31-1.2) unstable; urgency=medium


  * Non-maintainer upload from the Cambridge BSP.
  * debian/diff/0011-undefined-symbol-umount2-alpha-ia64.diff: treat
    __NR_umount as the 2-argument version on ia64 (really closes: #508397)
  * debian/diff/0012-Add-an-implementation-of-umount-3-for-ia64.diff:
    supply a 1-argument version of umount on ia64
  * Verified to pass MNT_DETACH to the kernel in the expected way on ia64
  * Verified with strace to do the same thing as glibc on architectures 
    representing the other three families mentioned in 0011-*.diff
    (i386, x86_64 and alpha)

 -- Simon McVittie <email address hidden>  Sat, 03 Jan 2009 17:11:00 +0000
Superseded in lenny-release
Superseded in sid-release
dietlibc (0.31-1.1) unstable; urgency=high


  * Non-maintainer upload.
  * debian/diff/0011-undefined-symbol-umount2-alpha-ia64.diff: 
    new; util-vserver: fails to compile on alpha and ia64 due to
    unresolved umount2 symbols, thanks to Daniel Hokka Zakrisson and
    Herbert Poetzel, closes: #508397)

 -- Micah Anderson <email address hidden>  Thu, 11 Dec 2008 11:28:17 -0500
Superseded in sid-release
Superseded in lenny-release
dietlibc (0.31-1) unstable; urgency=low


  * new upstream version.
  * debian/control: Recommends: dietlibc (= ${source:Version}) instead of
    ${Source-Version}.
  * debian/diff/????-cvs-snapshot-200705030800.diff: remove; obsolete.
  * debian/diff/????-arm-syscalls.h-fix-__ARGS_-according-to-comment.diff,
    debian/diff/????-arm-syscalls.h-add-__ARGS_mbind-__ARGS_get_mempolic.diff:
    remove; fixed upstream.
  * debian/diff/0010-util-vserver-vsched-fails-to-read-config-directory.diff:
    new; util-vserver: vsched fails to read config directory (patch from
    http://people.linux-vserver.org/~dhozac/p/m/delta-dietdirent-fix01.diff,
    thx Daniel Hokka Zakrisson, closes: #435538).

 -- Gerrit Pape <email address hidden>  Sun, 26 Aug 2007 10:02:26 +0000
151 of 51 results