Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version
@ 2020-02-24  7:41 Eugen Hristev
  2020-02-26 20:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Eugen Hristev @ 2020-02-24  7:41 UTC (permalink / raw)
  To: buildroot

Bump to latest git version.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
Changes in v2:
- use buildroot github API to call for tar download


 package/fswebcam/fswebcam.hash | 1 +
 package/fswebcam/fswebcam.mk   | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/fswebcam/fswebcam.hash b/package/fswebcam/fswebcam.hash
index 28f604547c..ee9bebd106 100644
--- a/package/fswebcam/fswebcam.hash
+++ b/package/fswebcam/fswebcam.hash
@@ -1,3 +1,4 @@
 # Locally calculated
 sha256  444d6a8a82102e09e935540c64a731021de36db03e1e74181f41ca6f39aa6474  fswebcam-20140113.tar.xz
+sha256  fe178a0f37ee203103eceaaf9a81a8669edb49923250e8a2ec7459543a8175b0  fswebcam-9a995d6a5369ddd158e352766e015dae20982318.tar.gz
 sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  LICENSE
diff --git a/package/fswebcam/fswebcam.mk b/package/fswebcam/fswebcam.mk
index 8f823f4d04..5887c0b92b 100644
--- a/package/fswebcam/fswebcam.mk
+++ b/package/fswebcam/fswebcam.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-FSWEBCAM_VERSION = 20140113
-FSWEBCAM_SOURCE = fswebcam-$(FSWEBCAM_VERSION).tar.xz
-FSWEBCAM_SITE = http://www.firestorm.cx/fswebcam/files
+FSWEBCAM_VERSION = 9a995d6a5369ddd158e352766e015dae20982318
+FSWEBCAM_SITE = $(call github,fsphil,fswebcam,$(FSWEBCAM_VERSION))
 FSWEBCAM_LICENSE = GPL-2.0
 FSWEBCAM_LICENSE_FILES = LICENSE
 
-- 
2.20.1

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

* [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version
  2020-02-24  7:41 [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version Eugen Hristev
@ 2020-02-26 20:38 ` Thomas Petazzoni
  2020-02-27  7:10   ` Eugen.Hristev at microchip.com
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2020-02-26 20:38 UTC (permalink / raw)
  To: buildroot

On Mon, 24 Feb 2020 09:41:46 +0200
Eugen Hristev <eugen.hristev@microchip.com> wrote:

> Bump to latest git version.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
> Changes in v2:
> - use buildroot github API to call for tar download
> 
> 
>  package/fswebcam/fswebcam.hash | 1 +
>  package/fswebcam/fswebcam.mk   | 5 ++---
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/fswebcam/fswebcam.hash b/package/fswebcam/fswebcam.hash
> index 28f604547c..ee9bebd106 100644
> --- a/package/fswebcam/fswebcam.hash
> +++ b/package/fswebcam/fswebcam.hash
> @@ -1,3 +1,4 @@
>  # Locally calculated
>  sha256  444d6a8a82102e09e935540c64a731021de36db03e1e74181f41ca6f39aa6474  fswebcam-20140113.tar.xz

You forgot to remove the hash of the old tarball here. So I dropped
this, and applied your patch to our next branch. Thanks!

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

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

* [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version
  2020-02-26 20:38 ` Thomas Petazzoni
@ 2020-02-27  7:10   ` Eugen.Hristev at microchip.com
  2020-02-27  7:45     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Eugen.Hristev at microchip.com @ 2020-02-27  7:10 UTC (permalink / raw)
  To: buildroot

On 26.02.2020 22:38, Thomas Petazzoni wrote:

> On Mon, 24 Feb 2020 09:41:46 +0200
> Eugen Hristev <eugen.hristev@microchip.com> wrote:
> 
>> Bump to latest git version.
>>
>> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
>> ---
>> Changes in v2:
>> - use buildroot github API to call for tar download
>>
>>
>>   package/fswebcam/fswebcam.hash | 1 +
>>   package/fswebcam/fswebcam.mk   | 5 ++---
>>   2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/fswebcam/fswebcam.hash b/package/fswebcam/fswebcam.hash
>> index 28f604547c..ee9bebd106 100644
>> --- a/package/fswebcam/fswebcam.hash
>> +++ b/package/fswebcam/fswebcam.hash
>> @@ -1,3 +1,4 @@
>>   # Locally calculated
>>   sha256  444d6a8a82102e09e935540c64a731021de36db03e1e74181f41ca6f39aa6474  fswebcam-20140113.tar.xz
> 
> You forgot to remove the hash of the old tarball here. So I dropped
> this, and applied your patch to our next branch. Thanks!

Thanks as well. I intentionally left it there. I am unsure about the 
policy of keeping old hashes there. So I preferred not to touch it.

> 
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

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

* [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version
  2020-02-27  7:10   ` Eugen.Hristev at microchip.com
@ 2020-02-27  7:45     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-02-27  7:45 UTC (permalink / raw)
  To: buildroot

Hello Eugen,

On Thu, 27 Feb 2020 07:10:35 +0000
<Eugen.Hristev@microchip.com> wrote:

> > You forgot to remove the hash of the old tarball here. So I dropped
> > this, and applied your patch to our next branch. Thanks!  
> 
> Thanks as well. I intentionally left it there. I am unsure about the 
> policy of keeping old hashes there. So I preferred not to touch it.

Old hashes would be dead code, so we drop them. They are anyway
available in the Git history should anyone need them in the future.

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:[~2020-02-27  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24  7:41 [Buildroot] [PATCH v2] package/fswebcam: bump to latest git version Eugen Hristev
2020-02-26 20:38 ` Thomas Petazzoni
2020-02-27  7:10   ` Eugen.Hristev at microchip.com
2020-02-27  7:45     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox