############################################################################## # # Copyright: OS2A and it's member companies # # $Revision: 1.1 $ # # $Log: os2a_FEDORA-2005-922_810163.nasl,v $ # Revision 1.1 2005/12/07 03:56:40 hshreesha # SID changed from 700000 to 810000 series. # # Revision 1.1 2005/10/05 11:13:42 hshreesha # Fedora Core 3 - September Checks # # # ------------------------------------------------------------------------ # This program was written by OS2A and/or it's member companies and is # licensed under the GNU GPL license. Please see below for details. This # header contains information regarding licensing terms under the GPL, and # information regarding obtaining source code from the Author. Consequently, # pursuant to section 3(c) of the GPL, you must accompany the information # found in this header with any distribution you make of this Program. # ------------------------------------------------------------------------ ############################################################################## # The plugin text is copyright Red Hat, Inc. if ( ! defined_func("bn_random") ) exit(0); if(description) { script_id(810163); script_version ("$Revision: 1.1 $"); name["english"] = "Fedora Update for x86info:FEDORA-2005-922"; script_name(english:name["english"]); desc["english"] = " Overview: This host doesn't have the update for fedora advisory FEDORA-2005-922 Description : x86info displays diagnostic information about x86 CPU's, such as cache configuration and supported features. Solution: Apply updated packages: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4 This update can also be installed with the Update Agent; you can launch the Update Agent with the 'up2date' command. Risk factor: Critical"; script_description(english:desc["english"]); summary["english"] = "Check for package version of x86info"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"Copyright (C) 2005 OS2A"); family["english"] = "Fedora Local Security Checks"; script_family(english:family["english"]); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/RedHat/rpm-list"); exit(0); } include("rpm.inc"); if(rpm_check(reference:"x86info-1.15-1.11", release:"FC4")) { security_hole(0); exit(0); } if(rpm_check(reference:"x86info-debuginfo-1.15-1.11", release:"FC4")) { security_hole(0); exit(0); }