Imported Upstream version 17.13.0 upstream/17.13.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:19:36 +0000 (16:19 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:19:36 +0000 (16:19 +0900)
commit4960f0a558c8a7de86f690cc2119bb23c715168e
tree3ae6099dcd59acd51e99e264b3d1ccc9a8d76e2e
parent7a54bd4a7ce3bce21539e82b66d642cca137dfb5
Imported Upstream version 17.13.0
41 files changed:
CMakeLists.txt
VERSION.cmake
cmake/modules/FindDbus.cmake [deleted file]
cmake/modules/FindHal.cmake [deleted file]
libzypp.spec.cmake
package/libzypp.changes
tests/zypp/CMakeLists.txt
tests/zypp/RpmPkgSigCheck_test.cc [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/no.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/signed.key [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/signed.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/signed_broken.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/signed_broken_header.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/unsigned.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/unsigned_broken.rpm [new file with mode: 0644]
tests/zypp/data/RpmPkgSigCheck/unsigned_broken_header.rpm [new file with mode: 0644]
zypp/AutoDispose.h
zypp/CMakeLists.txt
zypp/KeyManager.cc
zypp/KeyManager.h
zypp/KeyRing.cc
zypp/MediaSetAccess.cc
zypp/PublicKey.cc
zypp/RepoManager.cc
zypp/base/Fd.cc [deleted file]
zypp/base/Fd.h [deleted file]
zypp/media/MediaCD.cc
zypp/media/MediaCurl.cc
zypp/media/MediaManager.cc
zypp/media/MediaManager.h
zypp/media/MediaMultiCurl.cc
zypp/target/TargetImpl.cc
zypp/target/hal/HalContext.cc [deleted file]
zypp/target/hal/HalContext.h [deleted file]
zypp/target/hal/HalException.h [deleted file]
zypp/target/rpm/librpmDb.cc
zypp/thread/Mutex.cc [deleted file]
zypp/thread/Mutex.h [deleted file]
zypp/thread/MutexException.h [deleted file]
zypp/thread/MutexLock.h [deleted file]
zypp/thread/Once.h [deleted file]