Updates to 2.12-1 and GCC10 FTBFS fix

This commit is contained in:
Dave Hibberd 2020-09-20 14:50:19 +01:00
parent b5f0893a07
commit a3c6805651
3 changed files with 23 additions and 3 deletions

8
debian/changelog vendored
View File

@ -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

View File

@ -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, ...)
{

View File

@ -1,3 +1,4 @@
multiple-definition.patch
non-interactive-install.patch
hardening
folder-update