Commit graph

27 commits

Author SHA1 Message Date
Jan Mojžíš
6a0621d227
http-lua: Downgrade to v0.10.13 2022-04-05 19:10:56 +02:00
Ondřej Nový
70f87643c9 http-lua: Upgrade to 0.10.15 2022-03-15 11:03:47 +01:00
Ondřej Nový
a63400c839 rtmp: Upgrade to 1.2.2 2022-03-15 11:01:40 +01:00
Ondřej Nový
16da4dccd2 http-fancyindex: Upgrade to 0.5.2 2022-03-15 11:01:34 +01:00
Ondřej Nový
e5cbfb9f4b nchan: Upgrade to 1.2.15 2022-03-15 11:01:27 +01:00
Ondřej Nový
0b739c803e http-echo: Upgrade to 0.62 2022-03-15 11:01:16 +01:00
Ondřej Nový
ecdfceccf1 http-auth-pam: Upgrade to 1.5.3 2022-03-15 11:01:10 +01:00
Ondřej Nový
704b0f0e37 http-auth-pam: Upgrade to 1.5.2 (Closes: #963567) 2020-06-24 15:20:34 +02:00
Ondřej Nový
b760bb04de Update ngx_http_auth_pam_module upstream URL 2020-06-24 15:19:02 +02:00
Ondřej Surý
4851b6ec88 http-geoip2: Add ngx_http_geoip2_module 3.3
Co-authored-by: Ondřej Nový <onovy@debian.org>
2020-06-04 09:57:31 +02:00
Ondřej Nový
5e6d8fe10a http-fancyindex: Upgrade to 0.4.4 2020-05-28 22:50:24 +02:00
Ondřej Nový
bc6e1b3c08 nchan: Upgrade to 1.2.7 2020-05-28 22:48:18 +02:00
Christos Trochalakis
bfd112b793 http-lua: Downgrade to 0.10.13
This a temporary fix for the FTBFS on arches where liblua5.1-0-dev is
used instead of libluajit-5.1-dev.

The regression was introduce in 0.10.14, see:

7286812116

This reverts commit 132704ab76.

Closes: 941917
2019-10-12 17:32:32 +03:00
Christos Trochalakis
132704ab76 http-lua: Upgrade to 0.10.15 2019-09-12 10:05:31 +03:00
Christos Trochalakis
85ba845433 http-ndk: Upgrade to 0.3.1 2019-09-12 10:05:31 +03:00
Christos Trochalakis
ff8b896b2b http-dav-ext: Upgrade to 3.0.0
Closes: #851651
2018-12-27 12:46:53 +02:00
Christos Trochalakis
bc3cf7aac7 http-fancyindex: Upgrade to 0.4.3 2018-08-31 15:15:27 +03:00
Christos Trochalakis
75d123cd1b http-lua: Upgrade to 0.10.13 2018-08-31 15:13:46 +03:00
Christos Trochalakis
6648d2471a Drop the 'v' part of module versions
It just complicates things, let's try to drop it and just
use a Debian compatible version.

Gbp-Dch: Ignore
2017-12-14 11:03:38 +02:00
Christos Trochalakis
f81b4fb99a nchan: drop hiredis source code
We already build against Debian's libhiredis-dev, so there
is no need to ship its source.

Gbp-Dch: ignore
2017-12-14 11:03:38 +02:00
Christos Trochalakis
69c4661396 rtmp: Upgrade to 1.2.1
Closes: #880718
2017-12-14 11:03:38 +02:00
Christos Trochalakis
ee4b10edd7 http-fancyindex: Upgrade to 0.4.2 2017-12-14 11:03:38 +02:00
Christos Trochalakis
72b4f71671 http-dav-ext: Upgrade to 0.1.0
Closes: #878611
2017-12-14 11:03:38 +02:00
Christos Trochalakis
5fb0700fb2 http-lua: Upgrade to 0.10.11
Rebase openssl-1.1.0 patch
2017-12-14 11:03:38 +02:00
Christos Trochalakis
8acbe3fbc4 http-echo: Upgrade to 0.61
Drop build-nginx-1.11.11 patch now included upstream
2017-12-14 11:03:38 +02:00
Christos Trochalakis
33799993fc http-headers-more-filter: Upgrade to 0.33 2017-12-14 11:03:38 +02:00
Mpampis Kostas
794cca0ebf Automate modules watch & upgrade process
This patch introduces the debian/ngxmod script and some helper
files which can be used to automate the modules watch & upgrade process.

The only subcommand for now is `uscan` and can be called as:
  $ debian/ngxmod uscan

The uscan subcommand runs uscan for each nginx module listed in
the newly deb822 formatted debian/modules/control using the watchfiles
in debian/modules/watch.

If a new version is available, it will ask you if you want to upgrade.
If you agree, it will download the tarball, place it in the nginx
source's parent directory and upgrade the module's source.

After the upgrade, it will remove the files listed in the
Files-Excluded module field and finally it will commit the changes.

Closes: #869499
2017-12-14 11:01:32 +02:00