Updates to 2.12-1 and GCC10 FTBFS fix
This commit is contained in:
parent
b5f0893a07
commit
a3c6805651
|
@ -1,12 +1,14 @@
|
|||
uronode (2.11-1) UNRELEASED; urgency=medium
|
||||
uronode (2.12-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream update
|
||||
* New upstream update to 2.12
|
||||
- Patches Refreshed
|
||||
* Removed makefile-install-locations patch
|
||||
* Fixed lots of patch conflicts and funk
|
||||
* Added gitlab CI
|
||||
* Added multiple-definition.patch to build in gcc10
|
||||
- Closes: #957902
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Mon, 20 Apr 2020 03:25:08 +0100
|
||||
-- Dave Hibberd <d@vehibberd.com> Sun, 20 Sep 2020 14:34:24 +0100
|
||||
|
||||
uronode (2.10-1) unstable; urgency=medium
|
||||
* New upstream update
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
Description: Fix GCC10 Blocking issues - multiple definitions of globals
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2020-09-20
|
||||
|
||||
--- a/util.c
|
||||
+++ b/util.c
|
||||
@@ -17,8 +17,8 @@
|
||||
#include "procinfo.h"
|
||||
|
||||
static char buf[256];
|
||||
-char *HostName;
|
||||
-char *Prompt;
|
||||
+//char *HostName;
|
||||
+//char *Prompt;
|
||||
|
||||
void node_msg(const char *fmt, ...)
|
||||
{
|
|
@ -1,3 +1,4 @@
|
|||
multiple-definition.patch
|
||||
non-interactive-install.patch
|
||||
hardening
|
||||
folder-update
|
||||
|
|
Loading…
Reference in New Issue