* [Buildroot] [PATCH] live555: bump to version 2014.11.01
@ 2014-11-02 7:13 Baruch Siach
2014-11-02 10:38 ` Yann E. MORIN
0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2014-11-02 7:13 UTC (permalink / raw)
To: buildroot
Also add a hash file. Upstream provides md5 only.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/live555/live555.hash | 2 ++
package/live555/live555.mk | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 package/live555/live555.hash
diff --git a/package/live555/live555.hash b/package/live555/live555.hash
new file mode 100644
index 000000000000..8c3ae63d0335
--- /dev/null
+++ b/package/live555/live555.hash
@@ -0,0 +1,2 @@
+# From http://live555.com/liveMedia/public/live555-latest-md5.txt
+md5 61ec3927fdff01fdaa831238a857b660 live.2014.11.01.tar.gz
diff --git a/package/live555/live555.mk b/package/live555/live555.mk
index 72b1264a2684..e933faaeae01 100644
--- a/package/live555/live555.mk
+++ b/package/live555/live555.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIVE555_VERSION = 2014.05.27
+LIVE555_VERSION = 2014.11.01
LIVE555_SOURCE = live.$(LIVE555_VERSION).tar.gz
LIVE555_SITE = http://www.live555.com/liveMedia/public
LIVE555_LICENSE = LGPLv2.1+
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] live555: bump to version 2014.11.01
2014-11-02 7:13 [Buildroot] [PATCH] live555: bump to version 2014.11.01 Baruch Siach
@ 2014-11-02 10:38 ` Yann E. MORIN
2014-11-02 11:11 ` Baruch Siach
0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2014-11-02 10:38 UTC (permalink / raw)
To: buildroot
Baruch, All,
On 2014-11-02 09:13 +0200, Baruch Siach spake thusly:
> Also add a hash file. Upstream provides md5 only.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/live555/live555.hash | 2 ++
> package/live555/live555.mk | 2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
> create mode 100644 package/live555/live555.hash
>
> diff --git a/package/live555/live555.hash b/package/live555/live555.hash
> new file mode 100644
> index 000000000000..8c3ae63d0335
> --- /dev/null
> +++ b/package/live555/live555.hash
> @@ -0,0 +1,2 @@
> +# From http://live555.com/liveMedia/public/live555-latest-md5.txt
> +md5 61ec3927fdff01fdaa831238a857b660 live.2014.11.01.tar.gz
When only md5 is provided by upstream, we want to add a
locally-generated stronger hash, like sha256. here's the one I locall
computed:
sha256 0896b3b787771496436fd0fad4a6a6905c46d4df50088a412216bf360975ca99 live.2014.11.01.tar.gz
Regards,
Yann E. MORIN.
> diff --git a/package/live555/live555.mk b/package/live555/live555.mk
> index 72b1264a2684..e933faaeae01 100644
> --- a/package/live555/live555.mk
> +++ b/package/live555/live555.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIVE555_VERSION = 2014.05.27
> +LIVE555_VERSION = 2014.11.01
> LIVE555_SOURCE = live.$(LIVE555_VERSION).tar.gz
> LIVE555_SITE = http://www.live555.com/liveMedia/public
> LIVE555_LICENSE = LGPLv2.1+
> --
> 2.1.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141102/bdff35b2/attachment.asc>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] live555: bump to version 2014.11.01
2014-11-02 10:38 ` Yann E. MORIN
@ 2014-11-02 11:11 ` Baruch Siach
0 siblings, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2014-11-02 11:11 UTC (permalink / raw)
To: buildroot
Hi Yann,
On Sun, Nov 02, 2014 at 11:38:23AM +0100, Yann E. MORIN wrote:
> On 2014-11-02 09:13 +0200, Baruch Siach spake thusly:
> > Also add a hash file. Upstream provides md5 only.
> >
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > ---
> > package/live555/live555.hash | 2 ++
> > package/live555/live555.mk | 2 +-
> > 2 files changed, 3 insertions(+), 1 deletion(-)
> > create mode 100644 package/live555/live555.hash
> >
> > diff --git a/package/live555/live555.hash b/package/live555/live555.hash
> > new file mode 100644
> > index 000000000000..8c3ae63d0335
> > --- /dev/null
> > +++ b/package/live555/live555.hash
> > @@ -0,0 +1,2 @@
> > +# From http://live555.com/liveMedia/public/live555-latest-md5.txt
> > +md5 61ec3927fdff01fdaa831238a857b660 live.2014.11.01.tar.gz
>
> When only md5 is provided by upstream, we want to add a
> locally-generated stronger hash, like sha256. here's the one I locall
> computed:
>
> sha256 0896b3b787771496436fd0fad4a6a6905c46d4df50088a412216bf360975ca99 live.2014.11.01.tar.gz
OK. I'll add sha256 in v2.
Thanks for reviewing,
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] live555: bump to version 2014.11.01
@ 2014-11-02 15:28 Baruch Siach
2014-11-02 15:32 ` Yann E. MORIN
2014-11-02 21:15 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Baruch Siach @ 2014-11-02 15:28 UTC (permalink / raw)
To: buildroot
Also add a hash file. Upstream provides md5 only, so add a locally generated
sha256.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2:
Add sha256 hash (Yann)
---
package/live555/live555.hash | 4 ++++
package/live555/live555.mk | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 package/live555/live555.hash
diff --git a/package/live555/live555.hash b/package/live555/live555.hash
new file mode 100644
index 000000000000..d05b18b15878
--- /dev/null
+++ b/package/live555/live555.hash
@@ -0,0 +1,4 @@
+# From http://live555.com/liveMedia/public/live555-latest-md5.txt
+md5 61ec3927fdff01fdaa831238a857b660 live.2014.11.01.tar.gz
+# Locally generated
+sha256 0896b3b787771496436fd0fad4a6a6905c46d4df50088a412216bf360975ca99 live.2014.11.01.tar.gz
diff --git a/package/live555/live555.mk b/package/live555/live555.mk
index 72b1264a2684..e933faaeae01 100644
--- a/package/live555/live555.mk
+++ b/package/live555/live555.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIVE555_VERSION = 2014.05.27
+LIVE555_VERSION = 2014.11.01
LIVE555_SOURCE = live.$(LIVE555_VERSION).tar.gz
LIVE555_SITE = http://www.live555.com/liveMedia/public
LIVE555_LICENSE = LGPLv2.1+
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] live555: bump to version 2014.11.01
2014-11-02 15:28 Baruch Siach
@ 2014-11-02 15:32 ` Yann E. MORIN
2014-11-02 21:15 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2014-11-02 15:32 UTC (permalink / raw)
To: buildroot
Baruch, All,
On 2014-11-02 17:28 +0200, Baruch Siach spake thusly:
> Also add a hash file. Upstream provides md5 only, so add a locally generated
> sha256.
Manually downloaded tarball, and manually checked the hashes.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> v2:
> Add sha256 hash (Yann)
> ---
> package/live555/live555.hash | 4 ++++
> package/live555/live555.mk | 2 +-
> 2 files changed, 5 insertions(+), 1 deletion(-)
> create mode 100644 package/live555/live555.hash
>
> diff --git a/package/live555/live555.hash b/package/live555/live555.hash
> new file mode 100644
> index 000000000000..d05b18b15878
> --- /dev/null
> +++ b/package/live555/live555.hash
> @@ -0,0 +1,4 @@
> +# From http://live555.com/liveMedia/public/live555-latest-md5.txt
> +md5 61ec3927fdff01fdaa831238a857b660 live.2014.11.01.tar.gz
> +# Locally generated
> +sha256 0896b3b787771496436fd0fad4a6a6905c46d4df50088a412216bf360975ca99 live.2014.11.01.tar.gz
> diff --git a/package/live555/live555.mk b/package/live555/live555.mk
> index 72b1264a2684..e933faaeae01 100644
> --- a/package/live555/live555.mk
> +++ b/package/live555/live555.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIVE555_VERSION = 2014.05.27
> +LIVE555_VERSION = 2014.11.01
> LIVE555_SOURCE = live.$(LIVE555_VERSION).tar.gz
> LIVE555_SITE = http://www.live555.com/liveMedia/public
> LIVE555_LICENSE = LGPLv2.1+
> --
> 2.1.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141102/23280c0d/attachment.asc>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] live555: bump to version 2014.11.01
2014-11-02 15:28 Baruch Siach
2014-11-02 15:32 ` Yann E. MORIN
@ 2014-11-02 21:15 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2014-11-02 21:15 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Also add a hash file. Upstream provides md5 only, so add a locally generated
> sha256.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> v2:
> Add sha256 hash (Yann)
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-02 21:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 7:13 [Buildroot] [PATCH] live555: bump to version 2014.11.01 Baruch Siach
2014-11-02 10:38 ` Yann E. MORIN
2014-11-02 11:11 ` Baruch Siach
-- strict thread matches above, loose matches on Subject: below --
2014-11-02 15:28 Baruch Siach
2014-11-02 15:32 ` Yann E. MORIN
2014-11-02 21:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox