* [PATCH 0/1] Nginx: Update to 1.10.0
@ 2016-04-30 23:09 Leo Famulari
2016-04-30 23:09 ` [PATCH 1/1] gnu: nginx: " Leo Famulari
2016-05-01 13:21 ` [PATCH 0/1] Nginx: " Ludovic Courtès
0 siblings, 2 replies; 6+ messages in thread
From: Leo Famulari @ 2016-04-30 23:09 UTC (permalink / raw)
To: guix-devel
There is a new stable release of Nginx: 1.10.0:
http://nginx.org/en/download.html
Take a look at the changes to see if there are any new features we
should enable. HTTP/2? The changes are in the 1.9.* updates:
http://nginx.org/en/CHANGES-1.10
Leo Famulari (1):
gnu: nginx: Update to 1.10.0.
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] gnu: nginx: Update to 1.10.0.
2016-04-30 23:09 [PATCH 0/1] Nginx: Update to 1.10.0 Leo Famulari
@ 2016-04-30 23:09 ` Leo Famulari
2016-05-01 13:21 ` [PATCH 0/1] Nginx: " Ludovic Courtès
1 sibling, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2016-04-30 23:09 UTC (permalink / raw)
To: guix-devel
* gnu/packages/web.scm (nginx): Update to 1.10.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 a0e1ec9..0c2798f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -109,14 +109,14 @@ and its related documentation.")
(define-public nginx
(package
(name "nginx")
- (version "1.8.1")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append "http://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1dwpyw4pvhj68vxramqxm8f79pqz9lrm8mvifbn49h3615ikqjwg"))))
+ "0kdyqa5xaxvhz6y75ixs05mzygk3kszzdq5h0gnlrg35vp1lgmlf"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)
--
2.7.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/1] Nginx: Update to 1.10.0
2016-04-30 23:09 [PATCH 0/1] Nginx: Update to 1.10.0 Leo Famulari
2016-04-30 23:09 ` [PATCH 1/1] gnu: nginx: " Leo Famulari
@ 2016-05-01 13:21 ` Ludovic Courtès
2016-05-02 19:34 ` Leo Famulari
1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2016-05-01 13:21 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> skribis:
> There is a new stable release of Nginx: 1.10.0:
>
> http://nginx.org/en/download.html
>
> Take a look at the changes to see if there are any new features we
> should enable. HTTP/2? The changes are in the 1.9.* updates:
>
> http://nginx.org/en/CHANGES-1.10
If there are no major incompatibilities, which seems to be the case, I’d
say go for it.
What do the other Web-savvy folks think? David, Chris, Mark, …?
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/1] Nginx: Update to 1.10.0
2016-05-01 13:21 ` [PATCH 0/1] Nginx: " Ludovic Courtès
@ 2016-05-02 19:34 ` Leo Famulari
2016-05-03 11:40 ` Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2016-05-02 19:34 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
On Sun, May 01, 2016 at 03:21:47PM +0200, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> skribis:
>
> > There is a new stable release of Nginx: 1.10.0:
> >
> > http://nginx.org/en/download.html
> >
> > Take a look at the changes to see if there are any new features we
> > should enable. HTTP/2? The changes are in the 1.9.* updates:
> >
> > http://nginx.org/en/CHANGES-1.10
>
> If there are no major incompatibilities, which seems to be the case, I’d
> say go for it.
Well, it didn't seem to require any changes to mirror.conf ;)
> What do the other Web-savvy folks think? David, Chris, Mark, …?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/1] Nginx: Update to 1.10.0
2016-05-02 19:34 ` Leo Famulari
@ 2016-05-03 11:40 ` Ludovic Courtès
2016-05-06 18:29 ` Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2016-05-03 11:40 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> skribis:
> On Sun, May 01, 2016 at 03:21:47PM +0200, Ludovic Courtès wrote:
>> Leo Famulari <leo@famulari.name> skribis:
>>
>> > There is a new stable release of Nginx: 1.10.0:
>> >
>> > http://nginx.org/en/download.html
>> >
>> > Take a look at the changes to see if there are any new features we
>> > should enable. HTTP/2? The changes are in the 1.9.* updates:
>> >
>> > http://nginx.org/en/CHANGES-1.10
>>
>> If there are no major incompatibilities, which seems to be the case, I’d
>> say go for it.
>
> Well, it didn't seem to require any changes to mirror.conf ;)
Perfect. :-) So I think you can go ahead.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/1] Nginx: Update to 1.10.0
2016-05-03 11:40 ` Ludovic Courtès
@ 2016-05-06 18:29 ` Leo Famulari
0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2016-05-06 18:29 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
On Tue, May 03, 2016 at 01:40:42PM +0200, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> skribis:
>
> > On Sun, May 01, 2016 at 03:21:47PM +0200, Ludovic Courtès wrote:
> >> Leo Famulari <leo@famulari.name> skribis:
> >>
> >> > There is a new stable release of Nginx: 1.10.0:
> >> >
> >> > http://nginx.org/en/download.html
> >> >
> >> > Take a look at the changes to see if there are any new features we
> >> > should enable. HTTP/2? The changes are in the 1.9.* updates:
> >> >
> >> > http://nginx.org/en/CHANGES-1.10
> >>
> >> If there are no major incompatibilities, which seems to be the case, I’d
> >> say go for it.
> >
> > Well, it didn't seem to require any changes to mirror.conf ;)
>
> Perfect. :-) So I think you can go ahead.
Done, as 04d1a0dc0!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-05-06 18:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30 23:09 [PATCH 0/1] Nginx: Update to 1.10.0 Leo Famulari
2016-04-30 23:09 ` [PATCH 1/1] gnu: nginx: " Leo Famulari
2016-05-01 13:21 ` [PATCH 0/1] Nginx: " Ludovic Courtès
2016-05-02 19:34 ` Leo Famulari
2016-05-03 11:40 ` Ludovic Courtès
2016-05-06 18:29 ` Leo Famulari
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.