Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lttng
@ 2020-04-09 19:15 ailiop-git
  2020-04-09 19:20 ` [PR PATCH] [Merged]: lttng-{ust,tools,modules}: update to 2.12.0 Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: ailiop-git @ 2020-04-09 19:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages lttng
https://github.com/void-linux/void-packages/pull/20805

lttng


A patch file from https://github.com/void-linux/void-packages/pull/20805.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lttng-20805.patch --]
[-- Type: text/x-diff, Size: 3315 bytes --]

From 2e9bcb00e0a62b8cff8dbb155262838585928163 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 9 Apr 2020 20:48:04 +0200
Subject: [PATCH 1/3] lttng-ust: update to 2.12.0.

---
 srcpkgs/lttng-ust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template
index 9fdf34e51a8..b3530b6be2f 100644
--- a/srcpkgs/lttng-ust/template
+++ b/srcpkgs/lttng-ust/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-ust'
 pkgname=lttng-ust
-version=2.11.1
+version=2.12.0
 revision=1
 build_style=gnu-configure
 makedepends="liburcu-devel libnuma-devel"
@@ -11,7 +11,7 @@ license="LGPL-2.1-only"
 homepage="http://lttng.org"
 changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
 distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=7fbab963d60741ffd4d8dd0a246f6cf168cdfe3b2385798bd90550f5f0bba869
+checksum=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
 
 lttng-ust-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} liburcu-devel"

From 90fee760ac021792d340a183f8178698db19e6b5 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 9 Apr 2020 20:56:00 +0200
Subject: [PATCH 2/3] lttng-tools: update to 2.12.0.

---
 srcpkgs/lttng-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lttng-tools/template b/srcpkgs/lttng-tools/template
index 956533ef593..fce3cdbbaaa 100644
--- a/srcpkgs/lttng-tools/template
+++ b/srcpkgs/lttng-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-tools'
 pkgname=lttng-tools
-version=2.11.2
+version=2.12.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="LGPL-2.1-only, GPL-2.0-only"
 homepage="https://lttng.org"
 distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=936477305b25f65c5dd22db9161287d30a309ce868b6180857b1fd1fb5e6a56b
+checksum=405661d27617dc79a42712174a051a45c7ca12d167576c0d93f2de708ed29445
 system_groups="tracing"
 
 lttng-tools-devel_package() {

From d03d9eb10ff7245b8d01f0d1f2bb3d5ca5e5d4a6 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 9 Apr 2020 20:56:40 +0200
Subject: [PATCH 3/3] lttng-modules-dkms: update to 2.12.0.

---
 srcpkgs/lttng-modules-dkms/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lttng-modules-dkms/template b/srcpkgs/lttng-modules-dkms/template
index 7eca78081ec..b42c6a2f8ed 100644
--- a/srcpkgs/lttng-modules-dkms/template
+++ b/srcpkgs/lttng-modules-dkms/template
@@ -1,6 +1,6 @@
 # Template file for 'lttng-modules-dkms'
 pkgname=lttng-modules-dkms
-version=2.11.2
+version=2.12.0
 revision=1
 wrksrc="lttng-modules-${version}"
 depends="dkms"
@@ -9,7 +9,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="LGPL-2.1-only, GPL-2.0-only, MIT"
 homepage="https://lttng.org"
 distfiles="${homepage}/files/lttng-modules/lttng-modules-${version}.tar.bz2"
-checksum=8a42240813b8fd1d001835cd6f5ec687f7d7f3b26070d4e21604c35a51a6441d
+checksum=efeb2ae60e96dbe9a9b342d3a80dfc7642f06a8c09686089d491ad696bb98f4d
 
 dkms_modules="lttng-modules ${version}"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: lttng-{ust,tools,modules}: update to 2.12.0.
  2020-04-09 19:15 [PR PATCH] lttng ailiop-git
@ 2020-04-09 19:20 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-09 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

There's a merged pull request on the void-packages repository

lttng-{ust,tools,modules}: update to 2.12.0.
https://github.com/void-linux/void-packages/pull/20805

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-09 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-09 19:15 [PR PATCH] lttng ailiop-git
2020-04-09 19:20 ` [PR PATCH] [Merged]: lttng-{ust,tools,modules}: update to 2.12.0 Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).