pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/tmate



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:21:01 UTC 2019

Modified Files:
        pkgsrc/misc/tmate: Makefile distinfo
Added Files:
        pkgsrc/misc/tmate/patches: patch-tmate-session.c
            patch-tmate-ssh-client.c

Log Message:
Uses backtrace(3), so pull in libexecinfo. Add missing network headers.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/tmate/Makefile \
    pkgsrc/misc/tmate/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/tmate/patches/patch-tmate-session.c \
    pkgsrc/misc/tmate/patches/patch-tmate-ssh-client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/tmate/Makefile
diff -u pkgsrc/misc/tmate/Makefile:1.2 pkgsrc/misc/tmate/Makefile:1.3
--- pkgsrc/misc/tmate/Makefile:1.2      Sun Sep 10 01:01:34 2017
+++ pkgsrc/misc/tmate/Makefile  Thu Dec 19 22:21:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/10 01:01:34 dholland Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/19 22:21:01 joerg Exp $
 
 DISTNAME=      tmate-2.2.1
 CATEGORIES=    misc
@@ -19,6 +19,7 @@ pre-configure:
        cd ${WRKSRC} && ./autogen.sh
 
 .include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/msgpack/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
Index: pkgsrc/misc/tmate/distinfo
diff -u pkgsrc/misc/tmate/distinfo:1.2 pkgsrc/misc/tmate/distinfo:1.3
--- pkgsrc/misc/tmate/distinfo:1.2      Tue Sep 12 08:31:20 2017
+++ pkgsrc/misc/tmate/distinfo  Thu Dec 19 22:21:01 2019
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.2 2017/09/12 08:31:20 dholland Exp $
+$NetBSD: distinfo,v 1.3 2019/12/19 22:21:01 joerg Exp $
 
 SHA1 (tmate-2.2.1.tar.gz) = 8ef6999f7bf2511738650421e40b6a639e782d36
 RMD160 (tmate-2.2.1.tar.gz) = fd72920b91041905a218f59ba25eb1d58d4bfc6c
 SHA512 (tmate-2.2.1.tar.gz) = 3d4ce7510cd8da39bc4fe63f2a64179846a813bb3560ca811d9e1e2a28b06d95a9033047a900d76bda069c249d7ebbe1143daa082b23212c5d32a50bf1819d2d
 Size (tmate-2.2.1.tar.gz) = 610745 bytes
 SHA1 (patch-configure.ac) = dba0fdd160797e3884533d99686efdf9b0af9e7a
+SHA1 (patch-tmate-session.c) = 9a3b31787dd86f4eb9528a4cb0e6708da31e75e9
+SHA1 (patch-tmate-ssh-client.c) = d797fb9d770999447859ce4f204fa853a2f63cb9
 SHA1 (patch-tmux.h) = 8c26d6ca70b1a8d51e7c920ea54f59d2023968fe

Added files:

Index: pkgsrc/misc/tmate/patches/patch-tmate-session.c
diff -u /dev/null pkgsrc/misc/tmate/patches/patch-tmate-session.c:1.1
--- /dev/null   Thu Dec 19 22:21:01 2019
+++ pkgsrc/misc/tmate/patches/patch-tmate-session.c     Thu Dec 19 22:21:01 2019
@@ -0,0 +1,12 @@
+$NetBSD: patch-tmate-session.c,v 1.1 2019/12/19 22:21:01 joerg Exp $
+
+--- tmate-session.c.orig       2019-12-19 18:49:04.116108537 +0000
++++ tmate-session.c
+@@ -3,6 +3,7 @@
+ #include <event2/event.h>
+ 
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
Index: pkgsrc/misc/tmate/patches/patch-tmate-ssh-client.c
diff -u /dev/null pkgsrc/misc/tmate/patches/patch-tmate-ssh-client.c:1.1
--- /dev/null   Thu Dec 19 22:21:01 2019
+++ pkgsrc/misc/tmate/patches/patch-tmate-ssh-client.c  Thu Dec 19 22:21:01 2019
@@ -0,0 +1,10 @@
+$NetBSD: patch-tmate-ssh-client.c,v 1.1 2019/12/19 22:21:01 joerg Exp $
+
+--- tmate-ssh-client.c.orig    2019-12-19 18:48:37.085517987 +0000
++++ tmate-ssh-client.c
+@@ -1,4 +1,5 @@
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <netinet/tcp.h>
+ #include <stdio.h>
+ #include <event.h>



Home | Main Index | Thread Index | Old Index