* [PATCH 0/2] exim: Add alternate URL and update
@ 2015-12-24 6:59 Leo Famulari
2015-12-24 6:59 ` [PATCH 1/2] gnu: exim: Add alternate URL Leo Famulari
2015-12-24 6:59 ` [PATCH 2/2] gnu: exim: Update to 4.86 Leo Famulari
0 siblings, 2 replies; 7+ messages in thread
From: Leo Famulari @ 2015-12-24 6:59 UTC (permalink / raw)
To: guix-devel
The exim package has been broken due a bad source URI.
The first patch adds the "archive" URL and the second patch updates to
the most recent release, 4.86.
Leo Famulari (2):
gnu: exim: Add alternate URL.
gnu: exim: Update to 4.86.
gnu/packages/mail.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
--
2.6.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] gnu: exim: Add alternate URL.
2015-12-24 6:59 [PATCH 0/2] exim: Add alternate URL and update Leo Famulari
@ 2015-12-24 6:59 ` Leo Famulari
2015-12-25 14:12 ` Mark H Weaver
2015-12-24 6:59 ` [PATCH 2/2] gnu: exim: Update to 4.86 Leo Famulari
1 sibling, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2015-12-24 6:59 UTC (permalink / raw)
To: guix-devel
* gnu/packages/mail.scm (exim)[source]: Add alternate URL.
---
gnu/packages/mail.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 89bcef7..7dcfb70 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -601,8 +601,10 @@ delivery.")
(source
(origin
(method url-fetch)
- (uri (string-append
- "ftp://ftp.exim.org/pub/exim/exim4/exim-" version ".tar.bz2"))
+ (uri (list (string-append "ftp://ftp.exim.org/pub/exim/exim4/exim-"
+ version ".tar.bz2")
+ (string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
+ version ".tar.bz2")))
(sha256
(base32 "195a3ll5ck9viazf9pvgcyc0sziln5g0ggmlm6ax002lphmiy88k"))))
(build-system gnu-build-system)
--
2.6.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] gnu: exim: Update to 4.86.
2015-12-24 6:59 [PATCH 0/2] exim: Add alternate URL and update Leo Famulari
2015-12-24 6:59 ` [PATCH 1/2] gnu: exim: Add alternate URL Leo Famulari
@ 2015-12-24 6:59 ` Leo Famulari
2015-12-25 14:12 ` Mark H Weaver
1 sibling, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2015-12-24 6:59 UTC (permalink / raw)
To: guix-devel
* gnu/packages/mail.scm (exim): Update to 4.86.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7dcfb70..9826b0d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -597,7 +597,7 @@ delivery.")
(define-public exim
(package
(name "exim")
- (version "4.85")
+ (version "4.86")
(source
(origin
(method url-fetch)
@@ -606,7 +606,8 @@ delivery.")
(string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
version ".tar.bz2")))
(sha256
- (base32 "195a3ll5ck9viazf9pvgcyc0sziln5g0ggmlm6ax002lphmiy88k"))))
+ (base32
+ "0mn4bxih9slrmll5262ayhf41ji43pjf1rv0y6xpy6x55v7g5k7i"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb)
--
2.6.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-12-26 4:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 6:59 [PATCH 0/2] exim: Add alternate URL and update Leo Famulari
2015-12-24 6:59 ` [PATCH 1/2] gnu: exim: Add alternate URL Leo Famulari
2015-12-25 14:12 ` Mark H Weaver
2015-12-26 4:43 ` Leo Famulari
2015-12-24 6:59 ` [PATCH 2/2] gnu: exim: Update to 4.86 Leo Famulari
2015-12-25 14:12 ` Mark H Weaver
2015-12-26 4:43 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).