From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9D68158087 for ; Thu, 6 Jan 2022 09:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1AD62BC07A; Thu, 6 Jan 2022 09:07:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABDB92BC07A for ; Thu, 6 Jan 2022 09:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18E9343176 for ; Thu, 6 Jan 2022 09:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F30FA2AE for ; Thu, 6 Jan 2022 09:07:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641460036.4803751e71e74e5f948b19cdcd58e2f9f65574b0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/nginx-1.20.1-r2.ebuild www-servers/nginx/nginx-1.20.2.ebuild www-servers/nginx/nginx-1.21.0-r2.ebuild www-servers/nginx/nginx-1.21.1.ebuild www-servers/nginx/nginx-1.21.2.ebuild www-servers/nginx/nginx-1.21.3.ebuild www-servers/nginx/nginx-1.21.4.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4803751e71e74e5f948b19cdcd58e2f9f65574b0 X-VCS-Branch: master Date: Thu, 6 Jan 2022 09:07:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48843be4-a985-44f3-8b8d-1dbaa04162b3 X-Archives-Hash: 3d15d214035c325dee5aacbccd95c96a commit: 4803751e71e74e5f948b19cdcd58e2f9f65574b0 Author: David Seifert gentoo org> AuthorDate: Thu Jan 6 09:07:16 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 6 09:07:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4803751e www-servers/nginx: remove userland_GNU Signed-off-by: David Seifert gentoo.org> www-servers/nginx/nginx-1.20.1-r2.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.20.2.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.21.0-r2.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.21.1.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.21.2.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.21.3.ebuild | 14 ++++---------- www-servers/nginx/nginx-1.21.4.ebuild | 14 ++++---------- 7 files changed, 28 insertions(+), 70 deletions(-) diff --git a/www-servers/nginx/nginx-1.20.1-r2.ebuild b/www-servers/nginx/nginx-1.20.1-r2.ebuild index 544d72b4fb06..e9e47694a337 100644 --- a/www-servers/nginx/nginx-1.20.1-r2.ebuild +++ b/www-servers/nginx/nginx-1.20.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.20.2.ebuild b/www-servers/nginx/nginx-1.20.2.ebuild index 3f56502d4648..df8739941162 100644 --- a/www-servers/nginx/nginx-1.20.2.ebuild +++ b/www-servers/nginx/nginx-1.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.21.0-r2.ebuild b/www-servers/nginx/nginx-1.21.0-r2.ebuild index 599d1bf039c2..4bb1e40afbbd 100644 --- a/www-servers/nginx/nginx-1.21.0-r2.ebuild +++ b/www-servers/nginx/nginx-1.21.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.21.1.ebuild b/www-servers/nginx/nginx-1.21.1.ebuild index 5c6078c50aec..f7d071a8e8f0 100644 --- a/www-servers/nginx/nginx-1.21.1.ebuild +++ b/www-servers/nginx/nginx-1.21.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.21.2.ebuild b/www-servers/nginx/nginx-1.21.2.ebuild index bdebfbba028c..28cef0b0ea20 100644 --- a/www-servers/nginx/nginx-1.21.2.ebuild +++ b/www-servers/nginx/nginx-1.21.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.21.3.ebuild b/www-servers/nginx/nginx-1.21.3.ebuild index bdebfbba028c..28cef0b0ea20 100644 --- a/www-servers/nginx/nginx-1.21.3.ebuild +++ b/www-servers/nginx/nginx-1.21.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam ) diff --git a/www-servers/nginx/nginx-1.21.4.ebuild b/www-servers/nginx/nginx-1.21.4.ebuild index bdebfbba028c..28cef0b0ea20 100644 --- a/www-servers/nginx/nginx-1.21.4.ebuild +++ b/www-servers/nginx/nginx-1.21.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ NGINX_MODULES_3RD=" " IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic +pcre - pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + pcre-jit rtmp selinux ssl threads vim-syntax" for mod in $NGINX_MODULES_STD; do IUSE="${IUSE} +nginx_modules_http_${mod}" @@ -289,9 +289,7 @@ CDEPEND=" >=dev-libs/openssl-1.0.1c:0= ) http-cache? ( - userland_GNU? ( - dev-libs/openssl:0= - ) + dev-libs/openssl:0= ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) @@ -302,11 +300,7 @@ CDEPEND=" nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) - nginx_modules_http_secure_link? ( - userland_GNU? ( - dev-libs/openssl:0= - ) - ) + nginx_modules_http_secure_link? ( dev-libs/openssl:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( ${LUA_DEPS} ) nginx_modules_http_auth_pam? ( sys-libs/pam )