Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bitlbee: build with pam and ldap support
@ 2020-10-23 17:09 PaperMountainStudio
  2020-10-23 17:36 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-23 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0001-bitlbee-build-with-pam-and-ldap-support.patch
https://github.com/void-linux/void-packages/pull/25827

bitlbee: build with pam and ldap support


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-bitlbee-build-with-pam-and-ldap-support.patch-25827.patch --]
[-- Type: text/x-diff, Size: 1673 bytes --]

From 8eb3363276c6cf50f1341d637086e3d05a4e5df2 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 23 Oct 2020 19:06:37 +0200
Subject: [PATCH] bitlbee: build with pam and ldap support

---
 srcpkgs/bitlbee/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/bitlbee/template b/srcpkgs/bitlbee/template
index 42faeef8d19..cc9101d47c4 100644
--- a/srcpkgs/bitlbee/template
+++ b/srcpkgs/bitlbee/template
@@ -1,16 +1,19 @@
 # Template file for 'bitlbee'
 pkgname=bitlbee
 version=3.6
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
  --ipcsocket=/run/${pkgname}/${pkgname}.sock
  --strip=0 --otr=plugin
- $(vopt_if purple --purple=1 --purple=0)"
+ $(vopt_if purple --purple=1 --purple=0)
+ $(vopt_if pam --pam=1 --pam=0)
+ $(vopt_if ldap --ldap=1 --ldap=0)"
 make_install_args="install-etc"
 hostmakedepends="pkg-config asciidoc"
 makedepends="libgcrypt-devel libotr-devel libglib-devel gnutls-devel
- $(vopt_if purple libpurple-devel)"
+ $(vopt_if purple libpurple-devel) $(vopt_if pam pam-devel)
+ $(vopt_if ldap libldap-devel)"
 short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
@@ -18,7 +21,7 @@ homepage="https://www.bitlbee.org/"
 distfiles="https://get.bitlbee.org/src/${pkgname}-${version}.tar.gz"
 checksum=9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e
 
-build_options="purple"
+build_options="purple pam ldap"
 desc_option_purple="Build with libpurple support"
 
 system_accounts="$pkgname"

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

* Re: bitlbee: build with pam and ldap support
  2020-10-23 17:09 [PR PATCH] bitlbee: build with pam and ldap support PaperMountainStudio
@ 2020-10-23 17:36 ` ericonr
  2020-10-23 19:43 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-10-23 17:36 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25827#issuecomment-715478315

Comment:
Pretty much everyone has PAM installed. Are there issues with enabling it by default?

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

* Re: [PR PATCH] [Updated] bitlbee: build with pam and ldap support
  2020-10-23 17:09 [PR PATCH] bitlbee: build with pam and ldap support PaperMountainStudio
  2020-10-23 17:36 ` ericonr
@ 2020-10-23 19:43 ` PaperMountainStudio
  2020-10-23 19:43 ` PaperMountainStudio
  2020-10-24 22:52 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-23 19:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages 0001-bitlbee-build-with-pam-and-ldap-support.patch
https://github.com/void-linux/void-packages/pull/25827

bitlbee: build with pam and ldap support


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-bitlbee-build-with-pam-and-ldap-support.patch-25827.patch --]
[-- Type: text/x-diff, Size: 1703 bytes --]

From 5901a5e9644790682d244553907de67534397a18 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 23 Oct 2020 19:06:37 +0200
Subject: [PATCH] bitlbee: build with pam and ldap support

---
 srcpkgs/bitlbee/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/bitlbee/template b/srcpkgs/bitlbee/template
index 42faeef8d19..76302732248 100644
--- a/srcpkgs/bitlbee/template
+++ b/srcpkgs/bitlbee/template
@@ -1,16 +1,19 @@
 # Template file for 'bitlbee'
 pkgname=bitlbee
 version=3.6
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
  --ipcsocket=/run/${pkgname}/${pkgname}.sock
  --strip=0 --otr=plugin
- $(vopt_if purple --purple=1 --purple=0)"
+ $(vopt_if purple --purple=1 --purple=0)
+ $(vopt_if pam --pam=1 --pam=0)
+ $(vopt_if ldap --ldap=1 --ldap=0)"
 make_install_args="install-etc"
 hostmakedepends="pkg-config asciidoc"
 makedepends="libgcrypt-devel libotr-devel libglib-devel gnutls-devel
- $(vopt_if purple libpurple-devel)"
+ $(vopt_if purple libpurple-devel) $(vopt_if pam pam-devel)
+ $(vopt_if ldap libldap-devel)"
 short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
@@ -18,7 +21,8 @@ homepage="https://www.bitlbee.org/"
 distfiles="https://get.bitlbee.org/src/${pkgname}-${version}.tar.gz"
 checksum=9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e
 
-build_options="purple"
+build_options="purple pam ldap"
+build_options_default="pam"
 desc_option_purple="Build with libpurple support"
 
 system_accounts="$pkgname"

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

* Re: bitlbee: build with pam and ldap support
  2020-10-23 17:09 [PR PATCH] bitlbee: build with pam and ldap support PaperMountainStudio
  2020-10-23 17:36 ` ericonr
  2020-10-23 19:43 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-23 19:43 ` PaperMountainStudio
  2020-10-24 22:52 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-23 19:43 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25827#issuecomment-715554392

Comment:
@ericonr that makes sense, I enabled it by default

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

* Re: [PR PATCH] [Merged]: bitlbee: build with pam and ldap support
  2020-10-23 17:09 [PR PATCH] bitlbee: build with pam and ldap support PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-10-23 19:43 ` PaperMountainStudio
@ 2020-10-24 22:52 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-10-24 22:52 UTC (permalink / raw)
  To: ml

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

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

bitlbee: build with pam and ldap support
https://github.com/void-linux/void-packages/pull/25827

Description:


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

end of thread, other threads:[~2020-10-24 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 17:09 [PR PATCH] bitlbee: build with pam and ldap support PaperMountainStudio
2020-10-23 17:36 ` ericonr
2020-10-23 19:43 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-23 19:43 ` PaperMountainStudio
2020-10-24 22:52 ` [PR PATCH] [Merged]: " Piraty

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