Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tmate: update to 2.3.1
@ 2019-10-30 21:01 voidlinux-github
  2019-10-31  7:37 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-30 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tmate
https://github.com/void-linux/void-packages/pull/15967

tmate: update to 2.3.1


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

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

From f7c3acf7e81b6c8122e258a2d9f48b982c31033f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Wed, 30 Oct 2019 15:49:42 -0500
Subject: [PATCH] tmate: update to 2.3.1

---
 ...building-with-or-without-backtrace-3.patch | 75 -------------------
 srcpkgs/tmate/template                        |  6 +-
 2 files changed, 3 insertions(+), 78 deletions(-)
 delete mode 100644 srcpkgs/tmate/patches/0001-Fix-building-with-or-without-backtrace-3.patch

diff --git a/srcpkgs/tmate/patches/0001-Fix-building-with-or-without-backtrace-3.patch b/srcpkgs/tmate/patches/0001-Fix-building-with-or-without-backtrace-3.patch
deleted file mode 100644
index 9944bd894ce..00000000000
--- a/srcpkgs/tmate/patches/0001-Fix-building-with-or-without-backtrace-3.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From 3f6c6d44472a5ccab0403ebf89fc59e7df58b6b2 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Thu, 28 Sep 2017 10:28:42 +0000
-Subject: [PATCH] Fix building with or without backtrace(3)
-
-backtrace(3) and execinfo.h are GNU extensions and may or may not be
-available, and they may be provided via libexecinfo.
-
-Fix detection of libexecinfo and allow building without any support of
-backtrace, in which case we let kernel create core dump.
-
-Fixes #116 #117
----
- configure.ac  |  5 +++++
- tmate-debug.c | 10 ++++++++++
- 2 files changed, 15 insertions(+)
-
-diff --git configure.ac configure.ac
-index 02d2872..05c1c48 100644
---- configure.ac
-+++ configure.ac
-@@ -102,6 +102,7 @@ AC_CHECK_HEADERS(
- 		bitstring.h \
- 		curses.h \
- 		dirent.h \
-+		execinfo.h \
- 		fcntl.h \
- 		inttypes.h \
- 		libutil.h \
-@@ -121,9 +122,13 @@ AC_CHECK_HEADERS(
- # Look for library needed for flock.
- AC_SEARCH_LIBS(flock, bsd)
- 
-+# Look for library needed for backtrace
-+AC_SEARCH_LIBS(backtrace, execinfo)
-+
- # Check for some functions that are replaced or omitted.
- AC_CHECK_FUNCS(
- 	[ \
-+		backtrace \
- 		dirfd \
- 		flock \
- 		setproctitle \
-diff --git tmate-debug.c tmate-debug.c
-index f1fd971..f58efe0 100644
---- tmate-debug.c
-+++ tmate-debug.c
-@@ -1,10 +1,19 @@
-+#ifdef HAVE_EXECINFO_H
- #include <execinfo.h>
-+#endif
- #include <stdio.h>
- #include <stdlib.h>
- #include <regex.h>
- #include <signal.h>
- #include "tmate.h"
- 
-+#ifndef HAVE_BACKTRACE
-+
-+void tmate_print_stack_trace(void) {}
-+void tmate_catch_sigsegv(void) {}
-+
-+#else
-+
- #if DEBUG
- 
- static int print_resolved_stack_frame(const char *frame)
-@@ -88,3 +97,4 @@ void tmate_catch_sigsegv(void)
- {
- 	signal(SIGSEGV, handle_sigsegv);
- }
-+#endif
--- 
-2.7.4
-
diff --git a/srcpkgs/tmate/template b/srcpkgs/tmate/template
index f1bf9a93adf..9042124ea63 100644
--- a/srcpkgs/tmate/template
+++ b/srcpkgs/tmate/template
@@ -1,7 +1,7 @@
 # Template file for 'tmate'
 pkgname=tmate
-version=2.2.1
-revision=2
+version=2.3.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="libevent-devel libssh-devel msgpack-devel ncurses-devel"
@@ -10,7 +10,7 @@ maintainer="Rijk van Wijk <rrvanwijk@fastmail.org>"
 license="ISC"
 homepage="http://tmate.io"
 distfiles="https://github.com/tmate-io/tmate/archive/${version}.tar.gz"
-checksum=d9c2ac59f42e65aac5f500f0548ea8056fd79c9c5285e5af324d833e2a84c305
+checksum=21cb6029d09e3809e37b9b8f1cd96b452197b8c2e28d3551d674b8e580bf4048
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Merged]: tmate: update to 2.3.1
  2019-10-30 21:01 [PR PATCH] tmate: update to 2.3.1 voidlinux-github
@ 2019-10-31  7:37 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-31  7:37 UTC (permalink / raw)
  To: ml

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

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

tmate: update to 2.3.1
https://github.com/void-linux/void-packages/pull/15967

Description:


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

end of thread, other threads:[~2019-10-31  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 21:01 [PR PATCH] tmate: update to 2.3.1 voidlinux-github
2019-10-31  7:37 ` [PR PATCH] [Merged]: " voidlinux-github

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