Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade asio to 1.31.0-1 #10678

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/asio/asio.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"asio-28d9b8d.tar.gz": "6bb31feed7af75ac20e8b4da53a310f3b48a345c5005c5d0c5e1e215b729971f"
"asio-1f53428.tar.gz": "ba66f5004754184ae3724a6ae043d72b9436f287879311097bfa9497923ff254"
}
}
}
11 changes: 8 additions & 3 deletions SPECS-EXTENDED/asio/asio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 1.31.0-1
- Upgrade to current upstream
- License Verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.10.8-12
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading