| /openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
| H A D | cve-exclusion_6.12.inc | 3 # Generated at 2025-05-29 10:54:43.823437+00:00 for kernel version 6.12.30 15 CVE_STATUS[CVE-2019-25160] = "fixed-version: Fixed from version 5.0" 17 CVE_STATUS[CVE-2019-25162] = "fixed-version: Fixed from version 6.0" 23 CVE_STATUS[CVE-2020-36775] = "fixed-version: Fixed from version 5.7" 25 CVE_STATUS[CVE-2020-36776] = "fixed-version: Fixed from version 5.13" 27 CVE_STATUS[CVE-2020-36777] = "fixed-version: Fixed from version 5.13" 29 CVE_STATUS[CVE-2020-36778] = "fixed-version: Fixed from version 5.13" 31 CVE_STATUS[CVE-2020-36779] = "fixed-version: Fixed from version 5.13" 33 CVE_STATUS[CVE-2020-36780] = "fixed-version: Fixed from version 5.13" 35 CVE_STATUS[CVE-2020-36781] = "fixed-version: Fixed from version 5.13" [all …]
|
| H A D | cve-exclusion.inc | 11 CVE_STATUS[CVE-2010-0298] = "fixed-version: 2.6.34 (1871c6)" 29 # Introduced in version v6.1 7b88bda3761b95856cf97822efe8281c8100067b 38 CVE_STATUS[CVE-2014-8171] = "fixed-version: Fixed from version 3.12rc1" 40 CVE_STATUS[CVE-2017-1000255] = "fixed-version: Fixed from version 4.14rc5" 42 CVE_STATUS[CVE-2018-10840] = "fixed-version: Fixed from version 4.18rc1" 44 CVE_STATUS[CVE-2018-10876] = "fixed-version: Fixed from version 4.18rc4" 46 CVE_STATUS[CVE-2018-10882] = "fixed-version: Fixed from version 4.18rc4" 48 CVE_STATUS[CVE-2018-10902] = "fixed-version: Fixed from version 4.18rc6" 50 CVE_STATUS[CVE-2018-14625] = "fixed-version: Fixed from version 4.20rc6" 52 CVE_STATUS[CVE-2019-3016] = "fixed-version: Fixed from version 5.6rc1" [all …]
|
| H A D | generate-cve-exclusions.py | 16 from packaging.version import Version 44 for version in affected["versions"]: 45 v = Version(version["version"]) 49 if version["status"] == "unaffected" and first_affected and v < first_affected: 51 if version["status"] == "affected" and not first_affected: 53 elif (version["status"] == "unaffected" and 54 version['versionType'] == "original_commit_for_fix"): 62 for version in affected["versions"]: 63 if "versionType" not in version: 65 if version["versionType"] == "git": [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/ |
| H A D | crucible-go-mods.inc | 2 …gomod://cloud.google.com/go;version=v0.111.0;sha256sum=f17610c7b09a9582375daa59ec73761b0bd7ad31307… 3 …gomod://cloud.google.com/go;version=v0.26.0;mod=1;sha256sum=2218a34f20b971bc195216d4195f57520a2acb… 4 …gomod://cloud.google.com/go/compute;version=v1.23.3;sha256sum=9214cf85837ea8b96bd61e56e297f06d3008… 5 …gomod://cloud.google.com/go/compute/metadata;version=v0.2.3;sha256sum=292864dbd0b1de37a968e285e949… 6 …gomod://cloud.google.com/go/iam;version=v1.1.5;sha256sum=7d218318eef5255587d6db35f2aa9952125881c64… 7 …gomod://cloud.google.com/go/kms;version=v1.15.6;sha256sum=75e7a21b453cad66aae756e3d0c42a7550c299d6… 8 …gomod://cloud.google.com/go/longrunning;version=v0.5.4;sha256sum=a3eb14ee47bfdbca7df05c0011bcd9a86… 9 …gomod://cloud.google.com/go/security;version=v1.15.5;sha256sum=f4dd23e113cad47462715d654c95de55c1c… 10 …gomod://github.com/BurntSushi/toml;version=v0.3.1;mod=1;sha256sum=28021b4180a59c3993607a95b18e230d… 11 …gomod://github.com/census-instrumentation/opencensus-proto;version=v0.2.1;mod=1;sha256sum=dae64639… [all …]
|
| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | msl_verify.cpp | 54 MinimumShipLevel::Version version; in TEST_F() local 58 minimumShipLevel->parse(versionStr, version); in TEST_F() 59 EXPECT_EQ(0, version.major); in TEST_F() 60 EXPECT_EQ(0, version.minor); in TEST_F() 61 EXPECT_EQ(0, version.rev); in TEST_F() 64 minimumShipLevel->parse(versionStr, version); in TEST_F() 65 EXPECT_EQ(1, version.major); in TEST_F() 66 EXPECT_EQ(2, version.minor); in TEST_F() 67 EXPECT_EQ(3, version.rev); in TEST_F() 70 minimumShipLevel->parse(versionStr, version); in TEST_F() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
| H A D | 0001-cargo-Update-tempfile-to-latest-3.x.patch | 22 -version = 3 23 +version = 4 27 -version = "1.0.2" 29 +version = "2.0.0" 36 -version = "1.0.5" 37 +version = "1.1.3" 48 -version = "1.0.75" 49 +version = "1.0.97" 56 @@ -53,16 +53,16 @@ version = "0.2.14" 68 -version = "1.1.0" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/lsof/files/ |
| H A D | remove-host-information.patch | 4 Subject: [PATCH] lsof: remove host information from version.h 14 autotools/version.h.in | 16 ++++----- 18 diff --git a/autotools/version.h.in b/autotools/version.h.in 20 --- a/autotools/version.h.in 21 +++ b/autotools/version.h.in 49 version.h: FRC 50 @echo Constructing version.h 51 @rm -f version.h 52 - @echo '#define LSOF_BLDCMT "${LSOF_BLDCMT}"' > version.h; 53 - @echo '#define LSOF_CC "${CC}"' >> version.h [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | tests.py | 23 version = "dummy-1.0-r0" variable 115 self.table.store_value(version, pkgarch, checksum0, "0") 116 self.table.store_value(version, pkgarch, checksum1, "1") 118 self.table.store_value(version, pkgarch, checksum0, "2") 119 self.table.store_value(version, pkgarch, checksum2, "1.0") 121 self.assertTrue(self.table.test_package(version, pkgarch)) 122 self.assertFalse(self.table.test_package(version, other_arch)) 124 self.assertTrue(self.table.test_value(version, pkgarch, "0")) 125 self.assertTrue(self.table.test_value(version, pkgarch, "1")) 126 self.assertTrue(self.table.test_value(version, pkgarch, "2")) [all …]
|
| H A D | db.py | 39 (version TEXT NOT NULL, \ 43 PRIMARY KEY (version, pkgarch, checksum, value));" % self.table) 68 def test_package(self, version, pkgarch): argument 74 (version, pkgarch)) 81 def test_checksum_value(self, version, pkgarch, checksum, value): argument 86 (version, pkgarch, checksum, value)) 93 def test_value(self, version, pkgarch, value): argument 99 (version, pkgarch, value)) 107 def find_package_max_value(self, version, pkgarch): argument 112 (version, pkgarch)) [all …]
|
| H A D | client.py | 17 async def getPR(self, version, pkgarch, checksum, history=False): argument 19 … {"get-pr": {"version": version, "pkgarch": pkgarch, "checksum": checksum, "history": history}} 24 async def test_pr(self, version, pkgarch, checksum, history=False): argument 26 … {"test-pr": {"version": version, "pkgarch": pkgarch, "checksum": checksum, "history": history}} 31 async def test_package(self, version, pkgarch): argument 33 {"test-package": {"version": version, "pkgarch": pkgarch}} 38 async def max_package_pr(self, version, pkgarch): argument 40 {"max-package-pr": {"version": version, "pkgarch": pkgarch}} 45 async def importone(self, version, pkgarch, checksum, value): argument 47 … {"import-one": {"version": version, "pkgarch": pkgarch, "checksum": checksum, "value": value}} [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/sass/libsass/ |
| H A D | 0001-Remove-version.h-from-source-directory.patch | 4 Subject: [PATCH] Remove version.h from source directory 6 The version.h should be generated from version.h.in. If the build 7 directory is out of the source directory, the version.h is generated in 8 build directory and the original version.h in source directory is not 10 a missing runtime version: 12 $ sassc --version 18 Remove version.h from source directory to ensure that the version.h in 22 version.sh to get rid of '-dirty' suffix from version number that 29 include/sass/version.h | 12 ------------ 31 version.sh | 2 +- [all …]
|
| /openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/ |
| H A D | 40-inplace-gbmc-upgrade.sh | 23 local version 25 version="$(gbmc_upgrade_get_version)" || return 27 version="$(gbmc_upgrade_fetch)" || return 30 update_netboot_status "bmc_flash" "Target firmware version is $version" "START" 34 if [[ "$version" == "$active_version" ]]; then 35 update_netboot_status "bmc_flash" "Version ${version} is already active" "SUCCESS" 40 gbmc_upgrade_download_image_and_sig "$version" 42 update_netboot_status "bmc_flash" "Verifying image $version" "ONGOING" 44 update_netboot_status "bmc_flash" "Rebooting to perform update to $version" "ONGOING"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/ |
| H A D | colord-native.bb | 17 # we expect meson to fail - but before it extracts project's version in log file 20 # extract and split version 21 version=`grep 'Project version:' ${B}/meson-logs/meson-log.txt | sed 's|Project version: ||'` 22 major=`echo $version | cut -d. -f1` 23 minor=`echo $version | cut -d. -f2` 24 micro=`echo $version | cut -d. -f3` 25 echo "Project version: $major.$minor.$micro" 30 # create cd-version.h 32 sed ${S}/lib/colord/cd-version.h.in \ 36 > ${B}/colord/cd-version.h [all …]
|
| /openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
| H A D | feature-microblaze-versions.inc | 12 # dropped and the version scheme was changed to "vX.Y". 16 # find the current version, and convert it to major/minor integers 17 version = None 21 version = int(m.group(1)), int(m.group(2)) 24 # format the version string in generic or GCC specific formats 25 if version: 26 if version[0] <= 8: 27 return ("v%d.%02d" % version[0:2]) + (".a" if gcc else "") 29 return "v%d.%d" % version[0:2] 33 TUNEVALID[v8.00] = "MicroBlaze version 8.00" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/ |
| H A D | 0001-setup.py-StrictVersion-packaging.version.patch | 4 Subject: [PATCH] setup.py: StrictVersion -> packaging.version.* 9 The recommended replacement for distutils.version is to use 10 packaging.version 12 StrictVersion can be replaced by packaging.version.Version and helpers 13 like packaging.version.parse() 16 [2] https://packaging.pypa.io/en/latest/version.html 33 -from distutils.version import StrictVersion 34 +from packaging.version import parse, Version 42 - version = line.split('"')[1] 43 + version = parse(line.split('"')[1]) [all …]
|
| /openbmc/qemu/rust/ |
| H A D | Cargo.lock | 3 version = 3 7 version = "1.0.98" 13 version = "1.2.7" 19 version = "0.2.0" 29 version = "0.2.0" 42 version = "0.1.0" 49 version = "1.12.0" 55 version = "0.3.1" 64 version = "0.1.0" 72 version = "0.11.0" [all …]
|
| /openbmc/libpldm/tests/ |
| H A D | utils.cpp | 36 ver32_t version{0x61, 0x10, 0xf7, 0xf3}; in TEST() local 39 auto rc = ver2str(&version, buffer, sizeof(buffer)); in TEST() 43 version = {0x00, 0xf0, 0xf0, 0xf1}; in TEST() 45 rc = ver2str(&version, buffer, sizeof(buffer)); in TEST() 49 version = {0x00, 0xf7, 0x01, 0x10}; in TEST() 51 rc = ver2str(&version, buffer, sizeof(buffer)); in TEST() 55 version = {0x00, 0xff, 0xf1, 0xf3}; in TEST() 57 rc = ver2str(&version, buffer, sizeof(buffer)); in TEST() 61 version = {0x61, 0xff, 0xf0, 0xf1}; in TEST() 63 rc = ver2str(&version, buffer, sizeof(buffer)); in TEST() [all …]
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | version.cpp | 35 namespace version namespace 112 std::string version; in getVersionJson() local 116 version = pmbus.readString(fileName, type); in getVersionJson() 118 return version; in getVersionJson() 143 std::string version = pmbus->readString(name, type); in getVersionDbus() local 144 return version; in getVersionDbus() 157 for (const auto& version : versions) in getLatestDefault() local 159 if (latest < version) in getLatestDefault() 161 latest = version; in getLatestDefault() 172 std::string version; in getVersion() local [all …]
|
| /openbmc/openbmc-test-automation/gui/lib/ |
| H A D | utils_get_version.py | 69 rc, version = gc.shell_cmd( 73 "Not installed" if rc == 0x7F else version.rstrip("\n") 83 rc, version = gc.shell_cmd( 87 "Not installed" if not version else version.rstrip("\n") 90 rc, version = gc.shell_cmd("lsb_release -d -s") 91 versions["host OS"] = "Failed" if not version else version.rstrip("\n")
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/ |
| H A D | 0003-link.mk-generate-version.o-in-link-out-dir.patch | 4 Subject: [PATCH 3/3] link.mk: generate version.o in link-out-dir 12 Removes absolute build time paths from version.o 28 @@ -163,14 +163,15 @@ CORE_CC_VERSION = `$(CCcore) -v 2>&1 | grep "version " | sed 's/ *$$//'` 29 define gen-version-o 31 @$(cmd-echo-silent) ' GEN $(link-out-dir)/version.o' 40 | $(CCcore) $(version-o-cflags) \ 41 - -xc - -c -o $(link-out-dir)/version.o 42 + -xc - -c -o version.o 44 $(link-out-dir)/version.o: 45 $(call gen-version-o) [all …]
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | section_header.hpp | 24 SectionHeader() : id(0), size(0), version(0), subType(0), componentID(0) {} in SectionHeader() 35 SectionHeader(uint16_t id, uint16_t size, uint8_t version, uint8_t subType, in SectionHeader() 37 id(id), size(size), version(version), subType(subType), in SectionHeader() 54 uint8_t version; member 74 return sizeof(id) + sizeof(size) + sizeof(version) + sizeof(subType) + in flattenedSize() 87 s >> header.id >> header.size >> header.version >> header.subType >> in operator >>() 100 s << header.id << header.size << header.version << header.subType in operator <<()
|
| /openbmc/openpower-hw-diags/attn/pel/ |
| H A D | section_header.hpp | 48 SectionHeader() : id(0), size(0), version(0), subType(0), componentID(0) {} in SectionHeader() 59 SectionHeader(uint16_t id, uint16_t size, uint8_t version, uint8_t subType, in SectionHeader() 61 id(id), size(size), version(version), subType(subType), in SectionHeader() 78 uint8_t version; member 98 return sizeof(id) + sizeof(size) + sizeof(version) + sizeof(subType) + in flattenedSize() 111 s >> header.id >> header.size >> header.version >> header.subType >> in operator >>() 124 s << header.id << header.size << header.version << header.subType in operator <<()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils/ |
| H A D | 0002-Bump-onig-from-6.4.0-to-6.5.1.patch | 22 -version = "6.4.0" 23 +version = "6.5.1" 37 -version = "69.8.1" 38 +version = "69.9.1" 53 -onig = { version = "~6.4", default-features = false } 54 +onig = { version = "~6.5.1", default-features = false } 68 -version = "1.3.2" 74 version = "2.9.1" 75 @@ -660,7 +654,7 @@ version = "0.30.1" 88 -version = "6.4.0" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/ |
| H A D | imagemagick_7.1.1-43.bb | 105 CVE_STATUS[CVE-2014-9804] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 106 CVE_STATUS[CVE-2014-9805] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 107 CVE_STATUS[CVE-2014-9806] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 108 CVE_STATUS[CVE-2014-9807] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 109 CVE_STATUS[CVE-2014-9808] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 110 CVE_STATUS[CVE-2014-9809] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 111 CVE_STATUS[CVE-2014-9810] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 112 CVE_STATUS[CVE-2014-9811] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 113 CVE_STATUS[CVE-2014-9812] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 114 CVE_STATUS[CVE-2014-9813] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … [all …]
|
| /openbmc/u-boot/board/bosch/shc/ |
| H A D | Kconfig | 19 Select the boot version of the shc board. 47 Select the board version of the shc board. 50 bool "B Sample board version" 52 activate, if you want to build for the B sample version 56 bool "B2 Sample board version" 58 activate, if you want to build for the B2 sample version 62 bool "C Sample board version" 64 activate, if you want to build for the C sample version 68 bool "C2 Sample board version" 70 activate, if you want to build for the C2 sample version [all …]
|