Change logs for wput source package in Sid

  • wput (0.6.2+git20130413-12) unstable; urgency=medium
    
      * Ensure strdup() is declared properly. Closes: #1066585.
      * Standards-Version 4.6.2, no change required.
    
     -- Stephen Kitt <email address hidden>  Thu, 14 Mar 2024 07:50:20 +0100
  • wput (0.6.2+git20130413-11) unstable; urgency=medium
    
      * Apply Bernhard Übelacker’s patch to avoid stack smashing, thanks for
        the investigation and fix! Closes: #733304.
    
     -- Stephen Kitt <email address hidden>  Wed, 06 Jan 2021 08:17:55 +0100
  • wput (0.6.2+git20130413-9) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/copyright: Change Format URL to correct one
      * d/watch: Use https protocol
    
      [ Stephen Kitt ]
      * Ensure variables are only declared once. Closes: #957961.
      * Switch to debhelper compatibility level 12.
      * Set “Rules-Requires-Root: no”.
      * Standards-Version 4.5.0, no further change required.
    
     -- Stephen Kitt <email address hidden>  Sun, 17 May 2020 18:28:56 +0200
  • wput (0.6.2+git20130413-8) unstable; urgency=medium
    
      * Migrate to Salsa.
      * Remove obsolete Lintian overrides.
      * Delete src/config.h to allow building twice in a row.
      * Remove obsolete build dependency on autotools-dev.
      * Update debian/copyright.
      * Switch to debhelper compatibility level 11.
      * Standards-Version 4.1.4, no further change required.
    
     -- Stephen Kitt <email address hidden>  Thu, 17 May 2018 00:08:24 +0200
  • wput (0.6.2+git20130413-7) unstable; urgency=medium
    
      * Switch to debhelper compatibility level 10 and fix configure.in so
        autoreconf works, which allows Marcos’ fix to actually take effect
        (really, really LP: #1678463).
    
     -- Stephen Kitt <email address hidden>  Thu, 08 Jun 2017 20:49:57 +0200
  • wput (0.6.2+git20130413-6) unstable; urgency=medium
    
      * Add patch by Marcos Diez so that configure finds TLS support on Ubuntu
        (really LP: #1678463); thanks Marcos!
    
     -- Stephen Kitt <email address hidden>  Thu, 08 Jun 2017 08:31:47 +0200
  • wput (0.6.2+git20130413-5) unstable; urgency=medium
    
      * Actually build with TLS support (LP: #1678463).
    
     -- Stephen Kitt <email address hidden>  Mon, 05 Jun 2017 16:39:05 +0200
  • wput (0.6.2+git20130413-4) unstable; urgency=medium
    
      * Switch to https: VCS URIs (see #810378).
      * Add patch to avoid overrunning buffers, thanks to Oldřich Jedlička.
        (LP: #949689 and hopefully Closes: #733304).
      * Clean up debian/control using cme.
      * Standards-Version 3.9.8, no change required.
      * Add more spelling fixes.
    
     -- Stephen Kitt <email address hidden>  Mon, 12 Dec 2016 21:57:19 +0100
  • wput (0.6.2+git20130413-3) unstable; urgency=medium
    
      * Account for ASCII conversions when calculating buffer limits; thanks
        to 左刚 for the patch! (Closes: #492950, #801949.)
      * Remove generated Makefiles in po when cleaning, to allow building
        twice in a row.
      * Correct debian/copyright.
      * Simplify the build.
      * Fix spelling of "Transferred".
      * Standards-Version 3.9.6, no change required.
    
     -- Stephen Kitt <email address hidden>  Fri, 16 Oct 2015 18:36:12 +0200
  • wput (0.6.2+git20130413-2) unstable; urgency=low
    
    
      * Build-depend on libgnutls-openssl-dev, thanks Andreas Metzler for the
        patch. (Closes: #731559.)
      * Standards-Version 3.9.5, no change required.
    
     -- Stephen Kitt <email address hidden>  Sat, 07 Dec 2013 11:01:09 +0100
  • wput (0.6.2+git20130413-1) unstable; urgency=low
    
    
      * New maintainer, thanks Jari for all your work on this package!
        (Closes: #701867.)
      * New upstream snapshot.
      * Drop patches 10 and 12, fixed upstream.
      * Refresh patch 11, and move _XOPEN_SOURCE declaration from debian/rules
        to the patch.
      * Refresh patches 30, 31 and 40.
      * Specify sf.net project page as homepage.
      * Always rebuild the .gmo files, and handle the absence of
        config.status.
      * Use canonical VCS URIs.
      * Standards-Version 3.9.4, no change required.
      * Drop -Wl,--as-needed, it prevents configure finding gnutls.
      * Test gnutls without gcrypt. (Closes: #638663.)
    
     -- Stephen Kitt <email address hidden>  Fri, 11 Oct 2013 01:10:08 +0200
  • wput (0.6.2-3) unstable; urgency=low
    
    
      * debian/clean
        - Add wput.hardened (hardened compilation result).
      * debian/compat
        - Update to 9
      * debian/control
        - (Build-Depends): Update to debhelper 9, add autotools-dev.
        - (Standards-Version): update to 3.9.3.1
      * debian/copyright
        - Update to format 1.0.
      * debian/patches
        - (31): New. Order options alphabetically and use -o, --option syntax.
      * debian/rules
        - Delete unnecessary targets.
        - Use hardened CFLAGS.
          http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
      * debian/*.mk
        - (debian-save-restore): New file.
        - Minor updates to other *.mk files.
    
     -- Jari Aalto <email address hidden>  Sat, 24 Mar 2012 04:32:09 -0400
  • wput (0.6.2-2) unstable; urgency=low
    
    
      * debian/rules
        - (config-stamp): Move "config-patch" before ./configure to install
          new config.{sub,guess} files (AVR32 FTBFS; Closes: #561378).
    
     -- Jari Aalto <email address hidden>  Wed, 16 Dec 2009 23:03:46 +0200
  • wput (0.6-1.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Fix double-build FTBFS (Closes: #442765) by tweaking debian/rules:
         - Call “$(MAKE) clean” rather than “$(MAKE) distclean” since the
           latter doesn't exist.
         - Don't ignore “$(MAKE) clean” errors anymore, by checking for the
           presence of a Makefile.
         - Do not remove config.status since it's needed for the “clean” run
           in po/Makefile.
         - Remove doc/wput.1.gz through dh_clean.
         - Based on a patch by Kartik Mistry.
      * Move the config.{guess,sub} update to the config.status target, remove
        them in the clean target, they are now kept out of the Debian diff.
      * Use dh_install on wput and doc/wput.1, remove now useless gzip call,
        as well as useless (commented) dh_* calls.
      * Delete debian/dirs, no longer needed now that dh_install is used.
      * Move the Homepage from the description to a source field.
      * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
    
     -- Cyril Brulebois <email address hidden>  Tue, 26 Feb 2008 18:52:18 +0100