* [PATCH] gnu: nginx: Update to 1.8.0.
@ 2015-04-24 12:10 David Thompson
2015-04-24 12:45 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: David Thompson @ 2015-04-24 12:10 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-nginx-Update-to-1.8.0.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]
From f93b916c3d20ab1b3439f67dde137f36918619f3 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Fri, 24 Apr 2015 08:08:02 -0400
Subject: [PATCH] gnu: nginx: Update to 1.8.0.
* gnu/packages/web.scm (nginx): Update to 1.8.0.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 519a91e..fb3ff2d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -94,14 +94,14 @@ and its related documentation.")
(define-public nginx
(package
(name "nginx")
- (version "1.6.2")
+ (version "1.8.0")
(source (origin
(method url-fetch)
(uri (string-append "http://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "060s77qxhkn02fjkcndsr0xppj2bppjzkj0gn84svrykb4lqqq5m"))))
+ "1mgkkmmwkhmpn68sdvbd73ssv6lpqhh864fsyvc1ij4hk4is3k13"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)
--
2.1.4
[-- Attachment #2: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: nginx: Update to 1.8.0.
2015-04-24 12:10 [PATCH] gnu: nginx: Update to 1.8.0 David Thompson
@ 2015-04-24 12:45 ` Andreas Enge
2015-04-24 12:49 ` David Thompson
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2015-04-24 12:45 UTC (permalink / raw)
To: David Thompson; +Cc: guix-devel
Hello,
if it builds, I would say that there is no reason not to push it.
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: nginx: Update to 1.8.0.
2015-04-24 12:45 ` Andreas Enge
@ 2015-04-24 12:49 ` David Thompson
0 siblings, 0 replies; 3+ messages in thread
From: David Thompson @ 2015-04-24 12:49 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
nAndreas Enge <andreas@enge.fr> writes:
> if it builds, I would say that there is no reason not to push it.
It builds. Pushed! Thanks!
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-24 12:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 12:10 [PATCH] gnu: nginx: Update to 1.8.0 David Thompson
2015-04-24 12:45 ` Andreas Enge
2015-04-24 12:49 ` David Thompson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.