Change logs for ucl source package in Disco

  • ucl (1.03+repack-5) unstable; urgency=medium
    
      * Add 05-Fix-double-free.patch from John Reiser to fix memory clobbering
        issue visible in upx (closes: #907426).
      * New 06-Fix-memory-errors.patch to initialize memory in order to get rid
        of memory errors detected by valgrind in a test program included in the
        bug report (closes: #804474).
      * Add 07-Fix-FTBFS-on-x32.patch that hopefully fixes compilation on x32 arch.
      * Bump debhelper's compat version to 11.
      * debian/rules:
        + enable `pie' hardening option;
        + do not use dpkg-parsechangelog (lintian);
        + enable LFS flags (lintian).
      * Document files removed from the upstream tarball in Files-Excluded
        field of debian/copyright (lintian) and update debian/watch for
        automatic creation of the tarball.
      * Add DEP-12 upstream metadata file.
      * debian/control:
        + update Vcs-* fields for salsa migration;
        + use https protocol in the `Homepage' field;
        + set `Rules-Requires-Root' to `no';
        + Standards-Version: 4.2.1.
    
     -- Robert Luberda <email address hidden>  Sun, 09 Sep 2018 20:57:20 +0200
  • ucl (1.03+repack-4) unstable; urgency=medium
    
      * Introduce 04-Static-assert.patch to fix FTBFS with gcc-6 by using
        _Static_assert for compile-time assertions (closes: #811707).
      * debian/rules: enable all hardening options except for pie.
      * debian/control:
        + switch VCS fields to https;
        + bump Standards-Version to 3.9.8 (no changes).
    
     -- Robert Luberda <email address hidden>  Sun, 03 Jul 2016 09:04:58 +0200