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 C4C3615800F for ; Sat, 28 Jan 2023 23:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA25E0946; Sat, 28 Jan 2023 23:21:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACCB9E093E for ; Sat, 28 Jan 2023 23:21:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B06C633D3CD for ; Sat, 28 Jan 2023 23:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1597F807 for ; Sat, 28 Jan 2023 23:21:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1674948053.88e7a2cd47f330509b884ff00de834d03cb5c7bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/resolv_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/resolv_wrapper/Manifest net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild X-VCS-Directories: net-dns/resolv_wrapper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 88e7a2cd47f330509b884ff00de834d03cb5c7bb X-VCS-Branch: master Date: Sat, 28 Jan 2023 23:21:12 +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: 598d6771-571b-48d4-8875-ea72e262ec33 X-Archives-Hash: e936b5e520f3b9a744a3022686324f68 commit: 88e7a2cd47f330509b884ff00de834d03cb5c7bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 28 19:10:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 28 23:20:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e7a2cd net-dns/resolv_wrapper: add 1.1.8 Upstream Changelog: "Fix issues with glibc >= 2.34" Signed-off-by: Andreas Sturmlechner gentoo.org> net-dns/resolv_wrapper/Manifest | 1 + net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-dns/resolv_wrapper/Manifest b/net-dns/resolv_wrapper/Manifest index 5d399b55760b..8e6821cb9612 100644 --- a/net-dns/resolv_wrapper/Manifest +++ b/net-dns/resolv_wrapper/Manifest @@ -1 +1,2 @@ DIST resolv_wrapper-1.1.7.tar.gz 45148 BLAKE2B d1b860187bfa3be6eadd848abc458d5c9e3c4c4048a70b37d7548caf2604bda51f8a3606487fb95d682ab39e06f63f29b85de981ae32527997799fa5d72befab SHA512 531a7734f40d8a7cb3da4618eebbb4530657ad2cdcf3c1cd48f3ae1dcf55fc003205e44745fc3f70704060ae0c6a2516919c61fd10223ff56d90a47a3c59b3c0 +DIST resolv_wrapper-1.1.8.tar.gz 38051 BLAKE2B f9f4dee2d83a66d4efe911b9fc55ff1e06ad13fc876652416ce2c0cfa877d1be6b590bd322ad6b642a30a8d352bb3148ee79b5c1999b7ceedd338b711239cc34 SHA512 64cb722b3530b5669de1eba379ca4a577b505ac4be624d63a3988b16df2e3082489f48db099cba256dded9483ae913144b9a5c0c6e01af20da0709bd79c461c4 diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild new file mode 100644 index 000000000000..b47efa459a1b --- /dev/null +++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +DESCRIPTION="Wrapper for DNS name resolving or DNS faking" +HOMEPAGE="https://cwrap.org/resolv_wrapper.html" +SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( + dev-util/cmocka + net-libs/socket_wrapper + )" + +# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) +# Because of this we cannot use cmake-multilib_src_configure() here. +multilib_src_configure() { + local mycmakeargs=( + -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) + -DUNIT_TESTING=$(usex test) + ) + cmake_src_configure +}