Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rtmpdump: bump to latest git
@ 2024-07-21  9:06 Fabrice Fontaine
  2024-07-21 16:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-07-21  9:06 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine

Drop patch (not needed since
https://git.ffmpeg.org/gitweb/rtmpdump.git/commit/06142d3ef4754c9ebd6c4c5f52c858aa63811161)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .checkpackageignore                          |  1 -
 package/rtmpdump/0001-include-limits.h.patch | 39 --------------------
 package/rtmpdump/rtmpdump.hash               |  2 +-
 package/rtmpdump/rtmpdump.mk                 |  2 +-
 4 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 package/rtmpdump/0001-include-limits.h.patch

diff --git a/.checkpackageignore b/.checkpackageignore
index 84bcd88fee..66d427ae68 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1222,7 +1222,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 <bernd.kuhls@t-online.de>
-Date: Mon, 24 Jun 2019 21:11:33 +0200
-Subject: [PATCH] include <limits.h>
-
-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 <bernd.kuhls@t-online.de>
----
- 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 <errno.h>
- #include <stdint.h>
- #include <stddef.h>
-+#include <limits.h>
- 
- #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
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/rtmpdump: bump to latest git
  2024-07-21  9:06 [Buildroot] [PATCH 1/1] package/rtmpdump: bump to latest git Fabrice Fontaine
@ 2024-07-21 16:32 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-21 16:32 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot

On Sun, 21 Jul 2024 11:06:17 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Drop patch (not needed since
> https://git.ffmpeg.org/gitweb/rtmpdump.git/commit/06142d3ef4754c9ebd6c4c5f52c858aa63811161)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  .checkpackageignore                          |  1 -
>  package/rtmpdump/0001-include-limits.h.patch | 39 --------------------
>  package/rtmpdump/rtmpdump.hash               |  2 +-
>  package/rtmpdump/rtmpdump.mk                 |  2 +-
>  4 files changed, 2 insertions(+), 42 deletions(-)
>  delete mode 100644 package/rtmpdump/0001-include-limits.h.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-21 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21  9:06 [Buildroot] [PATCH 1/1] package/rtmpdump: bump to latest git Fabrice Fontaine
2024-07-21 16:32 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox