diff mbox

squashfs: update site to git.kernel.org

Message ID 1469655138-65197-1-git-send-email-matthew.weber@rockwellcollins.com
State Changes Requested
Headers show

Commit Message

Matt Weber July 27, 2016, 9:32 p.m. UTC
From: Atul Singh <atul.singh.mandla@rockwellcollins.com>

squashfs-tools development has been moved to git.kernel.org from
Sourceforge.

Signed-off-by: Atul Singh <atul.singh.mandla@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
---
 package/squashfs/squashfs.hash | 4 ++--
 package/squashfs/squashfs.mk   | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni July 28, 2016, 8:08 a.m. UTC | #1
Hello,

On Wed, 27 Jul 2016 16:32:18 -0500, Matt Weber wrote:
> From: Atul Singh <atul.singh.mandla@rockwellcollins.com>
> 
> squashfs-tools development has been moved to git.kernel.org from
> Sourceforge.

Yeah, but they haven't made any release since the last one available
from sourceforge. Are they planning on doing a new release? What is the
motivation from moving from a stable release to some seemingly random
Git commit?

Thanks,

Thomas
Matt Weber July 28, 2016, 12:59 p.m. UTC | #2
Thomas,

On Thu, Jul 28, 2016 at 3:08 AM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Hello,
>
> On Wed, 27 Jul 2016 16:32:18 -0500, Matt Weber wrote:
> > From: Atul Singh <atul.singh.mandla@rockwellcollins.com>
> >
> > squashfs-tools development has been moved to git.kernel.org from
> > Sourceforge.
>
> Yeah, but they haven't made any release since the last one available
> from sourceforge. Are they planning on doing a new release? What is the
> motivation from moving from a stable release to some seemingly random
> Git commit?
>
>
We pulled in that latest hash to fix a threading issue that we were seeing
on our large build machines. When creating images with 64 cores we would
sometimes get corrupted images that would fail to boot.


> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
Thomas Petazzoni July 28, 2016, 1:02 p.m. UTC | #3
Hello,

On Thu, 28 Jul 2016 07:59:46 -0500, Matthew Weber wrote:

> > Yeah, but they haven't made any release since the last one available
> > from sourceforge. Are they planning on doing a new release? What is the
> > motivation from moving from a stable release to some seemingly random
> > Git commit?
> >  
> We pulled in that latest hash to fix a threading issue that we were seeing
> on our large build machines. When creating images with 64 cores we would
> sometimes get corrupted images that would fail to boot.

OK. Exactly the type of explanation that would have been good to have
in the commit log :-)

Thomas
diff mbox

Patch

diff --git a/package/squashfs/squashfs.hash b/package/squashfs/squashfs.hash
index e308089..eb456be 100644
--- a/package/squashfs/squashfs.hash
+++ b/package/squashfs/squashfs.hash
@@ -1,2 +1,2 @@ 
-# Locally computed:
-sha256  0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6  squashfs4.3.tar.gz
+# Locally computed
+sha256	e807202ab4dcfeea214df49d3a728b9a85644a7e7262fc6fcd875a0def99d4ed	squashfs-9c1db6d13a51a2e009f0027ef336ce03624eac0d.tar.gz
diff --git a/package/squashfs/squashfs.mk b/package/squashfs/squashfs.mk
index cdeb9c8..9c8841a 100644
--- a/package/squashfs/squashfs.mk
+++ b/package/squashfs/squashfs.mk
@@ -4,9 +4,8 @@ 
 #
 ################################################################################
 
-SQUASHFS_VERSION = 4.3
-SQUASHFS_SOURCE = squashfs$(SQUASHFS_VERSION).tar.gz
-SQUASHFS_SITE = http://downloads.sourceforge.net/project/squashfs/squashfs/squashfs$(SQUASHFS_VERSION)
+SQUASHFS_VERSION = 9c1db6d13a51a2e009f0027ef336ce03624eac0d
+SQUASHFS_SITE = git://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git
 SQUASHFS_LICENSE = GPLv2+
 SQUASHFS_LICENSE_FILES = COPYING
 SQUASHFS_MAKE_ARGS = XATTR_SUPPORT=1