Skip to content

Commit 53bef89

Browse files
authored
[libtracepoint] Upgrade to v1.3.0 (#36137)
* [libtracepoint] Upgrade to v1.3.0 * [libtracepoint] Upgrade to v1.3.0 versions
1 parent 88b8139 commit 53bef89

File tree

16 files changed

+44
-19
lines changed

16 files changed

+44
-19
lines changed

ports/libeventheader-decode/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO "microsoft/LinuxTracepoints"
66
REF "v${VERSION}"
7-
SHA512 3ef4881b66c8990afe3aab844f4e5b9dcc98b67f954027ffe60f2b868a0501f04d6bb0747021b4ffff2e984987028d641975215b7ab32d0fd710171385f0f030
7+
SHA512 6b22ecded7029dfb9d9fba4fb76a8c25a28fbb3a6295b8ff6f66cea83d5b7645a85244126f52896065eccb9d08cbafa89dd1a23971c38842c4f752a274e5a72d
88
HEAD_REF main)
99

1010
vcpkg_cmake_configure(

ports/libeventheader-decode/vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "libeventheader-decode",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "C++ classes for decoding EventHeader-encoded Linux Tracepoints",
55
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
66
"license": "MIT",
77
"supports": "linux | windows",
88
"dependencies": [
99
{
1010
"name": "libeventheader-tracepoint",
11-
"version>=": "1.2.1"
11+
"version>=": "1.3.0"
1212
},
1313
{
1414
"name": "libtracepoint-decode",
15-
"version>=": "1.2.1"
15+
"version>=": "1.3.0"
1616
},
1717
{
1818
"name": "vcpkg-cmake",

ports/libeventheader-tracepoint/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO "microsoft/LinuxTracepoints"
88
REF "v${VERSION}"
9-
SHA512 3ef4881b66c8990afe3aab844f4e5b9dcc98b67f954027ffe60f2b868a0501f04d6bb0747021b4ffff2e984987028d641975215b7ab32d0fd710171385f0f030
9+
SHA512 6b22ecded7029dfb9d9fba4fb76a8c25a28fbb3a6295b8ff6f66cea83d5b7645a85244126f52896065eccb9d08cbafa89dd1a23971c38842c4f752a274e5a72d
1010
HEAD_REF main)
1111

1212
vcpkg_cmake_configure(

ports/libeventheader-tracepoint/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "libeventheader-tracepoint",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "C/C++ interface for generating EventHeader-encoded Linux Tracepoints",
55
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
66
"license": "MIT",
77
"supports": "linux | windows",
88
"dependencies": [
99
{
1010
"name": "libtracepoint",
11-
"version>=": "1.2.1"
11+
"version>=": "1.3.0"
1212
},
1313
{
1414
"name": "vcpkg-cmake",

ports/libtracepoint-control/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO "microsoft/LinuxTracepoints"
66
REF "v${VERSION}"
7-
SHA512 3ef4881b66c8990afe3aab844f4e5b9dcc98b67f954027ffe60f2b868a0501f04d6bb0747021b4ffff2e984987028d641975215b7ab32d0fd710171385f0f030
7+
SHA512 6b22ecded7029dfb9d9fba4fb76a8c25a28fbb3a6295b8ff6f66cea83d5b7645a85244126f52896065eccb9d08cbafa89dd1a23971c38842c4f752a274e5a72d
88
HEAD_REF main)
99

1010
vcpkg_cmake_configure(

ports/libtracepoint-control/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "libtracepoint-control",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "C++ classes for collecting Linux Tracepoints",
55
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
66
"license": "MIT",
77
"supports": "linux",
88
"dependencies": [
99
{
1010
"name": "libtracepoint-decode",
11-
"version>=": "1.2.1"
11+
"version>=": "1.3.0"
1212
},
1313
{
1414
"name": "vcpkg-cmake",

ports/libtracepoint-decode/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO "microsoft/LinuxTracepoints"
66
REF "v${VERSION}"
7-
SHA512 3ef4881b66c8990afe3aab844f4e5b9dcc98b67f954027ffe60f2b868a0501f04d6bb0747021b4ffff2e984987028d641975215b7ab32d0fd710171385f0f030
7+
SHA512 6b22ecded7029dfb9d9fba4fb76a8c25a28fbb3a6295b8ff6f66cea83d5b7645a85244126f52896065eccb9d08cbafa89dd1a23971c38842c4f752a274e5a72d
88
HEAD_REF main)
99

1010
vcpkg_cmake_configure(

ports/libtracepoint-decode/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libtracepoint-decode",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "C++ classes for decoding Linux Tracepoints",
55
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
66
"license": "MIT",

ports/libtracepoint/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO "microsoft/LinuxTracepoints"
88
REF "v${VERSION}"
9-
SHA512 3ef4881b66c8990afe3aab844f4e5b9dcc98b67f954027ffe60f2b868a0501f04d6bb0747021b4ffff2e984987028d641975215b7ab32d0fd710171385f0f030
9+
SHA512 6b22ecded7029dfb9d9fba4fb76a8c25a28fbb3a6295b8ff6f66cea83d5b7645a85244126f52896065eccb9d08cbafa89dd1a23971c38842c4f752a274e5a72d
1010
HEAD_REF main)
1111

1212
vcpkg_cmake_configure(

ports/libtracepoint/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libtracepoint",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "C/C++ interface for generating Linux Tracepoints",
55
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
66
"license": "MIT",

0 commit comments

Comments
 (0)