package/udpcast: bump to version 20200328
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 21 Jun 2020 19:41:36 +0000 (21:41 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 21 Jun 2020 20:38:47 +0000 (22:38 +0200)
Drop patch (not needed anymore) as console.h has been updated with:
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/udpcast/0001-select-h.patch [deleted file]
package/udpcast/udpcast.hash
package/udpcast/udpcast.mk

diff --git a/package/udpcast/0001-select-h.patch b/package/udpcast/0001-select-h.patch
deleted file mode 100644 (file)
index 9a8cfc9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- udpcast-20120424/console.h 2005-12-22 22:59:18.000000000 +0000
-+++ udpcast-20120424.mod/console.h     2013-05-22 22:22:19.835474140 +0100
-@@ -6,6 +6,8 @@
- #include <winbase.h>
- #endif /* __MINGW32__ */
-+#include <sys/select.h>
-+
- #define prepareConsole udpc_prepareConsole
- #define getConsoleFd udpc_getConsoleFd
- #define restoreConsole udpc_restoreConsole
index a70aa719811b9d71072af1ac4eecbe778fe53b0f..9cdce0a2863c1369cf441e4442f8f5c28a278ebd 100644 (file)
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256  ce9090ef80b6035a744a9b5ac335e61c99baa92c39ff53277266fbfcb836445a  udpcast-20120424.tar.gz
+sha256  9c19eebaa6e2f78127f0d59e95d0ce003b687d61e283b5963a1da6b8ac41f21a  udpcast-20200328.tar.gz
 sha256  422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc  COPYING
index e9116d2de02fdc41743395c3f474ec4adcf330d3..34ebddd2d57c09a0a7439a77330c476855cf0627 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UDPCAST_VERSION = 20120424
+UDPCAST_VERSION = 20200328
 UDPCAST_SITE = http://www.udpcast.linux.lu/download
 UDPCAST_DEPENDENCIES = host-m4
 UDPCAST_LICENSE = BSD-2-Clause, GPL-2.0+