Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cyrus-sasl-xoauth2-0.2.
@ 2020-05-22 23:07 pbui
  2020-05-23  1:33 ` [PR PATCH] [Updated] " pbui
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pbui @ 2020-05-22 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages cyrus-sasl-xoauth2
https://github.com/void-linux/void-packages/pull/22206

New package: cyrus-sasl-xoauth2-0.2.
This allows one to utilize XOAUTH2 with `mbsync` and `msmtp`, which will be necessary for accessing Google mail servers in the near future.

There is a small patch needed with `isync` to take advantuage of this, but it is already upstream and should be in the next release.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cyrus-sasl-xoauth2-22206.patch --]
[-- Type: text/x-diff, Size: 1171 bytes --]

From 7f7efa6148db8a77e937f5bf8897851c563e9281 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 22 May 2020 18:19:32 -0400
Subject: [PATCH] New package: cyrus-sasl-xoauth2-0.2.

---
 srcpkgs/cyrus-sasl-xoauth2/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/cyrus-sasl-xoauth2/template

diff --git a/srcpkgs/cyrus-sasl-xoauth2/template b/srcpkgs/cyrus-sasl-xoauth2/template
new file mode 100644
index 00000000000..43d29589bfb
--- /dev/null
+++ b/srcpkgs/cyrus-sasl-xoauth2/template
@@ -0,0 +1,20 @@
+# Template file for 'cyrus-sasl-xoauth2'
+pkgname=cyrus-sasl-xoauth2
+version=0.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool libsasl-devel"
+short_desc="XOAUTH2 mechanism plugin for cyrus-sasl"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="MIT"
+homepage="https://github.com/moriyoshi/cyrus-sasl-xoauth2"
+distfiles="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/v${version}.tar.gz"
+checksum=a62c26566098100d30aa254e4c1aa4309876b470f139e1019bb9032b6e2ee943
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: cyrus-sasl-xoauth2-0.2.
  2020-05-22 23:07 [PR PATCH] New package: cyrus-sasl-xoauth2-0.2 pbui
@ 2020-05-23  1:33 ` pbui
  2020-05-23  1:42 ` pbui
  2020-05-31  2:49 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: pbui @ 2020-05-23  1:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages cyrus-sasl-xoauth2
https://github.com/void-linux/void-packages/pull/22206

New package: cyrus-sasl-xoauth2-0.2.
This allows one to utilize XOAUTH2 with `mbsync` and `msmtp`, which will be necessary for accessing Google mail servers in the near future.

There is a small patch needed with `isync` to take advantuage of this, but it is already upstream and should be in the next release.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cyrus-sasl-xoauth2-22206.patch --]
[-- Type: text/x-diff, Size: 1171 bytes --]

From cdd21205336688f87ab3c3e45a97585f9ff0bdee Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 22 May 2020 18:19:32 -0400
Subject: [PATCH] New package: cyrus-sasl-xoauth2-0.2.

---
 srcpkgs/cyrus-sasl-xoauth2/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/cyrus-sasl-xoauth2/template

diff --git a/srcpkgs/cyrus-sasl-xoauth2/template b/srcpkgs/cyrus-sasl-xoauth2/template
new file mode 100644
index 00000000000..43d29589bfb
--- /dev/null
+++ b/srcpkgs/cyrus-sasl-xoauth2/template
@@ -0,0 +1,20 @@
+# Template file for 'cyrus-sasl-xoauth2'
+pkgname=cyrus-sasl-xoauth2
+version=0.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool libsasl-devel"
+short_desc="XOAUTH2 mechanism plugin for cyrus-sasl"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="MIT"
+homepage="https://github.com/moriyoshi/cyrus-sasl-xoauth2"
+distfiles="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/v${version}.tar.gz"
+checksum=a62c26566098100d30aa254e4c1aa4309876b470f139e1019bb9032b6e2ee943
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: cyrus-sasl-xoauth2-0.2.
  2020-05-22 23:07 [PR PATCH] New package: cyrus-sasl-xoauth2-0.2 pbui
  2020-05-23  1:33 ` [PR PATCH] [Updated] " pbui
@ 2020-05-23  1:42 ` pbui
  2020-05-31  2:49 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: pbui @ 2020-05-23  1:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages cyrus-sasl-xoauth2
https://github.com/void-linux/void-packages/pull/22206

New package: cyrus-sasl-xoauth2-0.2.
This allows one to utilize XOAUTH2 with `mbsync` and `msmtp`, which will be necessary for accessing Google mail servers in the near future.

There is a small patch needed with `isync` to take advantuage of this, but it is already upstream and should be in the next release.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cyrus-sasl-xoauth2-22206.patch --]
[-- Type: text/x-diff, Size: 1187 bytes --]

From 889210e2bf95ce50e21f8a337681331371903ecb Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 22 May 2020 18:19:32 -0400
Subject: [PATCH] New package: cyrus-sasl-xoauth2-0.2.

---
 srcpkgs/cyrus-sasl-xoauth2/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/cyrus-sasl-xoauth2/template

diff --git a/srcpkgs/cyrus-sasl-xoauth2/template b/srcpkgs/cyrus-sasl-xoauth2/template
new file mode 100644
index 00000000000..b206ae49b45
--- /dev/null
+++ b/srcpkgs/cyrus-sasl-xoauth2/template
@@ -0,0 +1,21 @@
+# Template file for 'cyrus-sasl-xoauth2'
+pkgname=cyrus-sasl-xoauth2
+version=0.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="libsasl-devel"
+short_desc="XOAUTH2 mechanism plugin for cyrus-sasl"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="MIT"
+homepage="https://github.com/moriyoshi/cyrus-sasl-xoauth2"
+distfiles="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/v${version}.tar.gz"
+checksum=a62c26566098100d30aa254e4c1aa4309876b470f139e1019bb9032b6e2ee943
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Closed]: New package: cyrus-sasl-xoauth2-0.2.
  2020-05-22 23:07 [PR PATCH] New package: cyrus-sasl-xoauth2-0.2 pbui
  2020-05-23  1:33 ` [PR PATCH] [Updated] " pbui
  2020-05-23  1:42 ` pbui
@ 2020-05-31  2:49 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-05-31  2:49 UTC (permalink / raw)
  To: ml

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

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

New package: cyrus-sasl-xoauth2-0.2.
https://github.com/void-linux/void-packages/pull/22206

Description:
This allows one to utilize XOAUTH2 with `mbsync` and `msmtp`, which will be necessary for accessing Google mail servers in the near future.

There is a small patch needed with `isync` to take advantuage of this, but it is already upstream and should be in the next release.

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

end of thread, other threads:[~2020-05-31  2:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 23:07 [PR PATCH] New package: cyrus-sasl-xoauth2-0.2 pbui
2020-05-23  1:33 ` [PR PATCH] [Updated] " pbui
2020-05-23  1:42 ` pbui
2020-05-31  2:49 ` [PR PATCH] [Closed]: " sgn

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