This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 91090f8e8ef533ad39fc8060bbf1a69bcb0b5af7 (commit)
via 2a685b05f91f71c3b00ee8890ebaed16839b0cd0 (commit)
from 8132295cfd2d26a13a6cd2f61b7f5c56ea5efaa7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 91090f8e8ef533ad39fc8060bbf1a69bcb0b5af7
Author: Samuel Thibault <[email protected]>
Date: Tue Feb 18 21:34:08 2014 -0800
Add missing copyright notice
commit 2a685b05f91f71c3b00ee8890ebaed16839b0cd0
Author: Ignazio Sgalmuzzo <[email protected]>
Date: Mon Feb 17 22:21:31 2014 +0000
libstore: replaced gz decompression code with libz
Note: dropped .zip support
configure.ac: added check for libz
ext2fs/Makefile: linked libz
fatfs/Makefile: linked libz
isofs/Makefile: linked libz
libstore/Makefile: linked libz
libstore/do-gunzip.c: new decompression function using libz calls.
libstore/gunzip.c: removed no longer needed code replaced by do_gunzip()
libstore/gzip.h: deleted, no longer needed
libstore/inflate.c: deleted: no longer needed
libstore/tailor.h: deleted: no longer needed
libstore/unzip.c: deleted: no longer needed
libstore/util.c: removed no longer needed code.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
ext2fs/Makefile | 2 +-
fatfs/Makefile | 2 +-
isofs/Makefile | 2 +-
libstore/Makefile | 4 +-
libstore/{do-bunzip2.c => do-gunzip.c} | 37 +-
libstore/gunzip.c | 27 +-
libstore/gzip.h | 315 -----------
libstore/inflate.c | 954 --------------------------------
libstore/tailor.h | 14 -
libstore/unzip.c | 199 -------
libstore/util.c | 257 +---------
12 files changed, 26 insertions(+), 1788 deletions(-)
copy libstore/{do-bunzip2.c => do-gunzip.c} (69%)
delete mode 100644 libstore/gzip.h
delete mode 100644 libstore/inflate.c
delete mode 100644 libstore/tailor.h
delete mode 100644 libstore/unzip.c
hooks/post-receive
--
Hurd