All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4
@ 2018-10-03  8:16 Bernd Kuhls
  2018-10-03  8:16 ` [Buildroot] [PATCH 2/3] package/dvblast: bump version to 3.4 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2018-10-03  8:16 UTC (permalink / raw)
  To: buildroot

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/bitstream/bitstream.hash | 10 ++++++----
 package/bitstream/bitstream.mk   |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/bitstream/bitstream.hash b/package/bitstream/bitstream.hash
index a62f733d86..6a384e302d 100644
--- a/package/bitstream/bitstream.hash
+++ b/package/bitstream/bitstream.hash
@@ -1,4 +1,6 @@
-# From https://get.videolan.org/bitstream/1.2/bitstream-1.2.tar.bz2
-sha256 ccfbb438711606de1fad881b58c8f134e2d82b4d53a88ea48f2d1bcb49ca5ad2  bitstream-1.2.tar.bz2
-# From https://get.videolan.org/bitstream/1.2/bitstream-1.2.tar.bz2.md5
-md5 c4b2dbd84eb5799f1525eb9a4e01dc56  bitstream-1.2.tar.bz2
+# From https://get.videolan.org/bitstream/1.4/bitstream-1.4.tar.bz2.md5
+md5 https://get.videolan.org/bitstream/1.4/bitstream-1.4.tar.bz2.md5
+# From https://get.videolan.org/bitstream/1.4/bitstream-1.4.tar.bz2.sha256
+sha256 b2484940d3b8733bec9dd1ec1731de428261dff31c9f95874264be9dc9ce786b  bitstream-1.4.tar.bz2
+# Locally computed
+sha256 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04  COPYING
diff --git a/package/bitstream/bitstream.mk b/package/bitstream/bitstream.mk
index 0b28ffe756..1746d1386c 100644
--- a/package/bitstream/bitstream.mk
+++ b/package/bitstream/bitstream.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BITSTREAM_VERSION = 1.2
+BITSTREAM_VERSION = 1.4
 BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
 BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
 BITSTREAM_LICENSE = MIT
-- 
2.19.0

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

* [Buildroot] [PATCH 2/3] package/dvblast: bump version to 3.4
  2018-10-03  8:16 [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Bernd Kuhls
@ 2018-10-03  8:16 ` Bernd Kuhls
  2018-10-03  8:16 ` [Buildroot] [PATCH 3/3] package/multicat: bump version to 2.3 Bernd Kuhls
  2018-10-04 13:24 ` [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2018-10-03  8:16 UTC (permalink / raw)
  To: buildroot

Added md5 hash provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/dvblast/dvblast.hash | 7 +++++--
 package/dvblast/dvblast.mk   | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/package/dvblast/dvblast.hash b/package/dvblast/dvblast.hash
index decade15ce..b32668fa41 100644
--- a/package/dvblast/dvblast.hash
+++ b/package/dvblast/dvblast.hash
@@ -1,4 +1,7 @@
-# From https://get.videolan.org/dvblast/3.3/dvblast-3.3.tar.bz2
-sha256 3d75d0785bc147d5c3f2360637cf869eec405d83742ae8a211adaf645b963387  dvblast-3.3.tar.bz2
+# From https://get.videolan.org/dvblast/3.4/dvblast-3.4.tar.bz2.md5
+md5 148a26e1207e111f905461cfb1cd106a  dvblast-3.4.tar.bz2
+# From https://get.videolan.org/dvblast/3.4/dvblast-3.4.tar.bz2.sha256
+sha256 7abd45aff738544017350af87ec7ebad00fcfb4e4effd04f35023d504d9b6f44  dvblast-3.4.tar.bz2
+# Locally computed
 sha256 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d  COPYING
 sha256 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f  COPYING.WTFPL
diff --git a/package/dvblast/dvblast.mk b/package/dvblast/dvblast.mk
index bae6367bef..3571ff3c74 100644
--- a/package/dvblast/dvblast.mk
+++ b/package/dvblast/dvblast.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DVBLAST_VERSION = 3.3
+DVBLAST_VERSION = 3.4
 DVBLAST_SOURCE = dvblast-$(DVBLAST_VERSION).tar.bz2
 DVBLAST_SITE = https://get.videolan.org/dvblast/$(DVBLAST_VERSION)
 DVBLAST_LICENSE = GPL-2.0+, WTFPL
-- 
2.19.0

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

* [Buildroot] [PATCH 3/3] package/multicat: bump version to 2.3
  2018-10-03  8:16 [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Bernd Kuhls
  2018-10-03  8:16 ` [Buildroot] [PATCH 2/3] package/dvblast: bump version to 3.4 Bernd Kuhls
@ 2018-10-03  8:16 ` Bernd Kuhls
  2018-10-04 13:24 ` [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2018-10-03  8:16 UTC (permalink / raw)
  To: buildroot

Removed patch 0001, applied upstream.
Added sha256 hash provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-Fix-build-with-musl-libc.patch       | 62 -------------------
 package/multicat/multicat.hash                |  7 ++-
 package/multicat/multicat.mk                  |  2 +-
 3 files changed, 5 insertions(+), 66 deletions(-)
 delete mode 100644 package/multicat/0001-Fix-build-with-musl-libc.patch

diff --git a/package/multicat/0001-Fix-build-with-musl-libc.patch b/package/multicat/0001-Fix-build-with-musl-libc.patch
deleted file mode 100644
index d68b861a1d..0000000000
--- a/package/multicat/0001-Fix-build-with-musl-libc.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 19c37f8d02cfe3a0490981cd9c3370fe544b76ac Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Cl=C3=A9ment=20Vasseur?= <clement.vasseur@gmail.com>
-Date: Thu, 30 Nov 2017 16:05:49 +0000
-Subject: [PATCH] Fix build with musl libc
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Upstream status: commit 19c37f8d02cf
-
- multicat.c | 7 ++-----
- util.h     | 3 ++-
- 2 files changed, 4 insertions(+), 6 deletions(-)
-
-diff --git a/multicat.c b/multicat.c
-index eeab930fc1db..e8b6874d6f4c 100644
---- a/multicat.c
-+++ b/multicat.c
-@@ -1,7 +1,7 @@
- /*****************************************************************************
-  * multicat.c: netcat-equivalent for multicast
-  *****************************************************************************
-- * Copyright (C) 2009, 2011-2012, 2015-2016 VideoLAN
-+ * Copyright (C) 2009, 2011-2012, 2015-2017 VideoLAN
-  * $Id$
-  *
-  * Authors: Christophe Massiot <massiot@via.ecp.fr>
-@@ -43,10 +43,7 @@
- #include <poll.h>
- #include <sys/ioctl.h>
- #include <syslog.h>
--
--#ifdef __FreeBSD__
--#   include <sys/uio.h>
--#endif
-+#include <sys/uio.h>
- 
- #ifdef SIOCGSTAMPNS
- #   define HAVE_TIMESTAMPS
-diff --git a/util.h b/util.h
-index 1959a2edb155..724e7d843d22 100644
---- a/util.h
-+++ b/util.h
-@@ -1,7 +1,7 @@
- /*****************************************************************************
-  * util.h: Utils for the multicat suite
-  *****************************************************************************
-- * Copyright (C) 2009, 2011, 2014-2016 VideoLAN
-+ * Copyright (C) 2009, 2011, 2014-2017 VideoLAN
-  * $Id$
-  *
-  * Authors: Christophe Massiot <massiot@via.ecp.fr>
-@@ -23,6 +23,7 @@
- 
- #include <netinet/udp.h>
- #include <netinet/ip.h>
-+#include <sys/types.h>
- 
- #if defined(__APPLE__) || defined(__FreeBSD__)
- #define POLLRDHUP 0
--- 
-2.17.0
-
diff --git a/package/multicat/multicat.hash b/package/multicat/multicat.hash
index 0f718d0e0e..9cf84bc50f 100644
--- a/package/multicat/multicat.hash
+++ b/package/multicat/multicat.hash
@@ -1,5 +1,6 @@
-# from https://get.videolan.org/multicat/2.2/multicat-2.2.tar.bz2.md5
-md5 91bd35aa5aa94c370664276bd5af6f48 multicat-2.2.tar.bz2
+# From https://get.videolan.org/multicat/2.3/multicat-2.3.tar.bz2.md5
+md5 cf4e4bc07d72eda110050d755db14620  multicat-2.3.tar.bz2
+# From https://get.videolan.org/multicat/2.3/multicat-2.3.tar.bz2.sha256
+sha256 2be162e9e8b2e6f6aa7686431f102db6c72c8288bd82dbc67ffed631f4a3361e  multicat-2.3.tar.bz2
 # locally calculated
-sha256 fa4e48b38665658df7719293f9358df08f59f3eb7f7b77df510b35951e316b40 multicat-2.2.tar.bz2
 sha256 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d COPYING
diff --git a/package/multicat/multicat.mk b/package/multicat/multicat.mk
index 67cebec26a..1d31ec869d 100644
--- a/package/multicat/multicat.mk
+++ b/package/multicat/multicat.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MULTICAT_VERSION = 2.2
+MULTICAT_VERSION = 2.3
 MULTICAT_SOURCE = multicat-$(MULTICAT_VERSION).tar.bz2
 MULTICAT_SITE = https://get.videolan.org/multicat/$(MULTICAT_VERSION)
 MULTICAT_LICENSE = GPL-2.0+
-- 
2.19.0

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

* [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4
  2018-10-03  8:16 [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Bernd Kuhls
  2018-10-03  8:16 ` [Buildroot] [PATCH 2/3] package/dvblast: bump version to 3.4 Bernd Kuhls
  2018-10-03  8:16 ` [Buildroot] [PATCH 3/3] package/multicat: bump version to 2.3 Bernd Kuhls
@ 2018-10-04 13:24 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-10-04 13:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  3 Oct 2018 10:16:40 +0200, Bernd Kuhls wrote:
> Added license hash.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/bitstream/bitstream.hash | 10 ++++++----
>  package/bitstream/bitstream.mk   |  2 +-
>  2 files changed, 7 insertions(+), 5 deletions(-)

All three patches applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-10-04 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03  8:16 [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Bernd Kuhls
2018-10-03  8:16 ` [Buildroot] [PATCH 2/3] package/dvblast: bump version to 3.4 Bernd Kuhls
2018-10-03  8:16 ` [Buildroot] [PATCH 3/3] package/multicat: bump version to 2.3 Bernd Kuhls
2018-10-04 13:24 ` [Buildroot] [PATCH 1/3] package/bitstream: bump version to 1.4 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.