Change logs for golang source package in Stretch

  • golang (2:1.6.1-2) unstable; urgency=medium
    
      * Don't strip testdata files, causes build failures on some platforms. 
    
     -- Michael Hudson-Doyle <email address hidden>  Wed, 13 Apr 2016 15:47:46 -0700
  • golang (2:1.6.1-1) unstable; urgency=medium
    
      [ Michael Hudson-Doyle ]
      * Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
        smooth upgrades.
      * Strip the binaries as it has worked for the last five years or so and
        upstream sees no reason to disable it.
    
      [ Tianon Gravi ]
      * Update to 1.6.1 upstream release (Closes: #820369)
        - Fix CVE-2016-3959: infinite loop in several big integer routines
    
     -- Tianon Gravi <email address hidden>  Tue, 12 Apr 2016 23:06:43 -0700
  • golang (2:1.6-1) unstable; urgency=medium
    
      * Update to 1.6 upstream release (thanks Hilko!)
        - change "ar" arguments to quiet spurious warnings while using gccgo
          (Closes: #807138)
        - skip multicast listen test (Closes: #814849)
        - skip userns tests when chrooted (Closes: #807303)
        - use correct ELF header for armhf binaries (Closes: #734357)
        - Update debian/rules clean for new location of generated file.
    
      [ Michael Hudson-Doyle ]
      * Respect "nocheck" in DEB_BUILD_OPTIONS while building to skip tests
        (Closes: #807290)
      * Trim Build-Depends (Closes: #807299)
      * Fix several minor debian/copyright issues (Closes: #807304)
      * Remove inconsistently included race-built packages (Closes: #807294)
    
      [ Tianon Gravi ]
      * Add "-k" to "run.bash" invocation so that we do a full test run every time
    
     -- Tianon Gravi <email address hidden>  Mon, 29 Feb 2016 16:10:32 -0800
  • golang (2:1.5.3-1) unstable; urgency=high
    
      * Update to 1.5.3 upstream release
        - Fix CVE-2015-8618: Carry propagation in Int.Exp Montgomery code in
          math/big library (Closes: #809168)
      * Add "Breaks" to properly complement our "Replaces" (Closes: #810595)
    
     -- Tianon Gravi <email address hidden>  Thu, 14 Jan 2016 07:41:44 -0800
  • golang (2:1.5.2-1) unstable; urgency=medium
    
      * Update to 1.5.2 upstream release (Closes: #807136)
    
     -- Tianon Gravi <email address hidden>  Tue, 05 Jan 2016 19:59:22 -0800
  • golang (2:1.5.1-4) unstable; urgency=medium
    
      * Add Conflicts to force newer golang-go.tools too (Closes: #803559)
    
     -- Tianon Gravi <email address hidden>  Tue, 03 Nov 2015 21:57:54 -0800
  • golang (2:1.5.1-3) unstable; urgency=medium
    
      * Remove architecture qualification on golang-go Build-Depend now that
        golang-go is available for more architectures.
    
     -- Tianon Gravi <email address hidden>  Thu, 29 Oct 2015 07:40:38 -0700
  • golang (2:1.5.1-2) unstable; urgency=medium
    
      * Add Conflicts to force newer golang-golang-x-tools (Closes: #802945).
    
     -- Tianon Gravi <email address hidden>  Tue, 27 Oct 2015 13:28:56 -0700
  • golang (2:1.5.1-1) unstable; urgency=medium
    
      * Upload to unstable.
      * Update to 1.5.1 upstream release (see notes from experimental uploads for
        what's changed).
      * Skip tests on architectures where the tests fail.
    
     -- Tianon Gravi <email address hidden>  Sat, 24 Oct 2015 10:22:02 -0700
  • golang (2:1.4.3-3) unstable; urgency=medium
    
      * Fix FTBFS for non-amd64 architectures due to handling of "-race".
    
     -- Tianon Gravi <email address hidden>  Mon, 05 Oct 2015 02:04:07 -0700
  • golang (2:1.4.3-2) unstable; urgency=medium
    
      * Update Recommends/Suggests, especially to add gcc, etc.
      * Refactor "debian/rules" to utilize debhelper more effectively, especially
        for arch vs indep building (mostly backported from the 1.5+ changes), which
        fixes the "arch:all" FTBFS.
    
     -- Tianon Gravi <email address hidden>  Sun, 27 Sep 2015 22:06:07 -0700
  • golang (2:1.4.3-1) unstable; urgency=medium
    
      * New upstream version (https://golang.org/doc/devel/release.html#go1.4.minor)
        - includes previous CVE and non-CVE security fixes, especially
          TEMP-0000000-1C4729
    
     -- Tianon Gravi <email address hidden>  Fri, 25 Sep 2015 00:02:31 -0700
  • golang (2:1.4.2-4) unstable; urgency=high
    
      * Apply backported CVE fixes (Closes: #795106).
        - CVE-2015-5739: Invalid headers are parsed as valid headers
        - CVE-2015-5740: RFC 7230 3.3.3 4 violation
        - CVE-2015-5741: other discoveries of security-relevant RFC 7230 violations
    
     -- Tianon Gravi <email address hidden>  Mon, 14 Sep 2015 12:27:57 -0700
  • golang (2:1.4.2-3) unstable; urgency=medium
    
      * Add missing "prerm" for our new alternatives (thanks piuparts).
    
     -- Tianon Gravi <email address hidden>  Tue, 05 May 2015 17:38:37 -0600
  • golang (2:1.4.2-1) unstable; urgency=medium
    
      * New upstream version
        (https://golang.org/doc/devel/release.html#go1.4.minor)
    
     -- Tianon Gravi <email address hidden>  Sat, 02 May 2015 10:06:34 -0600
  • golang (2:1.3.3-1) unstable; urgency=medium
    
    
      * New upstream version (https://code.google.com/p/go/source/list?name=go1.3.3)
        - time: removed from tests now obsolete assumption about Australian tz
          abbreviations
        - net: temporarily skip TestAcceptIgnoreSomeErrors
        - runtime: hide cgocallback_gofunc calling cgocallbackg from linker
        - runtime: fix GOTRACEBACK reading on Windows, Plan 9
        - nacltest.bash: unset GOROOT
        - cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug
      * Add Paul and myself as uploaders. Many, many thanks to Michael for his work
        so far on this package (and hopefully more to come).
    
     -- Tianon Gravi <email address hidden>  Fri, 12 Dec 2014 16:11:02 -0500
  • golang (2:1.3.2-1) unstable; urgency=medium
    
    
      * New upstream version
    
     -- Michael Stapelberg <email address hidden>  Fri, 26 Sep 2014 23:21:45 +0200
  • golang (2:1.3.1-1) unstable; urgency=medium
    
    
      * New upstream version
    
     -- Michael Stapelberg <email address hidden>  Wed, 13 Aug 2014 09:15:58 +0200
  • golang (2:1.2.1-2) unstable; urgency=low
    
    
      * Re-apply debian/patches/add-tar-xattr-support.patch which got lost when
        uploading 1.2.1-1; sorry about that.
    
     -- Michael Stapelberg <email address hidden>  Sat, 08 Mar 2014 20:01:12 +0100
  • golang (2:1.2-2) unstable; urgency=low
    
    
      * add patches/add-src-pkg-debug-elf-testdata-hello.patch to provide source
        for the testdata/ ELF binaries (Closes: #716853)
    
     -- Michael Stapelberg <email address hidden>  Tue, 31 Dec 2013 18:28:29 +0100
  • golang (2:1.1.1-4) unstable; urgency=low
    
    
      * Disable stripping, it breaks go binaries on some architectures. This drops
        the golang-dbg package which would be empty now. (Thanks Robie Basak)
        (Closes: #717172)
    
     -- Michael Stapelberg <email address hidden>  Wed, 17 Jul 2013 19:15:18 +0200