protobuf 3.21.12-1ubuntu1 source package in Ubuntu
Changelog
protobuf (3.21.12-1ubuntu1) lunar; urgency=low * Merge from Debian unstable. Remaining changes: - Don't build elpa stuff on i386 protobuf (3.21.12-1) unstable; urgency=medium * New upstream release. protobuf (3.21.11-1) unstable; urgency=medium * New upstream release. protobuf (3.21.10-1) unstable; urgency=medium * New upstream release. * Update Standards-Version to 4.6.1 . protobuf (3.21.9-5) unstable; urgency=medium * Backport upstream fix of Makefile rule for java target in examples (closes: #1024677). protobuf (3.21.9-4) unstable; urgency=medium * Don't try to build elpa-protobuf-mode on architectures where dh-elpa is not available. * Don't check alignment of typename U on hppa. protobuf (3.21.9-3) unstable; urgency=medium * Upload to Sid (closes: #993266). protobuf (3.21.9-2) experimental; urgency=medium * Backport upstream fix to build with Python 3.11 (closes: #1023963). protobuf (3.21.9-1) experimental; urgency=medium * New upstream release. protobuf (3.21.8-1) experimental; urgency=medium * New upstream release. protobuf (3.21.7-1) experimental; urgency=high * New upstream release: - fix CVE-2022-3171: potential denial of service in the Java protobuf runtime. protobuf (3.21.6-1) experimental; urgency=medium * New major upstream release (closes: #1018262). * Library transition from libproto*31 to libproto*32 . protobuf (3.20.2-1) experimental; urgency=high * New upstream release: - fix CVE-2022-1941: parsing vulnerability for the MessageSet type. protobuf (3.20.1-1) experimental; urgency=medium * New upstream release. protobuf (3.20.1~rc1-1) experimental; urgency=medium * New upstream release candidate version. protobuf (3.20.0-1) experimental; urgency=medium * New major upstream release. protobuf (3.20.0~rc2-1) experimental; urgency=medium * New major upstream release candidate version. protobuf (3.20.0~rc1-1) experimental; urgency=medium * New major upstream release candidate version. * Update patches. * Library transition from libproto*30 to libproto*31 . protobuf (3.19.4-1) experimental; urgency=medium * New upstream release. protobuf (3.19.3-1) experimental; urgency=medium * New upstream release. protobuf (3.19.1-1) experimental; urgency=medium * New upstream release. protobuf (3.19.0-1) experimental; urgency=medium * New major upstream release. * Clarify license of the Debian patches (closes: #996882). * Update patches. * Library transition from libproto*29 to libproto*30 . protobuf (3.18.1-1) experimental; urgency=medium * New upstream release. * Update watch file. protobuf (3.18.0-1) experimental; urgency=medium * New major upstream release. * Update Standards-Version to 4.6.0 . protobuf (3.18.0~rc2-1) experimental; urgency=medium * New major upstream release candidate version. protobuf (3.18.0~rc1-1) experimental; urgency=medium * New major upstream release candidate version. * Update patches. * Library transition from libproto*28 to libproto*29 . protobuf (3.17.3-2) experimental; urgency=medium [ Pirate Praveen <email address hidden> ] * Include ruby/lib in ruby-google-protobuf binary (closes: #992008). protobuf (3.17.3-1) experimental; urgency=medium * New upstream release. protobuf (3.17.2-1) experimental; urgency=medium * New major upstream release (closes: #989061). * Update patches. * Update packaging bits. * Library transition from libproto*25 to libproto*28 . * Update debhelper level to 13 . * Update Standards-Version to 4.5.1 . [ Helmut Grohne <email address hidden> ] * Support build profiles nocheck, nopython and noruby (closes: #981083). protobuf (3.14.0-1) experimental; urgency=medium * New major upstream release. * Update patches. * Let libprotobuf-dev provide API version. * Library transition from libproto*23 to libproto*25 . [ Dominik George <email address hidden> ] * Build PHP package (closes: #927721). -- Gianfranco Costamagna <email address hidden> Tue, 27 Dec 2022 14:08:14 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
protobuf_3.21.12.orig.tar.gz | 4.9 MiB | 930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53 |
protobuf_3.21.12-1ubuntu1.debian.tar.xz | 30.7 KiB | 0201089492a041dc7abeae86bbca6ff6be1e12ab3786d72cfc3eceaa94d3c992 |
protobuf_3.21.12-1ubuntu1.dsc | 3.1 KiB | 4653bb7c369cac5dc35a5e7412cdf81042d7712ab022baebd752e23be415fc89 |
Available diffs
Binary packages built by this source
- elpa-protobuf-mode: Emacs addon for editing protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package provides an emacs major mode for editing files in protocol
buffers format. It features syntax highlighting and auto-indentation.
- libprotobuf-dev: protocol buffers C++ library (development files) and proto files
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the development headers and static libraries needed for
writing C++ applications. Includes well known proto type files.
- libprotobuf-java: Java bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Java bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Java classes, and then the modules in this package will allow
you to use those classes in your programs.
- libprotobuf-lite32: protocol buffers C++ library (lite version)
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the runtime library needed for C++ applications whose
message definitions have the "lite runtime" optimization setting.
- libprotobuf-lite32-dbgsym: debug symbols for libprotobuf-lite32
- libprotobuf32: protocol buffers C++ library
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the runtime library needed for C++ applications.
- libprotobuf32-dbgsym: debug symbols for libprotobuf32
- libprotoc-dev: protocol buffers compiler library (development files)
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the development headers and static library needed for
writing protobuf compilers.
- libprotoc32: protocol buffers compiler library
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the runtime library needed for the protocol buffer
compiler.
- libprotoc32-dbgsym: debug symbols for libprotoc32
- php-google-protobuf: PHP bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the PHP bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to PHP code, and then the modules in this package will allow
you to use those classes in your programs.
- protobuf-compiler: compiler for protocol buffer definition files
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the protocol buffer compiler that is used for
translating from .proto files (containing the definitions) to the language
binding for the supported languages.
- protobuf-compiler-dbgsym: debug symbols for protobuf-compiler
- python3-protobuf: Python 3 bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Python 3 bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Python classes, and then the modules in this package will allow
you to use those classes in your programs.
- python3-protobuf-dbgsym: debug symbols for python3-protobuf
- ruby-google-protobuf: Protocol Buffers
Protocol Buffers are Google's data interchange format.
.
This library contains the Ruby extension that implements Protocol Buffers
functionality in Ruby.
.
The Ruby extension makes use of generated Ruby code that defines message and
enum types in a Ruby DSL. You may write definitions in this DSL directly, but
we recommend using protoc's Ruby generation support with .proto files. The
build process in this directory only installs the extension; you need to
install protoc as well to have Ruby code generation functionality.
- ruby-google-protobuf-dbgsym: debug symbols for ruby-google-protobuf