Change logs for tinc source package in Jessie

  • tinc (1.0.24-2.1) unstable; urgency=medium
    
    
      * NMU after getting go ahead from guus on #tinc
      * Add a -dbg package which contains the debugging symbols for tinc
        Thanks <email address hidden> (Closes: #752561)
    
     -- Micah Anderson <email address hidden>  Tue, 24 Jun 2014 14:01:47 -0400
  • tinc (1.0.24-2) unstable; urgency=medium
    
    
      * Improve the init script: stopping tinc now waits for the process to
        terminate. If that doesn't happen in 5 seconds, it will send the TERM
        signal again (which helps if tinc is waiting for a script to finish
        executing). It now also detects whether the process mentioned in the PID
        file is actually running, and if not it will exit early and without
        warnings. Closes: #748107
    
     -- Guus Sliepen <email address hidden>  Wed, 14 May 2014 21:44:16 +0200
  • tinc (1.0.23-2) unstable; urgency=low
    
    
      * Use if-statements instead of && in shell scripts. Closes: #731279
        The && operator does not clear the error status, and if the next statement
        in a shell script does not change the error status it would cause the
        script to prematurely exit. Thanks to Peter Reinholdtsen for spotting it.
      * Use absolute path to tincd in the if-post-down script.
    
     -- Guus Sliepen <email address hidden>  Thu, 05 Dec 2013 09:41:13 +0000
  • tinc (1.0.23-1) unstable; urgency=low
    
    
      * New upstream release.
    
     -- Guus Sliepen <email address hidden>  Sat, 19 Oct 2013 21:06:05 +0200
  • tinc (1.0.22-1) unstable; urgency=low
    
    
      * New upstream release.
        - Handles whitespace between command line flags and optional arguments.
          Closes: #710267
      * Bump Standards-Version.
      * Source /lib/lsb/init-functions in the init.d script.
      * Don't use texi2html anymore, use automake's install-html target which uses
        makeinfo.
    
     -- Guus Sliepen <email address hidden>  Wed, 14 Aug 2013 15:34:29 +0200
  • tinc (1.0.21-1) unstable; urgency=low
    
    
      * New upstream release.
        - Includes fix for CVE-2013-1428.
    
     -- Guus Sliepen <email address hidden>  Sun, 05 May 2013 10:42:33 +0200
  • tinc (1.0.19-3) unstable; urgency=high
    
    
      * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
    
     -- Guus Sliepen <email address hidden>  Fri, 12 Apr 2013 22:52:10 +0200