aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/avro
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-01 19:22:24 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:48 -0700
commit942fb06bc298393395b6e9f06796a3dd99d5d026 (patch)
tree6c5f336125d35d1bca28151d693fe37943088b9b /meta-oe/recipes-support/avro
parent642965b331e360c4ac9eb21f827887342d388f33 (diff)
downloadmeta-openembedded-contrib-942fb06bc298393395b6e9f06796a3dd99d5d026.tar.gz
avro-c: upgrade 1.10.2 -> 1.11.0
release note: All signed release artifacts, signatures and verification instructions can be found here: https://avro.apache.org/releases.html This release includes 120 Jira issues, including some interesting features: Specification: AVRO-3212 Support documentation tags for FIXED types C#: AVRO-2961 Support dotnet framework 5.0 C#: AVRO-3225 Prevent memory errors when deserializing untrusted data C++: AVRO-2923 Logical type corrections Java: AVRO-2863 Support Avro core on android Javascript: AVRO-3131 Drop support for node.js 10 Perl: AVRO-3190 Fix error when reading from EOF Python: AVRO-2906 Improved performance validating deep record data Python: AVRO-2914 Drop Python 2 support Python: AVRO-3004 Drop Python 3.5 support Ruby: AVRO-3108 Drop Ruby 2.5 support For the first time, the 1.11.0 release includes experimental support for Rust. Work is continuing on this donated SDK, but we have not versioned and published official artifacts for this release. Python: The avro package fully supports Python 3. We will no longer publish a separate avro-python3 package And of course upgraded dependencies to latest versions, CVE fixes and more: https://issues.apache.org/jira/issues/?jql=project%3DAVRO%20AND%20fixVersion%3D1.11.0 The link to all fixed JIRA issues and a brief summary can be found at: https://github.com/apache/avro/releases/tag/release-1.11.0 In addition, language-specific release artifacts are available: C#: https://www.nuget.org/packages/Apache.Avro/1.11.0 Java: from Maven Central, Javascript: https://www.npmjs.com/package/avro-js/v/1.11.0 Perl: https://metacpan.org/release/Avro Python 3: https://pypi.org/project/avro/1.11.0 Ruby: https://rubygems.org/gems/avro/versions/1.11.0 Thanks to everyone for contributing! Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/avro')
-rw-r--r--meta-oe/recipes-support/avro/avro-c_1.11.0.bb (renamed from meta-oe/recipes-support/avro/avro-c_1.10.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/avro/avro-c_1.10.2.bb b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb
index 98f464fd04..5fbd44a8ed 100644
--- a/meta-oe/recipes-support/avro/avro-c_1.10.2.bb
+++ b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6d502b41f76179fc84e536236f359cae"
DEPENDS = "jansson zlib xz"
-BRANCH = "branch-1.10"
-SRCREV = "8111cdc35430ff68dcb644306362859de40999d9"
+BRANCH = "branch-1.11"
+SRCREV = "4e1fefca493029ace961b7ef8889a3722458565a"
SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \
"