diff --git a/.checkpackageignore b/.checkpackageignore index 6505cd6f76..905d14178f 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -1225,7 +1225,6 @@ package/rpi-userland/0005-dtmerge-add-missing-include-for-va_list.patch lib_patc package/rpi-userland/0006-interface-vcos-pthreads-CMakeLists.txt-fix-build-wit.patch lib_patch.Upstream package/rpi-userland/0007-GLES2-gl2ext.h-add-GLint64-GLuint64-and-GLsync-typed.patch lib_patch.Upstream package/rt-tests/0001-Fix-a-build-issue-with-uClibc-ng.patch lib_patch.Upstream -package/rtmpdump/0001-include-limits.h.patch lib_patch.Upstream package/rtorrent/0001-Added--disable-execinfo-option-to-configure.patch lib_patch.Upstream package/rtty/0001-CMakeLists.txt-prefer-pkg_check_modules.patch lib_patch.Upstream package/rubix/0001-dont-use-legacy-functions.patch lib_patch.Upstream diff --git a/package/rtmpdump/0001-include-limits.h.patch b/package/rtmpdump/0001-include-limits.h.patch deleted file mode 100644 index 172a9630f7..0000000000 --- a/package/rtmpdump/0001-include-limits.h.patch +++ /dev/null @@ -1,39 +0,0 @@ -From b9d010d2c07e07eeffa510f14ff833ecb10dc0c8 Mon Sep 17 00:00:00 2001 -From: Bernd Kuhls -Date: Mon, 24 Jun 2019 21:11:33 +0200 -Subject: [PATCH] include - -Needed after -https://repo.or.cz/rtmpdump.git/commitdiff/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 - -to fix - -rtmp.c: In function 'HTTP_read': -rtmp.c:4459:26: error: 'INT_MAX' undeclared (first use in this function); did you mean 'INT8_MAX'? - -reported by buildroot autobuilders: -http://autobuild.buildroot.net/?reason=rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 - -Patch sent upstream by e-mail to author of -https://repo.or.cz/rtmpdump.git/patch/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 - -Signed-off-by: Bernd Kuhls ---- - librtmp/rtmp.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h -index 6d7dd89..48d4fc3 100644 ---- a/librtmp/rtmp.h -+++ b/librtmp/rtmp.h -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - - #include "amf.h" - --- -2.20.1 - diff --git a/package/rtmpdump/rtmpdump.hash b/package/rtmpdump/rtmpdump.hash index feec5f4878..3aca9bda39 100644 --- a/package/rtmpdump/rtmpdump.hash +++ b/package/rtmpdump/rtmpdump.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 810908e60c8f4e453bc828775937e4bad996fafac89b9546652f17e08a3dac81 rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3-git4.tar.gz +sha256 372b5574af90ad3ec8cb7fde9bb3db76f7f7379c135a31d7af2c1ebba3051526 rtmpdump-6f6bb1353fc84f4cc37138baa99f586750028a01-git4.tar.gz sha256 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd librtmp/COPYING diff --git a/package/rtmpdump/rtmpdump.mk b/package/rtmpdump/rtmpdump.mk index 4c8ecfe127..4dfacb594a 100644 --- a/package/rtmpdump/rtmpdump.mk +++ b/package/rtmpdump/rtmpdump.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTMPDUMP_VERSION = c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 +RTMPDUMP_VERSION = 6f6bb1353fc84f4cc37138baa99f586750028a01 RTMPDUMP_SITE = https://git.ffmpeg.org/rtmpdump RTMPDUMP_SITE_METHOD = git RTMPDUMP_INSTALL_STAGING = YES