Change logs for zfsutils source package in Experimental

  • zfsutils (10.3~svn296373-1) experimental; urgency=medium
    
      [ Steven Chamberlain ]
      * New upstream snapshot of 10.3-RELEASE
      * Remove obsolete patch:
        - gratuitous_dependencies.diff
      * Refresh patches:
        - disable_libjail.diff
        - 14_bootloader_advice.diff
        - ulong_t.diff
        - solaris_rlim64_t.diff
        - 15_pthread_compat.diff
        - fix_realpath_abuse.diff
        - makefile.diff
        - bug762199.patch
        - bug653929.diff
      * New patches:
        - 13_freebsd.diff: use __FreeBSD_kernel__ macro as needed
        - libmd.diff: use system sha2.h from libmd
        - noinline.diff: convert to using __attribute__ keyword
      * Avoid gratuitously linking against bsdxml/expat:
        - makefile.diff
      * Update svn_revision regex to allow +suffix
      * svn export with --ignore-keywords
      * Abort on any error during svn export
      * Now using debhelper compat v9
      * Now using Standards-Version 3.9.8 (no changes needed).
      * Add Build-Depends: dpkg-dev (>= 1.16.1.1) and use buildflags.mk
        to set CFLAGS, respecting DEB_BUILD_OPTIONS flags such as noopt
      * Enable hardening=+all, which includes PIE, relro and stack protector
      * Use architecture.mk instead of individual calls to dpkg-architecture
      * Use new preferred hostname for upstream SVN with HTTPS
        (svn.freebsd.org).
      * Make get-orig-source tarball reproducible
      * Use the proper host architecture compiler
      * Build with -Wno-error=format-security, pending fixes
      * Rename ztest executable to zfstest, to avoid conflict with zutils
        (Closes: #825268)
    
      [ Guillem Jover ]
      * Switch to use system libmd (Closes: #816764)
    
     -- Steven Chamberlain <email address hidden>  Mon, 30 May 2016 14:11:59 +0100
  • zfsutils (10.1~svn271683-2) experimental; urgency=medium
    
    
      [ Steven Chamberlain ]
      * bug762199.patch: st_size is only meaningful for regular files;
        existing code did not detect any zpools for import (Closes: #762199)
      * cddl/compat/opensolaris/misc/fsshare.c: don't include missing/unused
        libutil.h;  not needed and caused FTBFS on kfreebsd-i386 only
      * Bump minimum GRUB version to 2.02~beta2-11 for lz4_compress support;
        enabled by default for metadata (but not file contents, yet)
      * Fix display of RAID-Z devices in "zpool status" (Thanks, Jeff Epler!
        Closes: #653929)
    
     -- Christoph Egger <email address hidden>  Fri, 19 Sep 2014 15:43:47 -0700
  • zfsutils (10.1~svn271683-1) experimental; urgency=low
    
    
      [ Robert Millan ]
      * Library dependency cleanup: Remove gratuitous dependencies, add
        missing dependencies and build libavl as a shared object.
      * Fetch source code securely (https) in get-orig-source.
      * Correctly setup BSD version of MAKEFLAGS to support parallel builds.
    
      [ Steven Chamberlain ]
      * New upstream snapshot of 10.1-PRERELEASE
        - bump libraries' SONAME to 2
      * Drop patches applied upstream:
        - new upstream has 12_freebsd.diff merged
        - fix_implicit_warnx_declaration.diff
        - zfs_needs_libjail.diff
      * Refresh patches:
        - compat_opensolaris.diff
        - gratuitous_dependencies.diff
        - 14_bootloader_advice.diff
        - solaris_rlim64_t.diff
        - 15_pthread_compat.diff
        - fix_realpath_abuse.diff
        - makefile.diff
      * Build fixes:
        - missing_includes.diff
        - match_glibc_idtype.diff
      * Depend on systemtap-sdt-dev;  it provides an adequate sys/sdt.h
        to build the package although DTrace or SystemTap are unused yet
    
     -- Christoph Egger <email address hidden>  Wed, 17 Sep 2014 09:50:04 -0700
  • zfsutils (9.1-1) experimental; urgency=low
    
    
      [ Guillem Jover ]
      * Switch to canonical Vcs URLs.
    
      [ Robert Millan ]
      * New upstream release.
      * control: s/OpenSolaris/illumos/
    
     -- Robert Millan <email address hidden>  Tue, 16 Jul 2013 13:27:18 +0200
  • zfsutils (8.3~svn226546-1) experimental; urgency=low
    
    
      [ Arno Töll ]
      [ Robert Millan ]
      * New upstream snapshot, based on the FreeBSD 8-STABLE tree which supports
        ZFS version 28 now.
      * Refresh patches, leave hunks unchanged where possible. Additionally:
        + 04_stdint.diff: Extend inclusion of stdint.h to several new files
        + 05_makefile.diff: Split into gratuitous_dependencies.diff (which is
          upstream-mergeable) and makefile.diff (which is Debian-specific)
        + Remove 10_zpool_import.diff entirely (see kern/150207)
        + Add 15_pthread_compat.diff: Work around compatibility issues with eglibc
        + Remove 15_ztest.fix entirely
        + 16-wrap-cdefs.diff: Work around the unavailability of cdefs.h
      * debian/rules:
        + Rework get-orig-source target, add new origin paths where needed.
      * Remove the zfs volinit/volfini commands from the init script as they are
        not available anymore; also stop on runlevel 1.
      * Fix manpage hyphens and convert into spaces.
      * Improve package descriptions.
      * Add Breaks on GRUB versions that don't support ZFS v28.  Also improve
        documentation of this issue in 14_bootloader_advice.diff.
      * Link libmd statically untill a proper libmd package is available.
      * Soname bump.  (Closes: #645305)
    
     -- Robert Millan <email address hidden>  Fri, 28 Oct 2011 01:41:03 +0200