Change logs for klibc source package in Sid

  • klibc (2.0.13-4) unstable; urgency=medium
    
      [ Sven Joachim ]
      * debian/initramfs-tools/hooks/klibc-utils: Avoid the use of "cp -n"
        (Closes: #1055694).
    
      [ Salvatore Bonaccorso ]
      * debian/control: Add myself to Uploaders
    
     -- Salvatore Bonaccorso <email address hidden>  Wed, 21 Feb 2024 13:08:58 +0100
  • klibc (2.0.13-2) unstable; urgency=medium
    
      * d/rules: Handle loong64 architecture (thanks to Peng Fan)
        (Closes: #1053742)
    
     -- Ben Hutchings <email address hidden>  Tue, 24 Oct 2023 18:11:43 +0200
  • klibc (2.0.13-1) unstable; urgency=medium
    
      * New upstream version:
        - time: Use clock_* system calls for time-of-day and sleep
          (Closes: #923098)
        - Install command links as appropriate (LP: #2028571)
    
     -- Ben Hutchings <email address hidden>  Mon, 31 Jul 2023 15:04:13 +0200
  • klibc (2.0.12-1) unstable; urgency=medium
    
      * New upstream version:
        - mips64: Fix struct stat layout (Closes: #1030673)
    
     -- Ben Hutchings <email address hidden>  Sun, 12 Feb 2023 23:57:04 +0100
  • klibc (2.0.11-1) unstable; urgency=medium
    
      * New upstream version:
        - Kbuild: Properly disable executable stacks in static builds
          (Closes: #1020883)
        - fcntl: Fix build failure for some architectures with Linux 5.19
          (fixes FTBFS on several architectures)
    
      [ Debian Janitor ]
      * Remove constraints unnecessary since buster:
        + klibc-utils: Drop versioned constraint on initramfs-tools in Breaks.
    
      [ Ben Hutchings ]
      * lintian: Update override in libklibc for lintian 2.115
    
     -- Ben Hutchings <email address hidden>  Sun, 02 Oct 2022 03:09:49 +0200
  • klibc (2.0.10-4) unstable; urgency=medium
    
      * d/control, d/rules: Remove ccache from $PATH instead of Build-Conflicting
      * d/salsa-ci.yml: Add CI configuration for salsa.debian.org
      * d/tests: Add klcc smoke test
      * Fix header installation from out-of-tree build (Closes: #1004465)
    
     -- Ben Hutchings <email address hidden>  Mon, 31 Jan 2022 00:28:16 +0100
  • klibc (2.0.10-3) unstable; urgency=medium
    
      * ia64: Fix out-of-tree build
    
     -- Ben Hutchings <email address hidden>  Sat, 01 Jan 2022 16:55:44 +0100
  • klibc (2.0.10-2) unstable; urgency=medium
    
      * Use KCFLAGS to pass options to Kbuild, rather than CFLAGS and LDFLAGS
        (fixes FTBFS on several architectures)
    
     -- Ben Hutchings <email address hidden>  Fri, 31 Dec 2021 15:05:03 +0100
  • klibc (2.0.10-1) unstable; urgency=medium
    
      * New upstream version:
        - Build fixes for Clang (Closes: #787063):
          - Kbuild: Fix include path for Clang builds
          - sparc64: Remove redundant/unsupported compiler option -mptr64
          - s390: mmap: Change inline assembly to work with Clang
      * debian/rules: Pass through $(CC), $(CC_FOR_BUILD), and $(LD) to ease
        building with alternate toolchain
      * debian/rules: Build under debian/build
      * debian/rules: Put test output under debian/build
      * Fix warnings from dh_missing:
        - debian/not-installed: Note duplicate klibc-<hash>.so as not installed
        - debian/libklibc-dev.manpages: Install klcc.1 from debian/tmp
      * debian/*.{install,manpages}: Delete redundant debian/tmp/ prefixes
      * libklibc-dev: Add generated perl dependency for klcc
      * debian/*.lintian-overrides: Delete obsolete overrides
      * debian/libklibc.lintian-overrides: Override
        arch-dependent-file-not-in-arch-specific-directory
      * Kbuild: Use provided CFLAGS, LDFLAGS
      * debian/rules: Use -f{debug,macro}-prefix-map to keep build dir out of
        binaries
    
     -- Ben Hutchings <email address hidden>  Thu, 30 Dec 2021 21:54:47 +0100
  • klibc (2.0.9-1) unstable; urgency=medium
    
      * New upstream version
      * armhf: Update compiler options for gcc 11 (Closes: #996906)
      * sig{set,long}jmp: do not ignore sigsetjmp's second argument
        (Closes: #988027)
      * Fix implementation of utimes
    
     -- Ben Hutchings <email address hidden>  Mon, 27 Dec 2021 00:17:05 +0100
  • klibc (2.0.8-6.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * {set,long}jmp [s390x]: save/restore the correct FPU registers
        (f8‥f15 not f1/f3/f5/f7) (Closes: #943425)
    
     -- Thorsten Glaser <email address hidden>  Thu, 27 May 2021 00:12:10 +0200
  • klibc (2.0.8-6) unstable; urgency=medium
    
      * Upload to unstable
      * malloc: Set errno on failure
      * malloc: Fail if requested size > PTRDIFF_MAX (CVE-2021-31873)
      * calloc: Fail if multiplication overflows (CVE-2021-31870)
      * cpio: Fix possible integer overflow on 32-bit systems (CVE-2021-31872)
      * cpio: Fix possible crash on 64-bit systems (CVE-2021-31871)
    
     -- Ben Hutchings <email address hidden>  Fri, 30 Apr 2021 03:05:23 +0200
  • klibc (2.0.8-1) unstable; urgency=medium
    
      [ Ben Hutchings ]
      * New upstream version:
        - ipconfig: Ignore NTP server address and any additional fields
          (Closes: #931416)
        - Kbuild: Add "-fcommon" for clang builds (Closes: #957405)
        - Kbuild: Add a per-architecture option to disable exectable stacks
        - arch: Explicitly disable or enable executable stacks (Closes: #959070)
      * debian/control: Use my debian.org email in Uploaders field
      * Use debhelper compatibility level 12:
        - Build-Depend on debhelper-compat and remove debian/compat
        - debian/klibc-utils.triggers: Delete as redundant
      * debian/rules: Really disable stripping libc.so in libklibc-dev
    
      [ Debian Janitor ]
      * Trim trailing whitespace.
      * Set upstream metadata fields: Repository.
    
     -- Ben Hutchings <email address hidden>  Fri, 21 Aug 2020 01:34:13 +0100
  • klibc (2.0.7-1) unstable; urgency=medium
    
      [ Ben Hutchings ]
      * New upstream version:
        - klcc: Enable stripping even if CONFIG_DEBUG_INFO is enabled
        - run-init: Allow the initramfs to be persisted across root changes
          (thanks to Matthew Garrett)
        - ipconfig: Implement support -d ...:dns0:dns1 options (Closes: #931416)
        - Kbuild: Work around broken "ar s" in binutils 2.32 (see #941921)
      * debian/rules: Reorganise make flags variables
      * debian/rules: Define ARCH for klibc, for all architectures
      * debian/rules: Delete redundant architecture mappings
      * debian/rules: Delete redundant export
      * klibc-utils: Trigger update-initramfs on install/upgrade
      * initramfs-tools: Don't install commands that already exist in /sbin
      * initramfs-tools: Exclude kinit and zcat commands earlier
      * initramfs-tools: Exclude gzip command
      * Drop "resume: Backward compatibility for resume_offset", which will
        not be needed in the next release
      * [klibc] fstype: Drop obsolete support for "ext4dev" (Closes: #932926)
      * debian/control: Set Maintainer to Debian Kernel Team; move maks to
        Uploaders
    
      [ James Clarke ]
      * debian/control: Restrict m4 build dependency to just sparc
    
      [ Helmut Grohne ]
      * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #922814)
    
     -- Ben Hutchings <email address hidden>  Tue, 08 Oct 2019 02:14:11 +0100
  • klibc (2.0.6-1) unstable; urgency=medium
    
      * New upstream version:
        - ia64: Fix shared build (thanks to James Clarke)
        - Drop nearly all patches, which are either included or obsoleted
      * debian/control: Change Architecture of all packages to linux-any
      * debian/control: Mark libklibc as M-A: same (suggested by Matthias Klose)
      * debian/control: Mark klibc-utils as M-A: foreign
      * initramfs-tools: Remove checks for shell installed as "sh.shared"
      * debian/rules: Change override_dh_auto_test rule to actually run tests
    
     -- Ben Hutchings <email address hidden>  Fri, 01 Feb 2019 05:00:57 +0000
  • klibc (2.0.5-2) unstable; urgency=medium
    
      * Drop redundant patch "Include the multiarch include directory in klcc's
        path"
      * Drop "Fix klibc Debian specific build trouble" and introduce links in
        debian/rules
      * Fix up debug symbol support:
        - Use -Ttext-segment to link shared library on all arches (Closes: #919855)
        - Drop "kbuild: Enable build IDs"
        - Kbuild: Add option to install unstripped binaries
        - Kbuild: Enable full debug information
        - Set CONFIG_DEBUG_INFO instead of overriding STRIP
    
     -- Ben Hutchings <email address hidden>  Sun, 20 Jan 2019 22:49:25 +0000
  • klibc (2.0.5-1) unstable; urgency=medium
    
      * New upstream version:
        - Drop most of our patches, which are now included upstream
    
      [ Ben Hutchings ]
      * Simplify commands to set up UAPI headers directory
      * debian/rules: Use $(MAKE) for recursive make
      * Build debug symbols packages
      * libklibc-dev: Remove redundant copy of shared library
      * Fix cross-building for powerpc*, ppc*, s390x
    
      [ Benjamin Drung ]
      * Fix shellcheck issues in initramfs-tools hook
    
     -- Ben Hutchings <email address hidden>  Sat, 19 Jan 2019 02:53:52 +0000
  • klibc (2.0.4-15) unstable; urgency=medium
    
      * resume: Write resume_offset attribute
      * resume: Backward compatibility for resume_offset
      * x86_64: Use -Ttext-segment to avoid address collision
      * i386: Use -Ttext-segment to avoid address collision
      * Disable PIE, since we link all executables as non-relocatable
        (Closes: #907404)
    
     -- Ben Hutchings <email address hidden>  Sun, 06 Jan 2019 19:33:01 +0000
  • klibc (2.0.4-14) unstable; urgency=medium
    
      [ James Clarke ]
      * [klibc] Fix sparc assembly when compiled as PIC (Closes: #885852)
    
     -- Ben Hutchings <email address hidden>  Thu, 19 Jul 2018 01:13:54 +0100
  • klibc (2.0.4-13) unstable; urgency=medium
    
      * [klibc] rename, renameat: Use renameat2() system call
      * [klibc] Add RISC-V (RV64) port
      * debian/rules: Add architecture mapping for riscv64
      * debian/control: Drop obsolete build-dependency on bison
      * debian/control: Restrict build-dependency on m4 to sparc, sparc64
      * debian/patches: Add Forwarded fields as appropriate
      * debian/rules: Add architecture mapping for sparc64
    
     -- Ben Hutchings <email address hidden>  Wed, 18 Jul 2018 00:27:22 +0100
  • klibc (2.0.4-12) unstable; urgency=medium
    
      [ Ben Hutchings ]
      * debian/control: Point Vcs URLs to Salsa
      * debian/klibc-utils.postinst: Remove diversion of initramfs-tools hook
        script (Closes: #886939)
      * [klibc] mips64: compile with -mno-abicalls, thanks to James Cowgill
        (Closes: #891924)
      * reboot: Add support for reboot syscall argument, thanks to Alfonso
        Sanchez-Beato (Closes: #863761, LP: #1692494)
      * [klibc] x86_64: Reduce ld max-page-size option again (Closes: #903849)
      * Never clean files in quilt status directory
    
      [ Frank Scheiner ]
      * [klibc] ia64: Build static tools (again)
    
      [ Benjamin Drung ]
      * ipconfig: Implement classless static routes (Closes: #884716, LP: #1526956)
      * mount_main: Fix empty string check
    
     -- Ben Hutchings <email address hidden>  Sun, 15 Jul 2018 22:22:07 +0100
  • klibc (2.0.4-11) unstable; urgency=medium
    
      * Apply i386 syscall changes from upstream (fixes FTBFS):
        - [klibc] i386: remove special handling of socketcall
        - [klibc] Add accept4(), handle fallback from accept() to accept4()
    
     -- Ben Hutchings <email address hidden>  Sat, 30 Dec 2017 22:09:36 +0000
  • klibc (2.0.4-10) unstable; urgency=medium
    
      [ Steve Langasek ]
      * debian/patches/broadcast_dhcp_send.patch: Set broadcast when sending
        DHCPREQUEST and DHCPDISCOVER.  Thanks to Mathieu Trudel-Lapierre
        <email address hidden>.  Closes: #733988, LP:
        #1327412.
      * debian/patches/dhcp-one-socket-per-interface.patch: Use separate
        sockets for DHCP from multiple interfaces.  Thanks to Jay Vosburgh
        <email address hidden>.  Closes: #852480, LP: #1652348.
    
      [ Ben Hutchings ]
      * Drop patches no longer required after stretch release:
        - "Fix minimal mv to work across fs"
        - "Implement realpath()" and "readlink: Add -f option"
        - "syscalls: Override detection of direct socket syscalls on i386, m68k,
          s390"
      * Replace diversion of initramfs-tools' klibc hook script with versioned
        Breaks
      * debian/control: Bump Standards-Version to 4.1.2; no changes required
      * debian/rules: Use /usr/share/dpkg/architecture.mk
      * Use debhelper compatibility level 9
    
     -- Ben Hutchings <email address hidden>  Fri, 29 Dec 2017 00:58:39 +0000
  • klibc (2.0.4-9) unstable; urgency=medium
    
      * Change dh_fixperms arguments to restore binary reproducibility
      * initramfs-tools: Ensure busybox's hook runs before ours if it is
        going to be used in the initramfs (Closes: #823323)
    
     -- Ben Hutchings <email address hidden>  Sun, 08 May 2016 21:59:37 +0100
  • klibc (2.0.4-8) unstable; urgency=medium
    
      * run-init: Update documentation comment to cover -n option
      * Add initramfs-tools hook script, in preparation for dropping it from
        the initramfs-tools-core package
    
     -- Ben Hutchings <email address hidden>  Wed, 10 Feb 2016 23:33:55 +0000
  • klibc (2.0.4-7) unstable; urgency=medium
    
      * Drop "revert upstream nuked insmod", as nothing needs it any more
      * Drop "Use static tools on IA64", as this architecture is dead
      * Drop "Use static tools on ppc64", as shared builds appear to work now
      * run-init: Add dry-run mode
    
     -- Ben Hutchings <email address hidden>  Mon, 18 Jan 2016 17:02:18 +0000
  • klibc (2.0.4-6) unstable; urgency=medium
    
      * Revert "syscalls: Use direct socket syscalls on i386" (Closes: #809927)
      * syscalls: Override detection of direct socket syscalls on i386, m68k, s390
    
     -- Ben Hutchings <email address hidden>  Tue, 05 Jan 2016 21:18:07 +0000
  • klibc (2.0.4-5) unstable; urgency=medium
    
      * syscalls: Use direct socket syscalls on i386 (Closes: 809423).
        This requires Linux 4.3.
    
     -- Ben Hutchings <email address hidden>  Mon, 04 Jan 2016 19:14:50 +0000
  • klibc (2.0.4-4) unstable; urgency=medium
    
      * Fix another issue that prevents a reproducible build:
        - Use dh_lintian-overrides instead of direct installation
    
     -- Ben Hutchings <email address hidden>  Sat, 19 Sep 2015 11:23:44 +0200
  • klibc (2.0.4-3) unstable; urgency=medium
    
      * Fix issues that prevent a reproducible build:
        - Install headers with consistent mode
        - dash: mkbuiltins: Fix sort order harder
      * debian/watch: Look for xz-compressed tarballs (Closes: #778299)
        and use HTTP-S
      * Remove udebs as they are no longer used (see #653840)
      * [klibc] Add pread and pwrite 32bit syscall wrappers for parisc
        (Closes: #745660)
      * [klibc] ppc64: fix struct stat (Closes: #783292)
      * debian/control: Add Build-Conflicts: ccache (Closes: #777217)
      * gzip: Fix silent fallback to decompression (Closes: #355809)
      * [klibc] mips/setjmp.S: don't save and restore floating-point registers
        (Closes: #789683)
      * debian/rules: Fix mips* architecture mapping (fixes FTBFS on mips, mipsel)
      * debian/control: Change Vcs-Git, Vcs-Browser and Homepage to canonical
        HTTP-S URLs
      * debian/control: Bump Standards-Version to 3.9.6; no changes required
    
     -- Ben Hutchings <email address hidden>  Fri, 18 Sep 2015 23:39:49 +0200
  • klibc (2.0.4-2.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Add mips64 support. (Closes: #741241)
    
     -- YunQiang Su <email address hidden>  Thu, 27 Aug 2015 21:17:00 +0800
  • klibc (2.0.4-2) unstable; urgency=medium
    
    
      * debian/control: Add myself to Uploaders
      * [klibc] MIPS: Update archfcntl.h (fixes FTBFS)
      * Fix compiler warning in usr/klibc/realpath.c
    
     -- Ben Hutchings <email address hidden>  Sun, 05 Oct 2014 01:13:31 +0100
  • klibc (2.0.4-1.2) unstable; urgency=medium
    
    
      * Non-maintainer upload
      * Implement features needed for mounting /usr in initramfs (Closes: #763049):
        - Implement realpath()
        - readlink: Add -f option
        - mount: Implement -o defaults
      * debian/rules: Fix clean when userland and kernel architecture differ
    
     -- Ben Hutchings <email address hidden>  Sat, 04 Oct 2014 17:01:24 +0100
  • klibc (2.0.4-1.1) unstable; urgency=medium
    
    
      [ Aurelien Jarno ]
      * Non-maintainer upload.
    
      [ Mauricio Faria de Oliveira ]
      * Add ppc64el-load-toc-syscall-stub.patch: fix segfault on dynamically-linked
        binaries on ppc64el. (Closes: #749060)
    
     -- Aurelien Jarno <email address hidden>  Wed, 17 Sep 2014 13:47:02 +0200
  • klibc (2.0.4-1) unstable; urgency=medium
    
    
      * New upstream release (x86, readlink) (closes: #760587)
    
     -- maximilian attems <email address hidden>  Thu, 11 Sep 2014 21:23:25 +0200
  • klibc (2.0.3-1) unstable; urgency=medium
    
    
      * New upstream release (arm64, ppc64) (closes: #698018, #744884)
        Thanks to Steve Capper <email address hidden>
        and Anton Blanchard <email address hidden>.
      * Pump standard version to 3.9.5 without changes.
    
     -- maximilian attems <email address hidden>  Mon, 21 Apr 2014 10:52:22 -0700
  • klibc (2.0.2-1) unstable; urgency=low
    
    
      * New upstream release (dash, arm)
        - drop merged patches
        - build fixes for Linux > 3.4 (closes: #702068)
    
     -- maximilian attems <email address hidden>  Mon, 19 Aug 2013 22:59:22 +0200
  • klibc (2.0.1-3.1) unstable; urgency=low
    
    
      * Non-maintainer upload with consent of maintainer.
      * Add migration script for /usr/share/doc/libklibc-dev (Closes: #692951)
    
     -- Thorsten Glaser <email address hidden>  Sun, 11 Nov 2012 11:30:14 +0000
  • klibc (2.0.1-3) unstable; urgency=medium
    
    
      [ Bill Pringlemeir ]
      * [f05ff11] [klibc] fix ARM longjmp with zero 'val'.
    
     -- maximilian attems <email address hidden>  Mon, 08 Oct 2012 21:57:01 +0200
  • klibc (2.0.1-2) unstable; urgency=low
    
    
      [ Sven Joachim ]
      * [08c03cf] klibc: produces 64-bit binaries on i386 with x86_64 kernel
        (Closes: #677087)
    
      [ Thorsten Glaser ]
      * [d8eae3a] [klibc] arm: fix trashing of callee-saved registers in thumb
         setjmp() (Closes: #634890)
      * [81170b5] [klibc] arm: unbreak armhf shared binaries (those with thumb)
      * [aeb7847] armhf builds are always thumb
    
      [ Jim Meyering ]
      * [9ba90cd] [klibc] Avoid overflow for very long variable name
    
     -- maximilian attems <email address hidden>  Mon, 01 Oct 2012 15:54:05 +0200
  • klibc (2.0.1-1) unstable; urgency=high
    
    
      * New upstream release (nfsmount, get{host,domain}name())
      * debian/watch: fix file for new repo layout.
    
     -- maximilian attems <email address hidden>  Thu, 28 Jun 2012 18:29:48 +0200
  • klibc (2.0-2) unstable; urgency=low
    
    
      * debian/control: Add breaks to initramfs-tools for ipconfig /run switch.
    
     -- maximilian attems <email address hidden>  Thu, 31 May 2012 15:42:03 +0200
  • klibc (2.0-1) unstable; urgency=low
    
    
      * New upstream release (arch, ipconfig)
        - ipconfig support domain-search, lease (closes: #627166)
    
     -- maximilian attems <email address hidden>  Thu, 31 May 2012 15:05:55 +0200
  • klibc (2.0~rc5-1) unstable; urgency=low
    
    
      * New upstream snapshot (arch fixes) (closes: #673413)
    
     -- maximilian attems <email address hidden>  Fri, 18 May 2012 18:16:51 +0200
  • klibc (2.0~rc4-1) unstable; urgency=low
    
    
      * New upstream snapshot (stdio work)
        - drop merged m68k-support
      * armel: Set arm arch for cross compiling.
      * klibc-linux-libc-dev: Adapt for cross building (closes: #666389)
        Based on Marcin Juszkiewicz <email address hidden> 
    
     -- maximilian attems <email address hidden>  Fri, 18 May 2012 14:48:04 +0200
  • klibc (2.0~rc3-1) unstable; urgency=low
    
    
      * New upstream snapshot (closes: #653790)
        - klibc/s390x klcc fix thanks to Aurelien Jarno <email address hidden>.
      * Pump standard version to 3.9.3 without changes.
    
     -- maximilian attems <email address hidden>  Fri, 02 Mar 2012 11:08:51 +0100
  • klibc (2.0~rc2-0.1) unstable; urgency=low
    
    
      * Non-maintainer upload with consent of maintainer.
      * Upload to unstable (maks says we target 2.0 for wheezy)
      * New upstream snapshot (fixes FTBFS)
      * Update Vcs-* for (temporary) move to collab-maint
      * Refresh all patches
      * Add m68k patch submitted upstream, for testing (Closes: #334917)
      * Shut up lintian
    
     -- Thorsten Glaser <email address hidden>  Sat, 11 Feb 2012 19:25:23 +0000
  • klibc (1.5.25-1.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Fix build to work with multiarched linux-libc-dev (using patch from
        Ubuntu), closes: #645738.
    
     -- Julien Cristau <email address hidden>  Fri, 30 Dec 2011 17:04:30 +0100
  • klibc (1.5.25-1) unstable; urgency=low
    
    
      * New upstream release (scandir, capset, capget, kinit drop_capabilities)
    
     -- maximilian attems <email address hidden>  Tue, 23 Aug 2011 17:54:43 +0200
  • klibc (1.5.24-1) unstable; urgency=low
      * New upstream release (sched_setaffinity, sched_getaffinity, kexec_load)    - ipconfig: Don't try to guess the nameserver. (closes: #594638)    - refresh debian/patches/klibc-linux-libc-dev -- maximilian attems <email address hidden>  Wed, 27 Jul 2011 16:54:47 +0200
  • klibc (1.5.23-2) unstable; urgency=low
      * Really apply Fix-minimal-mv-to-work-across-fs. -- maximilian attems <email address hidden>  Fri, 08 Jul 2011 01:09:48 +0200
  • klibc (1.5.23-1) unstable; urgency=low
      * New upstream release (arm, dash sync, limits.h, ppc64)    - minimal mv in klibc-utils.    - refresh debian/patches/insmod  * Add Fix-minimal-mv-to-work-across-fs.patch (closes: #627808)  * Add armhf support. (closes: #627252)    Thanks to Konstantinos Margaritis <email address hidden>.  * Add klibc crosscompile support. (closes: #629934)    Thanks to Steve McIntyre <email address hidden>.  * debian/copyright: Add specific BSD license text to keep lintian happy. -- maximilian attems <email address hidden>  Tue, 14 Jun 2011 17:32:53 +0200
  • klibc (1.5.22-1) unstable; urgency=high
      * New upstream release (arm, ipconfig)    - arm: fix build failure with latest binutils. (closes: #618616)    - arm: use bx on thumb2 (v3) (LP: #527720)    - ipconfig: handle multiple connected network dev. (closes: #621065)  * Ubuntu sync add ppc64-static. (closes: #613955)    Thanks Colin Watson <email address hidden>.  * Ubuntu sync add klcc multiarch-include-path. (closes: #622814)    Thanks Steve Langasek <email address hidden>  * Pump standard version to 3.9.2 without changes.  * Drop Jeff Bailey from Uploaders. -- maximilian attems <email address hidden>  Wed, 18 May 2011 13:39:01 +0200
  • klibc (1.5.21-1) unstable; urgency=low
      * New upstream release (i386 signal(), make 3.82, cleanups) -- maximilian attems <email address hidden>  Tue, 25 Jan 2011 23:45:20 +0100
  • klibc (1.5.20-1) unstable; urgency=high
    
    
      * New upstream release
        - ipconfig: fix infinite loop. (closes: #552554)
        - ipconfig: fix multiple dns domains. (closes: #594208)
      * klibc-utils.postinst: Nuke non empty dirs too. (closes: #594651)
    
     -- maximilian attems <email address hidden>  Sat, 28 Aug 2010 12:23:51 +0200
  • klibc (1.5.19-1) unstable; urgency=high
    
    
      * New upstream release
       - resume: silence warning on resume try. (closes: #586006)
       - sh4: syscalls fixes. (closes: #578076)
      * Fix doc symlinks on upgrade. (closes: #588763)
        Thanks Sven Joachim <email address hidden>.
      * Pump standard version to 3.9.1 without changes.
    
     -- maximilian attems <email address hidden>  Wed, 25 Aug 2010 13:07:03 +0200
  • klibc (1.5.18-1) unstable; urgency=medium
    
    
      * New upstream release (dash 0.5.6)
        - fstype btrfs (closes: #548047), ext4 !journal (closes: #536592)
        - sh4 build fix (closes: #574834)
        - shipp renamed README.ipconfig (closes: #478589)
    
     -- maximilian attems <email address hidden>  Thu, 22 Apr 2010 03:38:55 +0200
  • klibc (1.5.17-4) unstable; urgency=medium
    
    
      * libklibc-dev: On preinst remove old include dirs that hinder
        shipped symlinks to linux-libc-dev. (closes: #574854)
    
     -- maximilian attems <email address hidden>  Sun, 21 Mar 2010 22:51:11 +0100
  • klibc (1.5.17-3) unstable; urgency=low
    
    
      * Override dh_auto_test to pass DEB_HOST_ARCH on make test. (closes: #574746)
    
     -- maximilian attems <email address hidden>  Sat, 20 Mar 2010 20:52:09 +0100
  • klibc (1.5.17-2) unstable; urgency=low
    
    
      * Set DEB_HOST_ARCH using dpkg-architecture. (closes: #574740)
    
     -- maximilian attems <email address hidden>  Sat, 20 Mar 2010 18:24:16 +0100
  • klibc (1.5.16-1) unstable; urgency=low
    
    
      [ maximilian attems ]
      * New upstream release
        - ipconfig: raise field length for rootpath DHCP option.
          (closes: #497800)
        - ipconfig: send requested hostname in DHCP discover/request.
          (closes: #367301)
        - ipconfig: set null ciaddr on DHCPREQUEST during SELECTING state.
          (closes: #497879)
        - mount: list fs all mounted fs, support -t switch for one fs.
          (closes: #491067)
        - refresh 10_insmod.patch.
        - readlink be silent on failure. (closes: #565224)
        - fix compilation against up to 2.6.33 linux-libc-dev. (closes: #552825)
      * watch file fixup for new upstream directories.
      * Pump standard version to 3.8.4 without changes.
      * Add lintian overrides for embedded-zlib needed for early userspace.
    
      [ Nobuhiro Iwamatsu ]
      * klibc: add support Renesas SH(sh4) (closes: #540126)
    
      [ Ben Hutchings ]
      * Fix klibc Debian specific build with 02-klibc_linux_libc_dev.patch.
      * Add libklibc-dev depends on linux-libc-dev.
    
     -- maximilian attems <email address hidden>  Sun, 14 Mar 2010 22:46:21 +0100
  • klibc (1.5.15-1) unstable; urgency=low
    
    
      [ maximilian attems ]
      * New upstream release:
        - fstype ext4 support. (closes: #510758)
        - chroot cmd fixed. (closes: #494829)
      * Pump standard version to 3.8.0 without changes.
      * Drop arm of the klibc-utils-floppy-udeb arch list.
      * Fix debhelper-but-no-misc-depends.
      * debian/copyright refer to GPL v2.
      * debian/rules nuke old commented unused lines.
    
      [ Colin Watson ]
      * Add lpia to the architecture list for klibc-utils-floppy-udeb.
        (closes: #506427)
    
      [ Thiemo Seufer ]
      * Fix FTBFS on MIPS64 kernel. (closes: #496175)
    
     -- maximilian attems <email address hidden>  Mon, 16 Feb 2009 16:41:51 +0100
  • klibc (1.5.12-2) unstable; urgency=medium
    
    
      * Add backport 11_klibc-Default-signal-3-to-bsd_signal-3.patch.
      * Adjust watch file.
    
     -- maximilian attems <email address hidden>  Mon, 11 Aug 2008 16:09:45 +0200