summaryrefslogtreecommitdiffstats
path: root/data/config.json
blob: 5855ad279ecde4bc4845047db22949e24ccc3463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
  "repositories": {
    "etch": "http://mirror.1und1.de/debian/dists/etch",
    "etch-security": "http://security.debian.org/debian-security/dists/etch/updates",
    "etch-proposed-updates": "http://mirror.1und1.de/debian/dists/etch-proposed-updates",
    "lenny": "http://mirror.1und1.de/debian/dists/lenny",
    "lenny-security": "http://security.debian.org/debian-security/dists/lenny/updates",
    "lenny-proposed-updates": "http://mirror.1und1.de/debian/dists/lenny-proposed-updates",
    "squeeze": "http://mirror.1und1.de/debian/dists/squeeze",
    "squeeze-security": "http://security.debian.org/debian-security/dists/squeeze/updates",
    "squeeze-proposed-updates": "http://mirror.1und1.de/debian/dists/squeeze-proposed-updates",
    "sid": "http://mirror.1und1.de/debian/dists/sid"
  },
  "distributions": {
    "potato": {},
    "woody": {},
    "sarge": {},
    "etch": {},
    "lenny": {
      "members": {
        "supported": [
          "lenny",
          "lenny-security"
        ],
        "optional": [
          "lenny-proposed-updates"
        ]
      }
    },
    "squeeze": {
      "members": {
        "supported": [
          "squeeze",
          "squeeze-security"
        ],
        "optional": [
          "squeeze-proposed-updates"
        ]
      }
    },
    "wheezy": {
      "members": {
        "supported": [
          "wheezy",
          "wheezy-security"
        ],
        "optional": [
          "wheezy-proposed-updates"
        ]
      }
    },
    "jessie": {
      "members": {
        "supported": [
          "jessie",
          "jessie-security"
        ],
        "optional": [
          "jessie-proposed-updates"
        ]
      }
    },
    "stretch": {
      "members": {
        "supported": [
          "stretch",
          "stretch-security"
        ],
        "optional": [
          "stretch-proposed-updates"
        ]
      },
      "architectures": [ "amd64", "arm64", "armel", "armhf", "i386" ],
      "release": "oldstable"
    },
    "buster": {
      "members": {
        "supported": [
          "buster",
          "buster-security"
        ],
        "optional": [
          "buster-proposed-updates"
        ]
      },
      "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips", "mips64el", "mipsel", "ppc64el", "s390x" ],
      "release": "stable"
    },
    "bullseye": {
      "members": {
        "supported": [
          "bullseye",
          "bullseye-security"
        ],
        "optional": [
          "bullseye-proposed-updates"
        ]
      },
      "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
      "release": "testing"
    },
    "bookworm": {
      "members": {
        "supported": [
          "bookworm",
          "bookworm-security"
        ],
        "optional": [
          "bookworm-proposed-updates"
        ]
      }
    },
    "sid": {
      "members": {
        "supported": [
          "sid"
        ]
      },
      "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
      "release": "unstable"
    }
  },
  "sources": [
    {
      "name": "CVE",
      "path": "/CVE/list",
      "class": "CVEFile"
    },
    {
      "name": "DSA",
      "path": "/DSA/list",
      "class": "DSAFile"
    },
    {
      "name": "DTSA",
      "path": "/DTSA/list",
      "class": "DTSAFile"
    },
    {
      "name": "DLA",
      "path": "/DLA/list",
      "class": "DSAFile"
    }
  ]
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy