Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libzypp-17.32.0-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: libzypp Distribution: openSUSE Tumbleweed
Version: 17.32.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 22 18:16:32 2024
Group: System/Packages Build host: reproducible
Size: 9964141 Source RPM: libzypp-17.32.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/openSUSE/libzypp
Summary: Library for package, patch, pattern and product management
libzypp is the package management library that powers applications
like YaST, zypper and the openSUSE/SLE implementation of PackageKit.

libzypp provides 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 commiting 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.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Mar 22 2024 ma@suse.de
  - Add resolver option 'removeOrphaned' for distupgrade
    (bsc#1221525)
  - New VendorSupportOption flag VendorSupportSuperseded
    (jsc#OBS-301, jsc#PED-8014)
  - Tests: fix vsftpd.conf where SUSE and Fedora use different
    defaults (fixes #522)
  - Add default stripe minimum (#529)
  - Don't expose std::optional where YAST/PK explicitly use c++11.
  - Digest: Avoid using the deprecated OPENSSL_config.
  - version 17.32.0 (32)
* Tue Feb 20 2024 ma@suse.de
  - ProblemSolution::skipsPatchesOnly overload to handout the
    patches.
  - Remove https->http redirection exceptions for
    download.opensuse.org.
  - version 17.31.32 (22)
* Wed Feb 07 2024 ma@suse.de
  - tui: allow to access the underlying ostream of out::Info.
  - Add MLSep: Helper to produce not-NL-terminated multi line
    output.
  - version 17.31.31 (22)
* Tue Feb 06 2024 ma@suse.de
  - applydeltaprm: Create target directory if it does not exist
    (bsc#1219442)
  - Add ProblemSolution::skipsPatchesOnly (for openSUSE/zypper#514)
  - Fix problems with EINTR in ExternalDataSource::getline (fixes
    bsc#1215698)
  - version 17.31.30 (22)
* Tue Jan 23 2024 ma@suse.de
  - CheckAccessDeleted: fix running_in_container detection
    (bsc#1218782)
  - Detect CURLOPT_REDIR_PROTOCOLS_STR availability at runtime
    (bsc#1218831)
  - Make Wakeup class EINTR safe.
  - Add a way to cancel media operations on shutdown
    (openSUSE/zypper#522)
    This patch adds a mechanism to signal libzypp that a shutdown was
    requested, usually when CTRL+C was pressed by the user. Currently
    only the media backend will utilize this, but can be extended to
    all code paths that use g_poll() to wait for events.
  - Manually poll fds for curl in MediaCurl.
    Using curl_easy_perform does not give us the required control on
    when we want to cancel a download. Switching to the MultiCurl
    implementation with a external poll() event loop will give us
    much more freedom and helps us to improve our Ctrl+C handling.
  - Move reusable curl poll code to curlhelper.h.
  - version 17.31.29 (22)
* Tue Jan 09 2024 ma@suse.de
  - Fix to build with libxml 2.12.x (fixes #505)
  - version 17.31.28 (22)
* Fri Dec 22 2023 ma@suse.de
  - CheckAccessDeleted: fix 'running in container' filter
    (bsc#1218291)
  - version 17.31.27 (22)
* Thu Dec 21 2023 ma@suse.de
  - Call zypp commit plugins during transactional update (fixes #506)
  - Add support for loongarch64 (fixes #504)
  - Teach MediaMultiCurl to download HTTP Multibyte ranges.
  - Teach zsync downloads to MultiCurl.
  - Expand RepoVars in URLs downloading a .repo file (bsc#1212160)
    Convenient and helps documentation as it may refer to a single
    command for a bunch of distributions. Like e.g. "zypper ar
    'https://server.my/$releasever/my.repo'".
  - version 17.31.26 (22)
* Thu Dec 14 2023 ma@suse.de
  - Fix build issue with zchunk build flags (fixes #500)
  - version 17.31.25 (22)
* Thu Dec 14 2023 ma@suse.de
  - Open rpmdb just once during execution of %posttrans scripts
    (bsc#1216412)
  - Avoid using select() since it does not support fd numbers >
    1024 (fixes #447)
  - tools/DownloadFiles: use standard zypp progress bar (fixes #489)
  - Revert "Color download progress bar" (fixes #475)
    Cyan is already used for the output of RPM scriptlets. Avoid this
    colorific collision between download progress bar and scriptlet
    output.
  - Fix ProgressBar's calculation of the printed tag position (fixes #494)
  - Switch zypp::Digest to Openssl 3.0 Provider API (fixes #144)
  - Fix usage of deprecated CURL features (fixes #486)
  - version 17.31.24 (22)
* Wed Oct 25 2023 ma@suse.de
  - Stop using boost version 1 timer library (fixes #489,
    bsc#1215294)
  - version 17.31.23 (22)
* Thu Oct 12 2023 ma@suse.de
  - Preliminary disable 'rpm --runposttrans' usage for chrooted
    systems (bsc#1216091)
    This limits the %transfiletrigger(postun|in) support in the
    default installer if --root is used (as described in bsc#1041742).
    The chrooted execution of the scripts in 'rpm --runposttrans'
    broke in rpm-4.18. It's expected to be fixed in rpm-4.19.
    Then we'll enable the feature again.
  - fix comment typo on zypp.conf (boo#1215979)
  - version 17.31.22 (22)
* Thu Sep 21 2023 ma@suse.de
  - Attempt to delay %transfiletrigger(postun|in) execution if rpm
    supports it (bsc#1041742)
    Decide during installation whether rpm is capable of delayed
    %posttrans %transfiletrigger(postun|in) execution or whether we
    can just handle the packages %posttrans. On TW a delayed
    %transfiletrigger handling is possible since rpm-4.17.
  - Make sure the old target is deleted before a new one is created
    (bsc#1203760)
  - version 17.31.21 (22)
* Thu Aug 24 2023 ma@suse.de
  - Fixup changes for 17.31.16. Remove faulty reference to a bug
    actually fixed in 2019.
  - version 17.31.20 (22)
* Wed Aug 16 2023 ma@suse.de
  - Fix zypp-tui/output/Out.h to build with clang.
  - Fix zypp/Arch.h for clang (fixes #478)
    Clang seems to have issues with picking the overload in
    std::men_fn if there is a static overload of a member function.
    We need to explicitely specify the correct type of the function
    pointer. To make sure this would not break compiling a
    application with clang that builds against libzypp this patch
    works around the problem.
  - version 17.31.19 (22)
* Fri Aug 04 2023 ma@suse.de
  - SINGLE_RPMTRANS: Respect ZYPP_READONLY_HACK when checking the
    zypp-rpm lock (fixes openSUSE/openSUSE-repos#29)
  - version 17.31.18 (22)
* Fri Jul 28 2023 ma@suse.de
  - Fix wrong filesize exceeded dl abort in zyppng::Downloader
    (bsc#1213673)
    In some cases when downloading very small files we can run into
    issues when the URL is protected by credentials.
  - version 17.31.17 (22)
* Mon Jul 24 2023 ma@suse.de
  - Fix negative ZYPP_LOCK_TIMEOUT not waiting forever (bsc#1213231)
  - Don't cleanup orphaned dirs if read-only mode was promised
    (bsc#1210740)
  - version 17.31.16 (22)
* Wed Jun 28 2023 ma@suse.de
  - Fix build against protobuf >= 22 (fixes #465, closes #466)
    Port away from protobuf_generate_cpp. Upstream protobuf does not
    export protobuf_generate_cpp by default anymore.
    Use protobuf_generate instead, which is also available on older
    versions.
  - Remove SUSE < SLE11 constructs (fixes #464).
  - version 17.31.15 (22)
* Thu Jun 15 2023 ma@suse.de
  - build: honor libproxy.pc's includedir (bsc#1212222)
  - Curl: trim all custom headers (bsc#1212187)
    HTTP/2 RFC 9113 forbids fields ending with a space. So we make
    sure all custom headers are trimmed. This also includes headers
    returned by URL-Resolver plugins.
  - version 17.31.14 (22)
* Mon Jun 12 2023 ma@suse.de
  - curl: Trim user agent string (bsc#1212187)
    HTTP/2 RFC 9113 forbids fields ending with a space. Violation
    results in curl error: 92: HTTP/2 PROTOCOL_ERROR.
  - version 17.31.13 (22)
* Mon Jun 05 2023 ma@suse.de
  - Do not unconditionally release a medium if provideFile failed
    (bsc#1211661)
  - libzypp.spec.cmake: remove duplicate file listing.
  - version 17.31.12 (22)
* Fri Apr 28 2023 ma@suse.de
  - MediaCurl: Fix endless loop if wrong credentials are stored in
    credentials.cat (bsc#1210870)
    Since libzypp-17.31.7 wrong credentials stored in credentials.cat
    may lead to an endless loop. Rather than asking for the right
    credentials, the stored ones are used again and again.
  - zypp.conf: Introduce 'download.connect_timeout' [60 sec.]
    (bsc#1208329)
    Maximum time in seconds that you allow the connection phase to
    the server to take. This only limits the connection phase, it has
    no impact once it has connected. (see also CURLOPT_CONNECTTIMEOUT)
  - commit: Try to provide /dev fs if not present (fixes #444)
  - fix build with boost 1.82.
  - version 17.31.11 (22)
* Mon Apr 24 2023 aschnell@suse.com
  - fix build with boost 1.82
* Thu Apr 13 2023 ma@suse.de
  - BuildRequires: libsolv-devel >= 0.7.24 for x86_64_v[234]
    support.
  - version 17.31.10 (22)
* Fri Mar 31 2023 ma@suse.de
  - Workround bsc#1195633 while libsolv <= 0.7.23 is used.
  - Fix potential endless loop in new ZYPP_MEDIANETWORK.
  - ZYPP_METALINK_DEBUG=1: Log URL and priority of the mirrors
    parsed from a metalink file.
  - multicurl: propagate ssl settings stored in repo url
    (boo#1127591)
    Closes #335.
  - Teach MediaNetwork to retry on HTTP2 errors.
  - fix CapDetail to return Rel::NONE if an EXPRESSION is used as a
    NAMED cap.
  - Capability: support parsing richdeps from string.
  - defaultLoadSystem: default to LS_NOREFRESH if not root.
  - Detect x86_64_v[234]: Fix LZCNT bit used in detection (fixes
    [#439])
    Merges rpm-software-management/rpm#2412: The bit for LZCNT is in
    CPUID 0x80000001, not 1.
  - Detect x86_64_v[234] architecture levels (fixes #439)
  - Support x86_64_v[234] architecture levels (for #439)
  - version 17.31.9 (22)
* Mon Feb 13 2023 ma@suse.de
  - ProgressData: enforce reporting the INIT||END state
    (bsc#1206949)
  - ps: fix service detection on newer Tumbleweed systems
    (bsc#1205636)
  - version 17.31.8 (22)
* Sat Dec 24 2022 ma@suse.de
  - Hint to "zypper removeptf" to remove PTFs.
  - Removing a PTF without enabled repos should always fail
    (bsc#1203248)
    Without enabled repos, the dependent PTF-packages would be
    removed (not replaced!) as well. To remove a PTF "zypper install
    - - -PTF" or a dedicated "zypper removeptf PTF" should be used.
    This will update the installed PTF packages to theit latest
    version.
  - version 17.31.7 (22)
* Fri Nov 25 2022 ma@suse.de
  - Avoid calling getsockopt when we know the info already.
    This patch hopefully fixes logging on WSL, getsockopt seems to
    not be fully supported but the code required it when accepting
    new socket connections. (for bsc#1178233)
  - Enhance yaml-cpp detection (fixes #428)
  - No need to redirect 'history.logfile=/dev/null' into the target.
  - MultiCurl: Make sure to reset the progress function when
    falling back.
  - version 17.31.6 (22)
* Mon Nov 07 2022 ma@suse.de
  - Create '.no_auto_prune' in the package cache dir to prevent auto
    cleanup of orphaned repositories (bsc#1204956)
  - properly reset range requests (bsc#1204548)
  - version 17.31.5 (22)
* Mon Oct 17 2022 ma@suse.de
  - Do not clean up MediaSetAccess before using the geoip file
    (fixes #424)
  - version 17.31.4 (22)
* Fri Oct 14 2022 ma@suse.de
  - Improve download of optional files (fixes #416)
  - Do not use geoip rewrites if the repo has explicit country
    settings.
  - Implement geoIP feature for zypp.
    This patch adds a feature to rewrite request URLs to the repo
    servers by querying a geoIP file from download.opensuse.org. This
    file can return a redirection target depending on the clients IP
    adress, this way we can directly contact a local mirror of d.o.o
    instead. The redir target stays valid for 24hrs.
    This feature can be disabled in zypp.conf by setting
    'download.use_geoip_mirror = false'.
  - Use a dynamic fallback for BLKSIZE in downloads.
    When not receiving a blocklist via metalink file from the server
    MediaMultiCurl used to fallback to a fixed, relatively small
    BLKSIZE. This patch changes the fallback into a dynamic value
    based on the filesize using a similar metric as the MirrorCache
    implementation on the server side.
  - Skip media.1/media download for http repo status calc.
    This patch allows zypp to skip a extra media.1/media download to
    calculate if a repository needs to be refreshed. This
    optimisation only takes place if the repo does specify only
    downloading base urls.
  - version 17.31.3 (22)
* Wed Oct 05 2022 ma@suse.de
  - Resolver: Fix missing --[no]-recommends initialization in
    update (fixes #openSUSE/zypper#459, bsc#1201972)
  - Log ONLY_NAMESPACE_RECOMMENDED because this is what corresponds
    to --[no]-recommends.
  - version 17.31.2 (22)
* Fri Sep 02 2022 ma@suse.de
  - UsrEtc: Store logrotate files in %{_distconfdir} if defined
    (fixes #402)
  - Log backtrace on SIGABRT too.
  - Need to explicitly enable building experimental code. Otherwise
    an old Notcurses++ package which happens to be present in the
    buildenv breaks the build (fixes #412).
  - Work around libyui/libyui#78 on code 15.4 and older.
  - Stop using std::*ary_function; deprecated and removed in c++17.
  - Don't expose header files which use types not available in
    c++11.  In 15.3 and older, YAST and PK compile with -std=c++11.
  - Remove no longer needed %post code (bsc#1203649)
  - Enable zck support for SLE15-SP4 and newer. On Leap it is enabled
    since 15.1 (bsc#1189282)
  - version 17.31.1 (22)
* Tue Jul 19 2022 ma@suse.de
  - Add PoolItem::statusReinit to reset the status it's initial
    state in the ResPool (might help bsc#1199895)
    This may either be 'KEEP_STATE bySOLVER' or 'LOCKED byUSER' if
    the PoolItem matched a hard lock defined in /etc/zypp/locks.
  - Fix building with GCC 13 on i586 (fixes #407, fixes #396)
  - Be prepared to receive exceptions from curl_easy_cleanup
    (bsc#1201092)
  - Don't auto-flag kernel-firmware as 'reboot-needed' (bsc#1200993)
  - Remove Medianetwork and dependend code.
    This commit removes the MediaNetwork tech preview and all related
    code. First reason for this is that MediaNetwork was just meant
    as a way to test the new CURL based downloader and second: since
    the Provide API is going to completely replace the current media
    backend it would be extra work to ensure that changes on the
    Downloader do not break MediaNetwork.
  - version 17.31.0 (22)
* Tue Jul 05 2022 ma@suse.de
  - Fix building with GCC 12.x release (#396)
  - version 17.30.3 (22)
* Wed Jun 15 2022 ma@suse.de
  - appdata plugin: Pass path to the repodata/ directory inside the
    cache (bsc#1197684)
  - zypp-rpm: flush rpm script output buffer before sending
    endOfScriptTag.
  - version 17.30.2 (22)
* Mon May 30 2022 ma@suse.de
  - PluginRepoverification: initial version hooked into
    repo::Downloader and repo refresh.
  - Immediately start monitoring the download.transfer_timeout.
    Do not wait until the first data arrived. (bsc#1199042)
  - singletrans: no dry-run commit if doing just download-only.
  - Work around cases where sat repo.start points to an invalid
    solvable.  May happen if (wrong arch) solvables were removed
    at the  beginning of the repo.
  - fix misplaced #endif SINGLE_RPMTRANS_AS_DEFAULT_FOR_ZYPPER
    (fixes #388)
  - version 17.30.1 (22)
* Fri Mar 25 2022 ma@suse.de
  - ZConfig: Update solver settings if target changes (bsc#1196368)
  - version 17.30.0 (22)
* Mon Mar 21 2022 ma@suse.de
  - Fix possible hang in singletrans mode (bsc#1197134)
  - Do 2 retries if mount is still busy.
  - version 17.29.7 (22)
* Mon Mar 14 2022 ma@suse.de
  - Fix package signature check (bsc#1184501)
    Pay attention that header and payload are secured by a valid
    signature and report more detailed which signature is missing.
  - Retry umount if device is busy (bsc#1196061, closes #381)
    A previously released ISO image may need a bit more time to
    release it's loop device. So we wait a bit and retry.
  - Fix serializing/deserializing type mismatch in zypp-rpm
    protocol (bsc#1196925)
  - Fix handling of ISO media in releaseAll (bsc#1196061)
  - Hint on common ptf resolver conflicts (bsc#1194848)
  - version 17.29.6 (22)
* Thu Feb 24 2022 ma@suse.de
  - Hint on ptf<>patch resolver conflicts (bsc#1194848)
  - version 17.29.5 (22)
* Tue Feb 08 2022 ma@suse.de
  - Fix handling of redirected command in-/output (bsc#1195326)
    This fixes delays at the end of zypper operations, where
    zypper unintentionally waits for appdata plugin scripts to
    complete.
  - version 17.29.4 (22)
* Tue Feb 01 2022 ma@suse.de
  - Public header files on older distros must use c++11
    (bsc#1194597)
  - Fix exception handling when reading or writing credentials
    (bsc#1194898)
  - version 17.29.3 (22)
* Thu Jan 20 2022 ma@suse.de
  - Fix Legacy include (bsc#1194597)
  - version 17.29.2 (22)
* Mon Jan 10 2022 ma@suse.de
  - Fix broken install path for parser compat headers (fixes #372,
    bsc#1194597)
  - RepoManager: remember exec errors in exception history
    (bsc#1193007)
  - version 17.29.1 (22)
* Thu Dec 23 2021 ma@suse.de
  - Use the default zypp.conf settings if no zypp.conf exists
    (bsc#1193488)
  - Fix wrong encoding of iso: URL components (bsc#954813)
  - Handle armv8l as armv7hl compatible userland.
  - Introduce zypp-curl a sublibrary for CURL related code.
  - zypp-rpm: Increase rpm loglevel if ZYPP_RPM_DEBUG is set.
  - Save all signatures associated with a public key in its
    PublicKeyData.
  - version 17.29.0 (22)
* Thu Nov 11 2021 ma@suse.de
  - Disable logger in the child after fork (bsc#1192436)
  - version 17.28.8 (22)
* Thu Nov 04 2021 ma@suse.de
  - Check log writer before accessing it (fixes #355, bsc#1192337)
  - Save locks: Update an existing locks changed comment string.
  - Allow uname-r format in purge kernels keepspec (fixes
    openSUSE/zypper#418)
  - version 17.28.7 (22)
* Mon Oct 18 2021 ma@suse.de
  - Zypper should keep cached files if transaction is aborted
    (bsc#1190356)
    Singletrans mode currently does not keep files around if the
    transaction is aborted. This patch fixes the problem.
  - Require a minimum number of mirrors for multicurl (bsc#1191609)
  - Use procfs to detect nr of open fd's if rlimit is too high
    (bsc#1191324)
    Especially in a VM iterating over all possible fd's to close open
    ones right before a exec() slows down zypper unnecessarily. This
    patch uses /proc/self/fd to iterate over open fd's in case rlimit
    is above 1024.
  - po: Fix some lost '%' signs in positional args (bsc#1191370)
  - RepoManager: Don't probe for plaindir repo if URL schema is
    plugin: (bsc#1191286)
  - version 17.28.6 (22)
* Mon Oct 04 2021 ma@suse.de
  - Downloader does not respect checkExistsOnly flag (bsc#1190712)
    A missing check causes zyppng::Downloader to always download full
    files even if the checkExistsOnly flag is set. This patch adds
    the missing logic.
  - Fix kernel-*-livepatch removal in purge-kernels (bsc#1190815)
    The kernel-*-livepatch packages are supposed to serve as a stable
    handle for the ephemeral kernel livepatch packages. See
    FATE#320268 for details. As part of the kernel live patching
    ecosystem, kernel-*-livepatch packages should not block the
    purge-kernels step.
  - version 17.28.5 (22)
* Fri Sep 17 2021 ma@suse.de
  - Make sure to keep states alives while transitioning
    (bsc#1190199)
  - May set techpreview variables for testing in /etc/zypp/zypp.conf.
    If environment variables are unhandy one may enable the desired
    techpreview in zypp.conf as well:
      [main]
      techpreview.ZYPP_SINGLE_RPMTRANS=1
      techpreview.ZYPP_MEDIANETWORK=1
  - version 17.28.4 (22)
* Fri Sep 03 2021 ma@suse.de
  - CMake/spec: Add option to force SINGLE_RPMTRANS as default for
    zypper (fixes #340)
  - Make sure singleTrans is zypper-only for now.
  - Do not double check signatures and keys (bsc#1190059)
  - version 17.28.3 (22)
* Tue Aug 31 2021 ma@suse.de
  - Workaround Bug 1189788: Don't allow ZYPP_SINGLE_RPMTRANS=1 on a
    not UsrMerged Tumbleweed system.
  - version 17.28.2 (22)
* Mon Aug 23 2021 ma@suse.de
  - Fix crashes in logging code when shutting down (bsc#1189031)
  - version 17.28.1 (22)
* Mon Jul 26 2021 ma@suse.de
  - Rephrase vendor conflict message in case 2 packages are
    involved (bsc#1187760)
    This covers the case where not the packages itself would change
    its vendor, but replaces a package from a different vendor.
  - Fix solver jobs for PTFs (bsc#1186503)
  - spec: switch to pkgconfig(openssl)
  - Show key fpr from signature when signature check fails
    (bsc#1187224)
    Rpm by default only shows the short key ID when checking the
    signature of a package fails. This patch reads the signatures
    from the RPM headers and replaces she short IDs with the key
    fingerprints fetched from the signatures.
  - Implement alternative single transaction commit strategy.
    This patch adds a experimental commit strategy that runs all
    operations in a single rpm transaction, speeding up the execution
    a lot.
  - Use ZYPP_MEDIANETWORK=1 to enable the experimental new media
    backend.
  - Implement zchunk download, refactor Downloader backend.
  - Fix purge-kernels fails with kernels from Kernel:HEAD
    (bsc#1187738)
    There recently was a change in the kernel package naming scheme
    in regards to rc kernels. Since kernel upstream uses characters
    in the version that are not allowed in rpm versions a "-rc" was
    previously replaced with ".rc" which broke sorting by version, to
    fix this issue it was replaced with "~rc", which unfortunately
    broke the purge-kernels logic. This patch makes sure purge-kernel
    does apply the same conversion.
  - version 17.28.0 (22)
* Thu Jun 10 2021 ma@suse.de
  - Enhance XML output of repo GPG options (fixes openSUSE/zypper#390)
    In addition to the effective values, add optional attributes
    showing the raw values actually present in the .repo file.
    (raw_gpgcheck, raw_repo_gpgcheck, raw_pkg_gpgcheck)
  - Link all executables with -pie (bsc#1186447)
  - Ship an empty /etc/zypp/needreboot per default (fixes #311, jsc#PM-2645)
    If packages want to trigger the reboot-needed hiint upon installation
    they may provide 'installhint(reboot-needed)'.
    Builtin packages triggering the hint without the provides are
    only kernel and kernel-firmware related.
  - Add Solvable::isBlacklisted as superset of retracted and ptf
    packages (bsc#1186503)
  - Fix segv if ZYPP_FULLOG is set (fixes #317)
  - version 17.27.0 (22)
* Tue Jun 01 2021 ma@suse.de
  - Work around download.o.o broken https redirects.
  - Allow trusted repos to add additional signing keys (bsc#1184326)
    Repositories signed with a trusted gpg key may import additional
    package signing keys. This is needed if different keys were used
    to sign the the packages shipped by the repository.
  - MediaCurl: Fix logging of redirects.
  - Use 15.3 resolver problem and solution texts on all distros.
  - $ZYPP_LOCK_TIMEOUT: Let negative values wait forever for the
    zypp lock (bsc#1184399)
    Helps boot time services like 'zypper purge-kernels' to wait for
    the zypp lock until other services using zypper have completed.
  - Fix purge-kernels is broken in Leap 15.3 (bsc#1185325)
    Leap 15.3 introduces a new kernel package called
    kernel-flavour-extra, which contain kmp's. Currently kmp's are
    detected by name ".*-kmp(-.*)?" but this does not work which
    those new packages. This patch fixes the problem by checking
    packages for kmod(*) and ksym(*) provides and only falls back to
    name checking if the package in question does not provide one of
    those.
  - Introduce zypp-runpurge, a tool to run purge-kernels on
    testcases.
  - version 17.26.0 (22)
* Wed Apr 28 2021 ma@suse.de
  - Properly handle permission denied when providing optional files
    (bsc#1185239)
  - Fix service detection with cgroupv2 (bsc#1184997)
  - version 17.25.10 (22)
* Thu Apr 22 2021 ma@suse.de
  - Add missing includes for GCC 11 (bsc#1181874)
  - Fix unsafe usage of static in media verifier.
  - Solver: Avoid segfault if no system is loaded (bsc#1183628)
  - MediaVerifier: Relax media set verification in case of a single
    not-volatile medium (bsc#1180851)
  - Do no cleanup in custom cache dirs (bsc#1182936)
  - ZConfig: let pubkeyCachePath follow repoCachePath.
  - version 17.25.9 (22)
* Wed Feb 24 2021 ma@suse.de
  - Try to provide a mounted /proc in --root installs (bsc#1181328)
    Some systemd tools require /proc to be mounted and fail if it's
    not there.
  - Enable release packages to request a releaxed suse/opensuse
    vendorcheck in dup when migrating. (bsc#1182629)
  - version 17.25.8 (22)
* Wed Feb 17 2021 ma@suse.de
  - Patch: Identify well-known category names (bsc#1179847)
    This allows to use the RH and SUSE patch categrory names
    synonymously:
    (recommendedi = bugfix) and (optional = feature = enhancement).
  - Add missing includes for GCC 11 compatibility. (bsc#1181874)
  - Fix %posttrans script execution (fixes #265)
    The scripts are execuable. No need to call them through 'sh -c'.
  - Commit: Fix rpmdb compat symlink in case rpm got removed.
  - Repo: Allow multiple baseurls specified on one line (fixes #285)
  - Regex: Fix memory leak and undefined behavior.
  - Add rpm buildrequires for test suite (fixes #279)
  - Use rpmdb2solv new -D switch to tell the location ob the
    rpmdatabase to use.
  - BuildRequires:  libsolv-devel >= 0.7.17.
  - version 17.25.7 (22)
* Tue Jan 12 2021 ma@suse.de
  - Rephrase solver problem descriptions (jsc#SLE-8482)
  - Adapt to changed gpg2/libgpgme behavior (bsc#1180721)
  - Multicurl backend breaks with with unknown filesize (fixes #277)
  - version 17.25.6 (22)

Files

/etc/zypp
/etc/zypp/credentials.d
/etc/zypp/multiversion.d
/etc/zypp/needreboot
/etc/zypp/needreboot.d
/etc/zypp/repos.d
/etc/zypp/services.d
/etc/zypp/systemCheck
/etc/zypp/systemCheck.d
/etc/zypp/vars.d
/etc/zypp/vendors.d
/etc/zypp/zypp.conf
/usr/bin/zypp-CheckAccessDeleted
/usr/bin/zypp-NameReqPrv
/usr/etc/logrotate.d/zypp-history.lr
/usr/lib/libzypp.so.1732
/usr/lib/libzypp.so.1732.0.0
/usr/lib/zypp
/usr/lib/zypp/plugins
/usr/lib/zypp/plugins/appdata
/usr/lib/zypp/plugins/commit
/usr/lib/zypp/plugins/services
/usr/lib/zypp/plugins/system
/usr/lib/zypp/plugins/urlresolver
/usr/libexec/zypp
/usr/libexec/zypp/zypp-rpm
/usr/share/licenses/libzypp
/usr/share/licenses/libzypp/COPYING
/usr/share/locale/af/LC_MESSAGES/zypp.mo
/usr/share/locale/ar/LC_MESSAGES/zypp.mo
/usr/share/locale/ast/LC_MESSAGES/zypp.mo
/usr/share/locale/be/LC_MESSAGES/zypp.mo
/usr/share/locale/bg/LC_MESSAGES/zypp.mo
/usr/share/locale/bn/LC_MESSAGES/zypp.mo
/usr/share/locale/bs/LC_MESSAGES/zypp.mo
/usr/share/locale/ca/LC_MESSAGES/zypp.mo
/usr/share/locale/cs/LC_MESSAGES/zypp.mo
/usr/share/locale/cy/LC_MESSAGES/zypp.mo
/usr/share/locale/da/LC_MESSAGES/zypp.mo
/usr/share/locale/de/LC_MESSAGES/zypp.mo
/usr/share/locale/el/LC_MESSAGES/zypp.mo
/usr/share/locale/en_GB/LC_MESSAGES/zypp.mo
/usr/share/locale/es/LC_MESSAGES/zypp.mo
/usr/share/locale/et/LC_MESSAGES/zypp.mo
/usr/share/locale/fa/LC_MESSAGES/zypp.mo
/usr/share/locale/fi/LC_MESSAGES/zypp.mo
/usr/share/locale/fr/LC_MESSAGES/zypp.mo
/usr/share/locale/gl/LC_MESSAGES/zypp.mo
/usr/share/locale/gu/LC_MESSAGES/zypp.mo
/usr/share/locale/he/LC_MESSAGES/zypp.mo
/usr/share/locale/hi/LC_MESSAGES/zypp.mo
/usr/share/locale/hr/LC_MESSAGES/zypp.mo
/usr/share/locale/hu/LC_MESSAGES/zypp.mo
/usr/share/locale/id/LC_MESSAGES/zypp.mo
/usr/share/locale/it/LC_MESSAGES/zypp.mo
/usr/share/locale/ja/LC_MESSAGES/zypp.mo
/usr/share/locale/ka/LC_MESSAGES/zypp.mo
/usr/share/locale/km/LC_MESSAGES/zypp.mo
/usr/share/locale/ko/LC_MESSAGES/zypp.mo
/usr/share/locale/lt/LC_MESSAGES/zypp.mo
/usr/share/locale/mk/LC_MESSAGES/zypp.mo
/usr/share/locale/mr/LC_MESSAGES/zypp.mo
/usr/share/locale/nb/LC_MESSAGES/zypp.mo
/usr/share/locale/nl/LC_MESSAGES/zypp.mo
/usr/share/locale/nn/LC_MESSAGES/zypp.mo
/usr/share/locale/pa/LC_MESSAGES/zypp.mo
/usr/share/locale/pl/LC_MESSAGES/zypp.mo
/usr/share/locale/pt/LC_MESSAGES/zypp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/zypp.mo
/usr/share/locale/ro/LC_MESSAGES/zypp.mo
/usr/share/locale/ru/LC_MESSAGES/zypp.mo
/usr/share/locale/si/LC_MESSAGES/zypp.mo
/usr/share/locale/sk/LC_MESSAGES/zypp.mo
/usr/share/locale/sl/LC_MESSAGES/zypp.mo
/usr/share/locale/sr/LC_MESSAGES/zypp.mo
/usr/share/locale/sv/LC_MESSAGES/zypp.mo
/usr/share/locale/ta/LC_MESSAGES/zypp.mo
/usr/share/locale/th/LC_MESSAGES/zypp.mo
/usr/share/locale/tr/LC_MESSAGES/zypp.mo
/usr/share/locale/uk/LC_MESSAGES/zypp.mo
/usr/share/locale/vi/LC_MESSAGES/zypp.mo
/usr/share/locale/wa/LC_MESSAGES/zypp.mo
/usr/share/locale/zh_CN/LC_MESSAGES/zypp.mo
/usr/share/locale/zh_TW/LC_MESSAGES/zypp.mo
/usr/share/man/man1/zypp-CheckAccessDeleted.1.gz
/usr/share/man/man1/zypp-NameReqPrv.1.gz
/usr/share/man/man5/locks.5.gz
/usr/share/zypp
/usr/share/zypp/schema
/usr/share/zypp/schema/yum
/usr/share/zypp/schema/yum/common-inc.rng
/usr/share/zypp/schema/yum/deltainfo.rng
/usr/share/zypp/schema/yum/filelists.rng
/usr/share/zypp/schema/yum/other.rng
/usr/share/zypp/schema/yum/patch.rng
/usr/share/zypp/schema/yum/patches.rng
/usr/share/zypp/schema/yum/patterns.rng
/usr/share/zypp/schema/yum/primary.rng
/usr/share/zypp/schema/yum/product.rng
/usr/share/zypp/schema/yum/products.rng
/usr/share/zypp/schema/yum/repomd.rng
/usr/share/zypp/schema/yum/rpm-inc.rng
/usr/share/zypp/schema/yum/susedata.rng
/usr/share/zypp/schema/yum/suseinfo.rng
/usr/share/zypp/schema/yum/updateinfo.rng
/var/cache/zypp
/var/lib/zypp
/var/log/zypp


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 4 23:42:52 2024