Change logs for libupnp source package in Xenial

  • libupnp (1:1.6.19+git20160116-1) unstable; urgency=medium
    
      * Update to latest git:
        + Don't fail if IPv6 is unavailable, we might be running on an
          IPv4-only host (Closes: #781876).
        + Don't define strndup and strnlen if autoconf says we already have them
          (Closes: #807393).
      * Add a patch to have Doxygen not write timestamps in the generated
        documentation to allow package builds to be reproducible.
        [Jérémy Bobbio <email address hidden>] (patch 22) (Closes: #774518).
      * Bind miniserver sockets to our given IP address not INADDR_ANY (patch 24).
      * libupnp6-doc: add override of embedded-javascript-library for jquery.js, 
        see README.jquery in doxygen itself for why (lintian, Policy section 4.13).
      * Fix lintian binary-file-built-without-LFS-support for libixml: fix
        libixml Makefile.am, fseeko and #includes, and define AC_USE_LARGEFILE in
        configure.ac instead of the direct messing with 64bit #defines (patch 27).
    
     -- Nick Leverton <email address hidden>  Sun, 17 Jan 2016 01:03:04 +0000
  • libupnp (1:1.6.19+git20141001-1ubuntu1) xenial; urgency=high
    
      * Cherry pick upstream patch to fix FTBFS.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 06 Jan 2016 17:53:35 +0000
  • libupnp (1:1.6.19+git20141001-1) unstable; urgency=low
    
    
      * Ack both NMUs, thankyou for your care of this package.
      * New upstream release (Closes: #740584, #670964).  We take the git version
        as the git log suggests some worthwhile security and reliability fixes.
      * Build for IPv6 (note, UpnpInit() only enables IPv4 connections so
        most existing libupnp users need not be aware of this).
      * Change Priority to "optional" (Closes: #740582).
      * Remove patch 0001-Security-fix-for-CERT-issue-VU-922681 now in upstream.
      * Improve debian/rules hardening option usage stuff.
      * Update Standards-Version to 3.9.6 (no changes required).
      * Fix "memset(ctx, 0, sizeof(ctx));   /* In case it's sensitive */"
        in our copy of Colin Plumb's md5.c (patch 01-debian-md5-licence.patch).
      * Disable build tests since we aren't guaranteed to have network access
        in buildds (patch 19).
    
     -- Nick Leverton <email address hidden>  Wed, 08 Oct 2014 00:09:27 +0100