Skip to content

debdistutils/security.debian.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Git LFS mirror of security.debian.org

This git repository contains a mirror of security.debian.org, with external objects stored using Git LFS.

This repository was created using rsync from the debian.snt.utwente.nl mirror of security.debian.org on 2024-04-30. The goal is to keep it in sync with security.debian.org going forward.

Cloning

The Git LFS objects are not available via GitLab, therefor to clone this repository successfully you will need to disable Git LFS smudging using the GIT_LFS_SKIP_SMUDGE=1 environment variable like this:

GIT_LFS_SKIP_SMUDGE=1 git clone https://gitlab.com/debdistutils/archives/debian/security.debian.org.git

Signature Verification

Commits are signed using my PGP key with fingerprint:

pub   ed25519 2019-03-20 [SC]
      B1D2 BD13 75BE CB78 4CF4  F8C4 D73C F638 C53C 06BE

You may view git log and verify commit signatures them as follows:

git log --show-signature

To verify a single commit use something like this:

$ git verify-commit d125d6f58438b0f5c0613319eee1c7098d97abbd
gpg: Signature made Tue Apr 30 14:19:55 2024 CEST
gpg:                using EDDSA key A3CC9C870B9D310ABAD4CF2F51722B08FE4745A2
gpg: Good signature from "Simon Josefsson <simon@josefsson.org>" [ultimate]
$ 

Contact

The maintainer is Simon Josefsson.