The following Fedora EPEL 7 Security updates need testing: Age URL 1108 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087 dokuwiki-0-0.24.20140929c.el7 871 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f mcollective-2.8.4-1.el7 453 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-04bc9dd81d libbsd-0.8.3-1.el7 350 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-d241156dfe mod_cluster-1.3.3-10.el7 182 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e27758bd23 libmspack-0.6-0.1.alpha.el7 119 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e64eeb6ece nagios-4.3.4-5.el7 69 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-73ee944e65 rootsh-1.5.3-17.el7 24 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3e70a38ad4 drupal7-7.57-1.el7 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-635348eab4 php-simplesamlphp-saml2_1-1.10.6-1.el7 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-7150fa5dce php-simplesamlphp-saml2-2.3.8-1.el7 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-673b3314a1 exim-4.90.1-3.el7 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3f41541339 monitorix-3.10.1-1.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-ae3a1eae7e glpi-0.90.5-2.el7 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-add4fc19d8 mosquitto-1.4.15-1.el7 The following builds have been pushed to Fedora EPEL 7 updates-testing batctl-2018.0-1.el7 certbot-0.22.2-1.el7 lammps-20180316-1.el7 php-cs-fixer-2.2.19-1.el7 purple-facebook-0.9.5-3.9ff9acf9fa14.el7 python-acme-0.22.2-1.el7 python-certbot-apache-0.22.2-1.el7 python-certbot-dns-cloudflare-0.22.2-1.el7 python-certbot-dns-cloudxns-0.22.2-1.el7 python-certbot-dns-digitalocean-0.22.2-1.el7 python-certbot-dns-dnsimple-0.22.2-1.el7 python-certbot-dns-dnsmadeeasy-0.22.2-1.el7 python-certbot-dns-google-0.22.2-1.el7 python-certbot-dns-luadns-0.22.2-1.el7 python-certbot-dns-nsone-0.22.2-1.el7 python-certbot-dns-rfc2136-0.22.2-1.el7 python-certbot-dns-route53-0.22.2-1.el7 python-certbot-nginx-0.22.2-1.el7 Details about builds: ================================================================================ batctl-2018.0-1.el7 (FEDORA-EPEL-2018-b7b3d5d789) B.A.T.M.A.N. advanced control and management tool -------------------------------------------------------------------------------- Update Information: Update to latest upstream version -------------------------------------------------------------------------------- ================================================================================ certbot-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) A free, automated certificate authority client -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ lammps-20180316-1.el7 (FEDORA-EPEL-2018-c6ccd97fe0) Molecular Dynamics Simulator -------------------------------------------------------------------------------- Update Information: Version bump to 20180316 (stable) -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558768 - lammps-20180316 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558768 -------------------------------------------------------------------------------- ================================================================================ php-cs-fixer-2.2.19-1.el7 (FEDORA-EPEL-2018-25f7488612) A tool to automatically fix PHP code style -------------------------------------------------------------------------------- Update Information: Changelog for v2.2.19 --------------------- * bug #3594 ElseifFixer - Bug with alternative syntax (kubawerlos) * bug #3600 StrictParamFixer - Fix issue when functions are imported (ntzm, keradus) * minor #3589 FixerFactoryTest - add missing test (SpacePossum, keradus) * minor #3610 make phar extension optional (Tom Klingenberg, keradus) * minor #3612 Travis - allow for hhvm failures (keradus) * minor #3615 Detect fabbot.io (julienfalque, keradus) * minor #3616 FixerFactoryTest - Don't rely on autovivification (keradus) ---- Changelog for v2.2.18 --------------------- * bug #3446 Add PregWrapper (kubawerlos) * bug #3464 IncludeFixer - fix incorrect order of fixing (kubawerlos, SpacePossum) * bug #3496 Bug in Tokens::removeLeadingWhitespace (kubawerlos, SpacePossum, keradus) * bug #3557 AbstractDoctrineAnnotationFixer: edge case bugfix (Slamdunk) * bug #3574 GeneralPhpdocAnnotationRemoveFixer - remove PHPDoc if no content is left (SpacePossum) * minor #3563 DX add missing covers annotations (keradus) * minor #3565 Use EventDispatcherInterface instead of EventDispatcher when possible (keradus) * minor #3572 DX: allow for more phpunit-speedtrap versions to support more PHPUnit versions (keradus) * minor #3576 Fix Doctrine Annotation test cases merging (julienfalque) ---- Changelog for v2.2.17 --------------------- * bug #3504 NoBlankLinesAfterPhpdocFixer - allow blank line before declare statement (julienfalque) * bug #3522 Remove LOCK_EX (SpacePossum) * bug #3560 SelfAccessorFixer is risky (Slamdunk) * minor #3435 Add tests for general_phpdoc_annotation_remove (BackEndTea) * minor #3484 Create Tokens::findBlockStart (ntzm) * minor #3512 Add missing array typehints (ntzm) * minor #3516 Use null|type instead of ?type in PHPDocs (ntzm) * minor #3518 FixerFactoryTest - Test each priority test file is listed as test (SpacePossum) * minor #3520 Fix typos: ran vs. run (SpacePossum) * minor #3521 Use HTTPS (carusogabriel) * minor #3526 Remove gecko dependency (SpacePossum, keradus, julienfalque) * minor #3531 Backport PHPMD to LTS version to ease maintainability (keradus) * minor #3532 Implement Tokens::findOppositeBlockEdge (ntzm) * minor #3533 DX: SCA - drop src/Resources exclusion (keradus) * minor #3538 Don't use third parameter of Tokens::findBlockStart (ntzm) * minor #3542 Enhancement: Run composer-normalize on Travis CI (localheinz, keradus) * minor #3555 DX: composer.json - drop branch-alias, branch is already following the version (keradus) * minor #3556 DX: Add AutoReview/ComposerTest (keradus) * minor #3559 Don't expose new files under Test namespace (keradus) -------------------------------------------------------------------------------- ================================================================================ purple-facebook-0.9.5-3.9ff9acf9fa14.el7 (FEDORA-EPEL-2018-f2b04c3e7e) Facebook protocol plugin for purple2 -------------------------------------------------------------------------------- Update Information: This fixes a [crash in Pidgin after Facebook login](https://github.com/dequis /purple-facebook/issues/403). -------------------------------------------------------------------------------- ================================================================================ python-acme-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) Python library for the ACME protocol -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-apache-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) The apache plugin for certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-cloudflare-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) Cloudflare DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-cloudxns-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) CloudXNS DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-digitalocean-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) DigitalOcean DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-dnsimple-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) DNSimple DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-dnsmadeeasy-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) DNS Made Easy DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-google-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) Google Cloud DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-luadns-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) LuaDNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-nsone-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) NS1 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-rfc2136-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) RFC 2136 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-dns-route53-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) Route53 DNS Authenticator plugin for Certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- ================================================================================ python-certbot-nginx-0.22.2-1.el7 (FEDORA-EPEL-2018-b0d22858b2) The nginx plugin for certbot -------------------------------------------------------------------------------- Update Information: Update to 0.22.2. -------------------------------------------------------------------------------- References: [ 1 ] Bug #1558275 - python-acme-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558275 [ 2 ] Bug #1558280 - certbot-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558280 [ 3 ] Bug #1558281 - python-certbot-apache-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558281 [ 4 ] Bug #1558282 - python-certbot-dns-rfc2136-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558282 [ 5 ] Bug #1558283 - python-certbot-nginx-0.22.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=1558283 -------------------------------------------------------------------------------- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx