From eccbc714f33af8b89daa4e72be3b85ffcd609326 Mon Sep 17 00:00:00 2001 From: Kevin Lockwood Date: Tue, 8 Oct 2024 16:29:33 -0700 Subject: [PATCH] Upgrade asio to 1.31.0-1 --- SPECS-EXTENDED/asio/asio.signatures.json | 4 ++-- SPECS-EXTENDED/asio/asio.spec | 11 ++++++++--- cgmanifest.json | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/SPECS-EXTENDED/asio/asio.signatures.json b/SPECS-EXTENDED/asio/asio.signatures.json index 10402802340..4b6b3c54559 100644 --- a/SPECS-EXTENDED/asio/asio.signatures.json +++ b/SPECS-EXTENDED/asio/asio.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "asio-28d9b8d.tar.gz": "6bb31feed7af75ac20e8b4da53a310f3b48a345c5005c5d0c5e1e215b729971f" + "asio-1f53428.tar.gz": "ba66f5004754184ae3724a6ae043d72b9436f287879311097bfa9497923ff254" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/asio/asio.spec b/SPECS-EXTENDED/asio/asio.spec index c2b1b4eec70..29c2d3bb52a 100644 --- a/SPECS-EXTENDED/asio/asio.spec +++ b/SPECS-EXTENDED/asio/asio.spec @@ -3,12 +3,12 @@ Distribution: Azure Linux # asio only ships headers, so no debuginfo package is needed %global debug_package %{nil} -%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf +%global commit 1f534288b4be0be2dd664aab43882a0aa3106a1d %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: asio -Version: 1.10.8 -Release: 12%{?dist} +Version: 1.31.0 +Release: 1%{?dist} Summary: A cross-platform C++ library for network programming License: Boost @@ -56,8 +56,13 @@ modern C++ approach. %license LICENSE_1_0.txt %{_includedir}/asio/ %{_includedir}/asio.hpp +%{_libdir}/pkgconfig/asio.pc %changelog +* Tue Oct 08 2024 Kevin Lockwood - 1.31.0-1 +- Upgrade to current upstream +- License Verified + * Fri Oct 15 2021 Pawel Winogrodzki - 1.10.8-12 - Initial CBL-Mariner import from Fedora 32 (license: MIT). diff --git a/cgmanifest.json b/cgmanifest.json index bd38ff8b244..c215ddddf1b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -585,8 +585,8 @@ "type": "other", "other": { "name": "asio", - "version": "1.10.8", - "downloadUrl": "https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz" + "version": "1.31.0", + "downloadUrl": "https://github.com/chriskohlhoff/asio/archive/1f534288b4be0be2dd664aab43882a0aa3106a1d.tar.gz" } } },