From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey23d-0007G2-QU for guix-patches@gnu.org; Mon, 19 Mar 2018 17:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey23a-0003E9-Ju for guix-patches@gnu.org; Mon, 19 Mar 2018 17:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ey23a-0003E1-G8 for guix-patches@gnu.org; Mon, 19 Mar 2018 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ey23a-0003hm-Az for guix-patches@gnu.org; Mon, 19 Mar 2018 17:11:02 -0400 Subject: [bug#30865] alpine: Update to 2.21.999 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey23A-0007ET-35 for guix-patches@gnu.org; Mon, 19 Mar 2018 17:10:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey236-0002t3-UJ for guix-patches@gnu.org; Mon, 19 Mar 2018 17:10:36 -0400 Received: from aibo.runbox.com ([91.220.196.211]:44658) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ey236-0002rZ-LN for guix-patches@gnu.org; Mon, 19 Mar 2018 17:10:32 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ey234-0007UV-GN for guix-patches@gnu.org; Mon, 19 Mar 2018 22:10:30 +0100 Received: from dslb-092-072-219-182.092.072.pools.vodafone-ip.de ([92.72.219.182] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ey22y-0008KG-1q for guix-patches@gnu.org; Mon, 19 Mar 2018 22:10:24 +0100 Date: Mon, 19 Mar 2018 21:10:39 +0000 From: ng0 Message-ID: <20180319211039.ql2547bdjzv4fdyk@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="u22jmhpinvupwvag" Content-Disposition: inline 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: 30865@debbugs.gnu.org --u22jmhpinvupwvag Content-Type: text/plain; charset=utf-8 Content-Disposition: inline The alpine website shut down and it moved to repo.or.cz. This commit uses a snapshot from repo.or.cz which states "New version 2.21.999". -- A88C8ADD129828D7EAC02E52E22F9BBFEE348588 https://n0.is --u22jmhpinvupwvag Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-alpine-Update-to-2.21.999.patch" Content-Transfer-Encoding: quoted-printable =46rom 8e6164358fa62f79a2b127ffa0a28370dfd8786c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 19 Mar 2018 21:05:39 +0000 Subject: [PATCH] gnu: alpine: Update to 2.21.999. * gnu/packages/mail.scm (alpine): Update to 2.21.999. [source]: Change to new upstream location. [home-page]: Use new location. --- gnu/packages/mail.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f3eb2bbd8..1d460b08c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2323,7 +2323,7 @@ operators and scripters.") (define-public alpine (package (name "alpine") - (version "2.21") + (version "2.21.999") (source (origin (method url-fetch) @@ -2331,11 +2331,12 @@ operators and scripters.") ;; patches and the version which adds extra fixes. Every distro uses ;; the patched version, and so do we to not break expectations. ;; http://alpine.freeiz.com/alpine/readme/README.patches - (uri (string-append "http://alpine.freeiz.com/alpine/patches/alpine= -" - version "/alpine-" version ".tar.xz")) + (uri (string-append "http://repo.or.cz/alpine.git/snapshot/" + "349642a84039a4b026513c32a3b4f8594acd50df.tar.g= z")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1k9hcfjywfk3mpsl71hjza3nk6icgf1b6xxzgx10kdzg5yci5x5m")))) + "1rkvlfk3q7h9jcvaj91pk7l087bq4b38j30060jaw21zz94b90np")))) (build-system gnu-build-system) (arguments `(#:make-flags (list "CC=3Dgcc") @@ -2373,7 +2374,7 @@ operators and scripters.") ("aspell" ,aspell) ("tcl" ,tcl) ("linux-pam" ,linux-pam))) - (home-page "http://alpine.freeiz.com/alpine/") + (home-page "http://repo.or.cz/alpine.git") (synopsis "Alternatively Licensed Program for Internet News and Email") (description "Alpine is a text-based mail and news client. Alpine includes several --=20 2.16.2 --u22jmhpinvupwvag--