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 97161138350 for ; Fri, 27 Mar 2020 19:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D37AE0916; Fri, 27 Mar 2020 19:07:01 +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 6F350E0916 for ; Fri, 27 Mar 2020 19:07:01 +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 AE4A334F8FD for ; Fri, 27 Mar 2020 19:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E2C104 for ; Fri, 27 Mar 2020 19:06:57 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1585336012.c4b03805ffa1b6b59109e356ea4e5752f3514da6.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-4.2.52_p5-r2.ebuild sys-libs/db/db-4.2.52_p5-r3.ebuild sys-libs/db/db-4.3.29_p1-r2.ebuild sys-libs/db/db-4.3.29_p1-r3.ebuild sys-libs/db/db-4.4.20_p4-r2.ebuild sys-libs/db/db-4.4.20_p4-r3.ebuild sys-libs/db/db-4.5.20_p2-r2.ebuild sys-libs/db/db-4.5.20_p2-r3.ebuild sys-libs/db/db-4.6.21_p4-r1.ebuild sys-libs/db/db-4.6.21_p4-r2.ebuild sys-libs/db/db-4.7.25_p4-r1.ebuild sys-libs/db/db-4.7.25_p4-r2.ebuild sys-libs/db/metadata.xml X-VCS-Directories: sys-libs/db/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c4b03805ffa1b6b59109e356ea4e5752f3514da6 X-VCS-Branch: master Date: Fri, 27 Mar 2020 19:06:57 +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: 5a129e4e-5415-461d-a3fd-df6b6a694bc3 X-Archives-Hash: 1453e72f6453389827ad00626c435c4f commit: c4b03805ffa1b6b59109e356ea4e5752f3514da6 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Mar 27 19:01:35 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Mar 27 19:06:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b03805 sys-libs/db: remove USE=rpc support Remove USE=rpc support for all 4.x releases. Upstream removed RPC support in the 4.8 series, but it was still present in older releases. The upstream RPC server component (berkeley_db_svc) is single-threaded, has no security, and other limitations that make it not suited for many uses. It could be revived by porting to use libtirpc, see net-analyzer/argus/files/argus-3.0.8.2-rpc.patch as an example of some of the required changes. Fixes: https://bugs.gentoo.org/699750 Signed-off-by: Robin H. Johnson gentoo.org> sys-libs/db/{db-4.2.52_p5-r2.ebuild => db-4.2.52_p5-r3.ebuild} | 4 ++-- sys-libs/db/{db-4.3.29_p1-r2.ebuild => db-4.3.29_p1-r3.ebuild} | 4 ++-- sys-libs/db/{db-4.4.20_p4-r2.ebuild => db-4.4.20_p4-r3.ebuild} | 4 ++-- sys-libs/db/{db-4.5.20_p2-r2.ebuild => db-4.5.20_p2-r3.ebuild} | 4 ++-- sys-libs/db/{db-4.6.21_p4-r1.ebuild => db-4.6.21_p4-r2.ebuild} | 4 ++-- sys-libs/db/{db-4.7.25_p4-r1.ebuild => db-4.7.25_p4-r2.ebuild} | 4 ++-- sys-libs/db/metadata.xml | 3 --- 7 files changed, 12 insertions(+), 15 deletions(-) diff --git a/sys-libs/db/db-4.2.52_p5-r2.ebuild b/sys-libs/db/db-4.2.52_p5-r3.ebuild similarity index 98% rename from sys-libs/db/db-4.2.52_p5-r2.ebuild rename to sys-libs/db/db-4.2.52_p5-r3.ebuild index f9454de5eef..a5f249c6a52 100644 --- a/sys-libs/db/db-4.2.52_p5-r2.ebuild +++ b/sys-libs/db/db-4.2.52_p5-r3.ebuild @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="tcl java doc cxx rpc" +IUSE="tcl java doc cxx" RESTRICT="!test? ( test )" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -110,7 +110,7 @@ src_configure() { local myconf=( --enable-compat185 --with-uniquename - $(use_enable rpc) + --disable-rpc --host="${CHOST}" $(usex amd64 '--with-mutex=x86/gcc-assembly' '') diff --git a/sys-libs/db/db-4.3.29_p1-r2.ebuild b/sys-libs/db/db-4.3.29_p1-r3.ebuild similarity index 98% rename from sys-libs/db/db-4.3.29_p1-r2.ebuild rename to sys-libs/db/db-4.3.29_p1-r3.ebuild index 81896b6e565..f208ffd19e6 100644 --- a/sys-libs/db/db-4.3.29_p1-r2.ebuild +++ b/sys-libs/db/db-4.3.29_p1-r3.ebuild @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sparc x86" -IUSE="tcl java doc cxx rpc" +IUSE="tcl java doc cxx" RESTRICT="!test? ( test )" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -112,7 +112,7 @@ src_configure() { --enable-compat185 --enable-o_direct --without-uniquename - $(use_enable rpc) + --disable-rpc --host="${CHOST}" $(usex amd64 '--with-mutex=x86/gcc-assembly' '') diff --git a/sys-libs/db/db-4.4.20_p4-r2.ebuild b/sys-libs/db/db-4.4.20_p4-r3.ebuild similarity index 98% rename from sys-libs/db/db-4.4.20_p4-r2.ebuild rename to sys-libs/db/db-4.4.20_p4-r3.ebuild index 980ee7aa93e..dfdea3ae9c2 100644 --- a/sys-libs/db/db-4.4.20_p4-r2.ebuild +++ b/sys-libs/db/db-4.4.20_p4-r3.ebuild @@ -29,7 +29,7 @@ done LICENSE="Sleepycat BSD" SLOT="$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="tcl java doc cxx rpc" +IUSE="tcl java doc cxx" RESTRICT="!test? ( test )" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -106,7 +106,7 @@ src_configure() { --enable-compat185 --enable-o_direct --without-uniquename - $(use_enable rpc) + --disable-rpc --host="${CHOST}" $(usex amd64 '--with-mutex=x86/gcc-assembly' '') diff --git a/sys-libs/db/db-4.5.20_p2-r2.ebuild b/sys-libs/db/db-4.5.20_p2-r3.ebuild similarity index 98% rename from sys-libs/db/db-4.5.20_p2-r2.ebuild rename to sys-libs/db/db-4.5.20_p2-r3.ebuild index 3b7360b9467..3a85922dd9f 100644 --- a/sys-libs/db/db-4.5.20_p2-r2.ebuild +++ b/sys-libs/db/db-4.5.20_p2-r3.ebuild @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="tcl java doc cxx rpc" +IUSE="tcl java doc cxx" RESTRICT="!test? ( test )" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -116,7 +116,7 @@ src_configure() { --enable-compat185 --enable-o_direct --without-uniquename - $(use_enable rpc) + --disable-rpc --host="${CHOST}" $(usex amd64 '--with-mutex=x86/gcc-assembly' '') diff --git a/sys-libs/db/db-4.6.21_p4-r1.ebuild b/sys-libs/db/db-4.6.21_p4-r2.ebuild similarity index 98% rename from sys-libs/db/db-4.6.21_p4-r1.ebuild rename to sys-libs/db/db-4.6.21_p4-r2.ebuild index 76bcc6630da..f11841a00fa 100644 --- a/sys-libs/db/db-4.6.21_p4-r1.ebuild +++ b/sys-libs/db/db-4.6.21_p4-r2.ebuild @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="tcl java doc cxx rpc" +IUSE="tcl java doc cxx" RESTRICT="!test? ( test )" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -105,7 +105,7 @@ src_configure() { --enable-compat185 --enable-o_direct --without-uniquename - $(use_enable rpc) + --disable-rpc --host="${CHOST}" $(usex amd64 '--with-mutex=x86/gcc-assembly' '') diff --git a/sys-libs/db/db-4.7.25_p4-r1.ebuild b/sys-libs/db/db-4.7.25_p4-r2.ebuild similarity index 98% rename from sys-libs/db/db-4.7.25_p4-r1.ebuild rename to sys-libs/db/db-4.7.25_p4-r2.ebuild index a75117aac7b..a6ab5c01d2f 100644 --- a/sys-libs/db/db-4.7.25_p4-r1.ebuild +++ b/sys-libs/db/db-4.7.25_p4-r2.ebuild @@ -30,7 +30,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sparc x86" -IUSE="doc java cxx tcl test rpc" +IUSE="doc java cxx tcl test" # the entire testsuite needs the TCL functionality DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -108,7 +108,7 @@ src_configure() { --enable-compat185 --enable-o_direct --without-uniquename - $(use_enable rpc) + --disable-rpc $(usex amd64 '--with-mutex=x86/gcc-assembly' '') $(use_enable cxx) diff --git a/sys-libs/db/metadata.xml b/sys-libs/db/metadata.xml index 19c65222929..4b087600262 100644 --- a/sys-libs/db/metadata.xml +++ b/sys-libs/db/metadata.xml @@ -23,7 +23,4 @@ gedeeld geheugen caching en database herstel. DB ondersteund C, C++, Java en Perl API's. DB is beschikbaar voor veel UNIX platformen en Windows. - - Enable rpc client/server -