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

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

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

https://github.com/ndowens/void-packages cgdb
https://github.com/void-linux/void-packages/pull/15917

cgdb: update to 0.7.1
Removed patch, is now part of this release

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

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

From a50542e1ce6478a6a043ca4d4efdd51d91c73428 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:17:52 -0500
Subject: [PATCH] cgdb: update to 0.7.1

Removed patch, is now part of this release
---
 srcpkgs/cgdb/patches/fix-memory-leak.patch | 18 ------------------
 srcpkgs/cgdb/template                      | 10 ++++------
 2 files changed, 4 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/cgdb/patches/fix-memory-leak.patch

diff --git a/srcpkgs/cgdb/patches/fix-memory-leak.patch b/srcpkgs/cgdb/patches/fix-memory-leak.patch
deleted file mode 100644
index 77a3be08922..00000000000
--- a/srcpkgs/cgdb/patches/fix-memory-leak.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/tgdb/tgdb.cpp.orig	2018-12-30 13:23:23.260656690 -0600
-+++ lib/tgdb/tgdb.cpp	2018-12-30 13:24:33.484655276 -0600
-@@ -1039,11 +1039,14 @@
-                     request->choice.debugger_command.c);
-             break;
-         case TGDB_REQUEST_MODIFY_BREAKPOINT:
--            command = tgdb_client_modify_breakpoint_call(tgdb,
-+            str = tgdb_client_modify_breakpoint_call(tgdb,
-                     request->choice.modify_breakpoint.file,
-                     request->choice.modify_breakpoint.line,
-                     request->choice.modify_breakpoint.addr,
-                     request->choice.modify_breakpoint.b);
-+            command = str;
-+            free(str);
-+            str = NULL;
-             break;
-         case TGDB_REQUEST_COMPLETE:
-             str = sys_aprintf("server interpreter-exec mi"
diff --git a/srcpkgs/cgdb/template b/srcpkgs/cgdb/template
index 8843f6d8f75..dcdd7a97a3e 100644
--- a/srcpkgs/cgdb/template
+++ b/srcpkgs/cgdb/template
@@ -1,7 +1,7 @@
 # Template file for 'cgdb'
 pkgname=cgdb
-version=0.7.0
-revision=3
+version=0.7.1
+revision=1
 build_style=gnu-configure
 configure_args="ac_cv_rl_version=6.3
  ac_cv_file__proc_self_status=yes"
@@ -10,9 +10,7 @@ makedepends="ncurses-devel readline-devel"
 depends="gdb"
 short_desc="Curses-based interface to the GNU Debugger"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://cgdb.sourceforge.net"
 distfiles="http://cgdb.me/files/cgdb-${version}.tar.gz"
-checksum=bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
-
-nocross="checking Checking attribute printf support... cannot run test program while cross compiling"
+checksum=bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198

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

* Re: [PR PATCH] [Merged]: cgdb: update to 0.7.1
  2019-10-30  0:23 [PR PATCH] cgdb: update to 0.7.1 voidlinux-github
@ 2019-10-30 15:01 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-30 15:01 UTC (permalink / raw)
  To: ml

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

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

cgdb: update to 0.7.1
https://github.com/void-linux/void-packages/pull/15917

Description:
Removed patch, is now part of this release

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

end of thread, other threads:[~2019-10-30 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  0:23 [PR PATCH] cgdb: update to 0.7.1 voidlinux-github
2019-10-30 15:01 ` [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).