Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 17:11:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231827] unzip sync with NetBSD upstream
Message-ID:  <bug-231827-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231827

            Bug ID: 231827
           Summary: unzip sync with NetBSD upstream
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: ak@FreeBSD.org

Created attachment 197636
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197636&action=edit
sync with NetBSD upstream

Sync unzip in the base with upstream from NetBSD (rev1.24):

- Ignore malformed directory entries as created by Dropbox ("/")
- Use getline() instead of getdelim()
- Always overwrite symlinks on extraction, ever if they're newer than entries
in the archive
- Use libarchive 3.x interface: check result for archive_read_free() and don't
call archive_read_close() manually

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231827-227>