The following Fedora EPEL 7 Security updates need testing: Age URL 576 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d condor-8.6.11-1.el7 317 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c499781e80 python-gnupg-0.4.4-1.el7 315 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-bc0182548b bubblewrap-0.3.3-2.el7 24 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-fa8a2e97c6 python-waitress-1.4.3-1.el7 10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-1f5dbc1cd7 cacti-1.2.10-1.el7 cacti-spine-1.2.10-1.el7 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-471d8a7abd sympa-6.2.54-1.el7 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b3684de763 mbedtls-2.7.14-1.el7 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-4fdca9429c seamonkey-2.53.1-2.el7 8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-fbd804208a monit-5.26.0-1.el7 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-9d0b57e90e ansible-2.9.6-1.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b8f44a854a weechat-2.7.1-1.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b467e9784b php-horde-Horde-Form-2.0.20-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
certbot-1.3.0-1.el7 composer-1.10.0-1.el7 mock-2.1-1.el7 mock-core-configs-32.4-1.el7 preproc-0.2-2.el7 preproc-rpmspec-0.3-2.el7 python-acme-1.3.0-1.el7 python-certbot-apache-1.3.0-1.el7 python-certbot-dns-cloudflare-1.3.0-2.el7 python-certbot-dns-cloudxns-1.3.0-2.el7 python-certbot-dns-digitalocean-1.3.0-1.el7 python-certbot-dns-dnsimple-1.3.0-2.el7 python-certbot-dns-dnsmadeeasy-1.3.0-2.el7 python-certbot-dns-gehirn-1.3.0-2.el7 python-certbot-dns-google-1.3.0-1.el7 python-certbot-dns-linode-1.3.0-2.el7 python-certbot-dns-luadns-1.3.0-1.el7 python-certbot-dns-nsone-1.3.0-2.el7 python-certbot-dns-ovh-1.3.0-2.el7 python-certbot-dns-rfc2136-1.3.0-1.el7 python-certbot-dns-route53-1.3.0-1.el7 python-certbot-dns-sakuracloud-1.3.0-2.el7 python-certbot-nginx-1.3.0-1.el7 python-execnet-1.7.1-3.el7 rpkg-macros-0.4-2.el7 supervisor-3.4.0-1.el7 xorgxrdp-0.2.13-1.el7 xrdp-0.9.13-1.el7
Details about builds:
================================================================================ certbot-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) A free, automated certificate authority client -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809807) * Sun Feb 23 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-2 - re-added "python-mock" as runtime dependency * Fri Feb 7 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-1 - Update to 1.2.0 (#1791087) * Sun Feb 2 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.1.0-3 - do not strip "certbot.tests" * Tue Jan 28 2020 Fedora Release Engineering releng@fedoraproject.org - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 23 2020 Felix Schwarz fschwarz@fedoraproject.org 1.1.0-1 - Update to 1.1.0 --------------------------------------------------------------------------------
================================================================================ composer-1.10.0-1.el7 (FEDORA-EPEL-2020-617ea485b9) Dependency Manager for PHP -------------------------------------------------------------------------------- Update Information:
**Version 1.10.0** - 2020-03-10 * Added `bearer` auth config to authenticate using `Authorization: Bearer <token>` headers * Added `plugin-api-version` in composer.lock so third-party tools can know which Composer version was used to generate a lock file * Fixed composer fund command and funding info parsing to be more useful * Fixed issue where --no-dev autoload generation was excluding some packages which should not have been excluded * Fixed 1.10-RC regression in create project's handling of absolute paths ---- **Version 1.10.0-RC** - 2020-02-14 * Breaking: `composer global exec ...` now executes the process in the current working directory instead of executing it in the global directory. * Warning: Added a warning when class names are being loaded by a PSR-4 or PSR-0 rule only due to classmap optimization, but would not otherwise be autoloadable. Composer 2.0 will stop autoloading these classes so make sure you fix your autoload configs. * Added new funding key to composer.json to describe ways your package's maintenance can be funded. This reads info from GitHub's FUNDING.yml by default so better configure it there so it shows on GitHub and Composer/Packagist * Added `composer fund` command to show funding info of your dependencies * Added support for --format=json output for show command when showing a single package * Added support for configuring suggestions using config command, e.g. `composer config suggest.foo/bar some text` * Added support for configuring fine-grained preferred-install using config command, e.g. `composer config preferred-install.foo/* dist` * Added `@putenv` script handler to set environment variables from composer.json for following scripts * Added `lock` option that can be set to false, in which case no composer.lock file will be generated * Added --add-repository flag to create-project command which will persist the repo given in --repository into the composer.json of the package being installed * Added support for IPv6 addresses in NO_PROXY * Added package homepage display in the show command * Added debug info about HTTP authentications * Added Symfony 5 compatibility * Added --fixed flag to require command to make it use a fixed constraint instead of a ^x.y constraint when adding the requirement * Fixed exclude-from-classmap matching subsets of directories e.g. foo/ was excluding foobar/ * Fixed archive command to persist file permissions inside the zip files * Fixed init/require command to avoid suggesting packages which are already selected in the search results * Fixed create-project UX issues * Fixed filemtime for vendor/composer/* files is now only changing when the files actually change * Fixed issues detecting docker environment with an active open_basedir -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Remi Collet remi@remirepo.net - 1.10.0-1 - update to 1.10.0 --------------------------------------------------------------------------------
================================================================================ mock-2.1-1.el7 (FEDORA-EPEL-2020-88ef4b4d66) Builds packages inside chroots -------------------------------------------------------------------------------- Update Information:
mock 2.1 - depend on mock-core-configs >= 32.4 - new build-time testsuite - accept return code 0 from rpmbuild -br (thrnciar@redhat.com) - bootstrap: bind- mount the inner root mount with rprivate - new ssl_ca_bundle_path option - chain: don't run buildroot.finalize() for each package - don't fail when /etc/pki certs are not found (frostyx@email.cz) - lvm_root: fix --scrub=all - exclude plugin compiled stuff packaged in sub-packages - keep trailing newlines in jinja expand - sign-plugin: use %%(rpms) variable expansion again - bootstrap: bind-mount also baseurl=/absolute/dir repos - 'dnf.conf' config is now equivalent to 'yum.conf' - don't emit unneeded warning for missing yum (remi@remirepo.net) - allow --install /usr/bin/time [GH#474] (miroslav@suchy.cz) mock 32.4 - disable package_state plugin for openmandriva 4.0/Cooker - Mageia 6 is EOL - opensuse: copy ssl ca bundle to correct path ---- mock - log reasons why src.rpm can not be installed into chroot - nspawn: non-interactive commands in chroot are executed with --pipe - bind mount local repos to bootstrap chroot (dturecek@redhat.com) - expand the generated config (includes) completely before passing it to eval() (sergio@serjux.com) - do not ignore cleanup_on_success when post_install is True (logans@cottsay.net) - fix fd resource-leak in 'mock --chain' (jcajka@redhat.com) - the --debug-config option only shows the differences from the mock's default configuration - do not expand jinja for --debug-config - don't use chroot.pkg_manager in podman case, we need to install from within the container - --use-bootstrap-image implies --bootstrap-chroot - drop python2 support from spec file, and code too - ammend man page and state that --dnf is the default now - rename --{old,new}-chroot to --isolation - turn ON the jinja rendering a bit earlier - pre-populate loop devices in nspawn chroot as with --isolation=chroot - deepcopy the plugin_conf options from chroot to bootstrap_chroot - simplified implementation of include() config option, accept relative files (jkadlcik@redhat.com, sergio@serjux.com) - lvm_root: fix volume removal in --scrub - bootstrap: don't install shadow-utils, and distribution-gpg-keys - make --sources optional for --buildsrpm mode (sisi.chlupova@gmail.com) - bootstrap: bind-mount normal chroot into bootstrap chroot recursively - add --scrub=bootstrap parameter (frostyx@email.cz) - don't clean bootstrap with --clean - do not call traceLog decorator when no tracing - pre-create builddir before changing it's owner, and when we have proper process privileges - copy /etc/pki/ca-trust/extracted into chroot [GH#397] - change default of 'package_manager' to 'dnf' - always copy distribution-gpg-keys into chroot [GH#308] - support DNF vars added [GH#346] - use jinja macros instead of python variable expansion - get the text representation of error code - --scrub=all also does --scrub=bootstrap (jkadlcik@redhat.com) - success/fail aren't created root-owned - compress_logs: setup defaults to 'gzip' - raise error for --localrepo without --chain - detect that forcearch can not work, and raise obvious error - drop unnecessary privilege escalations which only make unnecessary root-owned files - solve yum.conf vs. dnf.conf inconsistency in code and config - fix mockchain with --bootstrap-chroot (issue/469) - document 'mock --chain -c' in man page mock-core-configs - solve yum.conf vs. dnf.conf inconsistency in config and code - add F32 configs and move rawhide to F33 - make compatibility changes with mock 2.0 - allow host overrides (build-time for now) - use jinja for gpgkey= in rawhide template - add rhel-{7,8}-s390x configs - drop rhel-8-ppc64, it was never supported - fix rhel-7 configs - update epel-8 config template to include modular repos as well as missing non-modular source repo (mmathesi@redhat.com) - drop for a long time useless epel-6-ppc64 config - use template for opensuse, openmandriva, mageia, epel, custom ... - fix epel-6.tpl config bug - set default podman image for centos-stream - remove aarch64 string from repo name in template [RHBZ#1780977] - EOL F29 configs - fix rhelepel configs - allow including configs and templates from relative path (frostyx@email.cz) - configs: drop cost=2000 from fedora-31+-i386 - add missing metadata_expire=0 to epel configs - change default of 'package_manager' to 'dnf', and use 'dnf.conf' - remove rhelbeta-8-* - fixed mageia, opensuse and mandriva configs - fixed fedora 31+ i386 configs -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Pavel Raiskup praiskup@redhat.com 2.1-1 - depend on mock-core-configs >= 32.4 - new build-time testsuite - accept return code 0 from rpmbuild -br (thrnciar@redhat.com) - bootstrap: bind-mount the inner root mount with rprivate - new ssl_ca_bundle_path option - chain: don't run buildroot.finalize() for each package - don't fail when /etc/pki certs are not found (frostyx@email.cz) - lvm_root: fix --scrub=all - exclude plugin compiled stuff packaged in sub-packages - keep trailing newlines in jinja expand - sign-plugin: use %(rpms) variable expansion again - bootstrap: bind-mount also baseurl=/absolute/dir repos - 'dnf.conf' config is now equivalent to 'yum.conf' - don't emit unneeded warning for missing yum (remi@remirepo.net) - allow --install /usr/bin/time [GH#474] (miroslav@suchy.cz) * Fri Feb 7 2020 Pavel Raiskup praiskup@redhat.com 2.0-2 - solve yum.conf vs. dnf.conf inconsistency in code and config - fix mockchain with --bootstrap-chroot (issue/469) - document 'mock --chain -c' in man page * Thu Feb 6 2020 Pavel Raiskup praiskup@redhat.com 2.0-1 - log reasons why src.rpm can not be installed into chroot - nspawn: non-interactive commands in chroot are executed with --pipe - bind mount local repos to bootstrap chroot (dturecek@redhat.com) - expand the generated config (includes) completely before passing it to eval() (sergio@serjux.com) - do not ignore cleanup_on_success when post_install is True (logans@cottsay.net) - fix fd resource-leak in 'mock --chain' (jcajka@redhat.com) - the --debug-config option only shows the differences from the mock's default configuration - do not expand jinja for --debug-config - don't use chroot.pkg_manager in podman case, we need to install from within the container - --use-bootstrap-image implies --bootstrap-chroot - drop python2 support from spec file, and code too - ammend man page and state that --dnf is the default now - rename --{old,new}-chroot to --isolation - turn ON the jinja rendering a bit earlier - pre-populate loop devices in nspawn chroot as with --isolation=chroot - deepcopy the plugin_conf options from chroot to bootstrap_chroot - simplified implementation of include() config option, accept relative files (jkadlcik@redhat.com, sergio@serjux.com) - pass proxy environment to exec of Podman (RHBZ#1772598) - lvm_root: fix volume removal in --scrub - bootstrap: don't install shadow-utils, and distribution-gpg-keys - make --sources optional for --buildsrpm mode (sisi.chlupova@gmail.com) - bootstrap: bind-mount normal chroot into bootstrap chroot recursively - add --scrub=bootstrap parameter (frostyx@email.cz) - don't clean bootstrap with --clean - do not call traceLog decorator when no tracing - pre-create builddir before changing it's owner, and when we have proper process privileges - copy /etc/pki/ca-trust/extracted into chroot [GH#397] - change default of 'package_manager' to 'dnf' - always copy distribution-gpg-keys into chroot [GH#308] - support DNF vars added [GH#346] - use jinja macros instead of python variable expansion - get the text representation of error code - --scrub=all also does --scrub=bootstrap (jkadlcik@redhat.com) - success/fail aren't created root-owned - compress_logs: setup defaults to 'gzip' - raise error for --localrepo without --chain - detect that forcearch can not work, and raise obvious error - drop unnecessary privilege escalations which only make unnecessary root-owned files -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1802930 - unwanted output in quiet mode https://bugzilla.redhat.com/show_bug.cgi?id=1802930 [ 2 ] Bug #1805179 - Mock does not work with LVM plugin when bootstrap enabled https://bugzilla.redhat.com/show_bug.cgi?id=1805179 [ 3 ] Bug #1806039 - config_opts['yum.conf'] was changed to config_opts['dnf.conf'], breaking things https://bugzilla.redhat.com/show_bug.cgi?id=1806039 [ 4 ] Bug #1806482 - Doing `flatpak-module local-build` against mock-2 causes "ValueError: too deep jinja re-evaluation on '...'" https://bugzilla.redhat.com/show_bug.cgi?id=1806482 [ 5 ] Bug #1806577 - Macros for "sign" plugin are not expanded https://bugzilla.redhat.com/show_bug.cgi?id=1806577 [ 6 ] Bug #1672984 - mock --buildsrpm requires --sources when there are zero sources in the spec file https://bugzilla.redhat.com/show_bug.cgi?id=1672984 [ 7 ] Bug #1694420 - [abrt] mock: rmtree(): util.py:231:rmtree:PermissionError: [Errno 13] Permission denied: '/var/lib/mock/fedora-29-x86_64/root/builddir/build/SOURCES' https://bugzilla.redhat.com/show_bug.cgi?id=1694420 [ 8 ] Bug #1740421 - selinux is preventing mock-1.4.17-1 from executing RPM scriptlets https://bugzilla.redhat.com/show_bug.cgi?id=1740421 [ 9 ] Bug #1743843 - Builds fail with use_bootstrap_container experimental feature enabled https://bugzilla.redhat.com/show_bug.cgi?id=1743843 [ 10 ] Bug #1762728 - [lvm] can't scrub volume https://bugzilla.redhat.com/show_bug.cgi?id=1762728 [ 11 ] Bug #1767417 - --forcearch doesn't warn/fail if you don't have qemu-user-static installed https://bugzilla.redhat.com/show_bug.cgi?id=1767417 [ 12 ] Bug #1772598 - use_bootstrap_image doesn't use proxy https://bugzilla.redhat.com/show_bug.cgi?id=1772598 --------------------------------------------------------------------------------
================================================================================ mock-core-configs-32.4-1.el7 (FEDORA-EPEL-2020-88ef4b4d66) Mock core config files basic chroots -------------------------------------------------------------------------------- Update Information:
mock 2.1 - depend on mock-core-configs >= 32.4 - new build-time testsuite - accept return code 0 from rpmbuild -br (thrnciar@redhat.com) - bootstrap: bind- mount the inner root mount with rprivate - new ssl_ca_bundle_path option - chain: don't run buildroot.finalize() for each package - don't fail when /etc/pki certs are not found (frostyx@email.cz) - lvm_root: fix --scrub=all - exclude plugin compiled stuff packaged in sub-packages - keep trailing newlines in jinja expand - sign-plugin: use %%(rpms) variable expansion again - bootstrap: bind-mount also baseurl=/absolute/dir repos - 'dnf.conf' config is now equivalent to 'yum.conf' - don't emit unneeded warning for missing yum (remi@remirepo.net) - allow --install /usr/bin/time [GH#474] (miroslav@suchy.cz) mock 32.4 - disable package_state plugin for openmandriva 4.0/Cooker - Mageia 6 is EOL - opensuse: copy ssl ca bundle to correct path ---- mock - log reasons why src.rpm can not be installed into chroot - nspawn: non-interactive commands in chroot are executed with --pipe - bind mount local repos to bootstrap chroot (dturecek@redhat.com) - expand the generated config (includes) completely before passing it to eval() (sergio@serjux.com) - do not ignore cleanup_on_success when post_install is True (logans@cottsay.net) - fix fd resource-leak in 'mock --chain' (jcajka@redhat.com) - the --debug-config option only shows the differences from the mock's default configuration - do not expand jinja for --debug-config - don't use chroot.pkg_manager in podman case, we need to install from within the container - --use-bootstrap-image implies --bootstrap-chroot - drop python2 support from spec file, and code too - ammend man page and state that --dnf is the default now - rename --{old,new}-chroot to --isolation - turn ON the jinja rendering a bit earlier - pre-populate loop devices in nspawn chroot as with --isolation=chroot - deepcopy the plugin_conf options from chroot to bootstrap_chroot - simplified implementation of include() config option, accept relative files (jkadlcik@redhat.com, sergio@serjux.com) - lvm_root: fix volume removal in --scrub - bootstrap: don't install shadow-utils, and distribution-gpg-keys - make --sources optional for --buildsrpm mode (sisi.chlupova@gmail.com) - bootstrap: bind-mount normal chroot into bootstrap chroot recursively - add --scrub=bootstrap parameter (frostyx@email.cz) - don't clean bootstrap with --clean - do not call traceLog decorator when no tracing - pre-create builddir before changing it's owner, and when we have proper process privileges - copy /etc/pki/ca-trust/extracted into chroot [GH#397] - change default of 'package_manager' to 'dnf' - always copy distribution-gpg-keys into chroot [GH#308] - support DNF vars added [GH#346] - use jinja macros instead of python variable expansion - get the text representation of error code - --scrub=all also does --scrub=bootstrap (jkadlcik@redhat.com) - success/fail aren't created root-owned - compress_logs: setup defaults to 'gzip' - raise error for --localrepo without --chain - detect that forcearch can not work, and raise obvious error - drop unnecessary privilege escalations which only make unnecessary root-owned files - solve yum.conf vs. dnf.conf inconsistency in code and config - fix mockchain with --bootstrap-chroot (issue/469) - document 'mock --chain -c' in man page mock-core-configs - solve yum.conf vs. dnf.conf inconsistency in config and code - add F32 configs and move rawhide to F33 - make compatibility changes with mock 2.0 - allow host overrides (build-time for now) - use jinja for gpgkey= in rawhide template - add rhel-{7,8}-s390x configs - drop rhel-8-ppc64, it was never supported - fix rhel-7 configs - update epel-8 config template to include modular repos as well as missing non-modular source repo (mmathesi@redhat.com) - drop for a long time useless epel-6-ppc64 config - use template for opensuse, openmandriva, mageia, epel, custom ... - fix epel-6.tpl config bug - set default podman image for centos-stream - remove aarch64 string from repo name in template [RHBZ#1780977] - EOL F29 configs - fix rhelepel configs - allow including configs and templates from relative path (frostyx@email.cz) - configs: drop cost=2000 from fedora-31+-i386 - add missing metadata_expire=0 to epel configs - change default of 'package_manager' to 'dnf', and use 'dnf.conf' - remove rhelbeta-8-* - fixed mageia, opensuse and mandriva configs - fixed fedora 31+ i386 configs -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Pavel Raiskup praiskup@redhat.com 32.4-1 - disable package_state plugin for openmandriva 4.0/Cooker - Mageia 6 is EOL - opensuse: copy ssl ca bundle to correct path * Fri Feb 21 2020 Pavel Raiskup praiskup@redhat.com 32.3-2 - bump version for lost git tag * Fri Feb 21 2020 Pavel Raiskup praiskup@redhat.com 32.3-1 - put back the opensuse-leap-15.1-x86_64 config * Thu Feb 20 2020 Pavel Raiskup praiskup@redhat.com 32.2-1 - use one template for branched fedoras - templatize F31+ i386 - use 'dnf.conf' in mageia, opensuse and openmandriva configs * Sat Feb 8 2020 Pavel Raiskup praiskup@redhat.com 32.1-1 - centos-8 and centos-stream to use dnf.conf * Fri Feb 7 2020 Pavel Raiskup praiskup@redhat.com 32.0-2 - solve yum.conf vs. dnf.conf inconsistency in config and code * Thu Feb 6 2020 Pavel Raiskup praiskup@redhat.com 32.0-1 - add F32 configs and move rawhide to F33 - make compatibility changes with mock 2.0 - allow host overrides (build-time for now) - use jinja for gpgkey= in rawhide template - add rhel-{7,8}-s390x configs - drop rhel-8-ppc64, it was never supported - fix rhel-7 configs - update epel-8 config template to include modular repos as well as missing non-modular source repo (mmathesi@redhat.com) - drop for a long time useless epel-6-ppc64 config - use template for opensuse, openmandriva, mageia, epel, custom ... - fix epel-6.tpl config bug - set default podman image for centos-stream - remove aarch64 string from repo name in template [RHBZ#1780977] - EOL F29 configs - fix rhelepel configs - allow including configs and templates from relative path (frostyx@email.cz) - configs: drop cost=2000 from fedora-31+-i386 - add missing metadata_expire=0 to epel configs - change default of 'package_manager' to 'dnf', and use 'dnf.conf' - remove rhelbeta-8-* -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1802930 - unwanted output in quiet mode https://bugzilla.redhat.com/show_bug.cgi?id=1802930 [ 2 ] Bug #1805179 - Mock does not work with LVM plugin when bootstrap enabled https://bugzilla.redhat.com/show_bug.cgi?id=1805179 [ 3 ] Bug #1806039 - config_opts['yum.conf'] was changed to config_opts['dnf.conf'], breaking things https://bugzilla.redhat.com/show_bug.cgi?id=1806039 [ 4 ] Bug #1806482 - Doing `flatpak-module local-build` against mock-2 causes "ValueError: too deep jinja re-evaluation on '...'" https://bugzilla.redhat.com/show_bug.cgi?id=1806482 [ 5 ] Bug #1806577 - Macros for "sign" plugin are not expanded https://bugzilla.redhat.com/show_bug.cgi?id=1806577 [ 6 ] Bug #1672984 - mock --buildsrpm requires --sources when there are zero sources in the spec file https://bugzilla.redhat.com/show_bug.cgi?id=1672984 [ 7 ] Bug #1694420 - [abrt] mock: rmtree(): util.py:231:rmtree:PermissionError: [Errno 13] Permission denied: '/var/lib/mock/fedora-29-x86_64/root/builddir/build/SOURCES' https://bugzilla.redhat.com/show_bug.cgi?id=1694420 [ 8 ] Bug #1740421 - selinux is preventing mock-1.4.17-1 from executing RPM scriptlets https://bugzilla.redhat.com/show_bug.cgi?id=1740421 [ 9 ] Bug #1743843 - Builds fail with use_bootstrap_container experimental feature enabled https://bugzilla.redhat.com/show_bug.cgi?id=1743843 [ 10 ] Bug #1762728 - [lvm] can't scrub volume https://bugzilla.redhat.com/show_bug.cgi?id=1762728 [ 11 ] Bug #1767417 - --forcearch doesn't warn/fail if you don't have qemu-user-static installed https://bugzilla.redhat.com/show_bug.cgi?id=1767417 [ 12 ] Bug #1772598 - use_bootstrap_image doesn't use proxy https://bugzilla.redhat.com/show_bug.cgi?id=1772598 --------------------------------------------------------------------------------
================================================================================ preproc-0.2-2.el7 (FEDORA-EPEL-2020-f896a8ce22) Simple text preprocessor -------------------------------------------------------------------------------- Update Information:
Introduction of tools to do rpm spec file preprocessing before srpm build to dynamically generate parts of spec file based on git or other "external" context. Please, see https://lists.fedoraproject.org/archives/list/devel@lists. fedoraproject.org/thread/FSVFSQJ5R4WKLH7WIYZQ22CUXAEYZPNK/ for details. -------------------------------------------------------------------------------- ChangeLog:
* Tue Mar 10 2020 clime clime@fedoraproject.org 0.2-2 - rebuild because of koji break down * Tue Mar 10 2020 clime clime@fedoraproject.org 0.2-1 - encoding fixes - make regular-expression only implementation - add NOTE into help/man about usage of preproc on uknown files * Tue Mar 3 2020 clime clime@fedoraproject.org 0.1-1 - use cmd_repr helper to properly render the executed command - strip starting and ending whitespaces if any - change to working email - pass now required path to git_vcs macro in spec file - source env before sourcing anything else - fix spec files after CACHE to OUTPUT rename - fix rpkg-util spec files - build fix for rhel6 - provide man pages statically and add regen.sh - add some explanation for tags matching - allow multiple lines inside {{{}}}, fix expression for quoted strings so that the closest quote is matched - add missing BRs - move preproc and rpkg macro defs into separate packages --------------------------------------------------------------------------------
================================================================================ preproc-rpmspec-0.3-2.el7 (FEDORA-EPEL-2020-f896a8ce22) Minimalistic tool for rpm spec-file preprocessing -------------------------------------------------------------------------------- Update Information:
Introduction of tools to do rpm spec file preprocessing before srpm build to dynamically generate parts of spec file based on git or other "external" context. Please, see https://lists.fedoraproject.org/archives/list/devel@lists. fedoraproject.org/thread/FSVFSQJ5R4WKLH7WIYZQ22CUXAEYZPNK/ for details. -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 clime clime@fedoraproject.org 0.3-2 - Rebuild * Tue Mar 10 2020 clime clime@fedoraproject.org 0.3-1 - no change, just a new tag * Mon Mar 9 2020 clime clime@fedoraproject.org 0.2-1 - update description in spec * Sun Mar 8 2020 clime clime@fedoraproject.org 0.1-1 - odd support for macros that produce files (git_archive/git_pack) - replace --in-space with --output - add note about the need to trust the spec files that are being preprocessed - initial commit --------------------------------------------------------------------------------
================================================================================ python-acme-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Python library for the ACME protocol -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809794) * Fri Feb 7 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-1 - Update to 1.2.0 (#1791073) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 23 2020 Felix Schwarz fschwarz@fedoraproject.org 1.1.0-1 - Update to 1.1.0 --------------------------------------------------------------------------------
================================================================================ python-certbot-apache-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) The apache plugin for certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809791) * Sun Mar 1 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-2 - remove runtime dependencies on mock, pytest * Thu Feb 6 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-1 - Update to 1.2.0 (#1791074) * Sun Feb 2 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.1.0-2 - add missing sources * Sat Feb 1 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.1.0-1 - Update to 1.1.0 (#1791074) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-cloudflare-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Cloudflare DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809789) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791081) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-cloudxns-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) CloudXNS DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809790) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791089) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-digitalocean-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) DigitalOcean DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809795) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791080) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-dnsimple-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) DNSimple DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809792) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791075) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-dnsmadeeasy-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) DNS Made Easy DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809793) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791084) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-gehirn-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Gehirn Infrastructure Service DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809784) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791079) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-google-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Google Cloud DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809817) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791078) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-linode-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Linode DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809788) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791082) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-luadns-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) LuaDNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809803) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791088) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-nsone-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) NS1 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809787) * Fri Feb 28 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791077) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-ovh-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) OVH DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809808) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791085) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-rfc2136-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) RFC 2136 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809809) * Sun Mar 1 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-1 - Update to 1.2.0 (#1791097) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-route53-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Route53 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809786) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791076) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-dns-sakuracloud-1.3.0-2.el7 (FEDORA-EPEL-2020-12bf0a4d0b) Sakura Cloud DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Thu Mar 5 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.3.0-2 - bump release to retry koji build * Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809785) * Sat Feb 29 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.2.0-1 - Update to 1.2.0 (#1791083) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-certbot-nginx-1.3.0-1.el7 (FEDORA-EPEL-2020-12bf0a4d0b) The nginx plugin for certbot -------------------------------------------------------------------------------- Update Information:
update to 1.3.0 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 4 2020 Felix Schwarz felix.schwarz@oss.schwarz.eu - 1.3.0-1 - Update to 1.3.0 (#1809810) * Fri Feb 7 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-2 - add missing build requirements * Fri Feb 7 2020 Felix Schwarz fschwarz@fedoraproject.org - 1.2.0-1 - Update to 1.2.0 (#1791086) * Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-execnet-1.7.1-3.el7 (FEDORA-EPEL-2020-1ccdc325aa) Elastic Python Deployment -------------------------------------------------------------------------------- Update Information:
Require python-apipkg for Python 2. -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Ken Dreyer kdreyer@redhat.com - 1.7.1-3 - Require python-apipkg for Python 2 (rhbz#1812692) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1812692 - None https://bugzilla.redhat.com/show_bug.cgi?id=1812692 --------------------------------------------------------------------------------
================================================================================ rpkg-macros-0.4-2.el7 (FEDORA-EPEL-2020-f896a8ce22) Set of preproc macros for rpkg utility -------------------------------------------------------------------------------- Update Information:
Introduction of tools to do rpm spec file preprocessing before srpm build to dynamically generate parts of spec file based on git or other "external" context. Please, see https://lists.fedoraproject.org/archives/list/devel@lists. fedoraproject.org/thread/FSVFSQJ5R4WKLH7WIYZQ22CUXAEYZPNK/ for details. -------------------------------------------------------------------------------- ChangeLog:
* Tue Mar 10 2020 clime clime@fedoraproject.org 0.4-2 - rebuild due to koji break down * Tue Mar 10 2020 clime clime@fedoraproject.org 0.4-1 - remove shebangs in library files according to Fedora review - changes according to review - usage of %{_prefix} in spec, g-w for pack_sources - use git-core on Fedoras * Fri Mar 6 2020 clime clime@fedoraproject.org 0.3-1 - fix warning about unset git indetity in test_submodule_sources - skip test for submodule_sources on epel6 - add missing sleep in tests, add TODO - fix changelog renderring for legacy git as there is no points-at option - resolve problem in git_pack and submodules for epel7 * Wed Mar 4 2020 clime clime@fedoraproject.org 0.2-1 - fix bug on centos7 bash in is_physical_subpath function * Wed Mar 4 2020 clime clime@fedoraproject.org 0.1-1 - initial release --------------------------------------------------------------------------------
================================================================================ supervisor-3.4.0-1.el7 (FEDORA-EPEL-2020-501f90a384) A System for Allowing the Control of Process State on UNIX -------------------------------------------------------------------------------- Update Information:
RHBZ#1534828 Update to 3.4.0. -------------------------------------------------------------------------------- ChangeLog:
* Tue Mar 10 2020 Francisco Javier Tsao Sant��n tsao@gpul.org - 3.4.0-1 - RHBZ#1534828 Update to 3.4.0. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1534828 - rebase supervisor to 3.2.4 (or even 3.3.3) https://bugzilla.redhat.com/show_bug.cgi?id=1534828 --------------------------------------------------------------------------------
================================================================================ xorgxrdp-0.2.13-1.el7 (FEDORA-EPEL-2020-b322d2711f) Implementation of xrdp backend as Xorg modules -------------------------------------------------------------------------------- Update Information:
Release notes for xrdp v0.9.13 (2020/03/11) This release is an intermediate bugfix release. The previous version v0.9.12 has some regressions on drive redirection. Bug fixes (drive redirection related) - Fix chansrv crashes with segmentation fault (regression in #1449) #1487 - Drive redirection now supports Guacamole client #1505 #1507 - Prevent a coredump in the event of a corrupted file system #1507 - Resolve double-free in chansrv_fuse #1469 Bug fixes (other) - Fix the issue xrdp --version | less will show empty output #1471 #1472 - Fix some warnings found by cppcheck #1479 #1481 #1484 #1485 Other changes - Add FreeBSD CI test #1466 - Move Microsoft-defined constants into separate includes #1470 - Perform cppcheck during CI test #1493 - Support mousex button 8/9 #1478 Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to - xrdp's bad-mannered behaviour, add +glyph-cache option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 xorgxrdp: xorgxrdp v0.2.12 has been released. This version includes following features & fixes: - Add support for button 8/9 #157 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Bojan Smojver bojan@rexursive.com - 0.2.13-1 - Bump up to 0.2.13 * Fri Jan 31 2020 Fedora Release Engineering releng@fedoraproject.org - 0.2.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1812366 - xorgxrdp-0.2.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=1812366 --------------------------------------------------------------------------------
================================================================================ xrdp-0.9.13-1.el7 (FEDORA-EPEL-2020-b322d2711f) Open source remote desktop protocol (RDP) server -------------------------------------------------------------------------------- Update Information:
Release notes for xrdp v0.9.13 (2020/03/11) This release is an intermediate bugfix release. The previous version v0.9.12 has some regressions on drive redirection. Bug fixes (drive redirection related) - Fix chansrv crashes with segmentation fault (regression in #1449) #1487 - Drive redirection now supports Guacamole client #1505 #1507 - Prevent a coredump in the event of a corrupted file system #1507 - Resolve double-free in chansrv_fuse #1469 Bug fixes (other) - Fix the issue xrdp --version | less will show empty output #1471 #1472 - Fix some warnings found by cppcheck #1479 #1481 #1484 #1485 Other changes - Add FreeBSD CI test #1466 - Move Microsoft-defined constants into separate includes #1470 - Perform cppcheck during CI test #1493 - Support mousex button 8/9 #1478 Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to - xrdp's bad-mannered behaviour, add +glyph-cache option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 xorgxrdp: xorgxrdp v0.2.12 has been released. This version includes following features & fixes: - Add support for button 8/9 #157 -------------------------------------------------------------------------------- ChangeLog:
* Wed Mar 11 2020 Bojan Smojver bojan@rexurive.com - 1:0.9.13-1 - Bump up to 0.9.13 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1812366 - xorgxrdp-0.2.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=1812366 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org