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 022F9138334 for ; Sat, 12 Oct 2019 19:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139F3E0863; Sat, 12 Oct 2019 19:25:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D663CE0863 for ; Sat, 12 Oct 2019 19:25:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D0FF634BCAA for ; Sat, 12 Oct 2019 19:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0F3772 for ; Sat, 12 Oct 2019 19:25:29 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570908321.eb1992bef09cd6e7014690d6c1ea593b1516d293.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild net-ftp/pure-ftpd/pure-ftpd-9999.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: eb1992bef09cd6e7014690d6c1ea593b1516d293 X-VCS-Branch: master Date: Sat, 12 Oct 2019 19:25:29 +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: dfde18c9-7165-490b-80e3-a7b37d1e1ee5 X-Archives-Hash: dd5919e2932669b3f62014346cef41a3 commit: eb1992bef09cd6e7014690d6c1ea593b1516d293 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 19:25:21 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 19:25:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1992be net-ftp/pure-ftpd: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild index 7091bdd479e..e1e9feb5178 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r4.ebuild @@ -26,7 +26,7 @@ DEPEND="caps? ( sys-libs/libcap ) dev-db/mariadb-connector-c dev-db/mysql-connector-c ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] ) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild index 30e10ab43e3..5f4d78cdd36 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild @@ -29,7 +29,7 @@ DEPEND="caps? ( sys-libs/libcap ) dev-db/mariadb-connector-c dev-db/mysql-connector-c ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] ) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild index 30e10ab43e3..5f4d78cdd36 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.49.ebuild @@ -29,7 +29,7 @@ DEPEND="caps? ( sys-libs/libcap ) dev-db/mariadb-connector-c dev-db/mysql-connector-c ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] ) diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild index 30e10ab43e3..5f4d78cdd36 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="caps? ( sys-libs/libcap ) dev-db/mariadb-connector-c dev-db/mysql-connector-c ) ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )