All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17
@ 2015-10-14 17:39 Bernd Kuhls
  2015-10-14 17:39 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1 Bernd Kuhls
  2015-10-14 17:58 ` [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Baruch Siach
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-10-14 17:39 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/apache/apache.hash b/package/apache/apache.hash
index 9dffe12..051019d 100644
--- a/package/apache/apache.hash
+++ b/package/apache/apache.hash
@@ -1,2 +1,2 @@
-# From http://www.apache.org/dist/httpd/httpd-2.4.16.tar.bz2.sha1
-sha1	9963e7482700dd50c53e47abfe2d1c5068875a9c	httpd-2.4.16.tar.bz2
+# From http://www.apache.org/dist/httpd/httpd-2.4.17.tar.bz2.sha1
+sha1	3a1b0db8b6c71b9c9ac507ba8723b95a8d3da1df	httpd-2.4.17.tar.bz2
diff --git a/package/apache/apache.mk b/package/apache/apache.mk
index acd242d..daf8fe2 100644
--- a/package/apache/apache.mk
+++ b/package/apache/apache.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-APACHE_VERSION = 2.4.16
+APACHE_VERSION = 2.4.17
 APACHE_SOURCE = httpd-$(APACHE_VERSION).tar.bz2
 APACHE_SITE = http://archive.apache.org/dist/httpd
 APACHE_LICENSE = Apache-2.0
-- 
2.6.1

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

* [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1
  2015-10-14 17:39 [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Bernd Kuhls
@ 2015-10-14 17:39 ` Bernd Kuhls
  2015-10-14 20:25   ` Thomas Petazzoni
  2015-10-14 17:58 ` [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Baruch Siach
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2015-10-14 17:39 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/ffmpeg/ffmpeg.hash b/package/ffmpeg/ffmpeg.hash
index eb23f58..d0175cc 100644
--- a/package/ffmpeg/ffmpeg.hash
+++ b/package/ffmpeg/ffmpeg.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 993ca7216aa0eac899a85fe1119dac12ef0655d67f932de6a32acc00188f8182  ffmpeg-2.8.tar.xz
+sha256	5790162028a868234f4f60b030f5f51bd70785de8a27878e271df029cdf4cb9a	ffmpeg-2.8.1.tar.xz
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index afa43f6..4f4c52c 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FFMPEG_VERSION = 2.8
+FFMPEG_VERSION = 2.8.1
 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
 FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
-- 
2.6.1

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

* [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17
  2015-10-14 17:39 [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Bernd Kuhls
  2015-10-14 17:39 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1 Bernd Kuhls
@ 2015-10-14 17:58 ` Baruch Siach
  1 sibling, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2015-10-14 17:58 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

On Wed, Oct 14, 2015 at 07:39:58PM +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/apache/apache.hash | 4 ++--
>  package/apache/apache.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/apache/apache.hash b/package/apache/apache.hash
> index 9dffe12..051019d 100644
> --- a/package/apache/apache.hash
> +++ b/package/apache/apache.hash
> @@ -1,2 +1,2 @@
> -# From http://www.apache.org/dist/httpd/httpd-2.4.16.tar.bz2.sha1
> -sha1	9963e7482700dd50c53e47abfe2d1c5068875a9c	httpd-2.4.16.tar.bz2
> +# From http://www.apache.org/dist/httpd/httpd-2.4.17.tar.bz2.sha1
> +sha1	3a1b0db8b6c71b9c9ac507ba8723b95a8d3da1df	httpd-2.4.17.tar.bz2
> diff --git a/package/apache/apache.mk b/package/apache/apache.mk
> index acd242d..daf8fe2 100644
> --- a/package/apache/apache.mk
> +++ b/package/apache/apache.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -APACHE_VERSION = 2.4.16
> +APACHE_VERSION = 2.4.17

Vincent posted a patch for that earlier today 
(http://patchwork.ozlabs.org/patch/530103/).

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

* [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1
  2015-10-14 17:39 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1 Bernd Kuhls
@ 2015-10-14 20:25   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-10-14 20:25 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Wed, 14 Oct 2015 19:39:59 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/ffmpeg/ffmpeg.hash | 2 +-
>  package/ffmpeg/ffmpeg.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-10-14 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14 17:39 [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Bernd Kuhls
2015-10-14 17:39 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.8.1 Bernd Kuhls
2015-10-14 20:25   ` Thomas Petazzoni
2015-10-14 17:58 ` [Buildroot] [PATCH 1/2] package/apache: bump version to 2.4.17 Baruch Siach

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.