search for: 148839

Displaying 3 results from an estimated 3 matches for "148839".

Did you mean: 148139
2015 Apr 08
4
Update only of security vulnerabilities?
Hi All :) What is the best way to get a list of available security updates? I found several commands for that: 1) yum updateinfo list updates -q --security 2) yum list-security --security -q 3) yum --security check-update -q Based on the sample output below I think I can use any of the three with some awk to get a list of packages. yum updateinfo list updates -q --security FEDORA-EPEL-2014-0525
2015 Apr 08
0
Update only of security vulnerabilities?
...ge which provides the --security option, you're only going to see security updates in EPEL (which I see you have enabled) and not in CentOS's repos. As of yet, there are no errata data in the CentOS repos. See previous discussion here: http://lists.centos.org/pipermail/centos/2015-January/148839.html and on centos-devel: http://lists.centos.org/pipermail/centos-devel/2014-September/011893.html So, --security is pretty much a no-op, even when there are packages that fix security issues are available in the CentOS repos. -- Jonathan Billings <billings at negate.org>
2015 Apr 09
1
Update only of security vulnerabilities?
...security option, you're only going to see security > updates in EPEL (which I see you have enabled) and not in CentOS's > repos. As of yet, there are no errata data in the CentOS repos. > > See previous discussion here: > http://lists.centos.org/pipermail/centos/2015-January/148839.html > and on centos-devel: > http://lists.centos.org/pipermail/centos-devel/2014-September/011893.html > > So, --security is pretty much a no-op, even when there are packages > that fix security issues are available in the CentOS repos. > > -- > Jonathan Billings <billin...