[Group.of.nepali.translators] [Bug 1555305] Re: resquashfs test fails if snap has symlinks

2018-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package squashfs-tools -
1:4.3-3ubuntu2.16.04.1

---
squashfs-tools (1:4.3-3ubuntu2.16.04.1) xenial; urgency=medium

  * debian/patches/0007-unsquashfs-preserve-symlink-times.patch: Preserve
atime and mtime of symlink inodes in unsquashfs rather than using the
current time (LP: #1555305)

 -- Tyler Hicks   Mon, 11 Dec 2017 21:02:07 +

** Changed in: squashfs-tools (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1555305

Title:
  resquashfs test fails if snap has symlinks

Status in click-reviewers-tools package in Ubuntu:
  Invalid
Status in squashfs-tools package in Ubuntu:
  Fix Released
Status in squashfs-tools source package in Trusty:
  Fix Released
Status in squashfs-tools source package in Xenial:
  Fix Released
Status in squashfs-tools source package in Zesty:
  Fix Released
Status in squashfs-tools source package in Artful:
  Fix Released
Status in squashfs-tools source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * The unsquashfs utility does not preserve atime and mtime timestamps
     of symlink inodes when unpacking squashfs images.

   * This makes it impossible to use a combination of unsquashfs and
     mksquashfs to sanity check snaps uploaded to the snap store since
     the resulting snap will not match the original snap due to symlink
     times being set to the current time when unsquashfs was executed.

  [Test Case]

   * Extract the test image:
 $ unsquashfs -d lp1555305 lp1555305.squashfs

   * Check the timestamp of the "link" file
 $ ls -al lp1555305/link

   * Incorrect output (timestamp will be current time):
 lrwxrwxrwx  1 tyhicks tyhicks4 Dec 11 22:05 link -> file

   * Expected output:
 lrwxrwxrwx 1 tyhicks tyhicks 4 Aug 25  1991 /tmp/lp1555305/link -> file

  [Regression Potential]

   * The regression potential is small as long as there is no software
     out there that depends on the behavior of setting symlink timestamps
     to the current time. I highly doubt that there is anything out there
     that relies on that behavior but there's always a chance.

  [Original Descipription]

  Create the files:
  $ mkdir test
  $ cd test
  $ touch foo
  $ ln -s foo bar
  $ mkdir meta
  $ cat >meta/snap.yaml 

[Group.of.nepali.translators] [Bug 1555305] Re: resquashfs test fails if snap has symlinks

2018-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package squashfs-tools -
1:4.3-3ubuntu2.17.04.1

---
squashfs-tools (1:4.3-3ubuntu2.17.04.1) zesty; urgency=medium

  * debian/patches/0007-unsquashfs-preserve-symlink-times.patch: Preserve
atime and mtime of symlink inodes in unsquashfs rather than using the
current time (LP: #1555305)

 -- Tyler Hicks   Mon, 11 Dec 2017 21:02:54 +

** Changed in: squashfs-tools (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

** Changed in: squashfs-tools (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1555305

Title:
  resquashfs test fails if snap has symlinks

Status in click-reviewers-tools package in Ubuntu:
  Invalid
Status in squashfs-tools package in Ubuntu:
  Fix Released
Status in squashfs-tools source package in Trusty:
  Fix Released
Status in squashfs-tools source package in Xenial:
  Fix Released
Status in squashfs-tools source package in Zesty:
  Fix Released
Status in squashfs-tools source package in Artful:
  Fix Released
Status in squashfs-tools source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * The unsquashfs utility does not preserve atime and mtime timestamps
     of symlink inodes when unpacking squashfs images.

   * This makes it impossible to use a combination of unsquashfs and
     mksquashfs to sanity check snaps uploaded to the snap store since
     the resulting snap will not match the original snap due to symlink
     times being set to the current time when unsquashfs was executed.

  [Test Case]

   * Extract the test image:
 $ unsquashfs -d lp1555305 lp1555305.squashfs

   * Check the timestamp of the "link" file
 $ ls -al lp1555305/link

   * Incorrect output (timestamp will be current time):
 lrwxrwxrwx  1 tyhicks tyhicks4 Dec 11 22:05 link -> file

   * Expected output:
 lrwxrwxrwx 1 tyhicks tyhicks 4 Aug 25  1991 /tmp/lp1555305/link -> file

  [Regression Potential]

   * The regression potential is small as long as there is no software
     out there that depends on the behavior of setting symlink timestamps
     to the current time. I highly doubt that there is anything out there
     that relies on that behavior but there's always a chance.

  [Original Descipription]

  Create the files:
  $ mkdir test
  $ cd test
  $ touch foo
  $ ln -s foo bar
  $ mkdir meta
  $ cat >meta/snap.yaml 

[Group.of.nepali.translators] [Bug 1555305] Re: resquashfs test fails if snap has symlinks

2018-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package squashfs-tools - 1:4.3-4ubuntu1.1

---
squashfs-tools (1:4.3-4ubuntu1.1) artful; urgency=medium

  * debian/patches/0008-unsquashfs-preserve-symlink-times.patch: Preserve
atime and mtime of symlink inodes in unsquashfs rather than using the
current time (LP: #1555305)

 -- Tyler Hicks   Mon, 11 Dec 2017 20:51:14 +

** Changed in: squashfs-tools (Ubuntu Artful)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1555305

Title:
  resquashfs test fails if snap has symlinks

Status in click-reviewers-tools package in Ubuntu:
  Invalid
Status in squashfs-tools package in Ubuntu:
  Fix Released
Status in squashfs-tools source package in Trusty:
  Fix Released
Status in squashfs-tools source package in Xenial:
  Fix Released
Status in squashfs-tools source package in Zesty:
  Fix Released
Status in squashfs-tools source package in Artful:
  Fix Released
Status in squashfs-tools source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * The unsquashfs utility does not preserve atime and mtime timestamps
     of symlink inodes when unpacking squashfs images.

   * This makes it impossible to use a combination of unsquashfs and
     mksquashfs to sanity check snaps uploaded to the snap store since
     the resulting snap will not match the original snap due to symlink
     times being set to the current time when unsquashfs was executed.

  [Test Case]

   * Extract the test image:
 $ unsquashfs -d lp1555305 lp1555305.squashfs

   * Check the timestamp of the "link" file
 $ ls -al lp1555305/link

   * Incorrect output (timestamp will be current time):
 lrwxrwxrwx  1 tyhicks tyhicks4 Dec 11 22:05 link -> file

   * Expected output:
 lrwxrwxrwx 1 tyhicks tyhicks 4 Aug 25  1991 /tmp/lp1555305/link -> file

  [Regression Potential]

   * The regression potential is small as long as there is no software
     out there that depends on the behavior of setting symlink timestamps
     to the current time. I highly doubt that there is anything out there
     that relies on that behavior but there's always a chance.

  [Original Descipription]

  Create the files:
  $ mkdir test
  $ cd test
  $ touch foo
  $ ln -s foo bar
  $ mkdir meta
  $ cat >meta/snap.yaml 

[Group.of.nepali.translators] [Bug 1555305] Re: resquashfs test fails if snap has symlinks

2017-12-12 Thread Launchpad Bug Tracker
This bug was fixed in the package squashfs-tools - 1:4.3-4ubuntu2

---
squashfs-tools (1:4.3-4ubuntu2) bionic; urgency=medium

  * debian/patches/0005-add-fstime.patch: Fix -Wint-conversion warning by
initializing the time_t variable with (time_t)-1 instead of NULL
  * debian/patches/0008-unsquashfs-preserve-symlink-times.patch: Preserve
atime and mtime of symlink inodes in unsquashfs rather than using the
current time (LP: #1555305)

 -- Tyler Hicks   Mon, 11 Dec 2017 20:56:21 +

** Changed in: squashfs-tools (Ubuntu Bionic)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1555305

Title:
  resquashfs test fails if snap has symlinks

Status in click-reviewers-tools package in Ubuntu:
  Invalid
Status in squashfs-tools package in Ubuntu:
  Fix Released
Status in squashfs-tools source package in Trusty:
  In Progress
Status in squashfs-tools source package in Xenial:
  In Progress
Status in squashfs-tools source package in Zesty:
  In Progress
Status in squashfs-tools source package in Artful:
  In Progress
Status in squashfs-tools source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * The unsquashfs utility does not preserve atime and mtime timestamps
     of symlink inodes when unpacking squashfs images.

   * This makes it impossible to use a combination of unsquashfs and
     mksquashfs to sanity check snaps uploaded to the snap store since
     the resulting snap will not match the original snap due to symlink
     times being set to the current time when unsquashfs was executed.

  [Test Case]

   * Extract the test image:
 $ unsquashfs -d lp1555305 lp1555305.squashfs

   * Check the timestamp of the "link" file
 $ ls -al lp1555305/link

   * Incorrect output (timestamp will be current time):
 lrwxrwxrwx  1 tyhicks tyhicks4 Dec 11 22:05 link -> file

   * Expected output:
 lrwxrwxrwx 1 tyhicks tyhicks 4 Aug 25  1991 /tmp/lp1555305/link -> file

  [Regression Potential]

   * The regression potential is small as long as there is no software
     out there that depends on the behavior of setting symlink timestamps
     to the current time. I highly doubt that there is anything out there
     that relies on that behavior but there's always a chance.

  [Original Descipription]

  Create the files:
  $ mkdir test
  $ cd test
  $ touch foo
  $ ln -s foo bar
  $ mkdir meta
  $ cat >meta/snap.yaml 

[Group.of.nepali.translators] [Bug 1555305] Re: resquashfs test fails if snap has symlinks

2017-12-11 Thread Tyler Hicks
Marking the click-reviewers-tools task as invalid since the bug fix is
in squashfs-tools and there's no changes needed for click-reviewers-
tools.

** Changed in: click-reviewers-tools (Ubuntu)
   Status: Confirmed => Invalid

** Also affects: squashfs-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: squashfs-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: click-reviewers-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: squashfs-tools (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: click-reviewers-tools (Ubuntu Bionic)
   Importance: High
   Status: Invalid

** Also affects: squashfs-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: click-reviewers-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: squashfs-tools (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: click-reviewers-tools (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: squashfs-tools (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: click-reviewers-tools (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** No longer affects: click-reviewers-tools (Ubuntu Trusty)

** No longer affects: click-reviewers-tools (Ubuntu Xenial)

** No longer affects: click-reviewers-tools (Ubuntu Zesty)

** No longer affects: click-reviewers-tools (Ubuntu Artful)

** No longer affects: click-reviewers-tools (Ubuntu Bionic)

** Changed in: squashfs-tools (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: squashfs-tools (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: squashfs-tools (Ubuntu Zesty)
   Importance: Undecided => High

** Changed in: squashfs-tools (Ubuntu Artful)
   Importance: Undecided => High

** Changed in: squashfs-tools (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: squashfs-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** Changed in: squashfs-tools (Ubuntu Xenial)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** Changed in: squashfs-tools (Ubuntu Zesty)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** Changed in: squashfs-tools (Ubuntu Artful)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** Changed in: squashfs-tools (Ubuntu Bionic)
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

** Changed in: squashfs-tools (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: squashfs-tools (Ubuntu Artful)
   Status: New => In Progress

** Changed in: squashfs-tools (Ubuntu Zesty)
   Status: New => In Progress

** Changed in: squashfs-tools (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: squashfs-tools (Ubuntu Trusty)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1555305

Title:
  resquashfs test fails if snap has symlinks

Status in click-reviewers-tools package in Ubuntu:
  Invalid
Status in squashfs-tools package in Ubuntu:
  In Progress
Status in squashfs-tools source package in Trusty:
  In Progress
Status in squashfs-tools source package in Xenial:
  In Progress
Status in squashfs-tools source package in Zesty:
  In Progress
Status in squashfs-tools source package in Artful:
  In Progress
Status in squashfs-tools source package in Bionic:
  In Progress

Bug description:
  Create the files:
  $ mkdir test
  $ cd test
  $ touch foo
  $ ln -s foo bar
  $ mkdir meta
  $ cat >meta/snap.yaml