Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/squashfs
@ 2006-08-21  7:24 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2006-08-21  7:24 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2006-08-21 00:24:22 -0700 (Mon, 21 Aug 2006)
New Revision: 15888

Log:
Bump to upstream v3.1

Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2006-08-21 05:20:52 UTC (rev 15887)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2006-08-21 07:24:22 UTC (rev 15888)
@@ -3,7 +3,7 @@
 # mksquashfs to build to target squashfs filesystems
 #
 #############################################################
-SQUASHFS_VERSION:=3.0
+SQUASHFS_VERSION:=3.1
 SQUASHFS_DIR:=$(BUILD_DIR)/squashfs$(SQUASHFS_VERSION)
 SQUASHFS_SOURCE:=squashfs$(SQUASHFS_VERSION).tar.gz
 SQUASHFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs

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

* [Buildroot] svn commit: trunk/buildroot/target/squashfs
@ 2007-01-18 12:39 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2007-01-18 12:39 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2007-01-18 04:39:05 -0800 (Thu, 18 Jan 2007)
New Revision: 17364

Log:
Bump version

Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2007-01-18 10:32:09 UTC (rev 17363)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2007-01-18 12:39:05 UTC (rev 17364)
@@ -3,7 +3,7 @@
 # mksquashfs to build to target squashfs filesystems
 #
 #############################################################
-SQUASHFS_VERSION:=3.1
+SQUASHFS_VERSION:=3.2-r2
 SQUASHFS_DIR:=$(BUILD_DIR)/squashfs$(SQUASHFS_VERSION)
 SQUASHFS_SOURCE:=squashfs$(SQUASHFS_VERSION).tar.gz
 SQUASHFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs

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

* [Buildroot] svn commit: trunk/buildroot/target/squashfs
@ 2008-03-04 11:36 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-03-04 11:36 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-03-04 03:36:20 -0800 (Tue, 04 Mar 2008)
New Revision: 21158

Log:
squashfs: bump version



Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2008-03-02 19:57:53 UTC (rev 21157)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2008-03-04 11:36:20 UTC (rev 21158)
@@ -3,7 +3,7 @@
 # mksquashfs to build to target squashfs filesystems
 #
 #############################################################
-SQUASHFS_VERSION:=3.2-r2
+SQUASHFS_VERSION:=3.3
 SQUASHFS_DIR:=$(BUILD_DIR)/squashfs$(SQUASHFS_VERSION)
 SQUASHFS_SOURCE:=squashfs$(SQUASHFS_VERSION).tar.gz
 SQUASHFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs

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

* [Buildroot] svn commit: trunk/buildroot/target/squashfs
@ 2008-04-25 12:04 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-04-25 12:04 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-04-25 05:04:04 -0700 (Fri, 25 Apr 2008)
New Revision: 21858

Log:
squashfs: set sensible permissions on squashfs image


Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2008-04-25 11:45:28 UTC (rev 21857)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2008-04-25 12:04:04 UTC (rev 21858)
@@ -69,6 +69,7 @@
 		>> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
 	chmod a+x $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
 	$(STAGING_DIR)/usr/bin/fakeroot -- $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
+	chmod 0644 $(SQUASHFS_TARGET)
 	- at rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
 
 squashfsroot-source: squashfs-source

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

* [Buildroot] svn commit: trunk/buildroot/target/squashfs
@ 2008-08-27  7:46 jacmet at uclibc.org
  0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27  7:46 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-27 00:46:55 -0700 (Wed, 27 Aug 2008)
New Revision: 23238

Log:
squashfs: bump version

Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2008-08-27 07:39:57 UTC (rev 23237)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2008-08-27 07:46:55 UTC (rev 23238)
@@ -3,7 +3,7 @@
 # mksquashfs to build to target squashfs filesystems
 #
 #############################################################
-SQUASHFS_VERSION:=3.3
+SQUASHFS_VERSION:=3.4
 SQUASHFS_DIR:=$(BUILD_DIR)/squashfs$(SQUASHFS_VERSION)
 SQUASHFS_SOURCE:=squashfs$(SQUASHFS_VERSION).tar.gz
 SQUASHFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs

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

end of thread, other threads:[~2008-08-27  7:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27  7:46 [Buildroot] svn commit: trunk/buildroot/target/squashfs jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-04-25 12:04 jacmet at uclibc.org
2008-03-04 11:36 jacmet at uclibc.org
2007-01-18 12:39 jacmet at uclibc.org
2006-08-21  7:24 jacmet at uclibc.org

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