Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fetchmail: update to 6.4.1.
Date: Sat, 28 Sep 2019 14:04:43 +0200	[thread overview]
Message-ID: <20190928120443.CgsalXQirKISLPE_qZXRW0JbRArvUqKMA3JCAwP02OA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14779@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2019-09-28 12:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28 11:36 [PR PATCH] " voidlinux-github
2019-09-28 12:04 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 12:04 ` voidlinux-github [this message]
2019-09-29  7:26 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190928120443.CgsalXQirKISLPE_qZXRW0JbRArvUqKMA3JCAwP02OA@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).