From: Mike Gabriel Date: Mon, 17 Sep 2018 11:31:02 +0000 (+0200) Subject: libzypp (17.7.0-1) unstable; urgency=medium X-Git-Tag: archive/raspbian/17.35.10-1+rpi1~1^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aeaef5e2ff73dd71e863bf498e95d4624ac47ec8;p=libzypp.git libzypp (17.7.0-1) unstable; urgency=medium * New upstream release. [dgit import unpatched libzypp 17.7.0-1] --- aeaef5e2ff73dd71e863bf498e95d4624ac47ec8 diff --cc debian/changelog index 0000000,0000000..64d8342 new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,147 @@@ ++libzypp (17.7.0-1) unstable; urgency=medium ++ ++ * New upstream release. ++ ++ -- Mike Gabriel Mon, 17 Sep 2018 13:31:02 +0200 ++ ++libzypp (17.6.3-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * debian/control: ++ + Bump Standards-Version: to 4.2.1. No changes needed. ++ * debian/rules: ++ + Drop repacking of orig tarball. Use the Github exported tarball ++ directly. ++ * debian/copyright: ++ + Update auto-generated copyright.in file. ++ + Update copyright attributions. ++ ++ -- Mike Gabriel Fri, 31 Aug 2018 08:40:21 +0200 ++ ++libzypp (17.6.1-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * debian/rules: ++ + Create orig tarball in ../ rather than in ./. ++ * debian/patches: ++ + Rebase 1003_various-typo-fixes.patch. ++ * debian/copyright: ++ + Update auto-generated copyright.in template file. ++ + Update copyright attributions. ++ ++ -- Mike Gabriel Mon, 20 Aug 2018 16:07:46 +0200 ++ ++libzypp (17.3.1-2) unstable; urgency=medium ++ ++ * debian/control: Add all dev:pkgs from B-D under D of libzypp-dev. ++ ++ -- Mike Gabriel Sun, 03 Jun 2018 01:13:54 +0200 ++ ++libzypp (17.3.1-1) unstable; urgency=medium ++ ++ * New upstream release (after a long time...). ++ - Fixes CVE-2017-7435, CVE-2017-7436, CVE-2017-9269. (Closes: #899065). ++ - SONAME version bump by upstream. (Closes: #797867) ++ - FTBFS of previous / old-in-Debian version likely solved. (Closes: ++ #841769). ++ * debian/patches: ++ + Drop 1003-Add-support-for-openssl-1.1.patch. Fixed upstream. ++ + Rebase 1002_cmake-module-path-fix.patch. ++ + Add 1003_various-typo-fixes.patch. Fix some typo flaws in output messages. ++ * debian/control: ++ + SONAME bump, rename bin:pkg. Use SONAME based bin:pkg names in the first ++ place. (Closes: #797869). ++ + Add B-D asciidoctor. ++ + Add B-D: libgpgme-dev. ++ + Update B-D: librpm-dev (>= 4.4). ++ + Add B-D: libcurl4-openssl-dev (>= 7.19.4). ++ + Update B-D: libsolv0-dev (>= 0.6.27). ++ + Add B-Ds: libpopt-dev and dejagnu. ++ + Drop Thomas Bechthold from Uploader: field again. (Closes: #892674). ++ Thanks for previous contributions. ++ + Fix LONG_DESCRIPTION (libzypp-common). Remove duplicated paragraph. ++ (Closes: #861995). ++ + Set Priority: from extra to optional. ++ + Bump Standards-Version: to 4.1.4. ++ + Add S (libzypp1702): libzypp-doc. (Closes: #849899). ++ + Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org. ++ + Add B:/R: for older libzypp bin:pkg versions. ++ + Add B (libzypp(1702): zypper (<< 1.14). We very possibly break zypper ++ (<< 1.14). ++ * debian/{control,rules}: ++ + Enable all hardening flags. ++ + Drop manually crafted dbg:package. ++ * debian/{control,compat}: Bump to DH compat version level 10. ++ * debian/rules: ++ + Drop chmod on nofify-message. Not shipped anymore. ++ + Provide a writeable home to gnupg. Needed for some unit tests. ++ + Stop parsing dpkg-parsechangelog's output. ++ * debian/libzypp-bin.install: ++ + No files in /usr/lib/zypp anymore. ++ * lintian: ++ + Drop binary-without-manpage man page override (bin:pkg libzypp-bin). The ++ non-documented binaries have been removed by upstream. ++ * debian/copyright: ++ + Update auto-generated copyright.in file. ++ + Update copyright attributions. ++ + Use secure URI for copyright format reference. ++ ++ -- Mike Gabriel Mon, 28 May 2018 14:34:46 +0200 ++ ++libzypp (16.4.3-1) unstable; urgency=medium ++ ++ * New upstream version. ++ * Drop 2001_fix-repo2solv-call-on-Debian.patch . No longer needed. ++ * Add 1003-Add-support-for-openssl-1.1.patch for newer openssl ++ versions. ++ * Add myself as a uploader. ++ * Bump Standards to 3.9.8. No changes needed. ++ ++ -- Thomas Bechtold Mon, 20 Feb 2017 14:15:34 -0500 ++ ++libzypp (15.3.0-1) unstable; urgency=medium ++ ++ * New upstream version. ++ - Fix Downloader_test to use noarch data (works on all archs). Fix ++ FTBFS on several architectures. (Closes: #778320). ++ * debian/patches: ++ + Drop 1001_configurable-include-dir.patch, ++ 1003_fix-typos-in-output-messages.patch, ++ 1004_enable-tests-on-Debian.patch, ++ 2002_enable-autodoc.patch, ++ 2003_enable-translations.patch. ++ Similar patches (with configure option at build time) ++ have been applied upstream. ++ + Update 1002_cmake-module-path-fix.patch, ++ 2001_fix-repo2solv-call-on-Debian.patch. ++ Make sure patches apply cleanly against latest upstream code. ++ * debian/copyright{,.in}: ++ + Update copyright information for new upstream release. ++ + Update script-generated copyright file template. ++ * debian/control: ++ + Bump Standards: to 3.9.6. No changes needed. ++ + B-D -> versioned B-D: libsolv-dev -> libsolv0-dev (>= 0.6.10). ++ + Add B-Ds: libboost-dev, libboost-program-options-dev, libboost-test-dev, ++ libboost-thread-dev; drop B-Ds: libboost-all-dev, dejagnu, ++ libgettextpo-dev, zsync. (Closes: #775675). ++ * debian/rules: ++ + Enable -DDEBIAN=1 build logic (tests, translations, docs). ++ ++ -- Mike Gabriel Tue, 02 Jun 2015 05:16:04 +0200 ++ ++libzypp (14.29.1-2) unstable; urgency=medium ++ ++ * debian/libzypp-config.postinst: ++ + Fix package installation failure if /etc/zypp/locks is not present. ++ * debian/patches: ++ + Fix /1002_cmake-module-path-fix.patch. Install cmake configs to ++ /usr/lib//Zypp/ZyppConfig.cmake (instead of ++ LibZypp/LibZyppConfig.cmake). ++ ++ -- Mike Gabriel Thu, 25 Sep 2014 15:20:43 +0200 ++ ++libzypp (14.29.1-1) unstable; urgency=medium ++ ++ * Initial release. (Closes: #761988). ++ ++ -- Mike Gabriel Thu, 25 Sep 2014 12:33:58 +0200 diff --cc debian/compat index 0000000,0000000..f599e28 new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++10 diff --cc debian/control index 0000000,0000000..701ad28 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,235 @@@ ++Source: libzypp ++Section: libs ++Maintainer: Mike Gabriel ++Priority: optional ++Standards-Version: 4.2.1 ++Build-Depends: asciidoctor, ++ debhelper (>= 10~), ++ dpkg-dev (>= 1.16.1.1~), ++ cdbs, ++ cmake, ++ pkg-config, ++ librpm-dev (>= 4.4), ++ rpm-common, ++ libboost-dev, ++ libboost-program-options-dev, ++ libboost-test-dev, ++ libboost-thread-dev, ++ libgpgme-dev, ++ libssl-dev, ++ doxygen, ++ ruby, ++ libcurl4-openssl-dev (>= 7.19.4), ++ libudev-dev, ++ libxml2-dev, ++ libsolv0-dev (>= 0.6.27), ++ libsolv-tools, ++ libexpat-dev, ++ libpopt-dev, ++ libproxy-dev, ++ graphviz, ++ gnupg2, ++ dejagnu, ++Homepage: https://github.com/openSUSE/libzypp ++Vcs-Git: https://salsa.debian.org/debian/libzypp.git ++Vcs-Browser: https://salsa.debian.org/debian/libzypp ++ ++Package: libzypp1702 ++Architecture: any ++Multi-Arch: same ++Pre-Depends: ++ ${misc:Pre-Depends}, ++Depends: ++ ${shlibs:Depends}, ++ ${misc:Depends}, ++ rpm, ++ gnupg | gnupg2, ++ libsolv-tools, ++Recommends: ++ libzypp-common (>= ${source:Version}), ++ libzypp-config (>= ${source:Version}), ++ libzypp-bin (>= ${source:Version}), ++ logrotate, ++ lsof, ++Suggests: ++ libzypp-doc (>= ${source:Version}), ++Breaks: ++ libzypp (<< 17), ++ zypper (<< 1.14), ++Replaces: ++ libzypp (<< 17), ++Description: openSUSE/SLES package management system (library) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package contains the main shared library for the zypper package ++ management system. ++ ++Package: libzypp-dev ++Section: libdevel ++Architecture: any ++Multi-Arch: same ++Depends: ++ ${misc:Depends}, ++ librpm-dev (>= 4.4), ++ libboost-dev, ++ libboost-program-options-dev, ++ libboost-test-dev, ++ libboost-thread-dev, ++ libgpgme-dev, ++ libssl-dev, ++ libcurl4-openssl-dev (>= 7.19.4), ++ libudev-dev, ++ libxml2-dev, ++ libsolv0-dev (>= 0.6.27), ++ libexpat-dev, ++ libpopt-dev, ++ libproxy-dev, ++ libzypp1702 (= ${binary:Version}), ++Description: openSUSE/SLES package management system library (development files) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package contains the development files for the libzypp library. ++ ++Package: libzypp-common ++Architecture: all ++Depends: ++ ${misc:Depends}, ++Description: openSUSE/SLES package management system library (common files) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package contains the architecture-independent files for the libzypp ++ library. ++ ++Package: libzypp-bin ++Architecture: any ++Multi-Arch: foreign ++Depends: ++ ${shlibs:Depends}, ++ ${misc:Depends}, ++ libzypp-config (>= ${source:Version}), ++Description: openSUSE/SLES package management system library (library tools) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package contains command line tools shipped with the libzypp library. ++ ++Package: libzypp-config ++Architecture: all ++Multi-Arch: foreign ++Depends: ++ ${misc:Depends}, ++ libzypp-common (>= ${source:Version}), ++Description: openSUSE/SLES package management system library (configuration) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package ships the configuration files for the libzypp library. ++ ++Package: libzypp-doc ++Section: doc ++Architecture: all ++Multi-Arch: foreign ++Depends: ++ ${misc:Depends}, ++ libjs-jquery, ++Suggests: ++ libzypp1702, ++ libzypp-dev, ++Description: openSUSE/SLES package management system library (documentation) ++ libzypp is the package management library that powers applications like ++ YaST, zypper and the openSUSE/SLE implementation of PackageKit. ++ . ++ libzypp provides all the functionality for a package manager: ++ . ++ - an API for package repository management, supporting most common ++ repository metadata formats and signed repositories ++ - an API for solving packages, products, patterns and patches (installation, ++ removal, update and distribution upgrade operations) dependencies, with ++ additional features like locking ++ - an API for comitting the transaction to the system over a rpm target; ++ supporting deltarpm calculation, media changing and installation order ++ calculation ++ - an API for browsing available and installed software, with some facilities ++ for programs with an user interface ++ - a suite of maintained solving testcases representing common and uncommon ++ operations on Linux software management ++ . ++ This package contains the API documentation of the libzypp library. diff --cc debian/copyright index 0000000,0000000..13d89e6 new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,1376 @@@ ++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ++Upstream-Name: libzypp ++Upstream-Contact: Michael Andres (https://github.com/mlandres) ++Source: https://github.com/openSUSE/libzypp ++ ++Files: CMakeLists.txt ++ cmake/modules/FindDbus.cmake ++ cmake/modules/FindHal.cmake ++ cmake/modules/Findlibproxy.cmake ++ cmake/modules/FindOpenSSL.cmake ++ cmake/modules/FindRpm.cmake ++ cmake/modules/FindUdev.cmake ++ cmake/modules/FindZsync.cmake ++ cmake/modules/FindZypp.cmake ++ cmake/modules/ZyppCommon.cmake ++ COPYING ++ devel/CMakeLists.txt ++ devel/devel.ma/Basic.cc ++ devel/devel.ma/CMakeLists.txt ++ devel/devel.ma/ExplicitMap.h ++ devel/devel.ma/lines2array ++ devel/devel.ma/Main.cc ++ devel/devel.ma/main.h ++ devel/devel.ma/ma_test ++ devel/devel.ma/MaTest.cc ++ devel/devel.ma/MT.cc ++ devel/devel.ma/NewPool.cc ++ devel/devel.ma/PluginTest.cc ++ devel/devel.ma/PluginTest.py ++ devel/devel.ma/Printing.h ++ devel/devel.ma/Sat.cc ++ devel/devel.ma/Signal.cc ++ devel/devel.ma/SigTrackableFail.cc ++ devel/devel.ma/Test.cc ++ devel/devel.ma/ToolProvideSignedDir.cc ++ devel/devel.ma/Tools.h ++ devel/devel.ma/Xml.cc ++ devel/genclass.in ++ doc/autodoc/CMakeLists.txt ++ doc/autodoc/Doxyfile.cmake ++ doc/autoinclude/ApplicationMetada.doc ++ doc/autoinclude/CodePitfalls.doc ++ doc/autoinclude/CodeSnippets.doc ++ doc/autoinclude/EnvironmentVariables.doc ++ doc/autoinclude/FeatureTest.doc ++ doc/autoinclude/g_BOOST.doc ++ doc/autoinclude/g_LIBSOLV.doc ++ doc/autoinclude/groups.doc ++ doc/autoinclude/g_ZyppHistory.doc ++ doc/autoinclude/Mainpage.doc ++ doc/autoinclude/Notes.doc ++ doc/autoinclude/notes/n_ResPool_nomorenameiter ++ doc/autoinclude/PatternPackages.doc ++ doc/autoinclude/Plugin-Commit.doc ++ doc/autoinclude/Plugins.doc ++ doc/autoinclude/Plugin-System.doc ++ doc/autoinclude/README ++ doc/autoinclude/RepoVariables.doc ++ doc/autoinclude/Services.doc ++ doc/autoinclude/SolverVendorChange.doc ++ doc/autoinclude/Testcases.doc ++ doc/autoinclude/Threads.doc ++ doc/autoinclude/UserData.doc ++ doc/CMakeLists.txt ++ doc/locks.5.txt ++ doc/zypp-CheckAccessDeleted.1.txt ++ doc/zypp-NameReqPrv.1.txt ++ .gitattributes ++ .gitignore ++ libzypp.pc.cmake ++ Makefile.cvs ++ mkChangelog ++ package/libzypp.changes ++ package/libzypp-rpmlint.cmake ++ po/bn.po ++ po/el.po ++ po/CMakeLists.txt ++ po/fa.po ++ po/gu.po ++ po/hi.po ++ po/km.po ++ po/mr.po ++ po/PotfileDiff.sh ++ po/PotfileUpadte.sh ++ po/ro.po ++ po/ta.po ++ po/vi.po ++ systemCheck ++ tests/CMakeLists.txt ++ tests/data/11.0-update/repodata/deltainfo.xml.gz ++ tests/data/11.0-update/repodata/primary.xml.gz ++ tests/data/11.0-update/repodata/repomd.xml ++ tests/data/11.0-update/repodata/repomd.xml.asc ++ tests/data/11.0-update/repodata/repomd.xml.key ++ tests/data/11.0-update/repodata/updateinfo.xml.gz ++ tests/data/Mirrorlist/remote-site/metalink.xml ++ tests/data/Mirrorlist/remote-site/mirrors.txt ++ tests/data/obs_virtualbox_11_1/repodata/primary.xml.gz ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml.asc ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml.key ++ tests/data/OBS_zypp_svn-11.1/repodata/primary.xml.gz ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.asc ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.key ++ tests/data/openSUSE-11.1/content ++ tests/data/openSUSE-11.1/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-307e3d54-481f30aa.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-56b4177a-47965b33.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-7e2e3b05-4816488f.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-9c800aca-481f343a.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-a1912208-446a0899.asc ++ tests/data/openSUSE-11.1/media.1/media ++ tests/data/openSUSE-11.1/media.1/products ++ tests/data/openSUSE-11.1/media.1/products.asc ++ tests/data/openSUSE-11.1/media.1/products.key ++ tests/data/openSUSE-11.1/suse/setup/descr/dvd-11.1-46.1.x86_64.pat.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/non_oss-11.1-46.1.x86_64.pat.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/packages.cs.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/packages.DU.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/packages.en.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/packages.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/patterns ++ tests/data/PoolReuseIds/SeqA/repo.xml ++ tests/data/PoolReuseIds/SeqA/solver-test.xml ++ tests/data/PoolReuseIds/SeqB/oper.xml ++ tests/data/PoolReuseIds/SeqB/solver-test.xml ++ tests/data/TCdup/solver-system.xml ++ tests/data/TCdup/solver-test.xml ++ tests/data/TCdup/update.xml ++ tests/data/TCSelectable/RepoHIGH.xml ++ tests/data/TCSelectable/RepoLOW.xml ++ tests/data/TCSelectable/RepoMID.xml ++ tests/data/TCSelectable/solver-system.xml ++ tests/data/TCSelectable/solver-test.xml ++ tests/data/TCWhatObsoletes/solver-system.xml ++ tests/data/TCWhatObsoletes/solver-test.xml ++ tests/lib/CMakeLists.txt ++ tests/lib/TestSetup.h ++ tests/lib/WebServer.cc ++ tests/lib/WebServer.h ++ tests/media/CMakeLists.txt ++ tests/media/CredentialFileReader_test.cc ++ tests/media/CredentialManager_test.cc ++ tests/media/data/credentials.cat ++ tests/media/data/credentials.d/cred1 ++ tests/media/data/openSUSE-11.3-NET-i586.iso.meta4 ++ tests/media/data/openSUSE-11.3-NET-i586.iso.metalink ++ tests/media/file_exists_test.cc ++ tests/media/media1_test.cc ++ tests/media/media2_test.cc ++ tests/media/media3_test.cc ++ tests/media/media4_test.cc ++ tests/media/MediaProducts_test.cc ++ tests/media/MetaLinkParser_test.cc ++ tests/media/mymediaverifier.h ++ tests/media/throw_if_not_exists_test.cc ++ tests/parser/CMakeLists.txt ++ tests/parser/HistoryLogReader_test.cc ++ tests/parser/HistoryLogReader_test.dat ++ tests/parser/inifile/CMakeLists.txt ++ tests/parser/inifile/data/1.ini ++ tests/parser/inifile/data/2.ini ++ tests/parser/inifile/inidict_test.cc ++ tests/parser/inifile/iniparser_test.cc ++ tests/parser/ProductFileReader_test.cc ++ tests/parser/ProductFileReader_test.dat ++ tests/parser/RepoFileReader_test.cc ++ tests/parser/RepoindexFileReader_test.cc ++ tests/parser/ws/CMakeLists.txt ++ tests/parser/ws/data/search-kopete.xml ++ tests/parser/ws/WebpinResultFileReader_test.cc ++ tests/parser/yum/CMakeLists.txt ++ tests/parser/yum/data/patches-1.xml ++ tests/parser/yum/data/patches-1.xml.solution ++ tests/parser/yum/data/patches.xsl ++ tests/parser/yum/data/patch-fetchmsttfonts.sh-4347.xml ++ tests/parser/yum/data/README ++ tests/parser/yum/data/repomd-1.xml ++ tests/parser/yum/data/repomd-1.xml.solution ++ tests/parser/yum/PatchesFileReader_test.cc ++ tests/parser/yum/RepomdFileReader_test.cc ++ tests/README ++ tests/repo/CMakeLists.txt ++ tests/repo/DUdata_test.cc ++ tests/repo/ExtendedMetadata_test.cc ++ tests/repo/MirrorList_test.cc ++ tests/repo/PluginServices_test.cc ++ tests/repo/RepoLicense/repo/repodata/CHECKSUM-license-prod.tar.gz ++ tests/repo/RepoLicense/repo/repodata/CHECKSUM-license.tar.gz ++ tests/repo/RepoLicense/repo/repodata/license.de.txt ++ tests/repo/RepoLicense/repo/repodata/license.fr.txt ++ tests/repo/RepoLicense/repo/repodata/license.txt ++ tests/repo/RepoLicense/repo/repodata/no-acceptance-needed ++ tests/repo/RepoLicense/repo/repodata/repomd.xml ++ tests/repo/RepoLicense_test.cc ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml.key ++ tests/repo/RepoSigcheck_test.cc ++ tests/repo/RepoSigcheck/unknownkey_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/unknownkey_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/unsigned_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml.key ++ tests/repo/RepoVariables_test.cc ++ tests/repo/susetags/CMakeLists.txt ++ tests/repo/susetags/data/addon_in_subdir/media.1/build ++ tests/repo/susetags/data/addon_in_subdir/media.1/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/media.1/media ++ tests/repo/susetags/data/addon_in_subdir/media.1/products ++ tests/repo/susetags/data/addon_in_subdir/updates/content ++ tests/repo/susetags/data/addon_in_subdir/updates/content.asc ++ tests/repo/susetags/data/addon_in_subdir/updates/content.key ++ tests/repo/susetags/data/addon_in_subdir/updates/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/updates/license.tar.gz ++ tests/repo/susetags/data/addon_in_subdir/updates/SHA1SUMS ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/i586/SHA1SUMS ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages.en ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/SHA1SUMS ++ tests/repo/susetags/data/dudata/repo/content ++ tests/repo/susetags/data/dudata/repo/media.1/media ++ tests/repo/susetags/data/dudata/repo/suse/setup/descr/packages ++ tests/repo/susetags/data/dudata/repo/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/dudata/system/content ++ tests/repo/susetags/data/dudata/system/media.1/media ++ tests/repo/susetags/data/dudata/system/suse/setup/descr/packages ++ tests/repo/susetags/data/dudata/system/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/shared_attributes/content ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages.en ++ tests/repo/susetags/data/stable-x86-subset/content ++ tests/repo/susetags/data/stable-x86-subset/content.asc ++ tests/repo/susetags/data/stable-x86-subset/content.key ++ tests/repo/susetags/data/stable-x86-subset/control.xml ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-307e3d54-44201d5d.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-7e2e3b05-44748aba.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-9c800aca-40d8063e.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-a1912208-446a0899.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/content ++ tests/repo/susetags/data/stable-x86-subset-gz/content.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/content.key ++ tests/repo/susetags/data/stable-x86-subset-gz/control.xml ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-307e3d54-44201d5d.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-7e2e3b05-44748aba.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-9c800aca-40d8063e.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-a1912208-446a0899.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/installation.xml ++ tests/repo/susetags/data/stable-x86-subset-gz/license.tar.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/directory.yast ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/info.txt ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/media ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products.key ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/kde-10.3-71.noarch.pat.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.DU.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.en.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.es.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/patterns.gz ++ tests/repo/susetags/data/stable-x86-subset/installation.xml ++ tests/repo/susetags/data/stable-x86-subset/license.tar.gz ++ tests/repo/susetags/data/stable-x86-subset/media.1/directory.yast ++ tests/repo/susetags/data/stable-x86-subset/media.1/info.txt ++ tests/repo/susetags/data/stable-x86-subset/media.1/media ++ tests/repo/susetags/data/stable-x86-subset/media.1/products ++ tests/repo/susetags/data/stable-x86-subset/media.1/products.asc ++ tests/repo/susetags/data/stable-x86-subset/media.1/products.key ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.en ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.es ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/patterns ++ tests/repo/susetags/Downloader_test.cc ++ tests/repo/yum/CMakeLists.txt ++ tests/repo/yum/data/10.2-updates-subset/repodata/filelists.xml.gz ++ tests/repo/yum/data/10.2-updates-subset/repodata/other.xml.gz ++ tests/repo/yum/data/10.2-updates-subset/repodata/patches.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-fetchmsttfonts.sh-2333.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-flash-player-2359.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-glabels-2348.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-gv-2350.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-openssl-2349.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-tar-2351.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/primary.xml.gz ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml.asc ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml.key ++ tests/repo/yum/data/extensions/repodata/filelists.xml.gz ++ tests/repo/yum/data/extensions/repodata/other.xml.gz ++ tests/repo/yum/data/extensions/repodata/primary.xml.gz ++ tests/repo/yum/data/extensions/repodata/repomd.xml ++ tests/repo/yum/data/extensions/repodata/susedata.xml.gz ++ tests/repo/yum/data/extensions/repodata/suseinfo.xml.gz ++ tests/repo/yum/YUMDownloader_test.cc ++ tests/sat/CMakeLists.txt ++ tests/sat/IdString_test.cc ++ tests/sat/LookupAttr_test.cc ++ tests/sat/Map_test.cc ++ tests/sat/Pool_test.cc ++ tests/sat/Queue_test.cc ++ tests/sat/Solvable_test.cc ++ tests/sat/SolvParsing_test.cc ++ tests/sat/WhatObsoletes_test.cc ++ tests/sat/WhatProvides_test.cc ++ tests/zypp/Arch_test.cc ++ tests/zypp/base/CMakeLists.txt ++ tests/zypp/base/CleanerThread_test.cc ++ tests/zypp/base/data/Sysconfig/proxy ++ tests/zypp/base/Glob_test.cc ++ tests/zypp/base/Glob_test.dat/file ++ tests/zypp/base/Glob_test.dat/file.xml ++ tests/zypp/base/Glob_test.dat/file.xml.gz ++ tests/zypp/base/InterProcessMutex2_test.cc ++ tests/zypp/base/InterProcessMutex_test.cc ++ tests/zypp/base/String_test.cc ++ tests/zypp/base/Sysconfig_test.cc ++ tests/zypp/Capabilities_test.cc ++ tests/zypp/CheckSum_test.cc ++ tests/zypp/CMakeLists.txt ++ tests/zypp/ContentType_test.cc ++ tests/zypp/CpeId_test.cc ++ tests/zypp/data/Delta/repodata/deltainfo.xml ++ tests/zypp/data/Delta/repodata/primary.xml.gz ++ tests/zypp/data/Delta/repodata/repomd.xml ++ tests/zypp/data/Delta/repodata/repomd.xml.asc ++ tests/zypp/data/Delta/repodata/repomd.xml.key ++ tests/zypp/data/Delta/repodata/updateinfo.xml.gz ++ tests/zypp/data/Fetcher/remote-site/baseindex/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.asc ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.key ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/content ++ tests/zypp/data/Fetcher/remote-site/contentindex/content.asc ++ tests/zypp/data/Fetcher/remote-site/contentindex/content.key ++ tests/zypp/data/Fetcher/remote-site/contentindex/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/diffs/file-1-2.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-1-2.diff.gz ++ tests/zypp/data/Fetcher/remote-site/diffs/file-2-3.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-2-3.diff.gz ++ tests/zypp/data/Fetcher/remote-site/diffs/file-3-4.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-3-4.diff.gz ++ tests/zypp/data/Fetcher/remote-site/diffs/file-4-current.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-4-current.diff.gz ++ tests/zypp/data/Fetcher/remote-site/directory.yast ++ tests/zypp/data/Fetcher/remote-site/file-1.txt ++ tests/zypp/data/Fetcher/remote-site/file-2.txt ++ tests/zypp/data/Fetcher/remote-site/file-3.txt ++ tests/zypp/data/Fetcher/remote-site/file-4.txt ++ tests/zypp/data/Fetcher/remote-site/file-current.txt ++ tests/zypp/data/Fetcher/remote-site/file-current.txt.asc ++ tests/zypp/data/Fetcher/remote-site/file-current.txt.key ++ tests/zypp/data/Fetcher/remote-site/images-file/content ++ tests/zypp/data/Fetcher/remote-site/images-file/content.asc ++ tests/zypp/data/Fetcher/remote-site/images-file/content.key ++ tests/zypp/data/Fetcher/remote-site/images-file/images/images.xml ++ tests/zypp/data/Fetcher/remote-site/images-file-unsigned/content ++ tests/zypp/data/Fetcher/remote-site/images-file-unsigned/images/images.xml ++ tests/zypp/data/FileChecker/hello2.txt ++ tests/zypp/data/FileChecker/hello.txt ++ tests/zypp/data/FileChecker/hello.txt.asc ++ tests/zypp/data/FileChecker/hello.txt.key ++ tests/zypp/data/KeyRing/installkey.gpg ++ tests/zypp/data/KeyRing/private.asc ++ tests/zypp/data/KeyRing/public.asc ++ tests/zypp/data/KeyRing/readme.txt ++ tests/zypp/data/KeyRing/repomd.xml ++ tests/zypp/data/KeyRing/repomd.xml.asc ++ tests/zypp/data/KeyRing/repomd.xml.corrupted ++ tests/zypp/data/Locks/locks ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/file1 ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/file2 ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/subdir/file ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/test-big.txt ++ tests/zypp/data/mediasetaccess/src1/cd1/test-big.txt ++ tests/zypp/data/mediasetaccess/src1/cd1/test.txt ++ tests/zypp/data/mediasetaccess/src1/cd1/x.media1 ++ tests/zypp/data/mediasetaccess/src1/cd2/test.txt ++ tests/zypp/data/mediasetaccess/src1/cd2/x.mediabad ++ tests/zypp/data/mediasetaccess/src1/cd3/test.txt ++ tests/zypp/data/mediasetaccess/src1/cd3/x.media3 ++ tests/zypp/data/mediasetaccess/src2/test.txt ++ tests/zypp/data/mediasetaccess/src2/x.media ++ tests/zypp/data/PoolQuery/savedqueries ++ tests/zypp/data/PublicKey/multikey2.asc ++ tests/zypp/data/PublicKey/multikey.asc ++ tests/zypp/data/PublicKey/susekey.asc ++ tests/zypp/data/RepoManager/plugin-service-lib-1/services/service ++ tests/zypp/data/RepoManager/plugin-service-lib-2/services/service ++ tests/zypp/data/RepoManager/proprietary.repo ++ tests/zypp/data/RepoManager/repo/repoindex.xml ++ tests/zypp/data/RepoManager/repos.d/filesharing.repo ++ tests/zypp/data/RepoManager/repos.d/home:dmacvicar.repo ++ tests/zypp/data/RepoManager/repos.d/proprietary.repo ++ tests/zypp/data/RepoManager/repos.d/ruby.repo ++ tests/zypp/data/RepoManager/second/repo/repoindex.xml ++ tests/zypp/data/Target/product.prod ++ tests/zypp/data/Vendor/vendors.d/ati ++ tests/zypp/data/Vendor/vendors.d/nvidia ++ tests/zypp/data/Vendor/zypp1.conf ++ tests/zypp/data/Vendor/zypp2.conf.cmake ++ tests/zypp/Date_test.cc ++ tests/zypp/Deltarpm_test.cc ++ tests/zypp/Digest_test.cc ++ tests/zypp/DrunkenBishop_test.cc ++ tests/zypp/Dup_test.cc ++ tests/zypp/Edition_test.cc ++ tests/zypp/ExtendedPool_test.cc ++ tests/zypp/Fetcher_test.cc ++ tests/zypp/FileChecker_test.cc ++ tests/zypp/Flags_test.cc ++ tests/zypp/InstanceId_test.cc ++ tests/zypp/KeyRing_test.cc ++ tests/zypp/KeyRingTestReceiver.h ++ tests/zypp/Locale_test.cc ++ tests/zypp/Locks_test.cc ++ tests/zypp/MediaSetAccess_test.cc ++ tests/zypp/PathInfo_test.cc ++ tests/zypp/Pathname_test.cc ++ tests/zypp/PluginFrame_test.cc ++ tests/zypp/PoolQuery_test.cc ++ tests/zypp/ProgressData_test.cc ++ tests/zypp/PtrTypes_test.cc ++ tests/zypp/PublicKey_test.cc ++ tests/zypp/RepoInfo_test.cc ++ tests/zypp/RepoManager_test.cc ++ tests/zypp/RepoStatus_test.cc ++ tests/zypp/ResKind_test.cc ++ tests/zypp/Resolvable_test.cc ++ tests/zypp/ResStatus_test.cc ++ tests/zypp/RWPtr_test.cc ++ tests/zypp/Selectable_test.cc ++ tests/zypp/SetRelationMixin_test.cc ++ tests/zypp/SetTracker_test.cc ++ tests/zypp/Signature_test.cc ++ tests/zypp/StrMatcher_test.cc ++ tests/zypp/Target_test.cc ++ tests/zypp/Url_test.cc ++ tests/zypp/UserData_test.cc ++ tests/zypp/Vendor2_test.cc ++ tests/zypp/Vendor_test.cc ++ tools/CMakeLists.txt ++ tools/DumpSelectable.cc ++ tools/migrate-sources/CMakeLists.txt ++ tools/migrate-sources/migrate-sources.cc ++ tools/patch_find_bug.cc ++ tools/percent-encode.cc ++ tools/ProvideSignedDirectory.cc ++ tools/ToolScanRepos.cc ++ tools/zypp-CheckAccessDeleted.cc ++ tools/zypp-cpeid.cc ++ tools/zypp-install.cc ++ tools/zypp-list.cc ++ tools/zypp-NameReqPrv.cc ++ tools/zypp-pubkey.cc ++ .travis.yml ++ vendor/CMakeLists.txt ++ vendor/mongoose/CMakeLists.txt ++ VERSION.cmake ++ zypp/APIConfig.h ++ zypp/Application.cc ++ zypp/Application.h ++ zypp/Arch.cc ++ zypp/Arch.h ++ zypp/AutoDispose.h ++ zypp/base/Algorithm.h ++ zypp/base/Backtrace.cc ++ zypp/base/Backtrace.h ++ zypp/base/CleanerThread.cc ++ zypp/base/CleanerThread_p.h ++ zypp/base/Collector.h ++ zypp/base/Counter.h ++ zypp/base/Debug.h ++ zypp/base/DefaultIntegral.h ++ zypp/base/DrunkenBishop.cc ++ zypp/base/DrunkenBishop.h ++ zypp/base/DtorReset.h ++ zypp/base/Easy.h ++ zypp/base/EnumClass.h ++ zypp/base/Errno.h ++ zypp/base/Exception.cc ++ zypp/base/Exception.h ++ zypp/base/ExternalDataSource.cc ++ zypp/base/ExternalDataSource.h ++ zypp/base/Fd.cc ++ zypp/base/Fd.h ++ zypp/base/Flags.h ++ zypp/base/Functional.h ++ zypp/base/Function.h ++ zypp/base/Gettext.cc ++ zypp/base/Gettext.h ++ zypp/base/Hash.h ++ zypp/base/InputStream.cc ++ zypp/base/InputStream.h ++ zypp/base/InterProcessMutex.cc ++ zypp/base/InterProcessMutex.h ++ zypp/base/IOStream.cc ++ zypp/base/IOStream.h ++ zypp/base/Iterable.h ++ zypp/base/Iterator.h ++ zypp/base/Json.h ++ zypp/base/LocaleGuard.h ++ zypp/base/LogControl.cc ++ zypp/base/LogControl.h ++ zypp/base/Logger.h ++ zypp/base/LogTools.h ++ zypp/base/Measure.cc ++ zypp/base/Measure.h ++ zypp/base/NamedValue.h ++ zypp/base/NonCopyable.h ++ zypp/base/ProfilingFormater.cc ++ zypp/base/ProfilingFormater.h ++ zypp/base/ProvideNumericId.h ++ zypp/base/PtrTypes.h ++ zypp/base/Random.cc ++ zypp/base/Random.h ++ zypp/base/ReferenceCounted.cc ++ zypp/base/ReferenceCounted.h ++ zypp/base/Regex.cc ++ zypp/base/Regex.h ++ zypp/base/SerialNumber.cc ++ zypp/base/SerialNumber.h ++ zypp/base/SetRelationMixin.cc ++ zypp/base/SetRelationMixin.h ++ zypp/base/SetTracker.h ++ zypp/base/Signal.h ++ zypp/base/String.cc ++ zypp/base/String.h ++ zypp/base/StrMatcher.cc ++ zypp/base/StrMatcher.h ++ zypp/base/Sysconfig.cc ++ zypp/base/Sysconfig.h ++ zypp/base/TypeTraits.h ++ zypp/base/Unit.cc ++ zypp/base/Unit.h ++ zypp/base/UserRequestException.cc ++ zypp/base/UserRequestException.h ++ zypp/base/ValueTransform.h ++ zypp/base/WatchFile.h ++ zypp/base/Xml.h ++ zypp/Bit.h ++ zypp/Bitmap.h ++ zypp/ByteCount.cc ++ zypp/ByteCount.h ++ zypp/Callback.h ++ zypp/Capabilities.cc ++ zypp/Capabilities.h ++ zypp/Capability.cc ++ zypp/Capability.h ++ zypp/CapMatch.cc ++ zypp/CapMatch.h ++ zypp/Changelog.cc ++ zypp/Changelog.h ++ zypp/CheckSum.cc ++ zypp/CheckSum.h ++ zypp/CMakeLists.txt ++ zypp.conf ++ zypp/ContentType.h ++ zypp/CountryCode.cc ++ zypp/CountryCode.h ++ zypp/CpeId.cc ++ zypp/CpeId.h ++ zypp/Date.cc ++ zypp/Date.h ++ zypp/Dep.cc ++ zypp/Dep.h ++ zypp/Digest.cc ++ zypp/Digest.h ++ zypp/DiskUsageCounter.cc ++ zypp/DiskUsageCounter.h ++ zypp/DownloadMode.cc ++ zypp/DownloadMode.h ++ zypp/Edition.cc ++ zypp/Edition.h ++ zypp/ExternalProgram.cc ++ zypp/ExternalProgram.h ++ zypp/Fetcher.cc ++ zypp/Fetcher.h ++ zypp/FileChecker.cc ++ zypp/FileChecker.h ++ zypp/Filter.h ++ zypp/Glob.cc ++ zypp/Glob.h ++ zypp/HistoryLog.cc ++ zypp/HistoryLogData.cc ++ zypp/HistoryLogData.h ++ zypp/HistoryLog.h ++ zypp-history.lr ++ zypp/IdString.cc ++ zypp/IdString.h ++ zypp/IdStringType.h ++ zypp/InstanceId.cc ++ zypp/InstanceId.h ++ zypp/KeyContext.h ++ zypp/KeyManager.cc ++ zypp/KeyManager.h ++ zypp/KeyRing.cc ++ zypp/KeyRing.h ++ zypp/LanguageCode.cc ++ zypp/LanguageCode.h ++ zypp/libzypp.map ++ zypp/Locale.cc ++ zypp/Locale.h ++ zypp/Locks.cc ++ zypp/Locks.h ++ zypp/ManagedFile.h ++ zypp/media/CredentialFileReader.cc ++ zypp/media/CredentialFileReader.h ++ zypp/media/CredentialManager.cc ++ zypp/media/CredentialManager.h ++ zypp/media/CurlConfig.cc ++ zypp/media/CurlConfig.h ++ zypp/media/MediaAccess.cc ++ zypp/media/MediaAccess.h ++ zypp/media/MediaBlockList.cc ++ zypp/media/MediaBlockList.h ++ zypp/media/MediaCD.cc ++ zypp/media/MediaCD.h ++ zypp/media/MediaCIFS.cc ++ zypp/media/MediaCIFS.h ++ zypp/media/MediaCurl.cc ++ zypp/media/MediaCurl.h ++ zypp/media/MediaDIR.cc ++ zypp/media/MediaDIR.h ++ zypp/media/MediaDISK.cc ++ zypp/media/MediaDISK.h ++ zypp/media/MediaException.cc ++ zypp/media/MediaException.h ++ zypp/media/MediaHandler.cc ++ zypp/media/MediaHandler.h ++ zypp/media/MediaISO.cc ++ zypp/media/MediaISO.h ++ zypp/media/MediaManager.cc ++ zypp/media/MediaManager.h ++ zypp/media/MediaMultiCurl.cc ++ zypp/media/MediaMultiCurl.h ++ zypp/media/MediaNFS.cc ++ zypp/media/MediaNFS.h ++ zypp/media/MediaPlugin.cc ++ zypp/media/MediaPlugin.h ++ zypp/media/MediaPriority.cc ++ zypp/media/MediaPriority.h ++ zypp/media/MediaSource.cc ++ zypp/media/MediaSource.h ++ zypp/media/MediaUserAuth.cc ++ zypp/media/MediaUserAuth.h ++ zypp/media/MetaLinkParser.cc ++ zypp/media/MetaLinkParser.h ++ zypp/media/Mount.cc ++ zypp/media/Mount.h ++ zypp/MediaProducts.h ++ zypp/media/ProxyInfo.cc ++ zypp/media/ProxyInfo.h ++ zypp/media/proxyinfo/ProxyInfoImpl.h ++ zypp/media/proxyinfo/ProxyInfoLibproxy.cc ++ zypp/media/proxyinfo/ProxyInfoLibproxy.h ++ zypp/media/proxyinfo/ProxyInfos.h ++ zypp/media/proxyinfo/ProxyInfoSysconfig.cc ++ zypp/media/proxyinfo/ProxyInfoSysconfig.h ++ zypp/MediaSetAccess.cc ++ zypp/MediaSetAccess.h ++ zypp/media/TransferSettings.cc ++ zypp/media/TransferSettings.h ++ zypp/media/UrlResolverPlugin.cc ++ zypp/media/UrlResolverPlugin.h ++ zypp/media/ZsyncParser.cc ++ zypp/media/ZsyncParser.h ++ zypp/misc/CheckAccessDeleted.cc ++ zypp/misc/CheckAccessDeleted.h ++ zypp/misc/DefaultLoadSystem.cc ++ zypp/misc/DefaultLoadSystem.h ++ zypp/Misc.h ++ zypp/OnMediaLocation.cc ++ zypp/OnMediaLocation.h ++ zypp/Package.cc ++ zypp/Package.h ++ zypp/PackageKeyword.h ++ zypp/parser/HistoryLogReader.cc ++ zypp/parser/HistoryLogReader.h ++ zypp/parser/IniDict.cc ++ zypp/parser/IniDict.h ++ zypp/parser/IniParser.cc ++ zypp/parser/IniParser.h ++ zypp/parser/ParseException.cc ++ zypp/parser/ParseException.h ++ zypp/parser/ParserProgress.h ++ zypp/parser/ProductFileReader.cc ++ zypp/parser/ProductFileReader.h ++ zypp/parser/RepoFileReader.cc ++ zypp/parser/RepoFileReader.h ++ zypp/parser/RepoindexFileReader.cc ++ zypp/parser/RepoindexFileReader.h ++ zypp/parser/schema/repoindex.rnc ++ zypp/parser/ServiceFileReader.cc ++ zypp/parser/ServiceFileReader.h ++ zypp/parser/susetags/ContentFileReader.cc ++ zypp/parser/susetags/ContentFileReader.h ++ zypp/parser/susetags/RepoIndex.cc ++ zypp/parser/susetags/RepoIndex.h ++ zypp/parser/ws/WebpinResultFileReader.cc ++ zypp/parser/ws/WebpinResultFileReader.h ++ zypp/parser/xml/libxmlfwd.cc ++ zypp/parser/xml/libxmlfwd.h ++ zypp/parser/xml/Node.cc ++ zypp/parser/xml/Node.h ++ zypp/parser/xml/ParseDef.cc ++ zypp/parser/xml/ParseDefConsume.cc ++ zypp/parser/xml/ParseDefConsume.h ++ zypp/parser/xml/ParseDefException.cc ++ zypp/parser/xml/ParseDefException.h ++ zypp/parser/xml/ParseDef.h ++ zypp/parser/xml/ParseDefTraits.h ++ zypp/parser/xml/Parse.h ++ zypp/parser/xml/Reader.cc ++ zypp/parser/xml/Reader.h ++ zypp/parser/xml/XmlEscape.h ++ zypp/parser/xml/XmlString.cc ++ zypp/parser/xml/XmlString.h ++ zypp/parser/yum/PatchesFileReader.cc ++ zypp/parser/yum/PatchesFileReader.h ++ zypp/parser/yum/RepomdFileReader.cc ++ zypp/parser/yum/RepomdFileReader.h ++ zypp/parser/yum/schema/common-inc.rnc ++ zypp/parser/yum/schema/common-inc.rng ++ zypp/parser/yum/schema/deltainfo.rnc ++ zypp/parser/yum/schema/deltainfo.rng ++ zypp/parser/yum/schema/filelists.rnc ++ zypp/parser/yum/schema/filelists.rng ++ zypp/parser/yum/schema/other.rnc ++ zypp/parser/yum/schema/other.rng ++ zypp/parser/yum/schema/patches.rnc ++ zypp/parser/yum/schema/patches.rng ++ zypp/parser/yum/schema/patch.rnc ++ zypp/parser/yum/schema/patch.rng ++ zypp/parser/yum/schema/patterns.rnc ++ zypp/parser/yum/schema/patterns.rng ++ zypp/parser/yum/schema/primary.rnc ++ zypp/parser/yum/schema/primary.rng ++ zypp/parser/yum/schema/product.rnc ++ zypp/parser/yum/schema/product.rng ++ zypp/parser/yum/schema/products.rnc ++ zypp/parser/yum/schema/products.rng ++ zypp/parser/yum/schema/repomd.rnc ++ zypp/parser/yum/schema/repomd.rng ++ zypp/parser/yum/schema/rnc2rng ++ zypp/parser/yum/schema/rpm-inc.rnc ++ zypp/parser/yum/schema/rpm-inc.rng ++ zypp/parser/yum/schema/susedata.rnc ++ zypp/parser/yum/schema/susedata.rng ++ zypp/parser/yum/schema/suseinfo.rnc ++ zypp/parser/yum/schema/suseinfo.rng ++ zypp/parser/yum/schema/updateinfo.rnc ++ zypp/parser/yum/schema/updateinfo.rng ++ zypp/parser/yum/schema/validate-all ++ zypp/Patch.cc ++ zypp/Patch.h ++ zypp/PathInfo.cc ++ zypp/PathInfo.h ++ zypp/Pathname.cc ++ zypp/Pathname.h ++ zypp/Pattern.cc ++ zypp/Pattern.h ++ zypp/PluginExecutor.cc ++ zypp/PluginExecutor.h ++ zypp/PluginFrame.cc ++ zypp/PluginFrameException.cc ++ zypp/PluginFrameException.h ++ zypp/PluginFrame.h ++ zypp/PluginScript.cc ++ zypp/PluginScriptException.cc ++ zypp/PluginScriptException.h ++ zypp/PluginScript.h ++ zypp/pool/ByIdent.h ++ zypp/PoolItemBest.cc ++ zypp/PoolItemBest.h ++ zypp/PoolItem.cc ++ zypp/PoolItem.h ++ zypp/pool/PoolImpl.cc ++ zypp/pool/PoolImpl.h ++ zypp/pool/PoolStats.cc ++ zypp/pool/PoolStats.h ++ zypp/pool/PoolTraits.h ++ zypp/PoolQuery.cc ++ zypp/PoolQuery.h ++ zypp/PoolQueryResult.cc ++ zypp/PoolQueryResult.h ++ zypp/PoolQueryUtil.tcc ++ zypp/ProblemSolution.h ++ zypp/Product.cc ++ zypp/Product.h ++ zypp/ProgressData.cc ++ zypp/ProgressData.h ++ zypp/ProvideFilePolicy.cc ++ zypp/ProvideFilePolicy.h ++ zypp/PublicKey.cc ++ zypp/PublicKey.h ++ zypp/Range.cc ++ zypp/Range.h ++ zypp/Rel.cc ++ zypp/RelCompare.h ++ zypp/Rel.h ++ zypp/repo/Applydeltarpm.cc ++ zypp/repo/Applydeltarpm.h ++ zypp/repo/DeltaCandidates.cc ++ zypp/repo/DeltaCandidates.h ++ zypp/repo/Downloader.cc ++ zypp/repo/Downloader.h ++ zypp/RepoInfo.cc ++ zypp/RepoInfo.h ++ zypp/RepoManager.cc ++ zypp/RepoManager.h ++ zypp/repo/MediaInfoDownloader.cc ++ zypp/repo/MediaInfoDownloader.h ++ zypp/repo/PackageDelta.cc ++ zypp/repo/PackageDelta.h ++ zypp/repo/PackageProvider.cc ++ zypp/repo/PackageProvider.h ++ zypp/repo/PluginServices.cc ++ zypp/repo/PluginServices.h ++ zypp/repo/RepoException.cc ++ zypp/repo/RepoException.h ++ zypp/repo/RepoInfoBase.cc ++ zypp/repo/RepoInfoBase.h ++ zypp/repo/RepoMirrorList.cc ++ zypp/repo/RepoMirrorList.h ++ zypp/repo/RepoProvideFile.cc ++ zypp/repo/RepoProvideFile.h ++ zypp/repo/RepoType.cc ++ zypp/repo/RepoType.h ++ zypp/repo/RepoVariables.cc ++ zypp/repo/RepoVariables.h ++ zypp/repo/ServiceRepos.cc ++ zypp/repo/ServiceRepos.h ++ zypp/repo/ServiceType.cc ++ zypp/repo/ServiceType.h ++ zypp/Repository.cc ++ zypp/Repository.h ++ zypp/repo/SrcPackageProvider.cc ++ zypp/repo/SrcPackageProvider.h ++ zypp/RepoStatus.cc ++ zypp/RepoStatus.h ++ zypp/repo/SUSEMediaVerifier.cc ++ zypp/repo/SUSEMediaVerifier.h ++ zypp/repo/susetags/Downloader.cc ++ zypp/repo/susetags/Downloader.h ++ zypp/repo/yum/Downloader.cc ++ zypp/repo/yum/Downloader.h ++ zypp/repo/yum/ResourceType.cc ++ zypp/repo/yum/ResourceType.h ++ zypp/ResFilters.h ++ zypp/ResKind.cc ++ zypp/ResKind.h ++ zypp/ResObject.cc ++ zypp/ResObject.h ++ zypp/ResObjects.h ++ zypp/Resolvable.cc ++ zypp/Resolvable.h ++ zypp/Resolver.cc ++ zypp/Resolver.h ++ zypp/ResolverNamespace.h ++ zypp/ResolverProblem.h ++ zypp/ResPool.cc ++ zypp/ResPool.h ++ zypp/ResPoolProxy.cc ++ zypp/ResPoolProxy.h ++ zypp/ResStatus.cc ++ zypp/ResStatus.h ++ zypp/ResTraits.h ++ zypp/sat/AttrMatcher.h ++ zypp/sat/detail/PoolImpl.cc ++ zypp/sat/detail/PoolImpl.h ++ zypp/sat/detail/PoolMember.h ++ zypp/sat/FileConflicts.cc ++ zypp/sat/FileConflicts.h ++ zypp/sat/LocaleSupport.cc ++ zypp/sat/LocaleSupport.h ++ zypp/sat/LookupAttr.cc ++ zypp/sat/LookupAttr.h ++ zypp/sat/LookupAttrTools.h ++ zypp/sat/Map.cc ++ zypp/sat/Map.h ++ zypp/sat/Pool.cc ++ zypp/sat/Pool.h ++ zypp/sat/Queue.cc ++ zypp/sat/Queue.h ++ zypp/sat/Solvable.cc ++ zypp/sat/Solvable.h ++ zypp/sat/SolvableSet.cc ++ zypp/sat/SolvableSet.h ++ zypp/sat/SolvableType.h ++ zypp/sat/SolvAttr.cc ++ zypp/sat/SolvAttr.h ++ zypp/sat/SolvIterMixin.cc ++ zypp/sat/SolvIterMixin.h ++ zypp/sat/Transaction.cc ++ zypp/sat/Transaction.h ++ zypp/sat/WhatObsoletes.cc ++ zypp/sat/WhatObsoletes.h ++ zypp/sat/WhatProvides.cc ++ zypp/sat/WhatProvides.h ++ zypp/ServiceInfo.cc ++ zypp/ServiceInfo.h ++ zypp/ShutdownLock.cc ++ zypp/ShutdownLock_p.h ++ zypp/Signature.cc ++ zypp/Signature.h ++ zypp/solver/detail/ItemCapKind.h ++ zypp/solver/detail/SolutionAction.h ++ zypp/solver/detail/SystemCheck.cc ++ zypp/solver/detail/SystemCheck.h ++ zypp/solver/detail/Testcase.cc ++ zypp/solver/detail/Testcase.h ++ zypp/SrcPackage.cc ++ zypp/SrcPackage.h ++ zypp/SysContent.cc ++ zypp/SysContent.h ++ zypp/Target.cc ++ zypp/target/CommitPackageCache.cc ++ zypp/target/CommitPackageCache.h ++ zypp/target/CommitPackageCacheImpl.cc ++ zypp/target/CommitPackageCacheImpl.h ++ zypp/target/CommitPackageCacheReadAhead.cc ++ zypp/target/CommitPackageCacheReadAhead.h ++ zypp/Target.h ++ zypp/target/hal/HalContext.cc ++ zypp/target/hal/HalContext.h ++ zypp/target/hal/HalException.h ++ zypp/target/HardLocksFile.cc ++ zypp/target/HardLocksFile.h ++ zypp/target/modalias/Modalias.cc ++ zypp/target/modalias/Modalias.h ++ zypp/target/RequestedLocalesFile.cc ++ zypp/target/RequestedLocalesFile.h ++ zypp/target/rpm/BinHeader.cc ++ zypp/target/rpm/BinHeader.h ++ zypp/target/rpm/librpmDb.cc ++ zypp/target/rpm/librpmDb.cv3.cc ++ zypp/target/rpm/librpmDb.h ++ zypp/target/rpm/librpm.h ++ zypp/target/RpmPostTransCollector.cc ++ zypp/target/RpmPostTransCollector.h ++ zypp/target/rpm/RpmCallbacks.cc ++ zypp/target/rpm/RpmCallbacks.h ++ zypp/target/rpm/RpmDb.cc ++ zypp/target/rpm/RpmDb.h ++ zypp/target/rpm/RpmException.cc ++ zypp/target/rpm/RpmException.h ++ zypp/target/rpm/RpmFlags.h ++ zypp/target/rpm/RpmHeader.cc ++ zypp/target/rpm/RpmHeader.h ++ zypp/target/SolvIdentFile.cc ++ zypp/target/SolvIdentFile.h ++ zypp/target/TargetCallbackReceiver.cc ++ zypp/target/TargetCallbackReceiver.h ++ zypp/target/TargetException.cc ++ zypp/target/TargetException.h ++ zypp/target/TargetImpl.cc ++ zypp/target/TargetImpl.commitFindFileConflicts.cc ++ zypp/target/TargetImpl.h ++ zypp/thread/Mutex.cc ++ zypp/thread/MutexException.h ++ zypp/thread/Mutex.h ++ zypp/thread/MutexLock.h ++ zypp/thread/Once.h ++ zypp/TmpPath.cc ++ zypp/TmpPath.h ++ zypp/TriBool.h ++ zypp/ui/Selectable.cc ++ zypp/ui/Selectable.h ++ zypp/ui/SelectableImpl.cc ++ zypp/ui/SelectableImpl.h ++ zypp/ui/SelectableTraits.h ++ zypp/ui/SelFilters.h ++ zypp/ui/Status.cc ++ zypp/ui/Status.h ++ zypp/ui/UserWantedPackages.cc ++ zypp/ui/UserWantedPackages.h ++ zypp/Url.cc ++ zypp/Url.h ++ zypp/url/UrlBase.cc ++ zypp/url/UrlBase.h ++ zypp/url/UrlException.h ++ zypp/url/UrlUtils.cc ++ zypp/url/UrlUtils.h ++ zypp/UserData.h ++ zypp/VendorAttr.cc ++ zypp/VendorAttr.h ++ zypp/Vendor.h ++ zypp/VendorSupportOptions.cc ++ zypp/VendorSupportOptions.h ++ zypp/ws/WebpinResult.cc ++ zypp/ws/WebpinResult.h ++ zypp/ZConfig.cc ++ zypp/ZConfig.h ++ zypp/ZYppCallbacks.h ++ zypp/ZYpp.cc ++ zypp/ZYppCommit.h ++ zypp/ZYppCommitPolicy.cc ++ zypp/ZYppCommitPolicy.h ++ zypp/ZYppCommitResult.cc ++ zypp/ZYppCommitResult.h ++ zypp/zypp_detail/ZYppImpl.cc ++ zypp/zypp_detail/ZYppImpl.h ++ zypp/zypp_detail/ZYppReadOnlyHack.h ++ zypp/ZYppFactory.cc ++ zypp/ZYppFactory.h ++ zypp/ZYpp.h ++Copyright: 2000-2002, Ximian, Inc. ++ 2005, SUSE Linux Products GmbH ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license and copyright holders as found in COPYING file. ++ ++Files: po/ar.po ++ po/bs.po ++ po/ca.po ++ po/cs.po ++ po/en_GB.po ++ po/fr.po ++ po/gl.po ++ po/hr.po ++ po/hu.po ++ po/id.po ++ po/it.po ++ po/ja.po ++ po/ko.po ++ po/lt.po ++ po/nb.po ++ po/nl.po ++ po/pt.po ++ po/pt_BR.po ++ po/ru.po ++ po/sl.po ++ po/sv.po ++ po/tr.po ++ po/zh_CN.po ++ po/zh_TW.po ++Copyright: 1999, SuSE GmbH. ++ 1999-2001, SuSE GmbH. ++ 2000-2001, SuSE GmbH. ++ 2001, SuSE GmbH. ++ 2002, SuSE GmbH. ++ 2002, SuSE Linux AG. ++ 2002-2003, SuSE Linux AG ++ 2005, SUSE Linux Products GmbH. ++ 2005-2006, SUSE Linux Products GmbH. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: zypp/ProblemTypes.h ++ zypp/solver/detail/SolverQueueItem.cc ++ zypp/solver/detail/SolverQueueItem.h ++ zypp/solver/detail/SolverQueueItemDelete.cc ++ zypp/solver/detail/SolverQueueItemDelete.h ++ zypp/solver/detail/SolverQueueItemInstall.cc ++ zypp/solver/detail/SolverQueueItemInstall.h ++ zypp/solver/detail/SolverQueueItemInstallOneOf.cc ++ zypp/solver/detail/SolverQueueItemInstallOneOf.h ++ zypp/solver/detail/SolverQueueItemLock.cc ++ zypp/solver/detail/SolverQueueItemLock.h ++ zypp/solver/detail/SolverQueueItemUpdate.cc ++ zypp/solver/detail/SolverQueueItemUpdate.h ++ zypp/solver/detail/Types.h ++Copyright: 2005, SUSE Linux Products GmbH ++ 2008, SUSE Linux Products GmbH ++License: GPL-2 ++ ++Files: zypp/ProblemSolution.cc ++ zypp/ResolverProblem.cc ++ zypp/solver/detail/ProblemSolutionCombi.cc ++ zypp/solver/detail/ProblemSolutionCombi.h ++ zypp/solver/detail/ProblemSolutionIgnore.cc ++ zypp/solver/detail/ProblemSolutionIgnore.h ++ zypp/solver/detail/Resolver.cc ++ zypp/solver/detail/Resolver.h ++ zypp/solver/detail/SATResolver.cc ++ zypp/solver/detail/SATResolver.h ++ zypp/solver/detail/SolutionAction.cc ++Copyright: 2000-2002, Ximian, Inc ++ 2005, SUSE Linux Products GmbH ++License: GPL-2 ++ ++Files: po/be.po ++ po/et.po ++ po/ka.po ++ po/ku.po ++ po/mk.po ++ po/pa.po ++ po/si.po ++ po/th.po ++ po/uk.po ++ po/wa.po ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/kde-10.3-71.noarch.pat ++Copyright: 2005, SUSE Linux Products GmbH. ++ 2006, SUSE Linux Products GmbH. ++ 2007, SUSE Linux Products GmbH. ++ 2008, SUSE Linux Products GmbH. ++ 2009, SUSE Linux Products GmbH. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: po/cy.po ++ po/fi.po ++ po/he.po ++ po/sr.po ++Copyright: 2003, SuSE Linux AG. ++ 2004, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: po/af.po ++ po/pl.po ++ po/xh.po ++ po/zu.po ++Copyright: 2006, SuSE Linux Products GmbH, Nuernberg ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: po/da.po ++ po/sk.po ++ po/zypp.pot ++Copyright: YEAR, SuSE Linux GmbH, Nuernberg ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: vendor/mongoose/mongoose.c ++ vendor/mongoose/mongoose.h ++Copyright: 2004-2009, Sergey Lyubka ++License: MIT~X11 ++ ++Files: po/de.po ++ po/nn.po ++Copyright: 2006, SUSE Linux GmbH, Nuremberg ++ 2011, SUSE Linux GmbH, Nuremberg ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: zypp/base/GzStream.cc ++ zypp/base/GzStream.h ++Copyright: SuSE Linux Products GmbH ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: cmake/modules/FindGpgme.cmake ++Copyright: g10 Code GmbH, ++ Free Software Foundation, Inc., ++ Werner Koch ++License: BSD-3-clause ++Comment: ++ Assuming copyright holders as found in libgpgme ++ debian/copyright file. ++ ++Files: po/es.po ++Copyright: 1999-2001, SuSE GmbH. ++ 2002-2003, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++ Garcìa Castillo , 2000. ++ sar Sanchez Alonso , 2007. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: po/bg.po ++Copyright: 2002, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++ SuSE GmbH, 2000. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: zypp/KVMap.h ++Copyright: SuSE Linux AG ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Assuming license as found in COPYING file. ++ ++Files: zypp/parser/xml/XmlEscape.cc ++Copyright: 2003, Jonathan de Halleux ++License: Zlib ++ ++Files: package/libzypp.changes ++ package/libzypp-rpmlint.cmake ++ libzypp.spec.cmake ++Copyright: 2012, SUSE LINUX Products GmbH, Nuernberg, Germany. ++License: GPL-2+~OpenSSL-Exception ++Comment: ++ Applying libzypp (COPYING) here: ++ . ++ All modifications and additions to the file contributed by third parties ++ remain the property of their copyright owners, unless otherwise agreed ++ upon. The license for this file, and modifications and additions to the ++ file, is the same license as for the pristine package itself (unless the ++ license for the pristine package is not an Open Source License, in which ++ case the license is the MIT License). An "Open Source License" is a ++ license that conforms to the Open Source Definition (Version 1.9) ++ published by the Open Source Initiative ++ ++Files: debian/* ++Copyright: 2014, Mike Gabriel ++License: GPL-2+~OpenSSL-Exception or MIT~X11 or Zlib or BSD-3-clause ++ ++License: GPL-2+~OpenSSL-Exception ++ This program is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ . ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ . ++ You should have received a copy of the GNU General Public License along ++ with this program; if not, write to the Free Software Foundation, Inc., ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++ . ++ In addition, as a special exception, the copyright holders give ++ permission to link the code of portions of this program with the ++ OpenSSL library under certain conditions as described in each ++ individual source file, and distribute linked combinations including ++ the two. ++ . ++ You must obey the GNU General Public License in all respects for all ++ of the code used other than OpenSSL. If you modify file(s) with this ++ exception, you may extend this exception to your version of the ++ file(s), but you are not obligated to do so. If you do not wish to do ++ so, delete this exception statement from your version. If you delete ++ this exception statement from all source files in the program, then ++ also delete it here. ++ . ++ On Debian systems, the full text of the GNU General Public ++ License version 2 can be found in the file ++ `/usr/share/common-licenses/GPL-2'. ++ ++License: GPL-2 ++ This program is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License, version 2, as ++ published by the Free Software Foundation ++ . ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ . ++ You should have received a copy of the GNU General Public License along ++ with this program; if not, write to the Free Software Foundation, Inc., ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++ . ++ On Debian systems, the full text of the GNU General Public ++ License version 2 can be found in the file ++ `/usr/share/common-licenses/GPL-2'. ++ ++License: MIT~X11 ++ Permission is hereby granted, free of charge, to any person obtaining a ++ copy of this software and associated documentation files (the "Software"), ++ to deal in the Software without restriction, including without limitation ++ the rights to use, copy, modify, merge, publish, distribute, sublicense, ++ and/or sell copies of the Software, and to permit persons to whom the ++ Software is furnished to do so, subject to the following conditions: ++ . ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ . ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ++ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ++ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING ++ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ++ DEALINGS IN THE SOFTWARE. ++ ++License: Zlib ++ This software is provided 'as-is', without any express or implied warranty. ++ In no event will the authors be held liable for any damages arising from the ++ use of this software. ++ . ++ Permission is granted to anyone to use this software for any purpose, including ++ commercial applications, and to alter it and redistribute it freely, subject to ++ the following restrictions: ++ . ++ 1. The origin of this software must not be misrepresented; you must not claim ++ that you wrote the original software. If you use this software in a product, ++ an acknowledgment in the product documentation would be appreciated but is ++ not required. ++ 2. Altered source versions must be plainly marked as such, and must not be ++ misrepresented as being the original software. ++ 3. This notice may not be removed or altered from any source distribution. ++ ++License: BSD-3-clause ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ . ++ 1. Redistributions of source code must retain the copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 3. The name of the author may not be used to endorse or promote products ++ derived from this software without specific prior written permission. ++ . ++ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR ++ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ++ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ++ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, ++ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ++ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ++ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --cc debian/copyright.in index 0000000,0000000..c0830d6 new file mode 100644 --- /dev/null +++ b/debian/copyright.in @@@ -1,0 -1,0 +1,1449 @@@ ++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ++Upstream-Name: FIXME ++Upstream-Contact: FIXME ++Source: FIXME ++Disclaimer: Autogenerated by CDBS ++ ++Files: CMakeLists.txt ++ Makefile.cvs ++ VERSION.cmake ++ cmake/modules/FindDbus.cmake ++ cmake/modules/FindHal.cmake ++ cmake/modules/FindOpenSSL.cmake ++ cmake/modules/FindRpm.cmake ++ cmake/modules/FindUdev.cmake ++ cmake/modules/FindZsync.cmake ++ cmake/modules/FindZypp.cmake ++ cmake/modules/Findlibproxy.cmake ++ cmake/modules/ZyppCommon.cmake ++ debian/compat ++ debian/control ++ debian/files ++ debian/libzypp-bin.install ++ debian/libzypp-common.install ++ debian/libzypp-config.dirs ++ debian/libzypp-config.install ++ debian/libzypp-config.postinst ++ debian/libzypp-dev.install ++ debian/libzypp-doc.doc-base ++ debian/libzypp-doc.install ++ debian/libzypp-doc.links ++ debian/libzypp1702.install ++ debian/patches/1002_cmake-module-path-fix.patch ++ debian/patches/1003_various-typo-fixes.patch ++ debian/patches/README ++ debian/patches/series ++ debian/rules ++ debian/source/format ++ debian/watch ++ devel/CMakeLists.txt ++ devel/devel.ma/Basic.cc ++ devel/devel.ma/CMakeLists.txt ++ devel/devel.ma/ExplicitMap.h ++ devel/devel.ma/MT.cc ++ devel/devel.ma/MaTest.cc ++ devel/devel.ma/Main.cc ++ devel/devel.ma/NewPool.cc ++ devel/devel.ma/PluginTest.cc ++ devel/devel.ma/PluginTest.py ++ devel/devel.ma/Printing.h ++ devel/devel.ma/Sat.cc ++ devel/devel.ma/SigTrackableFail.cc ++ devel/devel.ma/Signal.cc ++ devel/devel.ma/Test.cc ++ devel/devel.ma/ToolProvideSignedDir.cc ++ devel/devel.ma/Tools.h ++ devel/devel.ma/Xml.cc ++ devel/devel.ma/lines2array ++ devel/devel.ma/ma_test ++ devel/devel.ma/main.h ++ devel/genclass.in ++ doc/CMakeLists.txt ++ doc/autodoc/CMakeLists.txt ++ doc/autoinclude/ApplicationMetada.doc ++ doc/autoinclude/CodePitfalls.doc ++ doc/autoinclude/CodeSnippets.doc ++ doc/autoinclude/EnvironmentVariables.doc ++ doc/autoinclude/FeatureTest.doc ++ doc/autoinclude/Notes.doc ++ doc/autoinclude/PatternPackages.doc ++ doc/autoinclude/Plugin-Commit.doc ++ doc/autoinclude/Plugin-System.doc ++ doc/autoinclude/Plugins.doc ++ doc/autoinclude/RepoVariables.doc ++ doc/autoinclude/Services.doc ++ doc/autoinclude/SolverVendorChange.doc ++ doc/autoinclude/Testcases.doc ++ doc/autoinclude/Threads.doc ++ doc/autoinclude/UserData.doc ++ doc/autoinclude/g_BOOST.doc ++ doc/autoinclude/g_LIBSOLV.doc ++ doc/autoinclude/g_ZyppHistory.doc ++ doc/autoinclude/groups.doc ++ doc/autoinclude/notes/n_ResPool_nomorenameiter ++ doc/locks.5.txt ++ doc/zypp-CheckAccessDeleted.1.txt ++ doc/zypp-NameReqPrv.1.txt ++ libzypp.pc.cmake ++ mkChangelog ++ package/libzypp-rpmlint.cmake ++ package/libzypp.changes ++ po/CMakeLists.txt ++ po/PotfileDiff.sh ++ po/PotfileUpadte.sh ++ po/bn.po ++ po/el.po ++ po/gu.po ++ po/hi.po ++ po/mr.po ++ po/ro.po ++ systemCheck ++ tests/CMakeLists.txt ++ tests/README ++ tests/data/11.0-update/repodata/repomd.xml ++ tests/data/11.0-update/repodata/repomd.xml.asc ++ tests/data/11.0-update/repodata/repomd.xml.key ++ tests/data/Mirrorlist/remote-site/metalink.xml ++ tests/data/Mirrorlist/remote-site/mirrors.txt ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.asc ++ tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.key ++ tests/data/PoolReuseIds/SeqA/repo.xml ++ tests/data/PoolReuseIds/SeqA/solver-test.xml ++ tests/data/PoolReuseIds/SeqB/oper.xml ++ tests/data/PoolReuseIds/SeqB/solver-test.xml ++ tests/data/TCSelectable/RepoHIGH.xml ++ tests/data/TCSelectable/RepoLOW.xml ++ tests/data/TCSelectable/RepoMID.xml ++ tests/data/TCSelectable/solver-system.xml ++ tests/data/TCSelectable/solver-test.xml ++ tests/data/TCWhatObsoletes/solver-system.xml ++ tests/data/TCWhatObsoletes/solver-test.xml ++ tests/data/TCdup/solver-system.xml ++ tests/data/TCdup/solver-test.xml ++ tests/data/TCdup/update.xml ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml.asc ++ tests/data/obs_virtualbox_11_1/repodata/repomd.xml.key ++ tests/data/openSUSE-11.1/content ++ tests/data/openSUSE-11.1/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-307e3d54-481f30aa.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-56b4177a-47965b33.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-7e2e3b05-4816488f.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-9c800aca-481f343a.asc ++ tests/data/openSUSE-11.1/gpg-pubkey-a1912208-446a0899.asc ++ tests/data/openSUSE-11.1/media.1/media ++ tests/data/openSUSE-11.1/media.1/products ++ tests/data/openSUSE-11.1/media.1/products.asc ++ tests/data/openSUSE-11.1/media.1/products.key ++ tests/data/openSUSE-11.1/suse/setup/descr/patterns ++ tests/lib/CMakeLists.txt ++ tests/lib/TestSetup.h ++ tests/lib/WebServer.cc ++ tests/lib/WebServer.h ++ tests/media/CMakeLists.txt ++ tests/media/CredentialFileReader_test.cc ++ tests/media/CredentialManager_test.cc ++ tests/media/MediaProducts_test.cc ++ tests/media/MetaLinkParser_test.cc ++ tests/media/data/credentials.cat ++ tests/media/data/credentials.d/cred1 ++ tests/media/data/openSUSE-11.3-NET-i586.iso.meta4 ++ tests/media/data/openSUSE-11.3-NET-i586.iso.metalink ++ tests/media/file_exists_test.cc ++ tests/media/media1_test.cc ++ tests/media/media2_test.cc ++ tests/media/media3_test.cc ++ tests/media/media4_test.cc ++ tests/media/mymediaverifier.h ++ tests/media/throw_if_not_exists_test.cc ++ tests/parser/CMakeLists.txt ++ tests/parser/HistoryLogReader_test.cc ++ tests/parser/HistoryLogReader_test.dat ++ tests/parser/ProductFileReader_test.cc ++ tests/parser/ProductFileReader_test.dat ++ tests/parser/RepoFileReader_test.cc ++ tests/parser/RepoindexFileReader_test.cc ++ tests/parser/inifile/CMakeLists.txt ++ tests/parser/inifile/data/1.ini ++ tests/parser/inifile/data/2.ini ++ tests/parser/inifile/inidict_test.cc ++ tests/parser/inifile/iniparser_test.cc ++ tests/parser/ws/CMakeLists.txt ++ tests/parser/ws/WebpinResultFileReader_test.cc ++ tests/parser/ws/data/search-kopete.xml ++ tests/parser/yum/CMakeLists.txt ++ tests/parser/yum/PatchesFileReader_test.cc ++ tests/parser/yum/RepomdFileReader_test.cc ++ tests/parser/yum/data/README ++ tests/parser/yum/data/patch-fetchmsttfonts.sh-4347.xml ++ tests/parser/yum/data/patches-1.xml ++ tests/parser/yum/data/patches-1.xml.solution ++ tests/parser/yum/data/patches.xsl ++ tests/parser/yum/data/repomd-1.xml ++ tests/parser/yum/data/repomd-1.xml.solution ++ tests/repo/CMakeLists.txt ++ tests/repo/DUdata_test.cc ++ tests/repo/ExtendedMetadata_test.cc ++ tests/repo/MirrorList_test.cc ++ tests/repo/PluginServices_test.cc ++ tests/repo/RepoLicense/repo/repodata/CHECKSUM-license-prod.tar.gz ++ tests/repo/RepoLicense/repo/repodata/license.de.txt ++ tests/repo/RepoLicense/repo/repodata/license.fr.txt ++ tests/repo/RepoLicense/repo/repodata/license.txt ++ tests/repo/RepoLicense/repo/repodata/repomd.xml ++ tests/repo/RepoLicense_test.cc ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/signed_repo/repodata/repomd.xml.key ++ tests/repo/RepoSigcheck/unknownkey_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/unknownkey_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/unsigned_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml.asc ++ tests/repo/RepoSigcheck/wrongsig_repo/repodata/repomd.xml.key ++ tests/repo/RepoSigcheck_test.cc ++ tests/repo/RepoVariables_test.cc ++ tests/repo/susetags/CMakeLists.txt ++ tests/repo/susetags/Downloader_test.cc ++ tests/repo/susetags/data/addon_in_subdir/media.1/build ++ tests/repo/susetags/data/addon_in_subdir/media.1/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/media.1/media ++ tests/repo/susetags/data/addon_in_subdir/media.1/products ++ tests/repo/susetags/data/addon_in_subdir/updates/SHA1SUMS ++ tests/repo/susetags/data/addon_in_subdir/updates/content ++ tests/repo/susetags/data/addon_in_subdir/updates/content.asc ++ tests/repo/susetags/data/addon_in_subdir/updates/content.key ++ tests/repo/susetags/data/addon_in_subdir/updates/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/updates/license.tar.gz ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/i586/SHA1SUMS ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/SHA1SUMS ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/directory.yast ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/addon_in_subdir/updates/suse/setup/descr/packages.en ++ tests/repo/susetags/data/dudata/repo/content ++ tests/repo/susetags/data/dudata/repo/media.1/media ++ tests/repo/susetags/data/dudata/repo/suse/setup/descr/packages ++ tests/repo/susetags/data/dudata/repo/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/dudata/system/content ++ tests/repo/susetags/data/dudata/system/media.1/media ++ tests/repo/susetags/data/dudata/system/suse/setup/descr/packages ++ tests/repo/susetags/data/dudata/system/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/shared_attributes/content ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/shared_attributes/suse/setup/descr/packages.en ++ tests/repo/susetags/data/stable-x86-subset-gz/content ++ tests/repo/susetags/data/stable-x86-subset-gz/content.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/content.key ++ tests/repo/susetags/data/stable-x86-subset-gz/control.xml ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-307e3d54-44201d5d.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-7e2e3b05-44748aba.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-9c800aca-40d8063e.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/gpg-pubkey-a1912208-446a0899.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/installation.xml ++ tests/repo/susetags/data/stable-x86-subset-gz/license.tar.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/directory.yast ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/info.txt ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/media ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products.asc ++ tests/repo/susetags/data/stable-x86-subset-gz/media.1/products.key ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.en.gz ++ tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/patterns.gz ++ tests/repo/susetags/data/stable-x86-subset/content ++ tests/repo/susetags/data/stable-x86-subset/content.asc ++ tests/repo/susetags/data/stable-x86-subset/content.key ++ tests/repo/susetags/data/stable-x86-subset/control.xml ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-0dfb3188-41ed929b.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-307e3d54-44201d5d.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-3d25d3d9-36e12d04.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-7e2e3b05-44748aba.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-9c800aca-40d8063e.asc ++ tests/repo/susetags/data/stable-x86-subset/gpg-pubkey-a1912208-446a0899.asc ++ tests/repo/susetags/data/stable-x86-subset/installation.xml ++ tests/repo/susetags/data/stable-x86-subset/license.tar.gz ++ tests/repo/susetags/data/stable-x86-subset/media.1/directory.yast ++ tests/repo/susetags/data/stable-x86-subset/media.1/info.txt ++ tests/repo/susetags/data/stable-x86-subset/media.1/media ++ tests/repo/susetags/data/stable-x86-subset/media.1/products ++ tests/repo/susetags/data/stable-x86-subset/media.1/products.asc ++ tests/repo/susetags/data/stable-x86-subset/media.1/products.key ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.DU ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.en ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/packages.es ++ tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/patterns ++ tests/repo/yum/CMakeLists.txt ++ tests/repo/yum/YUMDownloader_test.cc ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-fetchmsttfonts.sh-2333.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-flash-player-2359.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-glabels-2348.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-gv-2350.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-openssl-2349.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patch-tar-2351.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/patches.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml.asc ++ tests/repo/yum/data/10.2-updates-subset/repodata/repomd.xml.key ++ tests/repo/yum/data/extensions/repodata/filelists.xml.gz ++ tests/repo/yum/data/extensions/repodata/repomd.xml ++ tests/repo/yum/data/extensions/repodata/susedata.xml.gz ++ tests/repo/yum/data/extensions/repodata/suseinfo.xml.gz ++ tests/sat/CMakeLists.txt ++ tests/sat/IdString_test.cc ++ tests/sat/LookupAttr_test.cc ++ tests/sat/Map_test.cc ++ tests/sat/Pool_test.cc ++ tests/sat/Queue_test.cc ++ tests/sat/SolvParsing_test.cc ++ tests/sat/Solvable_test.cc ++ tests/sat/WhatObsoletes_test.cc ++ tests/sat/WhatProvides_test.cc ++ tests/zypp/Arch_test.cc ++ tests/zypp/CMakeLists.txt ++ tests/zypp/Capabilities_test.cc ++ tests/zypp/CheckSum_test.cc ++ tests/zypp/ContentType_test.cc ++ tests/zypp/CpeId_test.cc ++ tests/zypp/Date_test.cc ++ tests/zypp/Deltarpm_test.cc ++ tests/zypp/Digest_test.cc ++ tests/zypp/DrunkenBishop_test.cc ++ tests/zypp/Dup_test.cc ++ tests/zypp/Edition_test.cc ++ tests/zypp/ExtendedPool_test.cc ++ tests/zypp/Fetcher_test.cc ++ tests/zypp/FileChecker_test.cc ++ tests/zypp/Flags_test.cc ++ tests/zypp/InstanceId_test.cc ++ tests/zypp/KeyRingTestReceiver.h ++ tests/zypp/KeyRing_test.cc ++ tests/zypp/Locale_test.cc ++ tests/zypp/Locks_test.cc ++ tests/zypp/MediaSetAccess_test.cc ++ tests/zypp/PathInfo_test.cc ++ tests/zypp/Pathname_test.cc ++ tests/zypp/PluginFrame_test.cc ++ tests/zypp/PoolQuery_test.cc ++ tests/zypp/ProgressData_test.cc ++ tests/zypp/PtrTypes_test.cc ++ tests/zypp/PublicKey_test.cc ++ tests/zypp/RWPtr_test.cc ++ tests/zypp/RepoInfo_test.cc ++ tests/zypp/RepoManager_test.cc ++ tests/zypp/RepoStatus_test.cc ++ tests/zypp/ResKind_test.cc ++ tests/zypp/ResStatus_test.cc ++ tests/zypp/Resolvable_test.cc ++ tests/zypp/Selectable_test.cc ++ tests/zypp/SetRelationMixin_test.cc ++ tests/zypp/SetTracker_test.cc ++ tests/zypp/Signature_test.cc ++ tests/zypp/StrMatcher_test.cc ++ tests/zypp/Target_test.cc ++ tests/zypp/Url_test.cc ++ tests/zypp/UserData_test.cc ++ tests/zypp/Vendor2_test.cc ++ tests/zypp/Vendor_test.cc ++ tests/zypp/base/CMakeLists.txt ++ tests/zypp/base/CleanerThread_test.cc ++ tests/zypp/base/Glob_test.cc ++ tests/zypp/base/InterProcessMutex2_test.cc ++ tests/zypp/base/InterProcessMutex_test.cc ++ tests/zypp/base/String_test.cc ++ tests/zypp/base/Sysconfig_test.cc ++ tests/zypp/base/data/Sysconfig/proxy ++ tests/zypp/data/Delta/repodata/deltainfo.xml ++ tests/zypp/data/Delta/repodata/repomd.xml ++ tests/zypp/data/Delta/repodata/repomd.xml.asc ++ tests/zypp/data/Delta/repodata/repomd.xml.key ++ tests/zypp/data/Fetcher/remote-site/baseindex/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir-broken/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS.asc ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/SHA1SUMS.key ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/complexdir/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.asc ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.key ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/content ++ tests/zypp/data/Fetcher/remote-site/contentindex/content.asc ++ tests/zypp/data/Fetcher/remote-site/contentindex/content.key ++ tests/zypp/data/Fetcher/remote-site/contentindex/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file1.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file2.txt ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/directory.yast ++ tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/subdir2-file1.txt ++ tests/zypp/data/Fetcher/remote-site/diffs/file-1-2.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-2-3.diff ++ tests/zypp/data/Fetcher/remote-site/diffs/file-3-4.diff ++ tests/zypp/data/Fetcher/remote-site/directory.yast ++ tests/zypp/data/Fetcher/remote-site/file-1.txt ++ tests/zypp/data/Fetcher/remote-site/file-2.txt ++ tests/zypp/data/Fetcher/remote-site/file-3.txt ++ tests/zypp/data/Fetcher/remote-site/file-4.txt ++ tests/zypp/data/Fetcher/remote-site/file-current.txt.asc ++ tests/zypp/data/Fetcher/remote-site/file-current.txt.key ++ tests/zypp/data/Fetcher/remote-site/images-file-unsigned/content ++ tests/zypp/data/Fetcher/remote-site/images-file-unsigned/images/images.xml ++ tests/zypp/data/Fetcher/remote-site/images-file/content ++ tests/zypp/data/Fetcher/remote-site/images-file/content.asc ++ tests/zypp/data/Fetcher/remote-site/images-file/content.key ++ tests/zypp/data/Fetcher/remote-site/images-file/images/images.xml ++ tests/zypp/data/FileChecker/hello.txt ++ tests/zypp/data/FileChecker/hello.txt.asc ++ tests/zypp/data/FileChecker/hello.txt.key ++ tests/zypp/data/FileChecker/hello2.txt ++ tests/zypp/data/KeyRing/private.asc ++ tests/zypp/data/KeyRing/public.asc ++ tests/zypp/data/KeyRing/readme.txt ++ tests/zypp/data/KeyRing/repomd.xml ++ tests/zypp/data/KeyRing/repomd.xml.asc ++ tests/zypp/data/KeyRing/repomd.xml.corrupted ++ tests/zypp/data/Locks/locks ++ tests/zypp/data/PoolQuery/savedqueries ++ tests/zypp/data/PublicKey/multikey.asc ++ tests/zypp/data/PublicKey/multikey2.asc ++ tests/zypp/data/PublicKey/susekey.asc ++ tests/zypp/data/RepoManager/plugin-service-lib-1/services/service ++ tests/zypp/data/RepoManager/plugin-service-lib-2/services/service ++ tests/zypp/data/RepoManager/proprietary.repo ++ tests/zypp/data/RepoManager/repo/repoindex.xml ++ tests/zypp/data/RepoManager/repos.d/filesharing.repo ++ tests/zypp/data/RepoManager/repos.d/proprietary.repo ++ tests/zypp/data/RepoManager/repos.d/ruby.repo ++ tests/zypp/data/RepoManager/second/repo/repoindex.xml ++ tests/zypp/data/Target/product.prod ++ tests/zypp/data/Vendor/vendors.d/ati ++ tests/zypp/data/Vendor/vendors.d/nvidia ++ tests/zypp/data/Vendor/zypp1.conf ++ tests/zypp/data/Vendor/zypp2.conf.cmake ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/file1 ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/file2 ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/subdir/file ++ tests/zypp/data/mediasetaccess/src1/cd1/dir/test-big.txt ++ tests/zypp/data/mediasetaccess/src1/cd1/test-big.txt ++ tests/zypp/data/mediasetaccess/src1/cd1/test.txt ++ tests/zypp/data/mediasetaccess/src1/cd2/test.txt ++ tests/zypp/data/mediasetaccess/src1/cd2/x.mediabad ++ tests/zypp/data/mediasetaccess/src1/cd3/test.txt ++ tests/zypp/data/mediasetaccess/src2/test.txt ++ tools/CMakeLists.txt ++ tools/DumpSelectable.cc ++ tools/ProvideSignedDirectory.cc ++ tools/ToolScanRepos.cc ++ tools/migrate-sources/CMakeLists.txt ++ tools/migrate-sources/migrate-sources.cc ++ tools/patch_find_bug.cc ++ tools/percent-encode.cc ++ tools/zypp-CheckAccessDeleted.cc ++ tools/zypp-NameReqPrv.cc ++ tools/zypp-cpeid.cc ++ tools/zypp-install.cc ++ tools/zypp-list.cc ++ tools/zypp-pubkey.cc ++ vendor/CMakeLists.txt ++ vendor/mongoose/CMakeLists.txt ++ zypp-history.lr ++ zypp.conf ++ zypp/APIConfig.h ++ zypp/Application.cc ++ zypp/Application.h ++ zypp/Arch.cc ++ zypp/Arch.h ++ zypp/AutoDispose.h ++ zypp/Bit.h ++ zypp/Bitmap.h ++ zypp/ByteCount.cc ++ zypp/ByteCount.h ++ zypp/CMakeLists.txt ++ zypp/Callback.h ++ zypp/CapMatch.cc ++ zypp/CapMatch.h ++ zypp/Capabilities.cc ++ zypp/Capabilities.h ++ zypp/Capability.cc ++ zypp/Capability.h ++ zypp/Changelog.cc ++ zypp/Changelog.h ++ zypp/CheckSum.cc ++ zypp/CheckSum.h ++ zypp/ContentType.h ++ zypp/CountryCode.cc ++ zypp/CountryCode.h ++ zypp/CpeId.cc ++ zypp/CpeId.h ++ zypp/Date.cc ++ zypp/Date.h ++ zypp/Dep.cc ++ zypp/Dep.h ++ zypp/Digest.cc ++ zypp/Digest.h ++ zypp/DiskUsageCounter.cc ++ zypp/DiskUsageCounter.h ++ zypp/DownloadMode.cc ++ zypp/DownloadMode.h ++ zypp/Edition.cc ++ zypp/Edition.h ++ zypp/ExternalProgram.cc ++ zypp/ExternalProgram.h ++ zypp/Fetcher.cc ++ zypp/Fetcher.h ++ zypp/FileChecker.cc ++ zypp/FileChecker.h ++ zypp/Filter.h ++ zypp/Glob.cc ++ zypp/Glob.h ++ zypp/HistoryLog.cc ++ zypp/HistoryLog.h ++ zypp/HistoryLogData.cc ++ zypp/HistoryLogData.h ++ zypp/IdString.cc ++ zypp/IdString.h ++ zypp/IdStringType.h ++ zypp/InstanceId.cc ++ zypp/InstanceId.h ++ zypp/KeyContext.h ++ zypp/KeyManager.cc ++ zypp/KeyManager.h ++ zypp/KeyRing.cc ++ zypp/KeyRing.h ++ zypp/LanguageCode.cc ++ zypp/LanguageCode.h ++ zypp/Locale.cc ++ zypp/Locale.h ++ zypp/Locks.cc ++ zypp/Locks.h ++ zypp/ManagedFile.h ++ zypp/MediaProducts.h ++ zypp/MediaSetAccess.cc ++ zypp/MediaSetAccess.h ++ zypp/Misc.h ++ zypp/OnMediaLocation.cc ++ zypp/OnMediaLocation.h ++ zypp/Package.cc ++ zypp/Package.h ++ zypp/PackageKeyword.h ++ zypp/Patch.cc ++ zypp/Patch.h ++ zypp/PathInfo.cc ++ zypp/PathInfo.h ++ zypp/Pathname.cc ++ zypp/Pathname.h ++ zypp/Pattern.cc ++ zypp/Pattern.h ++ zypp/PluginExecutor.cc ++ zypp/PluginExecutor.h ++ zypp/PluginFrame.cc ++ zypp/PluginFrame.h ++ zypp/PluginFrameException.cc ++ zypp/PluginFrameException.h ++ zypp/PluginScript.cc ++ zypp/PluginScript.h ++ zypp/PluginScriptException.cc ++ zypp/PluginScriptException.h ++ zypp/PoolItem.cc ++ zypp/PoolItem.h ++ zypp/PoolItemBest.cc ++ zypp/PoolItemBest.h ++ zypp/PoolQuery.cc ++ zypp/PoolQuery.h ++ zypp/PoolQueryResult.cc ++ zypp/PoolQueryResult.h ++ zypp/PoolQueryUtil.tcc ++ zypp/ProblemSolution.h ++ zypp/Product.cc ++ zypp/Product.h ++ zypp/ProgressData.cc ++ zypp/ProgressData.h ++ zypp/ProvideFilePolicy.cc ++ zypp/ProvideFilePolicy.h ++ zypp/PublicKey.cc ++ zypp/PublicKey.h ++ zypp/Range.cc ++ zypp/Range.h ++ zypp/Rel.cc ++ zypp/Rel.h ++ zypp/RelCompare.h ++ zypp/RepoInfo.cc ++ zypp/RepoInfo.h ++ zypp/RepoManager.cc ++ zypp/RepoManager.h ++ zypp/RepoStatus.cc ++ zypp/RepoStatus.h ++ zypp/Repository.cc ++ zypp/Repository.h ++ zypp/ResFilters.h ++ zypp/ResKind.cc ++ zypp/ResKind.h ++ zypp/ResObject.cc ++ zypp/ResObject.h ++ zypp/ResObjects.h ++ zypp/ResPool.cc ++ zypp/ResPool.h ++ zypp/ResPoolProxy.cc ++ zypp/ResPoolProxy.h ++ zypp/ResStatus.cc ++ zypp/ResStatus.h ++ zypp/ResTraits.h ++ zypp/Resolvable.cc ++ zypp/Resolvable.h ++ zypp/Resolver.cc ++ zypp/Resolver.h ++ zypp/ResolverNamespace.h ++ zypp/ResolverProblem.h ++ zypp/ServiceInfo.cc ++ zypp/ServiceInfo.h ++ zypp/ShutdownLock.cc ++ zypp/ShutdownLock_p.h ++ zypp/Signature.cc ++ zypp/Signature.h ++ zypp/SrcPackage.cc ++ zypp/SrcPackage.h ++ zypp/SysContent.cc ++ zypp/SysContent.h ++ zypp/Target.cc ++ zypp/Target.h ++ zypp/TmpPath.cc ++ zypp/TmpPath.h ++ zypp/TriBool.h ++ zypp/Url.cc ++ zypp/Url.h ++ zypp/UserData.h ++ zypp/Vendor.h ++ zypp/VendorAttr.cc ++ zypp/VendorAttr.h ++ zypp/VendorSupportOptions.cc ++ zypp/VendorSupportOptions.h ++ zypp/ZConfig.cc ++ zypp/ZConfig.h ++ zypp/ZYpp.cc ++ zypp/ZYpp.h ++ zypp/ZYppCallbacks.h ++ zypp/ZYppCommit.h ++ zypp/ZYppCommitPolicy.cc ++ zypp/ZYppCommitPolicy.h ++ zypp/ZYppCommitResult.cc ++ zypp/ZYppCommitResult.h ++ zypp/ZYppFactory.cc ++ zypp/ZYppFactory.h ++ zypp/base/Algorithm.h ++ zypp/base/Backtrace.cc ++ zypp/base/Backtrace.h ++ zypp/base/CleanerThread.cc ++ zypp/base/CleanerThread_p.h ++ zypp/base/Collector.h ++ zypp/base/Counter.h ++ zypp/base/Debug.h ++ zypp/base/DefaultIntegral.h ++ zypp/base/DrunkenBishop.cc ++ zypp/base/DrunkenBishop.h ++ zypp/base/DtorReset.h ++ zypp/base/Easy.h ++ zypp/base/EnumClass.h ++ zypp/base/Errno.h ++ zypp/base/Exception.cc ++ zypp/base/Exception.h ++ zypp/base/ExternalDataSource.cc ++ zypp/base/ExternalDataSource.h ++ zypp/base/Fd.cc ++ zypp/base/Fd.h ++ zypp/base/Flags.h ++ zypp/base/Function.h ++ zypp/base/Functional.h ++ zypp/base/Gettext.cc ++ zypp/base/Gettext.h ++ zypp/base/Hash.h ++ zypp/base/IOStream.cc ++ zypp/base/IOStream.h ++ zypp/base/InputStream.cc ++ zypp/base/InputStream.h ++ zypp/base/InterProcessMutex.cc ++ zypp/base/InterProcessMutex.h ++ zypp/base/Iterable.h ++ zypp/base/Iterator.h ++ zypp/base/Json.h ++ zypp/base/LocaleGuard.h ++ zypp/base/LogControl.cc ++ zypp/base/LogControl.h ++ zypp/base/LogTools.h ++ zypp/base/Logger.h ++ zypp/base/Measure.cc ++ zypp/base/Measure.h ++ zypp/base/NamedValue.h ++ zypp/base/NonCopyable.h ++ zypp/base/ProfilingFormater.cc ++ zypp/base/ProfilingFormater.h ++ zypp/base/ProvideNumericId.h ++ zypp/base/PtrTypes.h ++ zypp/base/Random.cc ++ zypp/base/Random.h ++ zypp/base/ReferenceCounted.cc ++ zypp/base/ReferenceCounted.h ++ zypp/base/Regex.cc ++ zypp/base/Regex.h ++ zypp/base/SerialNumber.cc ++ zypp/base/SerialNumber.h ++ zypp/base/SetRelationMixin.cc ++ zypp/base/SetRelationMixin.h ++ zypp/base/SetTracker.h ++ zypp/base/Signal.h ++ zypp/base/StrMatcher.cc ++ zypp/base/StrMatcher.h ++ zypp/base/String.cc ++ zypp/base/String.h ++ zypp/base/Sysconfig.cc ++ zypp/base/Sysconfig.h ++ zypp/base/TypeTraits.h ++ zypp/base/Unit.cc ++ zypp/base/Unit.h ++ zypp/base/UserRequestException.cc ++ zypp/base/UserRequestException.h ++ zypp/base/ValueTransform.h ++ zypp/base/WatchFile.h ++ zypp/base/Xml.h ++ zypp/libzypp.map ++ zypp/media/CredentialFileReader.cc ++ zypp/media/CredentialFileReader.h ++ zypp/media/CredentialManager.cc ++ zypp/media/CredentialManager.h ++ zypp/media/CurlConfig.cc ++ zypp/media/CurlConfig.h ++ zypp/media/MediaAccess.cc ++ zypp/media/MediaAccess.h ++ zypp/media/MediaBlockList.cc ++ zypp/media/MediaBlockList.h ++ zypp/media/MediaCD.cc ++ zypp/media/MediaCD.h ++ zypp/media/MediaCIFS.cc ++ zypp/media/MediaCIFS.h ++ zypp/media/MediaCurl.cc ++ zypp/media/MediaCurl.h ++ zypp/media/MediaDIR.cc ++ zypp/media/MediaDIR.h ++ zypp/media/MediaDISK.cc ++ zypp/media/MediaDISK.h ++ zypp/media/MediaException.cc ++ zypp/media/MediaException.h ++ zypp/media/MediaHandler.cc ++ zypp/media/MediaHandler.h ++ zypp/media/MediaISO.cc ++ zypp/media/MediaISO.h ++ zypp/media/MediaManager.cc ++ zypp/media/MediaManager.h ++ zypp/media/MediaMultiCurl.cc ++ zypp/media/MediaMultiCurl.h ++ zypp/media/MediaNFS.cc ++ zypp/media/MediaNFS.h ++ zypp/media/MediaPlugin.cc ++ zypp/media/MediaPlugin.h ++ zypp/media/MediaPriority.cc ++ zypp/media/MediaPriority.h ++ zypp/media/MediaSource.cc ++ zypp/media/MediaSource.h ++ zypp/media/MediaUserAuth.cc ++ zypp/media/MediaUserAuth.h ++ zypp/media/MetaLinkParser.cc ++ zypp/media/MetaLinkParser.h ++ zypp/media/Mount.cc ++ zypp/media/Mount.h ++ zypp/media/ProxyInfo.cc ++ zypp/media/ProxyInfo.h ++ zypp/media/TransferSettings.cc ++ zypp/media/TransferSettings.h ++ zypp/media/UrlResolverPlugin.cc ++ zypp/media/UrlResolverPlugin.h ++ zypp/media/ZsyncParser.cc ++ zypp/media/ZsyncParser.h ++ zypp/media/proxyinfo/ProxyInfoImpl.h ++ zypp/media/proxyinfo/ProxyInfoLibproxy.cc ++ zypp/media/proxyinfo/ProxyInfoLibproxy.h ++ zypp/media/proxyinfo/ProxyInfoSysconfig.cc ++ zypp/media/proxyinfo/ProxyInfoSysconfig.h ++ zypp/media/proxyinfo/ProxyInfos.h ++ zypp/misc/CheckAccessDeleted.cc ++ zypp/misc/CheckAccessDeleted.h ++ zypp/misc/DefaultLoadSystem.cc ++ zypp/misc/DefaultLoadSystem.h ++ zypp/parser/HistoryLogReader.cc ++ zypp/parser/HistoryLogReader.h ++ zypp/parser/IniDict.cc ++ zypp/parser/IniDict.h ++ zypp/parser/IniParser.cc ++ zypp/parser/IniParser.h ++ zypp/parser/ParseException.cc ++ zypp/parser/ParseException.h ++ zypp/parser/ParserProgress.h ++ zypp/parser/ProductFileReader.cc ++ zypp/parser/ProductFileReader.h ++ zypp/parser/RepoFileReader.cc ++ zypp/parser/RepoFileReader.h ++ zypp/parser/RepoindexFileReader.cc ++ zypp/parser/RepoindexFileReader.h ++ zypp/parser/ServiceFileReader.cc ++ zypp/parser/ServiceFileReader.h ++ zypp/parser/schema/repoindex.rnc ++ zypp/parser/susetags/ContentFileReader.cc ++ zypp/parser/susetags/ContentFileReader.h ++ zypp/parser/susetags/RepoIndex.cc ++ zypp/parser/susetags/RepoIndex.h ++ zypp/parser/ws/WebpinResultFileReader.cc ++ zypp/parser/ws/WebpinResultFileReader.h ++ zypp/parser/xml/Node.cc ++ zypp/parser/xml/Node.h ++ zypp/parser/xml/Parse.h ++ zypp/parser/xml/ParseDef.cc ++ zypp/parser/xml/ParseDef.h ++ zypp/parser/xml/ParseDefConsume.cc ++ zypp/parser/xml/ParseDefConsume.h ++ zypp/parser/xml/ParseDefException.cc ++ zypp/parser/xml/ParseDefException.h ++ zypp/parser/xml/ParseDefTraits.h ++ zypp/parser/xml/Reader.cc ++ zypp/parser/xml/Reader.h ++ zypp/parser/xml/XmlEscape.h ++ zypp/parser/xml/XmlString.cc ++ zypp/parser/xml/XmlString.h ++ zypp/parser/xml/libxmlfwd.cc ++ zypp/parser/xml/libxmlfwd.h ++ zypp/parser/yum/PatchesFileReader.cc ++ zypp/parser/yum/PatchesFileReader.h ++ zypp/parser/yum/RepomdFileReader.cc ++ zypp/parser/yum/RepomdFileReader.h ++ zypp/parser/yum/schema/common-inc.rnc ++ zypp/parser/yum/schema/common-inc.rng ++ zypp/parser/yum/schema/deltainfo.rnc ++ zypp/parser/yum/schema/deltainfo.rng ++ zypp/parser/yum/schema/filelists.rnc ++ zypp/parser/yum/schema/filelists.rng ++ zypp/parser/yum/schema/other.rnc ++ zypp/parser/yum/schema/other.rng ++ zypp/parser/yum/schema/patch.rnc ++ zypp/parser/yum/schema/patch.rng ++ zypp/parser/yum/schema/patches.rnc ++ zypp/parser/yum/schema/patches.rng ++ zypp/parser/yum/schema/patterns.rnc ++ zypp/parser/yum/schema/patterns.rng ++ zypp/parser/yum/schema/primary.rnc ++ zypp/parser/yum/schema/primary.rng ++ zypp/parser/yum/schema/product.rnc ++ zypp/parser/yum/schema/product.rng ++ zypp/parser/yum/schema/products.rnc ++ zypp/parser/yum/schema/products.rng ++ zypp/parser/yum/schema/repomd.rnc ++ zypp/parser/yum/schema/repomd.rng ++ zypp/parser/yum/schema/rnc2rng ++ zypp/parser/yum/schema/rpm-inc.rnc ++ zypp/parser/yum/schema/rpm-inc.rng ++ zypp/parser/yum/schema/susedata.rnc ++ zypp/parser/yum/schema/susedata.rng ++ zypp/parser/yum/schema/suseinfo.rnc ++ zypp/parser/yum/schema/suseinfo.rng ++ zypp/parser/yum/schema/updateinfo.rnc ++ zypp/parser/yum/schema/updateinfo.rng ++ zypp/parser/yum/schema/validate-all ++ zypp/pool/ByIdent.h ++ zypp/pool/PoolImpl.cc ++ zypp/pool/PoolImpl.h ++ zypp/pool/PoolStats.cc ++ zypp/pool/PoolStats.h ++ zypp/pool/PoolTraits.h ++ zypp/repo/Applydeltarpm.cc ++ zypp/repo/Applydeltarpm.h ++ zypp/repo/DeltaCandidates.cc ++ zypp/repo/DeltaCandidates.h ++ zypp/repo/Downloader.cc ++ zypp/repo/Downloader.h ++ zypp/repo/MediaInfoDownloader.cc ++ zypp/repo/MediaInfoDownloader.h ++ zypp/repo/PackageDelta.cc ++ zypp/repo/PackageDelta.h ++ zypp/repo/PackageProvider.cc ++ zypp/repo/PackageProvider.h ++ zypp/repo/PluginServices.cc ++ zypp/repo/PluginServices.h ++ zypp/repo/RepoException.cc ++ zypp/repo/RepoException.h ++ zypp/repo/RepoInfoBase.cc ++ zypp/repo/RepoMirrorList.cc ++ zypp/repo/RepoMirrorList.h ++ zypp/repo/RepoProvideFile.cc ++ zypp/repo/RepoProvideFile.h ++ zypp/repo/RepoType.cc ++ zypp/repo/RepoType.h ++ zypp/repo/RepoVariables.cc ++ zypp/repo/RepoVariables.h ++ zypp/repo/SUSEMediaVerifier.cc ++ zypp/repo/SUSEMediaVerifier.h ++ zypp/repo/ServiceRepos.cc ++ zypp/repo/ServiceRepos.h ++ zypp/repo/ServiceType.cc ++ zypp/repo/ServiceType.h ++ zypp/repo/SrcPackageProvider.cc ++ zypp/repo/SrcPackageProvider.h ++ zypp/repo/susetags/Downloader.cc ++ zypp/repo/susetags/Downloader.h ++ zypp/repo/yum/Downloader.cc ++ zypp/repo/yum/Downloader.h ++ zypp/repo/yum/ResourceType.cc ++ zypp/repo/yum/ResourceType.h ++ zypp/sat/AttrMatcher.h ++ zypp/sat/FileConflicts.cc ++ zypp/sat/FileConflicts.h ++ zypp/sat/LocaleSupport.cc ++ zypp/sat/LocaleSupport.h ++ zypp/sat/LookupAttr.cc ++ zypp/sat/LookupAttr.h ++ zypp/sat/LookupAttrTools.h ++ zypp/sat/Map.cc ++ zypp/sat/Map.h ++ zypp/sat/Pool.cc ++ zypp/sat/Pool.h ++ zypp/sat/Queue.cc ++ zypp/sat/Queue.h ++ zypp/sat/SolvAttr.cc ++ zypp/sat/SolvAttr.h ++ zypp/sat/SolvIterMixin.cc ++ zypp/sat/SolvIterMixin.h ++ zypp/sat/Solvable.cc ++ zypp/sat/Solvable.h ++ zypp/sat/SolvableSet.cc ++ zypp/sat/SolvableSet.h ++ zypp/sat/SolvableType.h ++ zypp/sat/Transaction.cc ++ zypp/sat/Transaction.h ++ zypp/sat/WhatObsoletes.cc ++ zypp/sat/WhatObsoletes.h ++ zypp/sat/WhatProvides.cc ++ zypp/sat/WhatProvides.h ++ zypp/sat/detail/PoolImpl.cc ++ zypp/sat/detail/PoolImpl.h ++ zypp/sat/detail/PoolMember.h ++ zypp/solver/detail/ItemCapKind.h ++ zypp/solver/detail/SolutionAction.h ++ zypp/solver/detail/SystemCheck.cc ++ zypp/solver/detail/SystemCheck.h ++ zypp/solver/detail/Testcase.cc ++ zypp/solver/detail/Testcase.h ++ zypp/target/CommitPackageCache.cc ++ zypp/target/CommitPackageCache.h ++ zypp/target/CommitPackageCacheImpl.cc ++ zypp/target/CommitPackageCacheImpl.h ++ zypp/target/CommitPackageCacheReadAhead.cc ++ zypp/target/CommitPackageCacheReadAhead.h ++ zypp/target/HardLocksFile.cc ++ zypp/target/HardLocksFile.h ++ zypp/target/RequestedLocalesFile.cc ++ zypp/target/RequestedLocalesFile.h ++ zypp/target/RpmPostTransCollector.cc ++ zypp/target/RpmPostTransCollector.h ++ zypp/target/SolvIdentFile.cc ++ zypp/target/SolvIdentFile.h ++ zypp/target/TargetCallbackReceiver.cc ++ zypp/target/TargetCallbackReceiver.h ++ zypp/target/TargetException.cc ++ zypp/target/TargetException.h ++ zypp/target/TargetImpl.cc ++ zypp/target/TargetImpl.commitFindFileConflicts.cc ++ zypp/target/TargetImpl.h ++ zypp/target/hal/HalContext.cc ++ zypp/target/hal/HalContext.h ++ zypp/target/hal/HalException.h ++ zypp/target/modalias/Modalias.cc ++ zypp/target/modalias/Modalias.h ++ zypp/target/rpm/BinHeader.cc ++ zypp/target/rpm/BinHeader.h ++ zypp/target/rpm/RpmCallbacks.cc ++ zypp/target/rpm/RpmCallbacks.h ++ zypp/target/rpm/RpmDb.cc ++ zypp/target/rpm/RpmDb.h ++ zypp/target/rpm/RpmException.cc ++ zypp/target/rpm/RpmException.h ++ zypp/target/rpm/RpmFlags.h ++ zypp/target/rpm/RpmHeader.cc ++ zypp/target/rpm/RpmHeader.h ++ zypp/target/rpm/librpm.h ++ zypp/target/rpm/librpmDb.cc ++ zypp/target/rpm/librpmDb.cv3.cc ++ zypp/target/rpm/librpmDb.h ++ zypp/thread/Mutex.cc ++ zypp/thread/Mutex.h ++ zypp/thread/MutexException.h ++ zypp/thread/MutexLock.h ++ zypp/thread/Once.h ++ zypp/ui/SelFilters.h ++ zypp/ui/Selectable.cc ++ zypp/ui/Selectable.h ++ zypp/ui/SelectableImpl.cc ++ zypp/ui/SelectableImpl.h ++ zypp/ui/SelectableTraits.h ++ zypp/ui/Status.cc ++ zypp/ui/Status.h ++ zypp/ui/UserWantedPackages.cc ++ zypp/ui/UserWantedPackages.h ++ zypp/url/UrlBase.cc ++ zypp/url/UrlBase.h ++ zypp/url/UrlException.h ++ zypp/url/UrlUtils.cc ++ zypp/url/UrlUtils.h ++ zypp/ws/WebpinResult.cc ++ zypp/ws/WebpinResult.h ++ zypp/zypp_detail/ZYppImpl.cc ++ zypp/zypp_detail/ZYppImpl.h ++ zypp/zypp_detail/ZYppReadOnlyHack.h ++Copyright: NONE ++License: UNKNOWN ++ FIXME ++ ++Files: po/ar.po ++ po/bs.po ++ po/ca.po ++ po/cs.po ++ po/en_GB.po ++ po/fr.po ++ po/gl.po ++ po/hr.po ++ po/hu.po ++ po/id.po ++ po/it.po ++ po/ja.po ++ po/ko.po ++ po/lt.po ++ po/nb.po ++ po/nl.po ++ po/pt.po ++ po/pt_BR.po ++ po/ru.po ++ po/sl.po ++ po/sv.po ++ po/tr.po ++ po/zh_CN.po ++ po/zh_TW.po ++Copyright: 1999, SuSE GmbH. ++ 1999-2001, SuSE GmbH. ++ 2000-2001, SuSE GmbH. ++ 2001, SuSE GmbH. ++ 2002, SuSE GmbH. ++ 2002, SuSE Linux AG. ++ 2002-2003, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++ 2005-2006, SUSE Linux Products GmbH. ++License: UNKNOWN ++ FIXME ++ ++Files: zypp/ProblemTypes.h ++ zypp/solver/detail/SolverQueueItem.cc ++ zypp/solver/detail/SolverQueueItem.h ++ zypp/solver/detail/SolverQueueItemDelete.cc ++ zypp/solver/detail/SolverQueueItemDelete.h ++ zypp/solver/detail/SolverQueueItemInstall.cc ++ zypp/solver/detail/SolverQueueItemInstall.h ++ zypp/solver/detail/SolverQueueItemInstallOneOf.cc ++ zypp/solver/detail/SolverQueueItemInstallOneOf.h ++ zypp/solver/detail/SolverQueueItemLock.cc ++ zypp/solver/detail/SolverQueueItemLock.h ++ zypp/solver/detail/SolverQueueItemUpdate.cc ++ zypp/solver/detail/SolverQueueItemUpdate.h ++ zypp/solver/detail/Types.h ++Copyright: 2005, SUSE Linux Products GmbH ++ 2008, SUSE Linux Products GmbH ++License: GPL (v2) (with incorrect FSF address) ++ FIXME ++ ++Files: zypp/ProblemSolution.cc ++ zypp/ResolverProblem.cc ++ zypp/solver/detail/ProblemSolutionCombi.cc ++ zypp/solver/detail/ProblemSolutionCombi.h ++ zypp/solver/detail/ProblemSolutionIgnore.cc ++ zypp/solver/detail/ProblemSolutionIgnore.h ++ zypp/solver/detail/Resolver.cc ++ zypp/solver/detail/Resolver.h ++ zypp/solver/detail/SATResolver.cc ++ zypp/solver/detail/SATResolver.h ++ zypp/solver/detail/SolutionAction.cc ++Copyright: 2000-2002, Ximian, Inc. ++ 2005, SUSE Linux Products GmbH ++License: GPL (v2) (with incorrect FSF address) ++ FIXME ++ ++Files: po/be.po ++ po/et.po ++ po/ka.po ++ po/ku.po ++ po/mk.po ++ po/pa.po ++ po/si.po ++ po/th.po ++ po/uk.po ++ po/wa.po ++Copyright: 2005, SUSE Linux Products GmbH. ++ 2006, SUSE Linux Products GmbH. ++ 2007, SUSE Linux Products GmbH. ++ 2008, SUSE Linux Products GmbH. ++ 2009, SUSE Linux Products GmbH. ++License: UNKNOWN ++ FIXME ++ ++Files: po/ta.po ++ tests/data/obs_virtualbox_11_1/repodata/primary.xml.gz ++ tests/data/openSUSE-11.1/suse/setup/descr/dvd-11.1-46.1.x86_64.pat.gz ++ tests/repo/RepoLicense/repo/repodata/CHECKSUM-license.tar.gz ++Copyright: ++License: UNKNOWN ++ FIXME ++ ++Files: po/cy.po ++ po/fi.po ++ po/he.po ++ po/sr.po ++Copyright: 2003, SuSE Linux AG. ++ 2004, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++License: UNKNOWN ++ FIXME ++ ++Files: po/af.po ++ po/pl.po ++ po/xh.po ++ po/zu.po ++Copyright: 2006, SuSE Linux Products GmbH, Nuernberg ++License: UNKNOWN ++ FIXME ++ ++Files: doc/autodoc/Doxyfile.cmake ++ doc/autoinclude/README ++ zypp/repo/RepoInfoBase.h ++Copyright: NONE ++License: GENERATED FILE ++ FIXME ++ ++Files: po/da.po ++ po/sk.po ++ po/zypp.pot ++Copyright: YEAR SuSE Linux GmbH, Nuernberg ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Fetcher/remote-site/diffs/file-4-current.diff ++ tests/zypp/data/Fetcher/remote-site/file-current.txt ++Copyright: NONE ++License: GPL ++ FIXME ++ ++Files: vendor/mongoose/mongoose.c ++ vendor/mongoose/mongoose.h ++Copyright: 2004-2009, Sergey Lyubka ++License: MIT/X11 (BSD like) ++ FIXME ++ ++Files: po/de.po ++ po/nn.po ++Copyright: 2006, SUSE Linux GmbH, Nuremberg ++ 2011, SUSE Linux GmbH, Nuremberg ++License: UNKNOWN ++ FIXME ++ ++Files: zypp/base/GzStream.cc ++ zypp/base/GzStream.h ++Copyright: SuSE Linux Products GmbH | ++License: UNKNOWN ++ FIXME ++ ++Files: ++Copyright: NONE ++License: ++ FIXME ++ ++Files: cmake/modules/FindGpgme.cmake ++Copyright: NONE ++License: BSD (3 clause) ++ FIXME ++ ++Files: debian/changelog ++Copyright: attributions. ++License: GENERATED FILE ++ FIXME ++ ++Files: COPYING ++Copyright: 2000-2002, Ximian, Inc. ++ 2005-2018, SUSE LINUX Products GmbH, Nuernberg, Germany. ++License: GPL (v2 or later) ++ FIXME ++ ++Files: doc/autoinclude/Mainpage.doc ++Copyright: 2000-2002, Ximian, Inc. ++ 2005, SUSE Linux Products GmbH ++License: GPL (v2 or later) ++ FIXME ++ ++Files: tests/data/openSUSE-11.1/suse/setup/descr/non_oss-11.1-46.1.x86_64.pat.gz ++Copyright: hˆÔ7l5Ä,Âñ3‡ ++ c¦™¹ce^Ju‚ÖÑf͆• ++ v”5¢PÛDšË‘•ÆÊ€û”@”´¸!0nß%øj9|°K ¾–»"­DŽ¥.ÄÖJ°[l ++ ˜5ª†F #Íj,jhó×í¦‰²P3^š™g¡ ++ ÑL`oê2Ó);B©ʇ*¡Ì®WmRo5Հ`¶¦j ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/openSUSE-11.1/suse/setup/descr/packages.gz ++Copyright: =©Ø1H}aú ++ 3¦§úŒaP3é¤Q'¯ßÞ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/kde-10.3-71.noarch.pat.gz ++Copyright: ”Éh"4­ØLHû ++ ÓÜø¶ ¨nø¨èxRËÚgl҆R˘Ÿä݂·= ++ ÞÙÿt¡ûeM¯° ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/yum/data/10.2-updates-subset/repodata/filelists.xml.gz ++Copyright: Ê9+ªÉ ++ AbŠ2–$8ŠYHe”1ˆ1NhÆ N©D”Lè~‹Ê¶®w}¦ˆÙî–—ωlÈv£¹ٚNd»Ñ܉lÈ։lÈÖt"['²u"['²u"['²UNdëD¶NdkŽ:‘­ÙpNd» ++ J+B͸ӹ‚4ÏðýDwÎÍCÝV°`‘Xf`½=üqòñüäÝùÙøôãçg¶Û ++ ™Ä͏éøú›ÿ.ŸÐaîf¬ìþ¢‰üÉS6Ÿ——²ZÁ7ð`šý¼†»W,àWÓøÙ~Ê**9õõ«†ü‹-ïyjxï-Ûc¾Ä½ðןÁ½‡¬Ãª ++ À~ƒr&Ãtc¢~ØÝªÍ›{.Ë ++ Öÿ#Ý ö`ßp‚}Æ öM'ØßoïûÆöN°ïû6„ì[ N°oL8Á¾9âûìÿw*»·Zö‘î¿Ä”x±’ï3žeŠE„‰@L_)‰„XSœÆ, ++ æåàæ¬.x¦;ÇÓÙmu ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.gz ++Copyright: ×%KnªÎQ%N8[:^ K)QDþ‘°c©÷âFå·(ª5äá{ ++ T|ü÷èü„®KO"lÓaAò} ++ ¯1.h_^çþÞ¢ÛPM ++ ÄPNÛV&F&ÿ– ++License: UNKNOWN ++ FIXME ++ ++Files: po/vi.po ++Copyright: 2005-2006, Gnome i18n Project for Vietnamese. ++ 2006, SUSE Linux Products GmbH. ++ nh Thịnh , 2006. ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/susetags/data/stable-x86-subset/suse/setup/descr/kde-10.3-71.noarch.pat ++Copyright: 2007, SUSE LINUX Products GmbH ++License: UNKNOWN ++ FIXME ++ ++Files: libzypp.spec.cmake ++Copyright: 2005-2013, SUSE LINUX Products GmbH, Nuernberg, Germany. ++License: UNKNOWN ++ FIXME ++ ++Files: po/es.po ++Copyright: 1999-2001, SuSE GmbH. ++ 2002-2003, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++ García Castillo , 2000. ++ sar Sánchez Alonso , 2007. ++License: UNKNOWN ++ FIXME ++ ++Files: po/bg.po ++Copyright: 2002, SuSE Linux AG. ++ 2005, SUSE Linux Products GmbH. ++ SuSE GmbH, 2000. ++License: UNKNOWN ++ FIXME ++ ++Files: debian/copyright ++Copyright: -format/1.0/ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/yum/data/extensions/repodata/primary.xml.gz ++Copyright: Sq(ê”E[ÑTÔÖbË~˜ÈD† ¢ˆÓMüºRÊÃ| ++ ³Í|xÐ+¶/ r‚–’Ä~ègÄÓиC‚ÊöÀfhçƒÌžb*‡ä%ù÷õ?¤JxDc‘f<΍iÍjH“$Žò˜' ++License: UNKNOWN ++ FIXME ++ ++Files: zypp/KVMap.h ++Copyright: SuSE Linux AG | ++License: UNKNOWN ++ FIXME ++ ++Files: po/km.po ++Copyright: YEAR SuSE Linux Products GmbH, Nuernberg ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.es.gz ++Copyright: Zåˆ%Kc{ü}ßüf'“ú¯êêfÓ5°±ä¸p1½œ~„wï/?}¨®¾åm׋%|ÆHð•Û€)V¯›jöª®aq×ܲYC ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/yum/data/extensions/repodata/other.xml.gz ++Copyright: [BL½Ç¯Ï‹Ã[[5Kx ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Fetcher/remote-site/diffs/file-3-4.diff.gz ++Copyright: d/xBbé. ++ €éâvði+ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Fetcher/remote-site/diffs/file-1-2.diff.gz ++Copyright: o}=a>©’“¦J<¶Êå$Ü8:áê9Ád0Ì|ë%`ùª8ý ++ Ž‡SÊH<ö§žñÎ`bïü#Uìӆ¢¯u‘ré,Ådöülˆ•ÝXntÔb+É<1 ++ ÈEëÙê<‚‰%|X%kŒJatŐÃMdž^ÿP¬’êlè¶[çS@.hýsMכ[Ò-?~âJš[ËJþ7<çù% ++ нUâé›Û‰Øö:6Äj,r5¹­Ø¬26:Pà Ð^ÒsQWƒ7Úv{º8/ÎA*ïX.Ȁzoc´N#Á䒗ˆ{фö¬Y‘Ìf ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/KeyRing/installkey.gpg ++Copyright: r;k¼¹p’̧ưà~¼>*pëÅm’Ÿ€ZLÇÿ÷_ÏӉ ++ x~H¡"ƒë£u&úKG¯ÍŒ7¯(ۍ)‰©}þªžÄÖÑóU)î§M üCWÅÉLæïOñ0ÈÉH‰hjQv ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Fetcher/remote-site/diffs/file-4-current.diff.gz ++Copyright: sî ++ ËoܶßÇʯZ©XÿŸ2ÁúE;þ„XWìj®ÄsTú ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Fetcher/remote-site/diffs/file-2-3.diff.gz ++Copyright: w÷ìݜºéƒ½;vC?:rh¾›È8»¹c۝h-‰eÚÓz>ÿE{-=|~ÍÏÑØ%{­6ÊÁjóçٟcÙɗÀ*¦|),oÛ9Ç·“¿~Æw΂Þuî䮝Q֝s ++ á•%q¤ˆ¶œ0™ µz›Ê’cêqcTE{c¤û‰ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/11.0-update/repodata/primary.xml.gz ++Copyright: ¤y9уÀ­=íúÑÖ6Su¸ÞÿüOH°®éÝoՂ°YËÒú÷ç¶ê{•!—/cæŒÓ¥éÁ[K>m¦VOÞX=9Cä~žW§-¼¦|²Õ•¿€ÅXcNM ++ ³A^NÓ©fYejâó›O߬Nš°­ÜîmJùËˍ`ٓóL¢úi´ ++ ÉWvkfb4@Õ<1hxÍ ++ É®‘Nnc5( £2ÔgŠ«˜Á,i´– ++ çSÀ؄abë÷áôGkŸ³_í/o㛍 ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/openSUSE-11.1/suse/setup/descr/packages.DU.gz ++Copyright: ¯2¥1eã!lä‘>X[¯²¶ŠæïŒDõ˜ŽÀ£y ++ ÅèÃg8øáÆì+È̌£O qör9ûáCcÀœðë³OxEb+I;Î~I-gß恃¿µ÷+!&³ŸH<[I.g?|èq ++ ÅèÃg8øí­½–Zº÷)ìý’Ìì}ÿ¡Ç1p¼Í ++ ўˆ7Ùb¬CMbæJ|ÕrôùDºï:¢Ö³®YÔÌP{ ++ üàlwëìþÈ¢´å¢ä$?ôvòÐßÍëû–ÒZͱþêðÑ®SJ¢[•6_­ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/openSUSE-11.1/suse/setup/descr/packages.cs.gz ++Copyright: »2*Ocvš ++ ÊE¯ô,EÜ[/j ++ ÓV³•olÚ¶Ù5ûÔ^ä{¿›ÿÈV鑣è)OT^"ã ++ Öȃòù1SÒ¥(-¼ž¶·ÉfÏXFr!eô ‹€C8¦ß¤ˆ<̦óWè ++ òãÅqRž†‹~ƾªžÞÚ £©‘Ï!DJ3— £Ò•†WL?¬Ô͎XQ>mŸC ++ õÏ"%OHŸ± ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/yum/data/10.2-updates-subset/repodata/other.xml.gz ++Copyright: ËG¬Bôg½ðð!—Ÿþˆcq;Wú_{Ô߸Á²÷€VÖ·|¾ºs2»@Ә?²ë¸,¸p—49Ì,‰§1’™¯Æ­ƒ‹3×5Í ++ ÐdŸÄ¤Hš™F(9ÿ;¯ë åTA0O‘pÀÛ+[b›6‹®Ê ++License: UNKNOWN ++ FIXME ++ ++Files: po/fa.po ++Copyright: وک '%s' برای %u بایت checksum '%s'" ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/openSUSE-11.1/suse/setup/descr/packages.en.gz ++Copyright: Û¿[`‹’qMšX"½R—ïAZõº4ølM ++ òãÅqRž†‹~ƾªžÞÚ £©‘Ï!DJ3— £Ò•†WL?¬Ô͎XQ>mŸC ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/11.0-update/repodata/deltainfo.xml.gz ++Copyright: ޖ¤¶Æ¸MwNco-BAP  ++ ç:z³°fR/§@5YçV½Ï­ZȖ¼¹˜êXK½?Î/~Ýýáýî¿ÿ~V¿AüÝnœNù¸Þ»Sڂ÷[s4uiÜ9úÛ;óîÐewÝøýõè§³Éc8®Œ°Kܨߥ¸&ƒƒ‘º±Vcš±ö ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/11.0-update/repodata/updateinfo.xml.gz ++Copyright: Þ¬_'ªv¯~ÛÈњ¦nˆkì­)ÀR‹U=@5áƒ) ++ ìKA ++ óêÅŶ®‹«Ë˜߰,[G|wYÐèšnØåŽÕ’ÒËj_±Ë&[š'ü„ü‡¦ýþòÓ«Ÿß}xûIãÔsÌÈ ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/yum/data/10.2-updates-subset/repodata/primary.xml.gz ++Copyright: â‘÷8}‚kXwÏÃ!ýм‡ o'dÿVäµ³ÓÝÆÅ¹ë× ¸ç8¾xT§&°Î ++ è#}¤â{Oû².TXŽl{ùז%Bè~àÚ²,«*j+Ӈ+ä‘ÑDǘރþpÙ`Â:Ü ++License: UNKNOWN ++ FIXME ++ ++Files: tests/data/OBS_zypp_svn-11.1/repodata/primary.xml.gz ++Copyright: êZ^þïípÐùªÒ,NF?žÀSpÒQ£ ãÑõ'ÿüòS×;ùß³^U.C™ËŽ&e?žôó|ü¢×Ä£Éíi8¹Q§*œôfT½ “ÑIIý"­ßÐ43òl’©{úQòU ++ îA'ºÇÓß;ùÝX·fš?{9’Cu6ˆý?ÂX’ë,è‘×½âùK™ý³˜zìe¯øñåtZ:jœýOôÔè'f’™¦T ++License: UNKNOWN ++ FIXME ++ ++Files: tests/repo/susetags/data/stable-x86-subset-gz/suse/setup/descr/packages.DU.gz ++Copyright: òöFÓ<‚š8Qi³{1‚:P7x_ƸqðE:یí ++License: UNKNOWN ++ FIXME ++ ++Files: tests/zypp/data/Delta/repodata/primary.xml.gz ++Copyright: úýmr`TcõCq×58BpVq)*ŽÁî³S4>ƒS5€° ++ ÿOåàb CEpƒ4ùðØkuAÍ7¶!ÙVsâÁ×§®}w{Ó;“¾pôbX†ÌÑlPíþÄ•}LQŽ‹x2•êK²2և ++License: UNKNOWN ++ FIXME ++ ++Files: zypp/parser/xml/XmlEscape.cc ++Copyright: 2003, Jonathan de Halleux ++License: zlib/libpng ++ FIXME ++ diff --cc debian/libzypp-bin.install index 0000000,0000000..c703cf8 new file mode 100644 --- /dev/null +++ b/debian/libzypp-bin.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/bin/ diff --cc debian/libzypp-common.install index 0000000,0000000..3312360 new file mode 100644 --- /dev/null +++ b/debian/libzypp-common.install @@@ -1,0 -1,0 +1,2 @@@ ++usr/share/zypp/ ++usr/share/locale/ diff --cc debian/libzypp-config.dirs index 0000000,0000000..95be13f new file mode 100644 --- /dev/null +++ b/debian/libzypp-config.dirs @@@ -1,0 -1,0 +1,9 @@@ ++etc/zypp/ ++etc/logrotate.d/ ++etc/zypp/repos.d/ ++etc/zypp/services.d/ ++etc/zypp/vendors.d/ ++etc/zypp/multiversion.d/ ++var/lib/zypp/ ++var/log/zypp/ ++var/cache/zypp/ diff --cc debian/libzypp-config.install index 0000000,0000000..790d5a8 new file mode 100644 --- /dev/null +++ b/debian/libzypp-config.install @@@ -1,0 -1,0 +1,3 @@@ ++etc/zypp/ ++etc/logrotate.d/ ++usr/share/man/ diff --cc debian/libzypp-config.postinst index 0000000,0000000..93a5344 new file mode 100755 --- /dev/null +++ b/debian/libzypp-config.postinst @@@ -1,0 -1,0 +1,82 @@@ ++#!/bin/sh ++ ++set -e ++ ++is_old() { ++ RES=1 ++ # if no such file, exit with false (1 in bash) ++ if [ -f ${LOCKSFILE} ]; then ++ TEMP_FILE=`mktemp` ++ cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE} ++ if [ -s ${TEMP_FILE} ]; then ++ RES=0 ++ else ++ RES=1 ++ fi ++ fi ++ rm -f ${TEMP_FILE} ++ return ${RES} ++} ++ ++append_new_lock(){ ++ case "$#" in ++ 1 ) ++ echo " ++solvable_name: $1 ++match_type: glob ++" >> ${LOCKSFILE} ++ ;; ++ 2 ) #TODO version ++ echo " ++solvable_name: $1 ++match_type: glob ++version: $2 ++" >> ${LOCKSFILE} ++ ;; ++ 3 ) #TODO version ++ echo " ++solvable_name: $1 ++match_type: glob ++version: $2 $3 ++" >> ${LOCKSFILE} ++ ;; ++ esac ++} ++ ++die() { ++ echo $1 ++ exit 1 ++} ++ ++# We exit unless the package is being configured ++case "$1" in ++ abort*upgrade) ++ exit 0 ++ ;; ++ abort*remove) ++ exit 0 ++ ;; ++ abort*deconfigure) ++ exit 0 ++ ;; ++ configure) ++ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi ++ # convert old lock file to new ++ # TODO make this a separate file? ++ # TODO run the sript only when updating form pre-11.0 libzypp versions ++ LOCKSFILE=/etc/zypp/locks ++ OLDLOCKSFILE=/etc/zypp/locks.old ++ ++ if is_old ${LOCKSFILE}; then ++ mv -f ${LOCKSFILE} ${OLDLOCKSFILE} || die "cannot backup old locks" ++ cat ${OLDLOCKSFILE} | sed "/^\#.*/d"| while read line; do ++ append_new_lock $line ++ done ++ fi ++ ;; ++ *) ++ exit 0; ++ ;; ++esac ++ ++#DEBHELPER# diff --cc debian/libzypp-dev.install index 0000000,0000000..a5f5af9 new file mode 100644 --- /dev/null +++ b/debian/libzypp-dev.install @@@ -1,0 -1,0 +1,4 @@@ ++usr/include/*/zypp/* ++usr/lib/*/libzypp.so ++usr/lib/*/pkgconfig/ ++usr/lib/*/cmake/ diff --cc debian/libzypp-doc.doc-base index 0000000,0000000..ad2999f new file mode 100644 --- /dev/null +++ b/debian/libzypp-doc.doc-base @@@ -1,0 -1,0 +1,10 @@@ ++Document: libzypp-doc ++Title: libzypp API documentation ++Author: Ximian, Inc. and SUSE Linux Products GmbH ++Abstract: This document describes the API of the libzypp library. ++Section: Programming/C++ ++ ++Format: HTML ++Index: /usr/share/doc/libzypp-doc/html/index.html ++Files: /usr/share/doc/libzypp-doc/html/* ++ diff --cc debian/libzypp-doc.install index 0000000,0000000..6092bea new file mode 100644 --- /dev/null +++ b/debian/libzypp-doc.install @@@ -1,0 -1,0 +1,2 @@@ ++usr/share/doc/libzypp/html ++usr/share/doc/libzypp/libzypp.doxytag/libzypp.doxytag diff --cc debian/libzypp-doc.links index 0000000,0000000..6c49421 new file mode 100644 --- /dev/null +++ b/debian/libzypp-doc.links @@@ -1,0 -1,0 +1,3 @@@ ++usr/share/doc/libzypp/html usr/share/doc/libzypp-doc/html ++usr/share/doc/libzypp/libzypp.doxytag usr/share/doc/libzypp-doc/libzypp.doxytag ++usr/share/javascript/jquery/jquery.js usr/share/doc/libzypp/html/jquery.js diff --cc debian/libzypp1702.install index 0000000,0000000..74eb87e new file mode 100644 --- /dev/null +++ b/debian/libzypp1702.install @@@ -1,0 -1,0 +1,1 @@@ ++/usr/lib/*/libzypp.so.* diff --cc debian/patches/1002_cmake-module-path-fix.patch index 0000000,0000000..33337ce new file mode 100644 --- /dev/null +++ b/debian/patches/1002_cmake-module-path-fix.patch @@@ -1,0 -1,0 +1,19 @@@ ++Description: Rename FindLibSolv.cmake to LibZyppConfig.cmake after installation. ++Author: Mike Gabriel ++Forwarded: https://github.com/openSUSE/libzypp/issues/28 ++ ++--- a/CMakeLists.txt +++++ b/CMakeLists.txt ++@@ -224,9 +224,9 @@ ++ CONFIGURE_FILE(${LIBZYPP_SOURCE_DIR}/libzypp.pc.cmake ${LIBZYPP_BINARY_DIR}/libzypp.pc @ONLY) ++ INSTALL( FILES ${LIBZYPP_BINARY_DIR}/libzypp.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig ) ++ ++-MESSAGE(STATUS "FindZypp.cmake will be installed in ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules") ++-INSTALL( FILES ${LIBZYPP_SOURCE_DIR}/cmake/modules/FindZypp.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules ) ++-INSTALL( FILES ${LIBZYPP_SOURCE_DIR}/cmake/modules/ZyppCommon.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules ) +++MESSAGE(STATUS "ZyppConfig.cmake will be installed in ${LIB_INSTALL_DIR}/cmake/Zypp/") +++INSTALL( FILES ${LIBZYPP_SOURCE_DIR}/cmake/modules/FindZypp.cmake RENAME ZyppConfig.cmake DESTINATION ${LIB_INSTALL_DIR}/cmake/Zypp/ ) +++INSTALL( FILES ${LIBZYPP_SOURCE_DIR}/cmake/modules/ZyppCommon.cmake DESTINATION ${LIB_INSTALL_DIR}/cmake/Zypp/ ) ++ ++ #################################################################### ++ # config templates diff --cc debian/patches/1003_various-typo-fixes.patch index 0000000,0000000..1bc5505 new file mode 100644 --- /dev/null +++ b/debian/patches/1003_various-typo-fixes.patch @@@ -1,0 -1,0 +1,160 @@@ ++Description: Fix some typo flaws in output messages ++Author: Mike Gabriel ++ ++--- a/doc/zypp-NameReqPrv.1.txt +++++ b/doc/zypp-NameReqPrv.1.txt ++@@ -24,11 +24,11 @@ ++ ++ -------------------- ++ 2431 zypper-1.9.16-22.2.x86_64 (99)@System openSUSE 1400499579 ++- nam: zypper +++ name: zypper ++ 40947 zypper-1.9.3-1.1.x86_64 (99)repo-oss (13.1) openSUSE 1383049437 ++- nam: zypper +++ name: zypper ++ 56140 zypper-1.9.16-22.2.x86_64 (99)repo-oss-update (13.1) openSUSE 1400499579 ++- nam: zypper +++ name: zypper ++ -------------------- ++ ++ ++--- a/package/libzypp.changes +++++ b/package/libzypp.changes ++@@ -4364,7 +4364,7 @@ ++ ------------------------------------------------------------------- ++ Fri Jan 9 17:01:10 CET 2009 - jkupec@suse.cz ++ ++-- handle HTTP 503 reponses as temporary errors (bnc #462545) +++- handle HTTP 503 responses as temporary errors (bnc #462545) ++ ++ ------------------------------------------------------------------- ++ Thu Dec 18 22:26:18 CET 2008 - ma@suse.de ++--- a/zypp/Fetcher.cc +++++ b/zypp/Fetcher.cc ++@@ -453,7 +453,7 @@ ++ catch ( media::MediaFileNotFoundException & exception ) ++ { ++ ZYPP_CAUGHT( exception ); ++- WAR << "Skiping subtree hidden at " << resource.filename() << endl; +++ WAR << "Skipping subtree hidden at " << resource.filename() << endl; ++ return; ++ } ++ ++--- a/zypp/base/InterProcessMutex.cc +++++ b/zypp/base/InterProcessMutex.cc ++@@ -277,7 +277,7 @@ ++ } ++ } // end loop ++ ++- LMIL << "Lock intialized" << endl; +++ LMIL << "Lock initialized" << endl; ++ ++ } ++ ++--- a/zypp/media/MediaCurl.cc +++++ b/zypp/media/MediaCurl.cc ++@@ -1463,7 +1463,7 @@ ++ } ++ else ++ { ++- WAR << "Could not get the reponse code." << endl; +++ WAR << "Could not get the response code." << endl; ++ } ++ ++ if (modified || infoRet != CURLE_OK) ++--- a/zypp/media/MediaHandler.cc +++++ b/zypp/media/MediaHandler.cc ++@@ -315,7 +315,7 @@ ++ { ++ if( attach_prefix.empty()) ++ { ++- MIL << "Reseting to built-in attach point prefixes." +++ MIL << "Resetting to built-in attach point prefixes." ++ << std::endl; ++ MediaHandler::_attachPrefix = attach_prefix; ++ return true; ++--- a/zypp/media/MediaMultiCurl.cc +++++ b/zypp/media/MediaMultiCurl.cc ++@@ -1375,7 +1375,7 @@ ++ } ++ else ++ { ++- WAR << "Could not get the reponse code." << endl; +++ WAR << "Could not get the response code." << endl; ++ } ++ ++ bool ismetalink = false; ++--- a/zypp/repo/PackageDelta.cc +++++ b/zypp/repo/PackageDelta.cc ++@@ -107,7 +107,7 @@ ++ break; ++ ++ default: ++- WAR << "Igore unknown attribute: " << it << endl; +++ WAR << "Ignore unknown attribute: " << it << endl; ++ } ++ } ++ ++--- a/zypp/sat/LookupAttr.cc +++++ b/zypp/sat/LookupAttr.cc ++@@ -258,9 +258,9 @@ ++ return str << "search nothing"; ++ ++ if ( obj.attr() ) ++- str << "seach " << obj.attr() << " in "; +++ str << "search " << obj.attr() << " in "; ++ else ++- str << "seach ALL in "; +++ str << "search ALL in "; ++ ++ if ( obj.solvable() ) ++ return str << obj.solvable(); ++--- a/zypp/target/TargetImpl.cc +++++ b/zypp/target/TargetImpl.cc ++@@ -1193,7 +1193,7 @@ ++ } ++ else ++ { ++- DBG << "dryRun: Not stroring non-package data." << endl; +++ DBG << "dryRun: Not storing non-package data." << endl; ++ } ++ ++ /////////////////////////////////////////////////////////////////// ++--- a/zypp/target/rpm/BinHeader.cc +++++ b/zypp/target/rpm/BinHeader.cc ++@@ -261,7 +261,7 @@ ++ return lst_r.set( headerget.val(), headerget.cnt(), headerget.type() ); ++ ++ default: ++- INT << "RPM_TAG MISSMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl; +++ INT << "RPM_TAG MISMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl; ++ } ++ } ++ } ++@@ -292,7 +292,7 @@ ++ return lst_r.set( (char**)headerget.val(), headerget.cnt() ); ++ ++ default: ++- INT << "RPM_TAG MISSMATCH: RPM_STRING_ARRAY_TYPE " << tag_r << " got type " << headerget.type() << endl; +++ INT << "RPM_TAG MISMATCH: RPM_STRING_ARRAY_TYPE " << tag_r << " got type " << headerget.type() << endl; ++ } ++ } ++ } ++@@ -335,7 +335,7 @@ ++ #endif ++ ++ default: ++- INT << "RPM_TAG MISSMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl; +++ INT << "RPM_TAG MISMATCH: RPM_INTxx_TYPE " << tag_r << " got type " << headerget.type() << endl; ++ } ++ } ++ } ++@@ -366,7 +366,7 @@ ++ return (char*)headerget.val(); ++ ++ default: ++- INT << "RPM_TAG MISSMATCH: RPM_STRING_TYPE " << tag_r << " got type " << headerget.type() << endl; +++ INT << "RPM_TAG MISMATCH: RPM_STRING_TYPE " << tag_r << " got type " << headerget.type() << endl; ++ } ++ } ++ } diff --cc debian/patches/README index 0000000,0000000..80c1584 new file mode 100644 --- /dev/null +++ b/debian/patches/README @@@ -1,0 -1,0 +1,3 @@@ ++0xxx: Grabbed from upstream development. ++1xxx: Possibly relevant for upstream adoption. ++2xxx: Only relevant for official Debian release. diff --cc debian/patches/series index 0000000,0000000..476a7a3 new file mode 100644 --- /dev/null +++ b/debian/patches/series @@@ -1,0 -1,0 +1,2 @@@ ++1002_cmake-module-path-fix.patch ++1003_various-typo-fixes.patch diff --cc debian/rules index 0000000,0000000..5e8da30 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,51 @@@ ++#!/usr/bin/make -f ++ ++NULL = ++ ++include /usr/share/dpkg/pkg-info.mk ++ ++export DEB_BUILD_MAINT_OPTIONS = hardening=+all ++DPKG_EXPORT_BUILDFLAGS = 1 ++include /usr/share/dpkg/buildflags.mk ++ ++# assure that gnupg has a writeable home ++BUILDHOME = $(CURDIR)/debian/deb_build_home ++export HOME=$(BUILDHOME) ++ ++pre-build:: ++ mkdir -p $(BUILDHOME)/.gnupg ++ ++include /usr/share/cdbs/1/class/cmake.mk ++include /usr/share/cdbs/1/rules/debhelper.mk ++include /usr/share/cdbs/1/rules/utils.mk ++ ++DEB_BUILD_PARALLEL = 1 ++ ++DEB_DH_INSTALL_ARGS += --fail-missing ++ ++DEB_CMAKE_EXTRA_FLAGS += -DCMAKE_INSTALL_PREFIX=/usr \ ++ -DDOC_INSTALL_DIR=/usr/share/doc \ ++ -DLIB=lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \ ++ -DINCLUDE=include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \ ++ -DCMAKE_BUILD_TYPE=Release \ ++ -DCMAKE_SKIP_RPATH=FALSE \ ++ -DCMAKE_SKIP_RPATH_INSTALL=TRUE \ ++ -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \ ++ -DDEBIAN=1 \ ++ $(NULL) ++ ++DEB_MAKE_CHECK_TARGET = ctest ++ ++DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='libzypp-dbg (<< 17.1.3~)' ++ ++common-install-indep:: remove-cruft tweak-install ++common-install-arch:: remove-cruft tweak-install ++ ++remove-cruft:: ++ echo "Nothing to be decrufted..." ++ ++tweak-install:: ++ mv -f $(CURDIR)/debian/tmp/etc/logrotate.d/zypp-history.lr $(CURDIR)/debian/tmp/etc/logrotate.d/zypp-history ++ ++get-orig-source: ++ uscan --noconf --force-download --rename --download-current-version --destdir=.. diff --cc debian/source/format index 0000000,0000000..163aaf8 new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/watch index 0000000,0000000..d1e90be new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,4 @@@ ++version=3 ++opts=filenamemangle=s/.*\/([\d\.-]+)\.tar\.gz/libzypp-$1.tar.gz/,dversionmangle=s/\+dfsg// \ ++https://github.com/openSUSE/libzypp/tags .*/archive/([\d\.]+).tar.gz ++