From 14712a2eeb9ba101f286ab9f37cdaac501cbcd69 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 7 Jun 2023 18:08:18 +0300 Subject: [PATCH] nginx --- .../ecosystem/nginx/latest/mainline/main/.env | 2 +- .../sources.list.d/sources.stretch.list | 29 +++++++++---------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/linux/ecosystem/nginx/latest/mainline/main/.env b/linux/ecosystem/nginx/latest/mainline/main/.env index 15b9807c4..6abadc961 100644 --- a/linux/ecosystem/nginx/latest/mainline/main/.env +++ b/linux/ecosystem/nginx/latest/mainline/main/.env @@ -1,2 +1,2 @@ NGINX_VERSION=latest -NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-1.23.2.tar.gz +NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-1.25.0.tar.gz diff --git a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/sources.list.d/sources.stretch.list b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/sources.list.d/sources.stretch.list index 617bf9bb6..62e8a43d2 100644 --- a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/sources.list.d/sources.stretch.list +++ b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/sources.list.d/sources.stretch.list @@ -1,19 +1,16 @@ #main -deb http://httpredir.debian.org/debian/ stretch main contrib non-free -deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free -deb http://httpredir.debian.org/debian/ stretch-updates main contrib non-free -deb-src http://httpredir.debian.org/debian/ stretch-updates main contrib non-free -deb http://httpredir.debian.org/debian/ stretch-backports main contrib non-free -deb-src http://httpredir.debian.org/debian/ stretch-backports main contrib non-free -deb http://httpredir.debian.org/debian/ stretch-proposed-updates main contrib non-free -deb-src http://httpredir.debian.org/debian/ stretch-proposed-updates main contrib non-free +deb http://archive.debian.org/debian/ stretch main contrib non-free +deb-src http://archive.debian.org/debian/ stretch main contrib non-free + +deb http://archive.debian.org/debian/ stretch-backports main contrib non-free +deb-src http://archive.debian.org/debian/ stretch-backports main contrib non-free + +deb http://archive.debian.org/debian/ stretch-backports-sloppy main contrib non-free +deb-src http://archive.debian.org/debian/ stretch-backports-sloppy main contrib non-free + +deb http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free +deb-src http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free #security -deb http://httpredir.debian.org/debian-security/ stretch/updates main contrib non-free -deb-src http://httpredir.debian.org/debian-security/ stretch/updates main contrib non-free - -##multimedia -#deb http://httpredir.debian.org/debian-multimedia/ stretch main non-free -#deb-src http://httpredir.debian.org/debian-multimedia/ stretch main non-free -#deb http://httpredir.debian.org/debian-multimedia/ stretch-backports main -#deb-src http://httpredir.debian.org/debian-multimedia/ stretch-backports main +deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free +deb-src http://archive.debian.org/debian-security/ stretch/updates main contrib non-free