Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pahole: update to 1.18.
@ 2020-10-06  1:16 abenson
  2020-10-06  1:32 ` [PR PATCH] [Updated] " abenson
  2020-10-06 23:21 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2020-10-06  1:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages pahole_1.18
https://github.com/void-linux/void-packages/pull/25379

pahole: update to 1.18.


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

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

From c8a736407615b4808f6eaf730d8fa9b327275128 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 5 Oct 2020 19:15:30 -0600
Subject: [PATCH] pahole: update to 1.18.

---
 srcpkgs/pahole/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pahole/template b/srcpkgs/pahole/template
index 5a3ef3819dc..d254993205a 100644
--- a/srcpkgs/pahole/template
+++ b/srcpkgs/pahole/template
@@ -1,8 +1,8 @@
 # Template file for 'pahole'
 pkgname=pahole
-version=1.17
-revision=3
-_bpfver=0.0.7
+version=1.18
+revision=1
+_bpfver=0.1.1
 build_style=cmake
 configure_args="-D__LIB=lib"
 makedepends="elfutils-devel zlib-devel"
@@ -12,8 +12,8 @@ license="GPL-2.0-only"
 homepage="http://git.kernel.org/?p=devel/pahole/pahole.git;a=summary"
 distfiles="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz
  https://github.com/libbpf/libbpf/archive/v${_bpfver}.tar.gz"
-checksum="51e35041ce43ed08922037a1ee9e415aff1590e0d8d7cbe3e2b003f388db0a8a
- a616ba2ea72d00b4022689b17f4a78365379e3040d0f1a66d28eba52c528e480"
+checksum="bb436a4b5e856c8963b1ea52260da064dc985f6e3832b29adec094422365a5a7
+ 3fd271cf65b39bf38432b29d9dd2f694600c97dab0928baee419a65b5db4e598"
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" musl-obstack-devel argp-standalone"

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

* Re: [PR PATCH] [Updated] pahole: update to 1.18.
  2020-10-06  1:16 [PR PATCH] pahole: update to 1.18 abenson
@ 2020-10-06  1:32 ` abenson
  2020-10-06 23:21 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-10-06  1:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages pahole_1.18
https://github.com/void-linux/void-packages/pull/25379

pahole: update to 1.18.


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

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

From c1b7e21b5acef4a6286eb6152a6ae2cc15b1ed38 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 5 Oct 2020 19:15:30 -0600
Subject: [PATCH] pahole: update to 1.18.

---
 srcpkgs/pahole/patches/fix_limits.patch | 18 ++++++++++++++++--
 srcpkgs/pahole/template                 | 10 +++++-----
 2 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pahole/patches/fix_limits.patch b/srcpkgs/pahole/patches/fix_limits.patch
index aad8159c5e6..5026509dd4a 100644
--- a/srcpkgs/pahole/patches/fix_limits.patch
+++ b/srcpkgs/pahole/patches/fix_limits.patch
@@ -1,6 +1,8 @@
---- dwarves.c.orig
+diff --git dwarves.c dwarves.c
+index 8cb359f..98b8b6b 100644
+--- dwarves.c
 +++ dwarves.c
-@@ -24,6 +24,7 @@
+@@ -22,6 +22,7 @@
  #include <unistd.h>
  #include <sys/stat.h>
  #include <sys/utsname.h>
@@ -8,3 +10,15 @@
  
  #include "config.h"
  #include "list.h"
+diff --git pahole.c pahole.c
+index dac7a49..15c0c29 100644
+--- pahole.c
++++ pahole.c
+@@ -10,6 +10,7 @@
+ #include <assert.h>
+ #include <stdio.h>
+ #include <dwarf.h>
++#include <limits.h>
+ #include <inttypes.h>
+ #include <search.h>
+ #include <stdarg.h>
diff --git a/srcpkgs/pahole/template b/srcpkgs/pahole/template
index 5a3ef3819dc..d254993205a 100644
--- a/srcpkgs/pahole/template
+++ b/srcpkgs/pahole/template
@@ -1,8 +1,8 @@
 # Template file for 'pahole'
 pkgname=pahole
-version=1.17
-revision=3
-_bpfver=0.0.7
+version=1.18
+revision=1
+_bpfver=0.1.1
 build_style=cmake
 configure_args="-D__LIB=lib"
 makedepends="elfutils-devel zlib-devel"
@@ -12,8 +12,8 @@ license="GPL-2.0-only"
 homepage="http://git.kernel.org/?p=devel/pahole/pahole.git;a=summary"
 distfiles="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz
  https://github.com/libbpf/libbpf/archive/v${_bpfver}.tar.gz"
-checksum="51e35041ce43ed08922037a1ee9e415aff1590e0d8d7cbe3e2b003f388db0a8a
- a616ba2ea72d00b4022689b17f4a78365379e3040d0f1a66d28eba52c528e480"
+checksum="bb436a4b5e856c8963b1ea52260da064dc985f6e3832b29adec094422365a5a7
+ 3fd271cf65b39bf38432b29d9dd2f694600c97dab0928baee419a65b5db4e598"
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" musl-obstack-devel argp-standalone"

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

* Re: [PR PATCH] [Merged]: pahole: update to 1.18.
  2020-10-06  1:16 [PR PATCH] pahole: update to 1.18 abenson
  2020-10-06  1:32 ` [PR PATCH] [Updated] " abenson
@ 2020-10-06 23:21 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-10-06 23:21 UTC (permalink / raw)
  To: ml

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

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

pahole: update to 1.18.
https://github.com/void-linux/void-packages/pull/25379

Description:


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

end of thread, other threads:[~2020-10-06 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06  1:16 [PR PATCH] pahole: update to 1.18 abenson
2020-10-06  1:32 ` [PR PATCH] [Updated] " abenson
2020-10-06 23:21 ` [PR PATCH] [Merged]: " abenson

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).