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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1C27138334 for ; Fri, 20 Jul 2018 19:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CEBE0AB9; Fri, 20 Jul 2018 19:44:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 117A6E0AB9 for ; Fri, 20 Jul 2018 19:44:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECE00335D00 for ; Fri, 20 Jul 2018 19:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711D1353 for ; Fri, 20 Jul 2018 19:44:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532115846.0faf2544464e203ea2fd80a14c45cff6f7d8cea5.whissi@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.14.0-r2.ebuild www-servers/nginx/nginx-1.14.0-r3.ebuild www-servers/nginx/nginx-1.15.1-r1.ebuild www-servers/nginx/nginx-1.15.1.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0faf2544464e203ea2fd80a14c45cff6f7d8cea5 X-VCS-Branch: master Date: Fri, 20 Jul 2018 19:44:16 +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-Archives-Salt: 64926b0b-266a-462f-ae70-23c7e4a65598 X-Archives-Hash: 6bdc4f46b6bcbfc4be23f11fa5aa559b commit: 0faf2544464e203ea2fd80a14c45cff6f7d8cea5 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 20 19:41:45 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jul 20 19:44:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0faf2544 www-servers/nginx: rev bump to fix missing deps for geoip modules Closes: https://bugs.gentoo.org/661498 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --force www-servers/nginx/{nginx-1.14.0-r2.ebuild => nginx-1.14.0-r3.ebuild} | 4 +++- www-servers/nginx/{nginx-1.15.1.ebuild => nginx-1.15.1-r1.ebuild} | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www-servers/nginx/nginx-1.14.0-r2.ebuild b/www-servers/nginx/nginx-1.14.0-r3.ebuild similarity index 99% rename from www-servers/nginx/nginx-1.14.0-r2.ebuild rename to www-servers/nginx/nginx-1.14.0-r3.ebuild index a4c3f22ec71..9332cae2dbb 100644 --- a/www-servers/nginx/nginx-1.14.0-r2.ebuild +++ b/www-servers/nginx/nginx-1.14.0-r3.ebuild @@ -321,7 +321,9 @@ CDEPEND=" net-misc/curl www-servers/apache ) - nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] )" + nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) + nginx_modules_stream_geoip? ( dev-libs/geoip ) + nginx_modules_stream_geoip2? ( dev-libs/libmaxminddb:= )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-nginx ) !www-servers/nginx:mainline" diff --git a/www-servers/nginx/nginx-1.15.1.ebuild b/www-servers/nginx/nginx-1.15.1-r1.ebuild similarity index 99% rename from www-servers/nginx/nginx-1.15.1.ebuild rename to www-servers/nginx/nginx-1.15.1-r1.ebuild index 4d922841b29..addae4eea24 100644 --- a/www-servers/nginx/nginx-1.15.1.ebuild +++ b/www-servers/nginx/nginx-1.15.1-r1.ebuild @@ -321,7 +321,9 @@ CDEPEND=" net-misc/curl www-servers/apache ) - nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] )" + nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) + nginx_modules_stream_geoip? ( dev-libs/geoip ) + nginx_modules_stream_geoip2? ( dev-libs/libmaxminddb:= )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-nginx ) !www-servers/nginx:0"