golang-github-golang-protobuf-1-5 1.5.3-1 source package in Ubuntu

Changelog

golang-github-golang-protobuf-1-5 (1.5.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.5.3
  * Replace Built-Using field with Static-Built-Using
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Wed, 27 Dec 2023 13:06:54 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-protobuf-1-5_1.5.3-1.dsc 2.4 KiB 38dddf86c86967c469ec648cc3ebcc45ced4d6f5adc6ba73b6a86e4d8344b1d1
golang-github-golang-protobuf-1-5_1.5.3.orig.tar.gz 167.8 KiB 48457a6a9e8c78a7556ff5ff4a4c77d7df9bf70e882491ee0f3f1ff06db2bfaa
golang-github-golang-protobuf-1-5_1.5.3-1.debian.tar.xz 2.8 KiB 75af70ae9f243a3ef135c2bc357f1c03c3b14f45cccb00bc432df0b38924912f

No changes file available.

Binary packages built by this source

golang-github-golang-protobuf-1-5-dev: Go support for protocol buffers (version v1.5.x)

 This module (github.com/golang/protobuf) contains Go bindings for protocol
 buffers.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.

protoc-gen-go-1-5: Go plugin for protobuf compiler (version v1.5.x)

 This protobuf compiler plugin is from github.com/golang/protobuf module,
 which is deprecated.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.
 .
 People should migrate to protoc-gen-go package which is provided
 by google.golang.org/protobuf module.
 .
 Go files generated by this version will cause runtime panic with
 golang-github-gogo-protobuf-dev.