[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] external-signature.conf: secure boot packages moved from fwupd to fwupd-efi



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/external-signatures.conf
    1 1
     External-Signature-Requests {
    
    2 2
       Sources {
    
    3
    +    // src:fwupd: secure boot moved to src:fwupd-efi in bookworm.
    
    4
    +    // This entry can be removed once bullseye is no longer supported.
    
    3 5
         fwupd {
    
    4 6
           Packages {
    
    5 7
             "fwupd-amd64-signed-template";
    
    ... ... @@ -11,6 +13,17 @@ External-Signature-Requests {
    11 13
             "amd64"; "arm64"; "armhf"; "i386";
    
    12 14
           };
    
    13 15
         };
    
    16
    +    fwupd-efi {
    
    17
    +      Packages {
    
    18
    +        "fwupd-amd64-signed-template";
    
    19
    +        "fwupd-arm64-signed-template";
    
    20
    +        "fwupd-armhf-signed-template";
    
    21
    +        "fwupd-i386-signed-template";
    
    22
    +      };
    
    23
    +      Architectures {
    
    24
    +        "amd64"; "arm64"; "armhf"; "i386";
    
    25
    +      };
    
    26
    +    };
    
    14 27
         fwupdate {
    
    15 28
           Packages {
    
    16 29
             "fwupdate-amd64-signed-template";
    


  • Reply to: