From 7f740fcb9a0165d81bfecf7fb5da647763d76a1b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Sep 2022 05:29:14 +0100 Subject: gentoo auto-resync : 23:09:2022 - 05:29:13 --- net-nds/Manifest.gz | Bin 2570 -> 2571 bytes net-nds/gssproxy/Manifest | 3 - .../gssproxy/files/gssproxy-0.8.4-include.patch | 24 ------ net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild | 94 --------------------- 4 files changed, 121 deletions(-) delete mode 100644 net-nds/gssproxy/files/gssproxy-0.8.4-include.patch delete mode 100644 net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild (limited to 'net-nds') diff --git a/net-nds/Manifest.gz b/net-nds/Manifest.gz index 2d3a75535c56..025c4e7ffecf 100644 Binary files a/net-nds/Manifest.gz and b/net-nds/Manifest.gz differ diff --git a/net-nds/gssproxy/Manifest b/net-nds/gssproxy/Manifest index d00fd8a21a48..71d2220abfae 100644 --- a/net-nds/gssproxy/Manifest +++ b/net-nds/gssproxy/Manifest @@ -1,7 +1,4 @@ AUX gssproxy 371 BLAKE2B d51ab4a06138dcc4af7b1706948534bd3b0b0fe1e715085eeb910bfacab9bb9d46af132901d9ed59feaab889409f917c72527377cf233ddce928e02a287bea99 SHA512 ec7b7e6684ed93ec6a71d5c4bfef7f6a6a61b22202607064e906165e1b5a14f283476d25ef19551040b462f173352ce330a3781b20d0865d4799f087cd707c28 -AUX gssproxy-0.8.4-include.patch 637 BLAKE2B 072df0a6cd7aa8f145babb37b055761ef93c472708decbbcd5ac8e130becab1eb44b4b01a3d5b1aaaea76ad02931c1f7ad5100b8fbe4b4bcdf784bfa75e8642b SHA512 5520670fbefa5e354f707ba186055db076abcdacd6b099c129de263d6dfc27da10d8d5a5142fb3414c0d37e62a68af1f169dab862a97e14f9b1146d25fd1e169 -DIST gssproxy-0.8.4.tar.gz 567579 BLAKE2B 55519d2d439e168df0346cfa2655e01bc90191e17ea7d8c72c5f29c22ed6adca39e5adb4fd900f6dc756147b2fbee23212bfc097c38ab927e6c9679b0186fa2c SHA512 ab81c40d6c7b1908751feb107d8da66603b7681fb67aa7a1f30194a81d542ca89e6c2f34425e9356b9c55eb3691bfa240ba41441c01498af45e862a133cd088a DIST gssproxy-0.9.1.tar.gz 579038 BLAKE2B a17e673876b4acf480b23a8086720f507cd3a85c2f328469b726ab1653a94cd9a3eb9dd9369dee30b57457b6e8125b67a86fc4186c387e58d2d96b1da7c55089 SHA512 767c4e73d5240a43a0586e836e7dc199b8baf0adbc5a1a2cbb6ffc6f0a7ca574a4fc541ca474ef696d78956724eb24c465760f680e7170f8d77d056513b6226b -EBUILD gssproxy-0.8.4-r2.ebuild 3000 BLAKE2B 87c4431a8cde813bbfcfcbf1d56d2b83548c787078091e64c1a2fc374f5e3fff88dee985d96f20bf2b30b2b20b36cb74da9efa489b6be65afeb9f4b187c1753f SHA512 9242a135a397c375bf37a196ebc74f4475d65788a6989ea6e7578fec65cfeb17b4f8d7e3fe69ebcfd47fe2971d9cfba1690bd5d3bcc2ceeddd943fc40e20e579 EBUILD gssproxy-0.9.1.ebuild 3166 BLAKE2B 5ad8e3ebb6720c51a550d2a4584b2514487c7c985ca86617364dca99b132172c89e4a6f61d180934bf61d192bff717dabef092888117c0d8c827d156737f8998 SHA512 384c5e3771541a7f3865f7ee1cd44e41a7c5a74cbe2f3b3892db6ff43c8852a8c3c1500f39a7dd6362329ae97840425f567ba1aed88c1a40fa86a5a232a7a922 MISC metadata.xml 304 BLAKE2B 62385ec2c869cf41a61f53284d3c345fe1f26b36741777d4b161d8a522a58942d13ea155e25af7b70f726d716e7c99d628f4cdf7fdbf4dcdf82439095e634475 SHA512 13382010642d9de241dbcc1bc880dc1b3daa3f266d8b75da6ec2db9aa92011ce203e96ad55f6d04a00f0df8ae40c83aa262ac26fd4b0d1bfb66d577b94c02c8d diff --git a/net-nds/gssproxy/files/gssproxy-0.8.4-include.patch b/net-nds/gssproxy/files/gssproxy-0.8.4-include.patch deleted file mode 100644 index 1f85329c237e..000000000000 --- a/net-nds/gssproxy/files/gssproxy-0.8.4-include.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 57f951d1e32739ddfd0d924df81da010e47d35b9 Mon Sep 17 00:00:00 2001 -From: David Seifert -Date: Sun, 23 Jan 2022 19:09:25 +0100 -Subject: [PATCH] Add missing #include for musl - -Bug: https://bugs.gentoo.org/719920 - -Signed-off-by: David Seifert ---- - src/gp_socket.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/gp_socket.c b/src/gp_socket.c -index 9070928..493399a 100644 ---- a/src/gp_socket.c -+++ b/src/gp_socket.c -@@ -10,6 +10,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild b/net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild deleted file mode 100644 index 3e5dc8ca5043..000000000000 --- a/net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling" -HOMEPAGE="https://github.com/gssapi/gssproxy" -SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD-1" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86" -IUSE="debug selinux systemd hardened" - -COMMON_DEPEND=">=dev-libs/libverto-0.2.2 - >=dev-libs/ding-libs-0.6.1 - virtual/krb5 - selinux? ( sys-libs/libselinux )" -RDEPEND="${COMMON_DEPEND} - selinux? ( sec-policy/selinux-gssproxy )" -# We need xml stuff to build the man pages, and people really want/need -# the man pages for this package :). #585200 -BDEPEND=" - app-text/docbook-xml-dtd:4.4 - dev-libs/libxslt - virtual/pkgconfig -" - -# Many requirements to run tests, including running slapd as root, hence -# unfeasible. -RESTRICT="test" - -# pkg_setup() { -# # Here instead of flag-logic in DEPEND, since virtual/krb5 does not -# # allow to specify the openldap use flag, which heimdal doesn't -# # support. -# # Using mit-krb5 explicitly because heimdal doesn't install kerberos -# # schemata required for the tests of gss-proxy. -# if use test && ! has_version "app-crypt/mit-krb5[openldap]"; then -# eerror "Tests of this package require the kerberos schemata installed from app-crypt/mit-krb5[openldap]." -# die "Tests enabled but no app-crypt/mit-krb5[openldap] being installed." -# fi -# } - -# Was required in 0.7.0 to fix the schema- and slapd-path. Reason for -# comment: see RESTRICT comment -# src_prepare() { -# default -# # The tests look for kerberos schemata in the documentation -# # directory of krb5, however these are installed in /etc/openldap -# # and only if the openldap useflag is supplied -# sed -i \ -# -e 's#/usr/share/doc/krb5-server-ldap*#/etc/openldap/schema#' \ -# -e "s#\(subprocess.Popen..\"\)slapd#\1/usr/$(get_libdir)/openldap/slapd#" \ -# "${S}/tests/testlib.py" || die -# } - -PATCHES=( "${FILESDIR}"/${P}-include.patch ) - -src_configure() { - local myeconfargs=( - # The build assumes localstatedir is /var and takes care of - # using all the right subdirs itself. - "--localstatedir=${EPREFIX}/var" - "--with-os=gentoo" - "--with-initscript=$(usex systemd systemd none)" - "$(use_with selinux)" - "$(use_with debug gssidebug)" - "$(use_with hardened hardening)" - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - # This is a plugin module, so no need for la file. - find "${ED}"/usr -name proxymech.la -delete || die - - doinitd "${FILESDIR}"/gssproxy - insinto /etc/gssproxy - doins examples/*.conf - insinto /etc/gss/mech.d - newins examples/mech gssproxy.conf - - keepdir /var/lib/gssproxy - keepdir /var/lib/gssproxy/clients - keepdir /var/lib/gssproxy/rcache - fperms 0700 /var/lib/gssproxy/clients - fperms 0700 /var/lib/gssproxy/rcache - - # The build installs a bunch of empty dirs, so prune them. - find "${ED}" -depth -type d -empty -delete || die -} -- cgit v1.2.3