* [PR PATCH] ejabberd: update to 20.07
@ 2020-09-02 3:18 lun-4
2020-09-02 3:45 ` [PR PATCH] [Updated] " lun-4
0 siblings, 1 reply; 2+ messages in thread
From: lun-4 @ 2020-09-02 3:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
There is a new pull request by lun-4 against master on the void-packages repository
https://github.com/lun-4/void-packages ejabberd-update
https://github.com/void-linux/void-packages/pull/24600
ejabberd: update to 20.07
We started shipping `erl_interface-4.0`, which means the package can be built (removing `broken`).
Tested on glibc x86_64 (two local [profanity](https://profanity-im.github.io/) clients sending messages to eachother).
A patch file from https://github.com/void-linux/void-packages/pull/24600.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ejabberd-update-24600.patch --]
[-- Type: text/x-diff, Size: 1347 bytes --]
From b7944e33459cb46f06a1ebd9f29163b78874f70f Mon Sep 17 00:00:00 2001
From: Luna <git@l4.pm>
Date: Tue, 1 Sep 2020 23:59:28 -0300
Subject: [PATCH] ejabberd: update to 20.07
---
srcpkgs/ejabberd/template | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 7a00e1c55b4..91f2362d0e7 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,7 +1,7 @@
# Template file for 'ejabberd'
pkgname=ejabberd
-version=20.02
-revision=2
+version=20.07
+revision=1
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
--enable-redis --enable-elixir $(vopt_enable sqlite)"
@@ -15,13 +15,11 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2"
homepage="https://www.process-one.net/en/ejabberd/"
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=2e7f2fd0d137099de6d137794881200a70c2e4be7de8221fc6389b886fc16519
+checksum=7fd1142906a5f7d0345dc3d1363f94c62cc7d62088f5b2f3bd70dff4dca3bb41
build_options="sqlite"
build_options_default="sqlite"
-broken="Tries to link againt erl_interface-4.0, we only ship 3.13.2"
-
if [ "$CROSS_BUILD" ]; then
makedepends+=" erlang"
configure_args="--with-erlang=${XBPS_CROSS_BASE}/usr/lib/erlang/usr/include"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Updated] ejabberd: update to 20.07
2020-09-02 3:18 [PR PATCH] ejabberd: update to 20.07 lun-4
@ 2020-09-02 3:45 ` lun-4
0 siblings, 0 replies; 2+ messages in thread
From: lun-4 @ 2020-09-02 3:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 539 bytes --]
There is an updated pull request by lun-4 against master on the void-packages repository
https://github.com/lun-4/void-packages ejabberd-update
https://github.com/void-linux/void-packages/pull/24600
ejabberd: update to 20.07
We started shipping `erl_interface-4.0`, which means the package can be built (removing `broken`).
Tested on glibc x86_64 (two local [profanity](https://profanity-im.github.io/) clients sending messages to eachother).
A patch file from https://github.com/void-linux/void-packages/pull/24600.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ejabberd-update-24600.patch --]
[-- Type: text/x-diff, Size: 1530 bytes --]
From 25ff30b7ef4ca33494ad527f23d86e9e6ff62206 Mon Sep 17 00:00:00 2001
From: Luna <git@l4.pm>
Date: Tue, 1 Sep 2020 23:59:28 -0300
Subject: [PATCH] ejabberd: update to 20.07
---
srcpkgs/ejabberd/template | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 7a00e1c55b4..8423e0942fc 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,7 +1,7 @@
# Template file for 'ejabberd'
pkgname=ejabberd
-version=20.02
-revision=2
+version=20.07
+revision=1
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
--enable-redis --enable-elixir $(vopt_enable sqlite)"
@@ -12,16 +12,14 @@ makedepends="libressl-devel libyaml-devel expat-devel zlib-devel pam-devel
depends="erlang"
short_desc="Robust and massively scalable XMPP platform"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="https://www.process-one.net/en/ejabberd/"
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=2e7f2fd0d137099de6d137794881200a70c2e4be7de8221fc6389b886fc16519
+checksum=7fd1142906a5f7d0345dc3d1363f94c62cc7d62088f5b2f3bd70dff4dca3bb41
build_options="sqlite"
build_options_default="sqlite"
-broken="Tries to link againt erl_interface-4.0, we only ship 3.13.2"
-
if [ "$CROSS_BUILD" ]; then
makedepends+=" erlang"
configure_args="--with-erlang=${XBPS_CROSS_BASE}/usr/lib/erlang/usr/include"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-02 3:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 3:18 [PR PATCH] ejabberd: update to 20.07 lun-4
2020-09-02 3:45 ` [PR PATCH] [Updated] " lun-4
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).