All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38
@ 2015-12-07 10:58 Vicente Olivert Riera
  2015-12-07 10:58 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137 Vicente Olivert Riera
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-12-07 10:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/lighttpd/lighttpd.hash | 2 +-
 package/lighttpd/lighttpd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/lighttpd/lighttpd.hash b/package/lighttpd/lighttpd.hash
index b06e2ae..1158652 100644
--- a/package/lighttpd/lighttpd.hash
+++ b/package/lighttpd/lighttpd.hash
@@ -1,2 +1,2 @@
 # From http://www.lighttpd.net/
-sha256	804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd	lighttpd-1.4.37.tar.xz
+sha256 4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504  lighttpd-1.4.38.tar.xz
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 9ff8cfe..49b9ac6 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIGHTTPD_VERSION_MAJOR = 1.4
-LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).37
+LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).38
 LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.xz
 LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-$(LIGHTTPD_VERSION_MAJOR).x
 LIGHTTPD_LICENSE = BSD-3c
-- 
2.4.10

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

* [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137
  2015-12-07 10:58 [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Vicente Olivert Riera
@ 2015-12-07 10:58 ` Vicente Olivert Riera
  2015-12-07 16:19   ` Peter Korsgaard
  2015-12-07 12:40 ` [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Alexander Dahl
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-12-07 10:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/lvm2/lvm2.hash | 2 +-
 package/lvm2/lvm2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/lvm2/lvm2.hash b/package/lvm2/lvm2.hash
index 99c576e..539bf49 100644
--- a/package/lvm2/lvm2.hash
+++ b/package/lvm2/lvm2.hash
@@ -1,2 +1,2 @@
 # From ftp://sources.redhat.com/pub/lvm2/releases/sha512.sum
-sha512 ebda683e7dbeb2c4860a583d47e60756d18127e37a373ab2958af8e54b9bee0d2e3370b7803d88fa4b08564345c88af55bfbac317081160118ce4b3733b69f9d  LVM2.2.02.136.tgz
+sha512 d042bad51eacc350e3a2b08a631498d7bdff29032804e7db4c6a0723e8896628b89e6395a311535c09429429c17adfeb45794d5f53bdeb5d51b195114fca309a  LVM2.2.02.137.tgz
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 71e69d6..59206cc 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LVM2_VERSION = 2.02.136
+LVM2_VERSION = 2.02.137
 LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz
 LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases
 LVM2_INSTALL_STAGING = YES
-- 
2.4.10

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

* [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38
  2015-12-07 10:58 [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Vicente Olivert Riera
  2015-12-07 10:58 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137 Vicente Olivert Riera
@ 2015-12-07 12:40 ` Alexander Dahl
  2015-12-07 12:48 ` Gustavo Zacarias
  2015-12-07 16:18 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Alexander Dahl @ 2015-12-07 12:40 UTC (permalink / raw)
  To: buildroot

Reviewed-by: Alexander Dahl <post@lespocky.de>

Am 2015-12-07 11:58, schrieb Vicente Olivert Riera:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/lighttpd/lighttpd.hash | 2 +-
>  package/lighttpd/lighttpd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/lighttpd/lighttpd.hash b/package/lighttpd/lighttpd.hash
> index b06e2ae..1158652 100644
> --- a/package/lighttpd/lighttpd.hash
> +++ b/package/lighttpd/lighttpd.hash
> @@ -1,2 +1,2 @@
>  # From http://www.lighttpd.net/
> -sha256	804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd	lighttpd-1.4.37.tar.xz
> +sha256
> 4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504 
> lighttpd-1.4.38.tar.xz
> diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
> index 9ff8cfe..49b9ac6 100644
> --- a/package/lighttpd/lighttpd.mk
> +++ b/package/lighttpd/lighttpd.mk
> @@ -5,7 +5,7 @@
>
> ################################################################################
>  
>  LIGHTTPD_VERSION_MAJOR = 1.4
> -LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).37
> +LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).38
>  LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.xz
>  LIGHTTPD_SITE =
> http://download.lighttpd.net/lighttpd/releases-$(LIGHTTPD_VERSION_MAJOR).x
>  LIGHTTPD_LICENSE = BSD-3c

-- 
?With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.? (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601  D1D5 8FBA 7744 CC87 10D0 ***

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

* [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38
  2015-12-07 10:58 [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Vicente Olivert Riera
  2015-12-07 10:58 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137 Vicente Olivert Riera
  2015-12-07 12:40 ` [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Alexander Dahl
@ 2015-12-07 12:48 ` Gustavo Zacarias
  2015-12-07 16:18 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2015-12-07 12:48 UTC (permalink / raw)
  To: buildroot

On 07/12/15 07:58, Vicente Olivert Riera wrote:

> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

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

(already had it on my queue, you emailed it first).
Regards.

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

* [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38
  2015-12-07 10:58 [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Vicente Olivert Riera
                   ` (2 preceding siblings ...)
  2015-12-07 12:48 ` Gustavo Zacarias
@ 2015-12-07 16:18 ` Peter Korsgaard
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-12-07 16:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137
  2015-12-07 10:58 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137 Vicente Olivert Riera
@ 2015-12-07 16:19   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-12-07 16:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-12-07 16:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-07 10:58 [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Vicente Olivert Riera
2015-12-07 10:58 ` [Buildroot] [PATCH 2/2] lvm2: bump version to 2.02.137 Vicente Olivert Riera
2015-12-07 16:19   ` Peter Korsgaard
2015-12-07 12:40 ` [Buildroot] [PATCH 1/2] lighttpd: bump version to 1.4.38 Alexander Dahl
2015-12-07 12:48 ` Gustavo Zacarias
2015-12-07 16:18 ` 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.