Change log for golang-google-protobuf package in Ubuntu

113 of 13 results
Published in oracular-proposed
golang-google-protobuf (1.33.0-1) unstable; urgency=medium

  * New upstream version 1.33.0

    encoding/protojson, internal/encoding/json: handle missing object values
    
    In internal/encoding/json, report an error when encountering a }
    when we are expecting an object field value. For example, the input
    `{"":}` now correctly results in an error at the closing } token.
    
    In encoding/protojson, check for an unexpected EOF token in
    skipJSONValue. This is redundant with the check in internal/encoding/json,
    but adds a bit more defense against any other similar bugs that
    might exist.
    
    Fixes CVE-2024-24786 (Closes: #1065684)

  * DH_GOLANG_INSTALL_EXTRA: Update path to editions_defaults.binpb
    which was moved from reflect/protodesc/ to internal/editiondefaults/

 -- Anthony Fok <email address hidden>  Tue, 26 Mar 2024 17:49:06 -0600
Published in mantic-updates
Published in mantic-security
golang-google-protobuf (1.28.1-3ubuntu0.1) mantic-security; urgency=medium

  * No-change rebuild due to golang-1.20, golang1-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 29 Jan 2024 10:32:33 +0530
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
golang-google-protobuf (1.32.0-1) unstable; urgency=medium

  * New upstream version 1.32.0
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Invoke dh with --builddirectory=_build
  * Replace Built-Using field with Static-Built-Using
  * Remove previously backported upstream fix for 32bit platforms
  * Add reflect/protodesc/editions_defaults.binpb to DH_GOLANG_INSTALL_EXTRA

 -- Anthony Fok <email address hidden>  Wed, 27 Dec 2023 12:05:11 -0700

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
golang-google-protobuf (1.31.0-1) unstable; urgency=medium

  * Team upload.
  * Add myself to uploaders.
  * Sync from experimental to unstable.

 -- Anton Gladky <email address hidden>  Mon, 09 Oct 2023 08:18:57 +0200
Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
golang-google-protobuf (1.28.1-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:04 +1200
Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
golang-google-protobuf (1.28.1-3) unstable; urgency=medium

  * Backport patch to fix parsing of google.protobuf.Timestamp

 -- Shengjing Zhu <email address hidden>  Tue, 07 Feb 2023 15:12:57 +0800

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
golang-google-protobuf (1.28.1-2) unstable; urgency=medium

  * Update Conflicts packages
  * Add Multi-Arch hint
  * Update Standards-Version to 4.6.2 (no changes)
  * Update lintian-overrides syntax

 -- Shengjing Zhu <email address hidden>  Thu, 29 Dec 2022 16:28:52 +0800

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
golang-google-protobuf (1.28.1-1) unstable; urgency=medium

  * New upstream version v1.28.1
  * Update package description
  * Update Standards-Version to 4.6.1 (no changes)

 -- Shengjing Zhu <email address hidden>  Mon, 31 Oct 2022 03:06:07 +0800

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
golang-google-protobuf (1.27.1-1) unstable; urgency=medium

  [ Anthony Fok ]
  * Bump build-dependency on golang-github-google-go-cmp-dev to (>= 0.5.0)
    as per go.mod
  * Bump build-dependency on dh-golang to (>= 1.48~)
    to prevent "no non-test Go files" errors on backports

  [ Shengjing Zhu ]
  * New upstream version v1.27.1
  * Update Standards-Version to 4.6.0 (no changes)

 -- Shengjing Zhu <email address hidden>  Sun, 29 Aug 2021 02:43:11 +0800
Superseded in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
golang-google-protobuf (1.25.0+git20201208.160c747-1) unstable; urgency=medium

  [ Debian Janitor (Jelmer Vernooij) ]
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Anthony Fok ]
  * New upstream version 1.25.0+git20201208.160c747
    - all: fix tests for 32-bit architectures
      See https://go-review.googlesource.com/c/protobuf/+/241537
      Fixes #1168 at https://github.com/golang/protobuf/issues/1168
    - cmd/protoc-gen-go: remove reference to legacy ProtoPackageIsVersion4
      See https://go-review.googlesource.com/c/protobuf/+/259901
      Fixes #1077 at https://github.com/golang/protobuf/issues/1077
      (Closes: #961814)
  * debian/watch: Fetch from Git HEAD temporarily to get fixes for GitHub
      issues #1077 and #1168 as listed above (now reverted)
  * debian/control:
    - Change Section from devel to golang
    - Bump Standards-Version to 4.5.1 (no change)
    - Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Tue, 05 Jan 2021 08:17:15 -0700
Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
golang-google-protobuf (1.25.0-1build1) hirsute; urgency=medium

  * No-change rebuild using new golang

 -- Steve Langasek <email address hidden>  Wed, 11 Nov 2020 22:15:38 +0000
Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
golang-google-protobuf (1.25.0-1) unstable; urgency=medium

  * New upstream version 1.25.0
  * Remove golang-github-google-go-cmp-dev from Depends

 -- Shengjing Zhu <email address hidden>  Tue, 07 Jul 2020 23:47:40 +0800

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
golang-google-protobuf (1.23.0-1) unstable; urgency=medium

  * Initial release. (Closes: #960798)

 -- Shengjing Zhu <email address hidden>  Sun, 17 May 2020 14:48:12 +0800
113 of 13 results