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

* Re: [PR PATCH] [Updated] bind: include gss-api (required for new 'sssd')
  2020-09-06 11:11 [PR PATCH] bind: include gss-api (required for new 'sssd') inzanez
@ 2020-09-17  7:22 ` inzanez
  2020-09-17  7:56 ` inzanez
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: inzanez @ 2020-09-17  7:22 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3426 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 1/2] 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"

From 23c6c0335f571ff4337c9012cbe9ee769fece6d9 Mon Sep 17 00:00:00 2001
From: Gitea <gitea@fake.local>
Date: Thu, 17 Sep 2020 09:21:33 +0200
Subject: [PATCH 2/2] Bump version to 9.16.7

---
 common/shlibs         | 4 ++--
 srcpkgs/bind/template | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index bea5b504701..6fd38064cf4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1052,11 +1052,11 @@ libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.1 libnfsidmap-2.4.3_2
 libbind9.so.1600 bind-libs-9.16.2_1
-libdns.so.1605 bind-libs-9.16.5_1
+libdns.so.1607 bind-libs-9.16.7_1
 libirs.so.1601 bind-libs-9.16.3_1
 libisc.so.1606 bind-libs-9.16.6_1
 libisccc.so.1600 bind-libs-9.16.2_1
-libisccfg.so.1600 bind-libs-9.16.2_1
+libisccfg.so.1601 bind-libs-9.16.7_1
 libns.so.1604 bind-libs-9.16.5_1
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index ae91d149840..4e35aafb00a 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,7 +1,7 @@
 # Template file for 'bind'
 pkgname=bind
-version=9.16.6
-revision=2
+version=9.16.7
+revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
 build_style=gnu-configure
@@ -23,7 +23,7 @@ license="MPL-2.0"
 homepage="https://www.isc.org/downloads/bind/"
 changelog="https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/CHANGES"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.xz"
-checksum=b567b0f3b47dd03b345a4848af7f2acdd3f5cea2bd804edd85d9ef50743571cb
+checksum=9f7d1812ebbd26a699f62b6fa8522d5dec57e4bf43af0042a0d60d39ed8314d1
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"

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

* Re: bind: include gss-api (required for new 'sssd')
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: inzanez @ 2020-09-17  7:56 UTC (permalink / raw)
  To: ml

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

New comment by inzanez on void-packages repository

https://github.com/void-linux/void-packages/pull/24712#issuecomment-694064647

Comment:
Done

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

* Re: bind: include gss-api (required for new 'sssd')
  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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-09-17 12:53 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24712#issuecomment-694211045

Comment:
Please squash these commits into a single `bind: update to 9.16.7.` commit.

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

* Re: [PR PATCH] [Updated] bind: include gss-api (required for new 'sssd')
  2020-09-06 11:11 [PR PATCH] bind: include gss-api (required for new 'sssd') inzanez
                   ` (2 preceding siblings ...)
  2020-09-17 12:53 ` ahesford
@ 2020-09-17 13:41 ` inzanez
  2020-09-17 13:43 ` inzanez
  2020-09-17 23:48 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: inzanez @ 2020-09-17 13:41 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2768 bytes --]

From 67acf901be1122824eb7ec364e87067d3cb2ecef Mon Sep 17 00:00:00 2001
From: Gitea <gitea@fake.local>
Date: Thu, 17 Sep 2020 15:40:38 +0200
Subject: [PATCH] bind: update to 9.16.7

---
 common/shlibs         | 4 ++--
 srcpkgs/bind/template | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index bea5b504701..6fd38064cf4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1052,11 +1052,11 @@ libtirpc.so.3 libtirpc-1.0.2_1
 librpcsecgss.so.3 librpcsecgss-0.19_1
 libnfsidmap.so.1 libnfsidmap-2.4.3_2
 libbind9.so.1600 bind-libs-9.16.2_1
-libdns.so.1605 bind-libs-9.16.5_1
+libdns.so.1607 bind-libs-9.16.7_1
 libirs.so.1601 bind-libs-9.16.3_1
 libisc.so.1606 bind-libs-9.16.6_1
 libisccc.so.1600 bind-libs-9.16.2_1
-libisccfg.so.1600 bind-libs-9.16.2_1
+libisccfg.so.1601 bind-libs-9.16.7_1
 libns.so.1604 bind-libs-9.16.5_1
 libplist.so.3 libplist-1.12_1
 libplist++.so.3 libplist++-1.12_1
diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template
index 63bb58d7cd9..4e35aafb00a 100644
--- a/srcpkgs/bind/template
+++ b/srcpkgs/bind/template
@@ -1,6 +1,6 @@
 # Template file for 'bind'
 pkgname=bind
-version=9.16.6
+version=9.16.7
 revision=1
 _fullver="${version}${_patchver:+-${_patchver}}"
 wrksrc="${pkgname}-${_fullver}"
@@ -8,13 +8,13 @@ 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"
@@ -23,7 +23,7 @@ license="MPL-2.0"
 homepage="https://www.isc.org/downloads/bind/"
 changelog="https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/CHANGES"
 distfiles="https://ftp.isc.org/isc/bind9/${_fullver}/bind-${_fullver}.tar.xz"
-checksum=b567b0f3b47dd03b345a4848af7f2acdd3f5cea2bd804edd85d9ef50743571cb
+checksum=9f7d1812ebbd26a699f62b6fa8522d5dec57e4bf43af0042a0d60d39ed8314d1
 
 conf_files="/etc/named/named.conf"
 system_accounts="named"

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

* Re: bind: include gss-api (required for new 'sssd')
  2020-09-06 11:11 [PR PATCH] bind: include gss-api (required for new 'sssd') inzanez
                   ` (3 preceding siblings ...)
  2020-09-17 13:41 ` [PR PATCH] [Updated] " inzanez
@ 2020-09-17 13:43 ` inzanez
  2020-09-17 23:48 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: inzanez @ 2020-09-17 13:43 UTC (permalink / raw)
  To: ml

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

New comment by inzanez on void-packages repository

https://github.com/void-linux/void-packages/pull/24712#issuecomment-694244128

Comment:
Ok, should be fine after travis.

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

* Re: [PR PATCH] [Closed]: bind: include gss-api (required for new 'sssd')
  2020-09-06 11:11 [PR PATCH] bind: include gss-api (required for new 'sssd') inzanez
                   ` (4 preceding siblings ...)
  2020-09-17 13:43 ` inzanez
@ 2020-09-17 23:48 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-09-17 23:48 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

bind: include gss-api (required for new 'sssd')
https://github.com/void-linux/void-packages/pull/24712

Description:
Newer versions of `sssd` cannot be compiled without gss-api support in `bind`.

^ 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).