mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
etc/apt/sources.list/stable: update security name
https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#security-archive
This commit is contained in:
parent
c8189a3aa6
commit
575b68fe3a
@ -1,7 +1,3 @@
|
|||||||
# NOTE FOR DEBIAN 11 BULLSEYE!
|
|
||||||
# When it's released, run 's/\/updates/-security/g' and remove this note!
|
|
||||||
# https://lists.debian.org/debian-devel-announce/2019/07/msg00004.html
|
|
||||||
|
|
||||||
## Main repos
|
## Main repos
|
||||||
deb https://deb.debian.org/debian stable main contrib non-free
|
deb https://deb.debian.org/debian stable main contrib non-free
|
||||||
deb-src https://deb.debian.org/debian stable main contrib non-free
|
deb-src https://deb.debian.org/debian stable main contrib non-free
|
||||||
@ -13,19 +9,19 @@ deb https://deb.debian.org/debian-debug stable-debug main contrib non-free
|
|||||||
#deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-debug main contrib non-free
|
#deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-debug main contrib non-free
|
||||||
|
|
||||||
## Security repo CDN
|
## Security repo CDN
|
||||||
deb https://deb.debian.org/debian-security/ stable/updates main contrib non-free
|
deb https://deb.debian.org/debian-security/ stable-security main contrib non-free
|
||||||
deb-src https://deb.debian.org/debian-security/ stable/updates main contrib non-free
|
deb-src https://deb.debian.org/debian-security/ stable-security main contrib non-free
|
||||||
## https://bugs.debian.org/894081
|
## https://bugs.debian.org/894081
|
||||||
deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free
|
deb https://deb.debian.org/debian-debug stable-proposed-updates-debug main contrib non-free
|
||||||
|
|
||||||
## Security repo directly
|
## Security repo directly
|
||||||
# To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough.
|
# To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough.
|
||||||
#deb http://security.debian.org/ stable/updates main contrib non-free
|
#deb http://security.debian.org/ stable-security main contrib non-free
|
||||||
#deb-src http://security.debian.org/ stable/updates main contrib non-free
|
#deb-src http://security.debian.org/ stable-security main contrib non-free
|
||||||
|
|
||||||
## Security repos over Tor
|
## Security repos over Tor
|
||||||
deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable/updates main contrib non-free
|
deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable-security main contrib non-free
|
||||||
deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable/updates main contrib non-free
|
deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security stable-security main contrib non-free
|
||||||
## https://bugs.debian.org/894081
|
## https://bugs.debian.org/894081
|
||||||
#deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-proposed-updates-debug main contrib non-free
|
#deb tor+http://ktqxbqrhg5ai2c7f.onion/debian-debug stable-proposed-updates-debug main contrib non-free
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user