tag 764171 pending
thanks

Hello,

Bug #764171 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=0ccf9ad

---
commit 0ccf9ad2298cf426c1a3fc741497d483b056e04c
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Oct 6 13:10:19 2014 +0200

    libdpkg: Set umask to 0 when creating symlinks in test suite to normalize 
results
    
    POSIX specifies that symlinks have undefined permissions in their mode,
    so their setting is system dependent. Linux does not honor the umask
    for symlinks, other systems like Hurd or kFreeBSD do, which means we
    get different results due to this.
    
    Regression introduced in commit f71e02c8e913884bfbf9d97b58ded4591b823cdb.
    
    Closes: #764171

diff --git a/debian/changelog b/debian/changelog
index 38abedc..669e8a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ dpkg (1.17.16) UNRELEASED; urgency=low
   * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
     otherwise the loop was expecting values in one variable but storing them
     in another. Regression introduced in dpkg 1.17.14. Closes: #764206
+  * Set umask to 0 when creating symlinks in tar test case, to normalize
+    results. POSIX specifies that symlinks have undefined permissions in
+    their mode, so their setting is system dependent. Linux does not honor
+    the umask for symlinks, other systems like Hurd or kFreeBSD do.
+    Regression introduced in dpkg 1.17.14. Closes: #764171
 
  -- Guillem Jover <guil...@debian.org>  Mon, 06 Oct 2014 03:37:15 +0200
 


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to