New Upstream release and standards bump

This commit is contained in:
Dave Hibberd 2022-02-05 18:18:30 +00:00
parent 86d0906f88
commit 779d0da4cc
No known key found for this signature in database
GPG Key ID: 03A1FB7A1904771B
4 changed files with 10 additions and 19 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
uronode (2.15-1) UNRELEASED; urgency=medium
* New upstream version 2.15
* Standards bump to 4.6.0.1
* Multiple definition patch removed
- Included upstream
-- Dave Hibberd <d@vehibberd.com> Sat, 05 Feb 2022 11:58:10 +0000
uronode (2.13-2) unstable; urgency=medium
* Fix runtime bug introduced by changes in folder-update patch for 2.12-1

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Dave Hibberd <d@vehibberd.com>
Build-Depends: debhelper-compat (= 13), libax25-dev
Standards-Version: 4.5.1
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/uronode
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/uronode.git
Homepage: https://uronode.sourceforge.net/

View File

@ -1,17 +0,0 @@
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,4 +1,3 @@
multiple-definition.patch
non-interactive-install.patch
hardening
folder-update