[Git][security-tracker-team/security-tracker][master] 2 commits: Remove mipsel architecture from supported list from testing and sid
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Sat Sep 2 20:24:14 BST 2023
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
a241b1e4 by Salvatore Bonaccorso at 2023-09-02T21:18:56+02:00
Remove mipsel architecture from supported list from testing and sid
mipsel support will be removed from the list of official release
architectures.
Link: https://bugs.debian.org/1043114
Link: https://lists.debian.org/debian-devel-announce/2023/09/msg00000.html
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>
- - - - -
b603b6fe by Salvatore Bonaccorso at 2023-09-02T19:24:05+00:00
Merge branch 'remove-mipsel-architecture' into 'master'
Remove mipsel architecture from supported list from testing and sid
See merge request security-tracker-team/security-tracker!145
- - - - -
1 changed file:
- data/config.json
Changes:
=====================================
data/config.json
=====================================
@@ -120,7 +120,7 @@
"trixie-proposed-updates"
]
},
- "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
+ "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "ppc64el", "s390x" ],
"release": "testing"
},
"forky": {
@@ -140,7 +140,7 @@
"sid"
]
},
- "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
+ "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "ppc64el", "s390x" ],
"release": "unstable"
}
},
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/0f17cea94e17fb329c5ece08b8cf851848237521...b603b6fef68aabecdb016d28393adf3ed8b5afe9
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/0f17cea94e17fb329c5ece08b8cf851848237521...b603b6fef68aabecdb016d28393adf3ed8b5afe9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20230902/aa253b8a/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list