Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bind: include gss-api (required for new 'sssd')
@ 2020-09-06 11:11 inzanez
  2020-09-17  7:22 ` [PR PATCH] [Updated] " inzanez
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: inzanez @ 2020-09-06 11:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

There is a new pull request by inzanez against master on the void-packages repository

https://github.com/inzanez/void-packages master
https://github.com/void-linux/void-packages/pull/24712

bind: include gss-api (required for new 'sssd')
Newer versions of `sssd` cannot be compiled without gss-api support in `bind`.

A patch file from https://github.com/void-linux/void-packages/pull/24712.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-24712.patch --]
[-- Type: text/x-diff, Size: 1643 bytes --]

From 6fd5ed087c2091d5cd40f4def3e5cdd35f129450 Mon Sep 17 00:00:00 2001
From: Gitea <gitea@fake.local>
Date: Sun, 6 Sep 2020 13:08:17 +0200
Subject: [PATCH] bind: include gss-api (required for new 'sssd')

---
 srcpkgs/bind/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index 63bb58d7cd9..ae91d149840 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,20 +1,20 @@
 # Template file for 'bind'
 pkgname=bind
 version=9.16.6
-revision=1
+revision=2
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
 configure_args="--disable-static --enable-threads --enable-largefile
  --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
  --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no
- --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi
+ --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --with-gssapi=/usr/bin
  --without-gost --enable-openssl-hash --with-readline --with-tuning=default
  --without-python --enable-fetchlimit --enable-sit
  --with-libidn2 $(vopt_enable seccomp)
  $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"
 hostmakedepends="automake libtool perl pkg-config"
-makedepends="libressl-devel libxml2-devel libcap-devel readline-devel
+makedepends="libressl-devel libxml2-devel libcap-devel readline-devel mit-krb5-devel
  libatomic-devel libidn2-devel libuv-devel $(vopt_if geoip geoip-devel)
  $(vopt_if seccomp libseccomp-devel)"
 short_desc="Berkeley Internet Name Domain server"

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-17 23:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-06 11:11 [PR PATCH] bind: include gss-api (required for new 'sssd') inzanez
2020-09-17  7:22 ` [PR PATCH] [Updated] " inzanez
2020-09-17  7:56 ` inzanez
2020-09-17 12:53 ` ahesford
2020-09-17 13:41 ` [PR PATCH] [Updated] " inzanez
2020-09-17 13:43 ` inzanez
2020-09-17 23:48 ` [PR PATCH] [Closed]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).