All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] file: bump to version 5.20
@ 2014-10-11 21:55 Gustavo Zacarias
  2014-10-11 21:55 ` [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0 Gustavo Zacarias
  2014-10-12  7:14 ` [Buildroot] [PATCH 1/2] file: bump to version 5.20 Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2014-10-11 21:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/file/file.hash | 2 ++
 package/file/file.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/file/file.hash

diff --git a/package/file/file.hash b/package/file/file.hash
new file mode 100644
index 0000000..1043d74
--- /dev/null
+++ b/package/file/file.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256	5bc36bfbb83a009da25a7174848f1bc5824be03192a8fdce7f83dc897ed2d247	file-5.20.tar.gz
diff --git a/package/file/file.mk b/package/file/file.mk
index 5df024f..603e510 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILE_VERSION = 5.19
+FILE_VERSION = 5.20
 FILE_SITE = ftp://ftp.astron.com/pub/file
 FILE_DEPENDENCIES = host-file zlib
 FILE_INSTALL_STAGING = YES
-- 
2.0.4

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

* [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0
  2014-10-11 21:55 [Buildroot] [PATCH 1/2] file: bump to version 5.20 Gustavo Zacarias
@ 2014-10-11 21:55 ` Gustavo Zacarias
  2014-10-11 22:08   ` Baruch Siach
  2014-10-12  7:15   ` Peter Korsgaard
  2014-10-12  7:14 ` [Buildroot] [PATCH 1/2] file: bump to version 5.20 Peter Korsgaard
  1 sibling, 2 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2014-10-11 21:55 UTC (permalink / raw)
  To: buildroot

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mpg123/mpg123.hash | 3 +++
 package/mpg123/mpg123.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/mpg123/mpg123.hash

diff --git a/package/mpg123/mpg123.hash b/package/mpg123/mpg123.hash
new file mode 100644
index 0000000..22d16a7
--- /dev/null
+++ b/package/mpg123/mpg123.hash
@@ -0,0 +1,3 @@
+# From http://sourceforge.net/projects/mpg123/files/mpg123/1.21.0/
+md5	13a9df5d4e7aa110e4ae27cf30128ce9	mpg123-1.21.0.tar.bz2
+sha1	a2fd84078632b7ab73ae4cd64c3f941d140167a8	mpg123-1.21.0.tar.bz2
diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
index 7ec8786..de21ec0 100644
--- a/package/mpg123/mpg123.mk
+++ b/package/mpg123/mpg123.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MPG123_VERSION = 1.20.1
+MPG123_VERSION = 1.21.0
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://downloads.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
 MPG123_CONF_OPTS = --disable-lfs-alias
-- 
2.0.4

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

* [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0
  2014-10-11 21:55 ` [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0 Gustavo Zacarias
@ 2014-10-11 22:08   ` Baruch Siach
  2014-10-11 22:15     ` Gustavo Zacarias
  2014-10-12  7:15   ` Peter Korsgaard
  1 sibling, 1 reply; 7+ messages in thread
From: Baruch Siach @ 2014-10-11 22:08 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Sat, Oct 11, 2014 at 06:55:05PM -0300, Gustavo Zacarias wrote:
> Also add hash file.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/mpg123/mpg123.hash | 3 +++
>  package/mpg123/mpg123.mk   | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>  create mode 100644 package/mpg123/mpg123.hash
> 
> diff --git a/package/mpg123/mpg123.hash b/package/mpg123/mpg123.hash
> new file mode 100644
> index 0000000..22d16a7
> --- /dev/null
> +++ b/package/mpg123/mpg123.hash
> @@ -0,0 +1,3 @@
> +# From http://sourceforge.net/projects/mpg123/files/mpg123/1.21.0/

Could not find these hashes there.

> +md5	13a9df5d4e7aa110e4ae27cf30128ce9	mpg123-1.21.0.tar.bz2
> +sha1	a2fd84078632b7ab73ae4cd64c3f941d140167a8	mpg123-1.21.0.tar.bz2
> diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
> index 7ec8786..de21ec0 100644
> --- a/package/mpg123/mpg123.mk
> +++ b/package/mpg123/mpg123.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MPG123_VERSION = 1.20.1
> +MPG123_VERSION = 1.21.0
>  MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
>  MPG123_SITE = http://downloads.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
>  MPG123_CONF_OPTS = --disable-lfs-alias

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] 7+ messages in thread

* [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0
  2014-10-11 22:08   ` Baruch Siach
@ 2014-10-11 22:15     ` Gustavo Zacarias
  2014-10-11 22:20       ` Baruch Siach
  0 siblings, 1 reply; 7+ messages in thread
From: Gustavo Zacarias @ 2014-10-11 22:15 UTC (permalink / raw)
  To: buildroot

On 10/11/2014 07:08 PM, Baruch Siach wrote:

> Could not find these hashes there.

Sourceforge trick: hit the 'i' button besides the file in question.
Regards.

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

* [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0
  2014-10-11 22:15     ` Gustavo Zacarias
@ 2014-10-11 22:20       ` Baruch Siach
  0 siblings, 0 replies; 7+ messages in thread
From: Baruch Siach @ 2014-10-11 22:20 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Sat, Oct 11, 2014 at 07:15:19PM -0300, Gustavo Zacarias wrote:
> On 10/11/2014 07:08 PM, Baruch Siach wrote:
> > Could not find these hashes there.
> 
> Sourceforge trick: hit the 'i' button besides the file in question.

Thanks. Didn't know that. Maybe worth a mention in the comment.

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] 7+ messages in thread

* [Buildroot] [PATCH 1/2] file: bump to version 5.20
  2014-10-11 21:55 [Buildroot] [PATCH 1/2] file: bump to version 5.20 Gustavo Zacarias
  2014-10-11 21:55 ` [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0 Gustavo Zacarias
@ 2014-10-12  7:14 ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-10-12  7:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0
  2014-10-11 21:55 ` [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0 Gustavo Zacarias
  2014-10-11 22:08   ` Baruch Siach
@ 2014-10-12  7:15   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-10-12  7:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Also add hash file.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-10-12  7:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 21:55 [Buildroot] [PATCH 1/2] file: bump to version 5.20 Gustavo Zacarias
2014-10-11 21:55 ` [Buildroot] [PATCH 2/2] mpg132: bump to version 1.21.0 Gustavo Zacarias
2014-10-11 22:08   ` Baruch Siach
2014-10-11 22:15     ` Gustavo Zacarias
2014-10-11 22:20       ` Baruch Siach
2014-10-12  7:15   ` Peter Korsgaard
2014-10-12  7:14 ` [Buildroot] [PATCH 1/2] file: bump to version 5.20 Peter Korsgaard

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.