Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fetchmail: update to 6.4.1.
@ 2019-09-28 11:36 voidlinux-github
  2019-09-28 12:04 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 11:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages fetchmail
https://github.com/void-linux/void-packages/pull/14779

fetchmail: update to 6.4.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fetchmail-14779.patch --]
[-- Type: text/x-diff, Size: 2395 bytes --]

From 853e419b965b6b3808dc46bf17ac07f5ffdcf0da Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 28 Sep 2019 13:34:45 +0200
Subject: [PATCH] fetchmail: update to 6.4.1.

---
 srcpkgs/fetchmail/patches/patch-socket_c.diff | 21 -------------------
 srcpkgs/fetchmail/template                    | 10 ++++-----
 2 files changed, 5 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/fetchmail/patches/patch-socket_c.diff

diff --git a/srcpkgs/fetchmail/patches/patch-socket_c.diff b/srcpkgs/fetchmail/patches/patch-socket_c.diff
deleted file mode 100644
index 6f92aef0258..00000000000
--- a/srcpkgs/fetchmail/patches/patch-socket_c.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-$OpenBSD: patch-socket_c,v 1.9 2015/08/25 17:44:09 jca Exp $
-
-Fixed upstream
-
-  https://gitlab.com/fetchmail/fetchmail/commit/a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc
-
---- socket.c.orig	Fri Jul 17 22:01:09 2015
-+++ socket.c	Fri Jul 17 22:19:47 2015
-@@ -914,7 +914,12 @@ int SSLOpen(int sock, char *mycert, char *mykey, const
- 			return -1;
- #endif
- 		} else if(!strcasecmp("ssl3",myproto)) {
-+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 > 0
- 			_ctx[sock] = SSL_CTX_new(SSLv3_client_method());
-+#else
-+			report(stderr, GT_("Your operating system does not support SSLv3.\n"));
-+			return -1;
-+#endif
- 		} else if(!strcasecmp("tls1",myproto)) {
- 			_ctx[sock] = SSL_CTX_new(TLSv1_client_method());
- 		} else if (!strcasecmp("ssl23",myproto)) {
diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 45e8c1efa2a..f71edf72b07 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,15 +1,15 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
-version=6.3.26
-revision=15
+version=6.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python-devel"
 makedepends="libressl-devel"
 depends="python"
-short_desc="A remote-mail retrieval utility"
-maintainer="Orphaned <orphan@voidlinux.org>"
+short_desc="Remote-mail retrieval utility"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2"
 homepage="http://fetchmail.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
+checksum=3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0

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

* Re: [PR PATCH] [Updated] fetchmail: update to 6.4.1.
  2019-09-28 11:36 [PR PATCH] fetchmail: update to 6.4.1 voidlinux-github
@ 2019-09-28 12:04 ` voidlinux-github
  2019-09-28 12:04 ` voidlinux-github
  2019-09-29  7:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages fetchmail
https://github.com/void-linux/void-packages/pull/14779

fetchmail: update to 6.4.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fetchmail-14779.patch --]
[-- Type: text/x-diff, Size: 2365 bytes --]

From 6fb45387daa1cb794bc1fbe8266b662a05afb2cf Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 28 Sep 2019 13:34:45 +0200
Subject: [PATCH] fetchmail: update to 6.4.1.

---
 srcpkgs/fetchmail/patches/patch-socket_c.diff | 21 -------------------
 srcpkgs/fetchmail/template                    | 10 ++++-----
 2 files changed, 5 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/fetchmail/patches/patch-socket_c.diff

