Skip to content

Commit 0c444c0

Browse files
Upgrade asio to 1.31.0-1 (#10678)
1 parent cba2a2e commit 0c444c0

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"asio-28d9b8d.tar.gz": "6bb31feed7af75ac20e8b4da53a310f3b48a345c5005c5d0c5e1e215b729971f"
3+
"asio-1f53428.tar.gz": "ba66f5004754184ae3724a6ae043d72b9436f287879311097bfa9497923ff254"
44
}
5-
}
5+
}

SPECS-EXTENDED/asio/asio.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Distribution: Azure Linux
33
# asio only ships headers, so no debuginfo package is needed
44
%global debug_package %{nil}
55

6-
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
6+
%global commit 1f534288b4be0be2dd664aab43882a0aa3106a1d
77
%global shortcommit %(c=%{commit}; echo ${c:0:7})
88

99
Name: asio
10-
Version: 1.10.8
11-
Release: 12%{?dist}
10+
Version: 1.31.0
11+
Release: 1%{?dist}
1212
Summary: A cross-platform C++ library for network programming
1313

1414
License: Boost
@@ -56,8 +56,13 @@ modern C++ approach.
5656
%license LICENSE_1_0.txt
5757
%{_includedir}/asio/
5858
%{_includedir}/asio.hpp
59+
%{_libdir}/pkgconfig/asio.pc
5960

6061
%changelog
62+
* Tue Oct 08 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 1.31.0-1
63+
- Upgrade to current upstream
64+
- License Verified
65+
6166
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.10.8-12
6267
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6368

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@
585585
"type": "other",
586586
"other": {
587587
"name": "asio",
588-
"version": "1.10.8",
589-
"downloadUrl": "https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz"
588+
"version": "1.31.0",
589+
"downloadUrl": "https://github.com/chriskohlhoff/asio/archive/1f534288b4be0be2dd664aab43882a0aa3106a1d.tar.gz"
590590
}
591591
}
592592
},

0 commit comments

Comments
 (0)