Date: Sat, 23 Feb 2002 10:28:14 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c ... Message-ID: <200202231828.g1NISE262471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jedgar 2002/02/23 10:28:12 PST Modified files: (Branch: RELENG_4_5) contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c huffman.c makefile.msc manual.texi randtable.c sample1.bz2.uu sample1.ref.gz.uu sample2.bz2.uu sample3.bz2.uu words3 lib/libstand Makefile bzipfs.c bzlib.c.diff usr.bin/bzip2/doc Makefile Added files: (Branch: RELENG_4_5) contrib/bzip2 FREEBSD-upgrade lib/libstand bzlib.h.diff bzlib_private.h.diff usr.bin/bzip2/doc manual.texi.diff Log: MFC: update bzip2 to version 1.0.2 to fix insecure permissions during symlink dereferencing and a race condition while creating new files. Revision Changes Path 1.1.1.1.2.1.4.1 +87 -1 src/contrib/bzip2/CHANGES 1.1.4.1 +32 -0 src/contrib/bzip2/FREEBSD-upgrade (new) 1.1.1.1.2.1.4.1 +2 -2 src/contrib/bzip2/LICENSE 1.1.1.1.2.1.4.1 +66 -15 src/contrib/bzip2/Makefile 1.1.1.1.2.1.4.1 +8 -7 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.1.2.1.4.1 +53 -38 src/contrib/bzip2/README 1.1.1.1.2.1.4.1 +2 -2 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.1.2.1.4.1 +9 -2 src/contrib/bzip2/blocksort.c 1.1.1.1.2.1.4.1 +35 -21 src/contrib/bzip2/bzip2.1 1.1.1.1.2.1.4.1 +296 -237 src/contrib/bzip2/bzip2.c 1.1.1.1.2.1.4.1 +137 -26 src/contrib/bzip2/bzip2recover.c 1.1.1.1.2.1.4.1 +32 -3 src/contrib/bzip2/bzlib.c 1.1.1.1.2.1.4.1 +4 -2 src/contrib/bzip2/bzlib.h 1.1.1.1.2.1.4.1 +9 -2 src/contrib/bzip2/bzlib_private.h 1.1.1.1.2.1.4.1 +5 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/crctable.c 1.1.1.1.2.1.4.1 +7 -7 src/contrib/bzip2/decompress.c 1.1.1.1.2.1.4.1 +3 -3 src/contrib/bzip2/dlltest.c 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/huffman.c 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/makefile.msc 1.1.1.1.2.1.4.1 +72 -44 src/contrib/bzip2/manual.texi 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/randtable.c 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/sample1.bz2.uu 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/sample1.ref.gz.uu 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/sample2.bz2.uu 1.1.1.1.2.1.4.1 +1 -1 src/contrib/bzip2/sample3.bz2.uu 1.1.1.1.2.1.4.1 +2 -2 src/contrib/bzip2/words3 1.14.2.6.2.1 +17 -5 src/lib/libstand/Makefile 1.2.2.1.2.1 +1 -1 src/lib/libstand/bzipfs.c 1.1.2.1.2.1 +12 -9 src/lib/libstand/bzlib.c.diff 1.1.4.1 +15 -0 src/lib/libstand/bzlib.h.diff (new) 1.1.4.1 +13 -0 src/lib/libstand/bzlib_private.h.diff (new) 1.1.2.1.4.1 +4 -4 src/usr.bin/bzip2/doc/Makefile 1.1.4.1 +22 -0 src/usr.bin/bzip2/doc/manual.texi.diff (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202231828.g1NISE262471>