yum-plugin-security¶
Esta extensión agrega las opciones --security, --cve, --bz y --advisory a yum, y agrega los comandos list-security e info-security. Las opciones hacen posible limitar el listado/actualización de paquetes a los relevantes por seguridad. Los comandos dan la información de seguridad.
Configuración¶
/etc/yum/pluginconf.d/security.conf
[main] enabled=1
- enabled = 0|1 : Habilita la extensión a nivel general.
Ejemplos de uso¶
Listando información de seguridad.
$ yum list-security FEDORA-2012-0347 bugfix PackageKit-0.6.21-2.fc16.x86_64 FEDORA-2012-0347 bugfix PackageKit-command-not-found-0.6.21-2.fc16.x86_64 ... ... FEDORA-2011-17584 enhancement claws-mail-3.8.0-1.fc16.x86_64 FEDORA-2011-17584 enhancement claws-mail-plugins-geolocation-3.8.0-1.fc16.x86_64 ... ... FEDORA-2012-0363 security kernel-3.1.8-2.fc16.x86_64 FEDORA-2012-0480 security kernel-3.1.9-1.fc16.x86_64 ... ... updateinfo list done
Información de seguridad de las actualizaciones.
$ yum info-security
===============================================================================
PackageKit-0.6.21-2.fc16
===============================================================================
Update ID : FEDORA-2012-0347
Release : Fedora 16
Type : bugfix
Status : stable
Issued : 2012-01-11 05:19:51
Bugs : 771746 - Software Update claims all packages are untrusted
Description : This update fixes an issue where the PackageKit yum backend
: mistakenly regarded trusted packages as untrusted
: and thus required authorization from the user for
: installing them.
===============================================================================
libreoffice-3.4.4.2-7.fc16
===============================================================================
Update ID : FEDORA-2012-0243
Release : Fedora 16
Type : bugfix
Status : stable
Issued : 2012-01-07 22:27:49
Bugs : 533318 - openoffice oomath does not handle accents in MathML
Description : fix some printing edge case crashes and improve mathml import
===============================================================================
boost-1.47.0-6.fc16
===============================================================================
Update ID : FEDORA-2012-0106
Release : Fedora 16
Type : bugfix
Status : stable
Issued : 2012-01-05 20:37:37
Bugs : 771370 - Boost math libraries still needed
Description : Integrated the (Boost.TR1/Math) patch "upstream" (into the
: CMake-ified Boost GitHub-based repository:
: https://github.com/pocb/boost)
...
...
Información de seguridad sobre una actualización específica.
$ yum info-sec FEDORA-2012-0106
===============================================================================
boost-1.47.0-6.fc16
===============================================================================
Update ID : FEDORA-2012-0106
Release : Fedora 16
Type : bugfix
Status : stable
Issued : 2012-01-05 20:37:37
Bugs : 771370 - Boost math libraries still needed
Description : Integrated the (Boost.TR1/Math) patch "upstream" (into the
: CMake-ified Boost GitHub-based repository:
: https://github.com/pocb/boost)
updateinfo info done
Actualizando sólo por seguridad.
$ su -c "yum --security update" ... Resolviendo dependencias Skipping filters plugin, no data Limiting packages to security relevant ones <-*.*-> 13 package(s) needed (+0 related) for security, out of 192 available <-*.*-> --> Ejecutando prueba de transacción ---> Paquete kernel.x86_64 0:3.1.9-1.fc16 debe ser instalado ---> Paquete kernel-doc.noarch 0:3.1.6-1.fc16 debe ser actualizado ... ... --> Paquete wordpress.noarch 0:3.3-1.fc16 debe ser actualizado ---> Paquete wordpress.noarch 0:3.3.1-1.fc16 debe ser una actualización --> Resolución de dependencias finalizada --> Ejecutando prueba de transacción ---> Paquete kernel.x86_64 0:3.1.4-1.fc16 debe ser eliminado --> Resolución de dependencias finalizada Dependencias resueltas ================================================================================ Paquete Arquitectura Versión Repositorio Tamaño ================================================================================ Instalando: kernel x86_64 3.1.9-1.fc16 updates 26 M Actualizando: kernel-doc noarch 3.1.9-1.fc16 updates 9.7 M kernel-headers x86_64 3.1.9-1.fc16 updates 776 k ... ... ruby-ri x86_64 1.8.7.357-1.fc16 updates 2.4 M rubygem-rack noarch 1:1.3.0-2.fc16 updates 552 k wordpress noarch 3.3.1-1.fc16 updates 3.4 M Eliminando: kernel x86_64 3.1.4-1.fc16 @updates 112 M Resumen de la transacción ================================================================================ Instalar 1 Package Upgrade 12 Packages Remove 1 Package Tamaño total de la descarga: 48 M Está de acuerdo [s/N]:



