package/domoticz: bump to version 2023.1

Drop patch (already in version)

https://github.com/domoticz/domoticz/blob/2023.1/History.txt

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2023-04-02 13:17:22 +02:00 committed by Peter Korsgaard
parent 402e06a02f
commit 6d80b5ddbf
3 changed files with 2 additions and 35 deletions

View File

@ -1,33 +0,0 @@
From 6296d7112089a0f3bfb3056f6d9637e13ce4ce83 Mon Sep 17 00:00:00 2001
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date: Sun, 18 Dec 2022 12:27:38 +0100
Subject: [PATCH] hardware/EnOceanRawValue.h: include stdarg.h
Include stdarg.h to avoid the following build failure on uclibc:
In file included from /home/fabrice/buildroot/output/build/domoticz-2022.2/hardware/EnOceanRawValue.cpp:2:
/home/fabrice/buildroot/output/build/domoticz-2022.2/hardware/EnOceanRawValue.h:109:83: error: 'va_list' has not been declared
109 | uint32_t SetRawValuesNb(uint8_t * data, T_DATAFIELD * OffsetDes, int NbParameter, va_list value);
| ^~~~~~~
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Upstream status: https://github.com/domoticz/domoticz/pull/5472]
---
hardware/EnOceanRawValue.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/hardware/EnOceanRawValue.h b/hardware/EnOceanRawValue.h
index 84f38d17a..df858f27d 100644
--- a/hardware/EnOceanRawValue.h
+++ b/hardware/EnOceanRawValue.h
@@ -1,6 +1,7 @@
#ifndef _SetGetRawValue
#define _SetGetRawValue
+#include <stdarg.h>
#include <stdint.h>
#include <vector>
#include <stdio.h>
--
2.35.1

View File

@ -1,3 +1,3 @@
# Locally computed:
sha256 8f84098bb64bec12ff7aac5f1fb6b6230a88c5781c2b75bc89861caea73cbccf domoticz-2022.2.tar.gz
sha256 3144372d0847cb4d22a8c4b1362cd31885b37671adc682c3a8e9435762cde338 domoticz-2023.1.tar.gz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 License.txt

View File

@ -4,7 +4,7 @@
#
################################################################################
DOMOTICZ_VERSION = 2022.2
DOMOTICZ_VERSION = 2023.1
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
DOMOTICZ_LICENSE = GPL-3.0
DOMOTICZ_LICENSE_FILES = License.txt