From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWgML-0006fH-PD for guix-patches@gnu.org; Sun, 16 Jul 2017 06:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWgMI-0004nD-Lb for guix-patches@gnu.org; Sun, 16 Jul 2017 06:01:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38283) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWgMI-0004mv-Gv for guix-patches@gnu.org; Sun, 16 Jul 2017 06:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dWgMI-00061U-9C for guix-patches@gnu.org; Sun, 16 Jul 2017 06:01:02 -0400 Subject: [bug#27721] getmail 5.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWgLS-0006ZA-Mn for guix-patches@gnu.org; Sun, 16 Jul 2017 06:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWgLP-0003Y4-LP for guix-patches@gnu.org; Sun, 16 Jul 2017 06:00:10 -0400 Received: from aibo.runbox.com ([91.220.196.211]:54046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWgLP-0003VF-F0 for guix-patches@gnu.org; Sun, 16 Jul 2017 06:00:07 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dWgLN-0006tL-KQ for guix-patches@gnu.org; Sun, 16 Jul 2017 12:00:05 +0200 Received: from tor-exit1-readme.dfri.se ([171.25.193.77] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dWgL9-0002hU-NS for guix-patches@gnu.org; Sun, 16 Jul 2017 11:59:52 +0200 Date: Sun, 16 Jul 2017 09:59:46 +0000 From: ng0 Message-ID: <20170716095946.wpzesggaegrmakvs@abyayala> References: <20170715224457.ikcv4ofu3uwkxcwu@abyayala> <20170715235512.dcahuwj6rn57qhut@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="66puckuoebivyzpl" Content-Disposition: inline In-Reply-To: <20170715235512.dcahuwj6rn57qhut@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27721@debbugs.gnu.org --66puckuoebivyzpl Content-Type: multipart/mixed; boundary="2ermqqzwuhuow2vk" Content-Disposition: inline --2ermqqzwuhuow2vk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 2.7K bytes: > ng0 transcribed 2.7K bytes: > > getmail 5.0 includes a change I suggested to getmail. I'm still trying > > to change relevant parts of my getmail config so that I can test 5.0, > > but it seems to work. >=20 > I have managed to migrate my config (the one line in it) and it works. 5.1 has just been released, attached is a patch for 5.1. > > --=20 > > ng0 > > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > > GnuPG: https://n0is.noblogs.org/my-keys > > https://www.infotropique.org https://krosos.org >=20 > > From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Sat, 15 Jul 2017 22:26:50 +0000 > > Subject: [PATCH] gnu: getmail: Update to 5.0. > >=20 > > * gnu/packages/mail.scm (getmail): Update to 5.0. > > --- > > gnu/packages/mail.scm | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > >=20 > > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > > index 0d1d39990..5e2b54bbc 100644 > > --- a/gnu/packages/mail.scm > > +++ b/gnu/packages/mail.scm > > @@ -805,7 +805,7 @@ and search library.") > > (define-public getmail > > (package > > (name "getmail") > > - (version "4.52.0") > > + (version "5.0") > > (source > > (origin > > (method url-fetch) > > @@ -813,7 +813,7 @@ and search library.") > > name "-" version ".tar.gz")) > > (sha256 > > (base32 > > - "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni")))) > > + "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69")))) > > (build-system python-build-system) > > (arguments > > `(#:tests? #f ; no tests > > --=20 > > 2.13.2 > >=20 >=20 >=20 >=20 >=20 > --=20 > ng0 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://n0is.noblogs.org/my-keys > https://www.infotropique.org https://krosos.org --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --2ermqqzwuhuow2vk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-getmail-Update-to-5.1.patch" Content-Transfer-Encoding: quoted-printable =46rom 2620afc4613b4004635bf41bd45a627f688f2c26 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 15 Jul 2017 22:26:50 +0000 Subject: [PATCH] gnu: getmail: Update to 5.1. * gnu/packages/mail.scm (getmail): Update to 5.1. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 0d1d39990..7374cdda1 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -805,7 +805,7 @@ and search library.") (define-public getmail (package (name "getmail") - (version "4.52.0") + (version "5.1") (source (origin (method url-fetch) @@ -813,7 +813,7 @@ and search library.") name "-" version ".tar.gz")) (sha256 (base32 - "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni")))) + "0zh220vx10wi6x61qi0mjayjxgvllk9f6vd4hjrgzha1xbjj0vix")))) (build-system python-build-system) (arguments `(#:tests? #f ; no tests --=20 2.13.2 --2ermqqzwuhuow2vk-- --66puckuoebivyzpl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllrORIACgkQ4i+bv+40 hYheFxAAlMuaBHyCSfQnc1t7I+/2rlnkdYa3ldOJ6if5IJMdKmW5vHJ7ae3FPjpw QuQltNGwx4LDwtMIXfmE3QjrZVPKNItsyNc2eQoKpm0PLGkYp1KkZGxsxUO2846/ X2wAvv5V8LlBwC1gryckLkBFTZ0wC4tOJt8rkEhFIoTDFJ+E9cPa/1ZdVDkw3+8N SPBcqTUioPiiRNm2cYJyeMtV/OTMq+B1ji0VKzYEL8cQSH0UF6ic99DGLNLL+s09 q1PMD7AAspsual3HmdfOp4XJTvoSy7LqaqsOufwmWNm4cvn76ap2I9+2NNSi6Rls Gz7d7s6gqWp9WKnRJKWRItzdxklAGhgUVFnrOfzSOGwKX2Au0TPKjhk9niTUXNXK FUfEf0gMm/brG7/W8gg3jGo25pZEIIiM9/BGRKIedpIWd1iGxlsmkRSUEW2KNpw2 ClMIOeEiukmFn7nN7sm5ueWTyqMnD3WPB6eRW5P2SOUNJwZdceJDDW1KRan8RCFO LvZyHUX4Xqfr2lBc4pKVxrLi87pNHp1qyXE1VEy9JyxWveDyogShZ49YGIPAXuOI 4uX90OXRUjzEpvd0j3UOf6Yvqnn/lBz0X6hRI6qoyVP1RfhEywwDYCr/xH7CyP/+ 9ERM6/XM/31MkJhcKYKKk6SP6rQ11oAP0iDYkPvLBx2LjwSVuaE= =2/4Y -----END PGP SIGNATURE----- --66puckuoebivyzpl--