Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-25 Thread Mark Mentovai
John Crispin wrote: > not merging any new stuff and/or updates atm ... > > --> > https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016411.html > > is there a specific reason, such as a security fix or is it just a > feature update ? > No security fixes here, just bug fixes. It's OK to

Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread John Crispin
>> Thanks, applied in r33271 > > Thanks, John. Can you take the nginx 1.2.3 upgrade I sent in a few days > ago too? not merging any new stuff and/or updates atm ... --> https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016411.html is there a specific reason, such as a security fix

Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread Mark Mentovai
John Crispin wrote: > On 24/08/12 15:14, Mark Mentovai wrote: > > This allows additional files in /etc/nginx/, such as SSL certificates, > > tobe saved on sysupgrade. > > > > Signed-off-by: Mark Mentovai > > after not reading the 100 mails leading up to this patch i expected > something big ;)

Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread John Crispin
On 24/08/12 15:14, Mark Mentovai wrote: > This allows additional files in /etc/nginx/, such as SSL certificates, > tobe saved on sysupgrade. > > Signed-off-by: Mark Mentovai after not reading the 100 mails leading up to this patch i expected something big ;) Thanks, applied in r33271 J

[OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread Mark Mentovai
This allows additional files in /etc/nginx/, such as SSL certificates, tobe saved on sysupgrade. Signed-off-by: Mark Mentovai --- Index: packages/net/nginx/Makefile === --- packages/net/nginx/Makefile (revision 33213) +++ packages