Github messages for voidlinux
 help / color / mirror / Atom feed
From: inzanez <inzanez@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bind: include gss-api (required for new 'sssd')
Date: Sun, 06 Sep 2020 13:11:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24712@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2020-09-06 11:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 11:11 inzanez [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24712@inbox.vuxu.org \
    --to=inzanez@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).