diff --git a/srcpkgs/fetchmail/patches/patch-socket_c.diff b/srcpkgs/fetchmail/patches/patch-socket_c.diff
deleted file mode 100644
index 6f92aef0258..00000000000
--- a/srcpkgs/fetchmail/patches/patch-socket_c.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-$OpenBSD: patch-socket_c,v 1.9 2015/08/25 17:44:09 jca Exp $
-
-Fixed upstream
-
-  https://gitlab.com/fetchmail/fetchmail/commit/a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc
-
---- socket.c.orig	Fri Jul 17 22:01:09 2015
-+++ socket.c	Fri Jul 17 22:19:47 2015
-@@ -914,7 +914,12 @@ int SSLOpen(int sock, char *mycert, char *mykey, const
- 			return -1;
- #endif
- 		} else if(!strcasecmp("ssl3",myproto)) {
-+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 > 0
- 			_ctx[sock] = SSL_CTX_new(SSLv3_client_method());
-+#else
-+			report(stderr, GT_("Your operating system does not support SSLv3.\n"));
-+			return -1;
-+#endif
- 		} else if(!strcasecmp("tls1",myproto)) {
- 			_ctx[sock] = SSL_CTX_new(TLSv1_client_method());
- 		} else if (!strcasecmp("ssl23",myproto)) {
diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 45e8c1efa2a..706d3b4fa0e 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,15 +1,15 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
-version=6.3.26
-revision=15
+version=6.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python-devel"
 makedepends="libressl-devel"
 depends="python"
-short_desc="A remote-mail retrieval utility"
+short_desc="Remote-mail retrieval utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://fetchmail.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
+checksum=3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0

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

* Re: [PR PATCH] [Updated] fetchmail: update to 6.4.1.
  2019-09-28 11:36 [PR PATCH] fetchmail: update to 6.4.1 voidlinux-github
  2019-09-28 12:04 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 12:04 ` voidlinux-github
  2019-09-29  7:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-28 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages fetchmail
https://github.com/void-linux/void-packages/pull/14779

fetchmail: update to 6.4.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fetchmail-14779.patch --]
[-- Type: text/x-diff, Size: 2365 bytes --]

From 6fb45387daa1cb794bc1fbe8266b662a05afb2cf Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 28 Sep 2019 13:34:45 +0200
Subject: [PATCH] fetchmail: update to 6.4.1.

---
 srcpkgs/fetchmail/patches/patch-socket_c.diff | 21 -------------------
 srcpkgs/fetchmail/template                    | 10 ++++-----
 2 files changed, 5 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/fetchmail/patches/patch-socket_c.diff

diff --git a/srcpkgs/fetchmail/patches/patch-socket_c.diff b/srcpkgs/fetchmail/patches/patch-socket_c.diff
deleted file mode 100644
index 6f92aef0258..00000000000
--- a/srcpkgs/fetchmail/patches/patch-socket_c.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-$OpenBSD: patch-socket_c,v 1.9 2015/08/25 17:44:09 jca Exp $
-
-Fixed upstream
-
-  https://gitlab.com/fetchmail/fetchmail/commit/a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc
-
---- socket.c.orig	Fri Jul 17 22:01:09 2015
-+++ socket.c	Fri Jul 17 22:19:47 2015
-@@ -914,7 +914,12 @@ int SSLOpen(int sock, char *mycert, char *mykey, const
- 			return -1;
- #endif
- 		} else if(!strcasecmp("ssl3",myproto)) {
-+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 > 0
- 			_ctx[sock] = SSL_CTX_new(SSLv3_client_method());
-+#else
-+			report(stderr, GT_("Your operating system does not support SSLv3.\n"));
-+			return -1;
-+#endif
- 		} else if(!strcasecmp("tls1",myproto)) {
- 			_ctx[sock] = SSL_CTX_new(TLSv1_client_method());
- 		} else if (!strcasecmp("ssl23",myproto)) {
diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 45e8c1efa2a..706d3b4fa0e 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,15 +1,15 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
-version=6.3.26
-revision=15
+version=6.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python-devel"
 makedepends="libressl-devel"
 depends="python"
-short_desc="A remote-mail retrieval utility"
+short_desc="Remote-mail retrieval utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://fetchmail.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
+checksum=3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0

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

* Re: [PR PATCH] [Merged]: fetchmail: update to 6.4.1.
  2019-09-28 11:36 [PR PATCH] fetchmail: update to 6.4.1 voidlinux-github
  2019-09-28 12:04 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-28 12:04 ` voidlinux-github
@ 2019-09-29  7:26 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-29  7:26 UTC (permalink / raw)
  To: ml

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

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

fetchmail: update to 6.4.1.
https://github.com/void-linux/void-packages/pull/14779

Description:


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

end of thread, other threads:[~2019-09-29  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 11:36 [PR PATCH] fetchmail: update to 6.4.1 voidlinux-github
2019-09-28 12:04 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 12:04 ` voidlinux-github
2019-09-29  7:26 ` [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).