From 9b97864a55e2720ac5c1c81570b09974f34c20ef Mon Sep 17 00:00:00 2001 From: Jenkins for Enea Linux Test Framework Date: Fri, 24 May 2019 12:00:13 +0200 Subject: Updated licenses.xml --- .../doc/licenses.xml | 66 ++++++++++++++++++++++ .../doc/licenses.xml | 66 ++++++++++++++++++++++ .../doc/licenses.xml | 66 ++++++++++++++++++++++ 3 files changed, 198 insertions(+) diff --git a/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml index a90d10e..67efef7 100755 --- a/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml @@ -491,6 +491,24 @@ specific documentation.--> JDT Core Batch Compiler - Bootstrap variant MIT + + efibootmgr + 0.15 + Linux user-space application to modify the EFI Boot Manager. + GPL-2.0 + + + efitools + 1.7.0 + From the EFI Tools package in the Linux user-space it's now possible to read and manipulate the UEFI signatures database via the new efi-readvar and efi-updatevar commands. Aside from needing efitools 1.4 the EFIVARFS file-system is also needed which was only introduced in the Linux 3.8 kernel. + GPL-2.0 + + + efivar + 0.31 + efivar provides a simple command line interface to the UEFI variable facility + LGPL-2.1 + element-vcpe 4.0.3 @@ -851,6 +869,12 @@ specific documentation.--> GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part GPL-3.0 + + help2man + 1.47.4 + Program for creating simple man pages. + GPL-3.0 + htop 1.0.3 @@ -1121,6 +1145,12 @@ specific documentation.--> The `libffi' library provides a portable high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages. MIT + + libfile-slurp-perl + 9999.19 + This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. + Artistic-1.0, GPL-1.0 + libgcc 7.3.0 @@ -1247,6 +1277,12 @@ specific documentation.--> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio keyboard mouse joystick 3D hardware via OpenGL and 2D video framebuffer. LGPL-2.1 + + libsign + 0.3.2 + This project targets to provide a generic signing framework. This framework separates the signing request and signing process and correspondingly forms the so-called signlet and signaturelet. Each signaturelet only concerns about the details about how to construct the layout of a signature format and signlet only cares how to construct the signing request. + BSD-3-Clause + libsm 1.2.2 @@ -1487,6 +1523,12 @@ specific documentation.--> ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections GPL-2.0, LGPL-2.1 + + mokutil + 0.3.0 + The utility to manipulate machines owner keys which managed in shim. + GPL-3.0 + mozjs 17.0.0 @@ -1655,6 +1697,12 @@ specific documentation.--> OpenSSH SSH client/server. MIT + + packagegroup-efi-secure-boot + 1.0 + EFI Secure Boot packages for secure-environment. + MIT + packagegroup-enea-virtualization-4gusb-modems 1.0 @@ -1967,12 +2015,24 @@ specific documentation.--> runc is a CLI tool for spawning and running containers according to the OCI specification. Apache-2.0 + + sbsigntool + 0.6 + Utilities for signing UEFI binaries for use with secure boot. + GPL-3.0 + sed 4.2.2 Stream EDitor (text filtering utility). GPL-3.0 + + seloader + 0.4.6 + The SELoader is designed to authenticate the non-PE files such as grub configuration initrd grub modules which cannot be verified by the MOK Verify Protocol registered by shim loader. In order to conveniently authenticate the PE file with gBS->LoadImage() and gBS->StartImage() the SELoader hooks EFI Security2 Architectural Protocol and employs MOK Verify Protocol to verify the PE file. If only UEFI Secure Boot is enabled the SELoader just simplily calls gBS->LoadImage() and gBS->StartImage() to allow BIOS to verify PE file. The SELoader publishes MOK2 Verify Protocol which provides a flexible interface to allow the bootloader to verify the file file buffer or memory buffer without knowing the file format. + BSD-3-Clause + serf 1.3.9 @@ -2009,6 +2069,12 @@ specific documentation.--> Shared MIME type database and specification. LGPL-2.0 + + shim + 12 + shim is a trivial EFI application that when run attempts to open and execute another application. It will initially attempt to do this via the standard EFI LoadImage() and StartImage() calls. If these fail (because secure boot is enabled and the binary is not signed with an appropriate key for instance) it will then validate the binary against a built-in certificate. If this succeeds and if the binary or signing key are not blacklisted then shim will relocate and execute the binary. + BSD-2-Clause + simpleproxy 1.0 diff --git a/doc/book-enea-nfv-access-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-open-source/doc/licenses.xml index a90d10e..67efef7 100644 --- a/doc/book-enea-nfv-access-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-open-source/doc/licenses.xml @@ -491,6 +491,24 @@ specific documentation.--> JDT Core Batch Compiler - Bootstrap variant MIT + + efibootmgr + 0.15 + Linux user-space application to modify the EFI Boot Manager. + GPL-2.0 + + + efitools + 1.7.0 + From the EFI Tools package in the Linux user-space it's now possible to read and manipulate the UEFI signatures database via the new efi-readvar and efi-updatevar commands. Aside from needing efitools 1.4 the EFIVARFS file-system is also needed which was only introduced in the Linux 3.8 kernel. + GPL-2.0 + + + efivar + 0.31 + efivar provides a simple command line interface to the UEFI variable facility + LGPL-2.1 + element-vcpe 4.0.3 @@ -851,6 +869,12 @@ specific documentation.--> GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part GPL-3.0 + + help2man + 1.47.4 + Program for creating simple man pages. + GPL-3.0 + htop 1.0.3 @@ -1121,6 +1145,12 @@ specific documentation.--> The `libffi' library provides a portable high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages. MIT + + libfile-slurp-perl + 9999.19 + This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. + Artistic-1.0, GPL-1.0 + libgcc 7.3.0 @@ -1247,6 +1277,12 @@ specific documentation.--> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio keyboard mouse joystick 3D hardware via OpenGL and 2D video framebuffer. LGPL-2.1 + + libsign + 0.3.2 + This project targets to provide a generic signing framework. This framework separates the signing request and signing process and correspondingly forms the so-called signlet and signaturelet. Each signaturelet only concerns about the details about how to construct the layout of a signature format and signlet only cares how to construct the signing request. + BSD-3-Clause + libsm 1.2.2 @@ -1487,6 +1523,12 @@ specific documentation.--> ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections GPL-2.0, LGPL-2.1 + + mokutil + 0.3.0 + The utility to manipulate machines owner keys which managed in shim. + GPL-3.0 + mozjs 17.0.0 @@ -1655,6 +1697,12 @@ specific documentation.--> OpenSSH SSH client/server. MIT + + packagegroup-efi-secure-boot + 1.0 + EFI Secure Boot packages for secure-environment. + MIT + packagegroup-enea-virtualization-4gusb-modems 1.0 @@ -1967,12 +2015,24 @@ specific documentation.--> runc is a CLI tool for spawning and running containers according to the OCI specification. Apache-2.0 + + sbsigntool + 0.6 + Utilities for signing UEFI binaries for use with secure boot. + GPL-3.0 + sed 4.2.2 Stream EDitor (text filtering utility). GPL-3.0 + + seloader + 0.4.6 + The SELoader is designed to authenticate the non-PE files such as grub configuration initrd grub modules which cannot be verified by the MOK Verify Protocol registered by shim loader. In order to conveniently authenticate the PE file with gBS->LoadImage() and gBS->StartImage() the SELoader hooks EFI Security2 Architectural Protocol and employs MOK Verify Protocol to verify the PE file. If only UEFI Secure Boot is enabled the SELoader just simplily calls gBS->LoadImage() and gBS->StartImage() to allow BIOS to verify PE file. The SELoader publishes MOK2 Verify Protocol which provides a flexible interface to allow the bootloader to verify the file file buffer or memory buffer without knowing the file format. + BSD-3-Clause + serf 1.3.9 @@ -2009,6 +2069,12 @@ specific documentation.--> Shared MIME type database and specification. LGPL-2.0 + + shim + 12 + shim is a trivial EFI application that when run attempts to open and execute another application. It will initially attempt to do this via the standard EFI LoadImage() and StartImage() calls. If these fail (because secure boot is enabled and the binary is not signed with an appropriate key for instance) it will then validate the binary against a built-in certificate. If this succeeds and if the binary or signing key are not blacklisted then shim will relocate and execute the binary. + BSD-2-Clause + simpleproxy 1.0 diff --git a/doc/book-enea-nfv-access-sdk-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-sdk-open-source/doc/licenses.xml index a90d10e..67efef7 100644 --- a/doc/book-enea-nfv-access-sdk-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-sdk-open-source/doc/licenses.xml @@ -491,6 +491,24 @@ specific documentation.--> JDT Core Batch Compiler - Bootstrap variant MIT + + efibootmgr + 0.15 + Linux user-space application to modify the EFI Boot Manager. + GPL-2.0 + + + efitools + 1.7.0 + From the EFI Tools package in the Linux user-space it's now possible to read and manipulate the UEFI signatures database via the new efi-readvar and efi-updatevar commands. Aside from needing efitools 1.4 the EFIVARFS file-system is also needed which was only introduced in the Linux 3.8 kernel. + GPL-2.0 + + + efivar + 0.31 + efivar provides a simple command line interface to the UEFI variable facility + LGPL-2.1 + element-vcpe 4.0.3 @@ -851,6 +869,12 @@ specific documentation.--> GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part GPL-3.0 + + help2man + 1.47.4 + Program for creating simple man pages. + GPL-3.0 + htop 1.0.3 @@ -1121,6 +1145,12 @@ specific documentation.--> The `libffi' library provides a portable high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages. MIT + + libfile-slurp-perl + 9999.19 + This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. + Artistic-1.0, GPL-1.0 + libgcc 7.3.0 @@ -1247,6 +1277,12 @@ specific documentation.--> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio keyboard mouse joystick 3D hardware via OpenGL and 2D video framebuffer. LGPL-2.1 + + libsign + 0.3.2 + This project targets to provide a generic signing framework. This framework separates the signing request and signing process and correspondingly forms the so-called signlet and signaturelet. Each signaturelet only concerns about the details about how to construct the layout of a signature format and signlet only cares how to construct the signing request. + BSD-3-Clause + libsm 1.2.2 @@ -1487,6 +1523,12 @@ specific documentation.--> ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections GPL-2.0, LGPL-2.1 + + mokutil + 0.3.0 + The utility to manipulate machines owner keys which managed in shim. + GPL-3.0 + mozjs 17.0.0 @@ -1655,6 +1697,12 @@ specific documentation.--> OpenSSH SSH client/server. MIT + + packagegroup-efi-secure-boot + 1.0 + EFI Secure Boot packages for secure-environment. + MIT + packagegroup-enea-virtualization-4gusb-modems 1.0 @@ -1967,12 +2015,24 @@ specific documentation.--> runc is a CLI tool for spawning and running containers according to the OCI specification. Apache-2.0 + + sbsigntool + 0.6 + Utilities for signing UEFI binaries for use with secure boot. + GPL-3.0 + sed 4.2.2 Stream EDitor (text filtering utility). GPL-3.0 + + seloader + 0.4.6 + The SELoader is designed to authenticate the non-PE files such as grub configuration initrd grub modules which cannot be verified by the MOK Verify Protocol registered by shim loader. In order to conveniently authenticate the PE file with gBS->LoadImage() and gBS->StartImage() the SELoader hooks EFI Security2 Architectural Protocol and employs MOK Verify Protocol to verify the PE file. If only UEFI Secure Boot is enabled the SELoader just simplily calls gBS->LoadImage() and gBS->StartImage() to allow BIOS to verify PE file. The SELoader publishes MOK2 Verify Protocol which provides a flexible interface to allow the bootloader to verify the file file buffer or memory buffer without knowing the file format. + BSD-3-Clause + serf 1.3.9 @@ -2009,6 +2069,12 @@ specific documentation.--> Shared MIME type database and specification. LGPL-2.0 + + shim + 12 + shim is a trivial EFI application that when run attempts to open and execute another application. It will initially attempt to do this via the standard EFI LoadImage() and StartImage() calls. If these fail (because secure boot is enabled and the binary is not signed with an appropriate key for instance) it will then validate the binary against a built-in certificate. If this succeeds and if the binary or signing key are not blacklisted then shim will relocate and execute the binary. + BSD-2-Clause + simpleproxy 1.0 -- cgit v1.2.3-54-g00ecf