CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 18:06:02 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Remove the "original line" Fix lint comment To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/unzip/unzip.c Please n

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 18:02:09 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/unzip/unzip.1 Please note that diffs are not pu

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:58:51 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 unzip.c Log Message: Add support for password protected zip files (Alex Kozlov) Also some KNF To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.1

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:05:52 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Build with linux/glibc (Alex Kozlov) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/unzip/unzip.c Please note tha

CVS commit: src/usr.bin/unzip

2021-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 18 17:04:39 UTC 2021 Modified Files: src/usr.bin/unzip: unzip.1 Log Message: mention zipx, from Alex Kozlov To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/unzip/unzip.1 Please note that diff

CVS commit: src/usr.bin/unzip

2018-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 18:04:26 UTC 2018 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Ignore malformed directory entries as created by Dropbox ("/"). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/unzip/

CVS commit: src/usr.bin/unzip

2017-04-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 22 05:32:40 UTC 2017 Modified Files: src/usr.bin/unzip: Makefile Log Message: Add crypto stuff on top of what we already have, rather than replacing! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.

CVS commit: src/usr.bin/unzip

2017-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 23:49:18 UTC 2017 Modified Files: src/usr.bin/unzip: Makefile Log Message: fix conditional To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/unzip/Makefile Please note that diffs are not publi

CVS commit: src/usr.bin/unzip

2017-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 23:06:18 UTC 2017 Modified Files: src/usr.bin/unzip: Makefile Log Message: new libarchive need crypto. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/unzip/Makefile Please note that diffs a

CVS commit: src/usr.bin/unzip

2015-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 21 17:17:02 UTC 2015 Modified Files: src/usr.bin/unzip: unzip.1 unzip.c Log Message: >From FreeBSD: - Whitespace cleanup - Pass a filename rather than fd to libarchive (should work with 2.8+) - Accept zipfiles from stdin

CVS commit: src/usr.bin/unzip

2015-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 3 20:01:19 UTC 2015 Modified Files: src/usr.bin/unzip: unzip.c Log Message: simplify. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/unzip/unzip.c Please note that diffs are not public doma

CVS commit: src/usr.bin/unzip

2015-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 3 20:00:12 UTC 2015 Modified Files: src/usr.bin/unzip: unzip.c Log Message: PR/50496: Alex Kozlov: teach unzip to extract symlinks Our libarchive does not handle symliks yet, but later versions do. Set mode and times f

CVS commit: src/usr.bin/unzip

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:43:41 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: error_count is unsigned, so use %ju To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/unzip/unzip.c Please note that di

CVS commit: src/usr.bin/unzip

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:42:13 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Use __dead and __printflike. Fix one format string and one error() argument as hinted by the new format string checking. To generate a diff of t

CVS commit: src/usr.bin/unzip

2011-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 11:29:27 UTC 2011 Modified Files: src/usr.bin/unzip: Makefile unzip.1 unzip.c Log Message: revert 4 digit year printing and add -y option to print 4 digit years. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/unzip

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:37:40 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: kill 2 digit year format. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/unzip/unzip.c Please note that diffs are

CVS commit: src/usr.bin/unzip

2011-07-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 14 06:35:30 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Fix a logic error: when renaming a file, strip trailing \n from file name. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.b

CVS commit: src/usr.bin/unzip

2010-05-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 10 15:45:22 UTC 2010 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Kill a left-over break from the for-loop that vanished in 1.13. Issue noticed by tnn. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1

CVS commit: src/usr.bin/unzip

2010-04-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 29 06:32:19 UTC 2010 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Switch to the less restrictive binary detection algorithm from zip 3.0e. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.b