Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bitlbee: switch to gnutls as the recommended upstream ssl library
@ 2019-07-16 21:44 voidlinux-github
  2019-07-17  6:50 ` voidlinux-github
  2019-07-17  6:50 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-16 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dequis/void-packages bitlbee-ssl-lib
https://github.com/void-linux/void-packages/pull/13160

bitlbee: switch to gnutls as the recommended upstream ssl library
Also drop the libressl specific patch, which is patching out an error
return which the configure script emits because openssl (and therefore
libressl) is not officially supported.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitlbee-ssl-lib-13160.patch --]
[-- Type: application/text/x-diff, Size: 2103 bytes --]

From a020f7cb50487129bf7964b6720637ead93485a9 Mon Sep 17 00:00:00 2001
From: dequis <dx@dxzone.com.ar>
Date: Tue, 16 Jul 2019 23:16:50 +0200
Subject: [PATCH] bitlbee: switch to gnutls as the recommended upstream ssl
 library

Also drop the libressl specific patch, which is patching out an error
return which the configure script emits because openssl (and therefore
libressl) is not officially supported.
---
 srcpkgs/bitlbee/patches/accept-libressl.patch | 12 ------------
 srcpkgs/bitlbee/template                      |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/bitlbee/patches/accept-libressl.patch

diff --git a/srcpkgs/bitlbee/patches/accept-libressl.patch b/srcpkgs/bitlbee/patches/accept-libressl.patch
deleted file mode 100644
index 27810e8b01b..00000000000
--- a/srcpkgs/bitlbee/patches/accept-libressl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure
-+++ configure
-@@ -620,8 +620,6 @@ elif [ "$ssl" = "openssl" ]; then
- 	echo ' *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"'
- 
- 	echo 'EFLAGS+=-lssl -lcrypto' >> Makefile.settings
--	
--	ret=1
- else
- 	echo
- 	echo 'ERROR: Unknown SSL library specified.'
-
diff --git a/srcpkgs/bitlbee/template b/srcpkgs/bitlbee/template
index 6f29365cce9..af748cab084 100644
--- a/srcpkgs/bitlbee/template
+++ b/srcpkgs/bitlbee/template
@@ -1,15 +1,15 @@
 # Template file for 'bitlbee'
 pkgname=bitlbee
 version=3.6
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
  --ipcsocket=/run/${pkgname}/${pkgname}.sock
- --ssl=openssl --strip=0 --otr=plugin
+ --strip=0 --otr=plugin
  $(vopt_if purple --purple=1 --purple=0)"
 make_install_args="install-etc"
 hostmakedepends="pkg-config asciidoc"
-makedepends="libgcrypt-devel libotr-devel libressl-devel libglib-devel
+makedepends="libgcrypt-devel libotr-devel libglib-devel gnutls-devel
  $(vopt_if purple libpurple-devel)"
 short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
 maintainer="Juan RP <xtraeme@voidlinux.org>"

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

* Re: bitlbee: switch to gnutls as the recommended upstream ssl library
  2019-07-16 21:44 [PR PATCH] bitlbee: switch to gnutls as the recommended upstream ssl library voidlinux-github
@ 2019-07-17  6:50 ` voidlinux-github
  2019-07-17  6:50 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-17  6:50 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/13160#issuecomment-512127374
Comment:
Looks reasonable. Thanks for your contribution! :+1: 

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

* Re: [PR PATCH] [Merged]: bitlbee: switch to gnutls as the recommended upstream ssl library
  2019-07-16 21:44 [PR PATCH] bitlbee: switch to gnutls as the recommended upstream ssl library voidlinux-github
  2019-07-17  6:50 ` voidlinux-github
@ 2019-07-17  6:50 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-17  6:50 UTC (permalink / raw)
  To: ml

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

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

bitlbee: switch to gnutls as the recommended upstream ssl library
https://github.com/void-linux/void-packages/pull/13160
Description: Also drop the libressl specific patch, which is patching out an error
return which the configure script emits because openssl (and therefore
libressl) is not officially supported.

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

end of thread, other threads:[~2019-07-17  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-16 21:44 [PR PATCH] bitlbee: switch to gnutls as the recommended upstream ssl library voidlinux-github
2019-07-17  6:50 ` voidlinux-github
2019-07-17  6:50 ` [PR PATCH] [Merged]: " voidlinux-github

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