centos-package-cron
centos-package-cron copied to clipboard
A security update tool for CentOS
[root@access ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) When issuing centos-package-cron with any arguments, I get: Argument -- updates -- is not "all", a positive number or a date...
Hi I tried to build an RPM of 1.0.10 myself but there seems to be some issues with the spec file. centos-package-cron-releases-1.0.10]# rpmbuild -bb --verbose -D "_topdir `pwd`" -D "_sourcedir...
Hello, when running centos-package-cron on a test machine I noticed that it does not cache the downloaded errata.latest.xml file. Every time centos-package-cron runs it initiates a new download. This creates...
Got the following security alert when the packages were already installed: Advisory ID: CESA-2014--1948 Severity: Important Packages: - nss-sysinit-3.16.2.3-2.el7_0 - nss-tools-3.16.2.3-2.el7_0 - nss-3.16.2.3-2.el7_0 - nss-util-3.16.2.3-1.el7_0 References: - https://rhn.redhat.com/errata/RHSA-2014-1948.html - http://lists.centos.org/pipermail/centos-announce/2014-December/020795.html...
From @stephane-martin > think pypi would be nice if we could generalize centos-package-cron to other distributions (detect security patches for centos, redhat, debian, ubuntu). Then sysadmins could install through pypi...
After #13 is settled one way or the other, create sqlite tables to hold security data. Take all of the XML data and persist in tables. Possibly use ETAGS, etc....