Imported Upstream version 17.22.0 upstream/17.22.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 27 Nov 2020 06:47:19 +0000 (15:47 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 27 Nov 2020 06:47:19 +0000 (15:47 +0900)
commitd58a5d90878551ca9fde5de55c8a026453ac32ca
treefc41f50b7adba7a5bb0f46ecb5e2c3065e50505a
parentbe55b907da8b179dbdad2740a468162cd3c7d665
Imported Upstream version 17.22.0
47 files changed:
CMakeLists.txt
VERSION.cmake
libzypp.spec.cmake
package/libzypp.changes
tests/parser/yum/CMakeLists.txt
tests/parser/yum/PatchesFileReader_test.cc [deleted file]
tests/parser/yum/RepomdFileReader_test.cc
tests/parser/yum/data/README [deleted file]
tests/parser/yum/data/patch-fetchmsttfonts.sh-4347.xml [deleted file]
tests/parser/yum/data/patches-1.xml [deleted file]
tests/parser/yum/data/patches-1.xml.solution [deleted file]
tests/parser/yum/data/patches.xsl [deleted file]
tests/repo/yum/YUMDownloader_test.cc
tests/repo/yum/data/ZCHUNK/repodata/filelists.xml.gz [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/filelists.xml.zck [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/other.xml.gz [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/other.xml.zck [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/patterns.xml.gz [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/primary.xml.gz [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/primary.xml.zck [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/repomd.xml [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/repomd.xml.asc [new file with mode: 0644]
tests/repo/yum/data/ZCHUNK/repodata/repomd.xml.key [new file with mode: 0644]
tests/zypp/CMakeLists.txt
tests/zypp/GZStream_test.cc [new file with mode: 0644]
tests/zypp/ZChunk_test.cc [new file with mode: 0644]
zypp/CMakeLists.txt
zypp/OnMediaLocation.cc
zypp/OnMediaLocation.h
zypp/PathInfo.cc
zypp/PathInfo.h
zypp/base/GzStream.cc
zypp/base/GzStream.h
zypp/base/InputStream.cc
zypp/base/SimpleStreambuf.h [new file with mode: 0644]
zypp/base/ZckStream.cc [new file with mode: 0644]
zypp/base/ZckStream.h [new file with mode: 0644]
zypp/base/fXstream.h [new file with mode: 0644]
zypp/parser/yum/PatchesFileReader.cc [deleted file]
zypp/parser/yum/PatchesFileReader.h [deleted file]
zypp/parser/yum/RepomdFileReader.cc
zypp/parser/yum/RepomdFileReader.h
zypp/repo/susetags/Downloader.h
zypp/repo/yum/Downloader.cc
zypp/repo/yum/Downloader.h
zypp/repo/yum/ResourceType.cc [deleted file]
zypp/repo/yum/ResourceType.h [deleted file]