Thomas Gerbet
2dbdca1aa4
openresty: 1.19.3.1 -> 1.19.3.2
...
Fixes CVE-2021-23017.
https://openresty.org/en/ann-1019003002.html
2021-07-17 10:33:10 +02:00
github-actions[bot]
266cb48e65
Merge master into staging-next
2021-07-12 18:01:03 +00:00
R. RyanTM
9ee9cd1e37
jetty: 9.4.41.v20210516 -> 9.4.43.v20210629
2021-07-10 01:40:14 +00:00
github-actions[bot]
30ff0457a4
Merge master into staging-next
2021-07-09 12:01:24 +00:00
Sandro
87af92267a
Merge pull request #129694 from helsinki-systems/upd/nginx
...
nginxMainline: 1.21.0 -> 1.21.1
2021-07-09 12:43:37 +02:00
ajs124
95805c3240
nginxQuic: 1fec68e322d0 -> 5b0c229ba5fe
2021-07-08 23:44:27 +02:00
ajs124
b50102b719
nginxMainline: 1.21.0 -> 1.21.1
2021-07-08 23:41:30 +02:00
Martin Weinelt
eb5659f4c2
Merge pull request #126962 from stigtsp/package/perl-5.34.0
2021-07-06 16:03:48 +02:00
Thomas Gerbet
d41e86c67f
trafficserver: 9.0.1 -> 9.0.2
...
Fixes CVE-2021-32566 and CVE-2021-32567.
2021-07-05 15:16:06 +02:00
Mario Rodas
5606e90f87
Merge pull request #127030 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.39.0 -> 1.40.0
2021-07-03 08:27:30 -05:00
Luke Granger-Brown
7d281f26d3
pomerium: 0.14.4 -> 0.14.7
2021-06-30 01:44:30 +00:00
Alvar Penning
3690ae13a4
nginxModules.rtmp: 1.2.1 -> 1.2.2
...
This new release fixes segfaults,
https://github.com/arut/nginx-rtmp-module/compare/v1.2.1...v1.2.2
2021-06-21 20:04:10 +02:00
Aaron Andersen
c802ded7fc
tomcat9: remove danbst as maintainer
2021-06-16 22:07:30 -04:00
Aaron Andersen
fa60c16dfc
tomcat8: drop package
2021-06-16 22:07:30 -04:00
Aaron Andersen
b6ce336775
tomcat7: drop package
2021-06-16 22:05:28 -04:00
Aaron Andersen
d2080550e3
tomcat10: init at 10.0.6
2021-06-16 22:05:28 -04:00
Aaron Andersen
40ab59df39
tomcat-native: 1.2.28 -> 1.2.30
2021-06-16 22:02:06 -04:00
Aaron Andersen
120dfe6217
tomcat9: 9.0.31 -> 9.0.46
2021-06-16 22:02:06 -04:00
Stig Palmquist
2a1fcf89fc
unit: add perl534 as default, remove perl530
2021-06-16 17:14:00 +02:00
R. RyanTM
c8d210f7a3
gitlab-pages: 1.39.0 -> 1.40.0
2021-06-16 03:00:26 +00:00
Maciej Krüger
07864c64aa
nginxQuic: 12f18e0bca09 -> 1fec68e322d0
2021-06-11 16:16:21 +02:00
Alyssa Ross
b7abce543a
apacheHttpd: 2.4.47 -> 2.4.48
2021-06-10 20:41:27 +00:00
Alyssa Ross
4de8cbfb16
bmake.passthru.setupHook: set some defaults
...
These are all read from the environment by the default bmake
stdlib (e.g. <bsd.prog.mk>, <bsd.own.mk>). Some of the default
values (like building cat pages instead of man pages, or stripping
binaries when installing) don't really make sense for Nixpkgs, so we
override them here for every build using bmake.
Eventually I'd like to unify the bmake setupHook and the NetBSD make
setupHook, but not today.
2021-06-09 12:44:43 +00:00
Luke Granger-Brown
137fcc6cf0
pomerium: 0.13.3 -> 0.14.4
2021-06-07 20:59:01 +00:00
Luke Granger-Brown
00e54055e1
envoy: 1.16.2 -> 1.17.3
2021-06-07 20:58:56 +00:00
Elis Hirwing
c76bebc549
unit: Add php80 and use it as default
2021-06-04 09:27:07 +02:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
...
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.
Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
ajs124
b6e6f1dddd
Merge pull request #125194 from Izorkin/update-unit
...
unit: 1.22.0 -> 1.24.0
2021-06-01 23:27:06 +02:00
Luke Granger-Brown
93e08b2e47
Merge pull request #124210 from liclac/bozohttpd
...
bozohttpd: init
2021-06-01 22:23:38 +01:00
Izorkin
79a477b1c6
unit: 1.22.0 -> 1.24.0
2021-06-01 13:29:20 +03:00
embr
a75c0a7f87
bozohttpd: experimental darwin compat patch
...
As far as I can tell, libSystem on darwin provides a libm compatibility
symlink, but not a libcrypt one.
Prior art (eg. CPython) appears to use `stdenv.isDarwin` as a proxy for
`stdenv.hostPlatform.libc == "libSystem"`, but the latter also works in
cases where we're building on Darwin, but with eg. musl for some reason.
2021-05-31 11:03:17 +02:00
embr
ee4b583ae8
bozohttpd: minor formatting
...
The Nix style guide isn't exactly comprehensive, but this at least seems
slightly closer to the examples:
https://nixos.org/manual/nixpkgs/stable/#sec-syntax
I'm annoyed that nixpkgs-fmt as of writing won't accept:
COPTS = [
# ...
] ++ optional (...) "..."
++ optional (...) "...";
...which seems to be the actual convention, looking at eg. pkgs.nginx.
2021-05-31 10:47:49 +02:00
embr
f4f05481e3
bozohttpd: add bozohttpd-minimal target
2021-05-26 11:38:57 +02:00
embr
dc9165346e
bozohttpd: resolve warnings, serve >2GB files on 32bit host
...
-D_DEFAULT_SOURCE *and* -D_GNU_SOURCE together resolve all warnings
about implicitly defined functions.
-D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 enable gcc's Large File
Extensions to allow a 32-bit host to serve files larger than 2GB.
Based on what Makefile.boot does, for platforms without bmake:
http://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/httpd/Makefile.boot
2021-05-26 11:21:01 +02:00
Ryan Mulligan
abe9683e5b
Merge pull request #123563 from r-ryantm/auto-update/jetty
...
jetty: 9.4.39.v20210325 -> 9.4.41.v20210516
2021-05-25 12:55:11 -07:00
Izorkin
0a7feef809
nginxMainline: 1.20.0 -> 1.21.0
2021-05-25 19:54:05 +03:00
Izorkin
919dd5497a
nginxStable: 1.20.0 -> 1.20.1
2021-05-25 19:53:58 +03:00
embr
77acedc33b
bozohttpd: remove unnecessary checkFlags
2021-05-24 13:35:38 +02:00
embr
28508dce6a
bozohttpd: use bmake flags instead of a custom installPhase
2021-05-24 13:35:09 +02:00
embr
caaee8a55e
bozohttpd: init
2021-05-24 00:41:45 +02:00
Samuel Ainsworth
02c595ebdb
Prefer pname
and version
in mkDerivation
s instead of name
( #123438 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
2021-05-23 17:07:31 +02:00
Francesco Zanini
b1dc7e5fba
Update pkgs/servers/http/nginx/modules.nix
...
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
2021-05-21 12:53:52 +02:00
Francesco Zanini
79318225d1
nginxModules.video-thumbextractor: update to unstable and switch to ffmpeg_4
2021-05-21 11:30:25 +02:00
Mario Rodas
96d42f122f
Merge pull request #123248 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.38.0 -> 1.39.0
2021-05-19 05:00:10 -05:00
R. RyanTM
8bfc237eb3
jetty: 9.4.39.v20210325 -> 9.4.41.v20210516
2021-05-18 18:36:30 +00:00
Ben Siraphob
c5a669d3f7
treewide: remove unzip where not needed
2021-05-16 19:29:28 -07:00
github-actions[bot]
8c6d819143
Merge master into staging-next
2021-05-16 18:32:41 +00:00
midchildan
2b7ed5deef
trafficserver: remove joaquinito2051 as maintainer
...
This reverts commit da69e884b8
.
2021-05-17 00:42:57 +09:00
R. RyanTM
d36d679838
gitlab-pages: 1.38.0 -> 1.39.0
2021-05-16 14:29:35 +00:00
github-actions[bot]
f214722172
Merge master into staging-next
2021-05-12 18:32:26 +00:00
Stéphan Kochen
34d988e673
apacheHttpdPackages.mod_python: fix darwin build
2021-05-11 19:55:13 +02:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
...
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM
5fbb4944bc
apt-cacher-ng: 3.6.1 -> 3.6.3
2021-05-08 17:50:59 -07:00
Léo Gaspard
f93396bf52
nginx: add link to acme nixos test
2021-05-08 21:42:04 +02:00
Léo Gaspard
58c16121e6
apacheHttpd: add link to acme nixos test
2021-05-08 21:41:55 +02:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Vladimír Čunát
080cd658ca
Merge #121780 : treewide meta.maintainers tweaks
2021-05-08 10:47:08 +02:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
ajs124
cd609e7a1c
Merge pull request #117094 from helsinki-systems/drop/spidermonkey_1_8_5
...
spidermonkey_1_8_5: drop
2021-05-07 18:55:49 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
...
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
ajs124
29bcaf04cb
couchdb2: drop
2021-05-03 15:41:42 +02:00
ajs124
b8caf0847c
couchdb: drop
2021-05-03 15:41:42 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging
2021-05-03 12:26:48 +00:00
Luke Granger-Brown
d922cad4d6
Merge pull request #119172 from midchildan/package/trafficserver
...
nixos/trafficserver: init
2021-05-03 09:48:07 +01:00
github-actions[bot]
20ebbe6b59
Merge staging-next into staging
2021-04-30 18:26:34 +00:00
ajs124
cd349a4a62
Merge pull request #121019 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.35.0 -> 1.38.0
2021-04-30 15:12:10 +02:00
R. RyanTM
fe563d71a3
apacheHttpd: 2.4.46 -> 2.4.47
2021-04-30 04:07:35 +00:00
ajs124
a3c00f232b
gitlab-pages: add myself as maintainer
...
and add meta.changelog
2021-04-28 17:42:45 +02:00
ajs124
ae24119639
gitlab-pages: enable tests
2021-04-28 17:42:22 +02:00
R. RyanTM
d4c9e08bfe
gitlab-pages: 1.35.0 -> 1.38.0
2021-04-28 12:38:03 +00:00
Maciej Krüger
98b372b860
nginxQuic: 47a43b011dec -> 12f18e0bca09
2021-04-28 08:37:51 +02:00
ajs124
39a51c9923
Merge pull request #118338 from Izorkin/update-nginx-zlib-ng
...
nginx: update to 1.20.0, replace zlib to zlib-ng
2021-04-27 16:36:25 +02:00
Emmanuel Rosa
aeb90f9956
jetty: 9.4.37.v20210219 -> 9.4.39.v20210325
...
Closes #120392
2021-04-27 18:20:46 +07:00
midchildan
da69e884b8
maintainers: add joaquinito2051
...
From #114116
Co-authored-by: heroku-miraheze <61781343+heroku-miraheze@users.noreply.github.com>
2021-04-27 00:02:19 +09:00
midchildan
5bfb427b15
nixos/tests/trafficserver: init
2021-04-27 00:02:19 +09:00
midchildan
22ee2c6ea2
trafficserver: init at 9.0.1
2021-04-27 00:02:14 +09:00
Izorkin
f4b6314e60
nginxStable: 1.18.0 -> 1.20.0
2021-04-21 00:10:28 +03:00
Izorkin
b36d55b67c
nginxMainline: 1.19.9 -> 1.20.0
2021-04-21 00:10:28 +03:00
Maciej Krüger
4a3bb18683
nginxQuic: init
2021-04-18 20:20:23 +02:00
Pavol Rusnak
29bb19258a
treewide: use https for github URIs
2021-04-17 17:59:08 +02:00
talyz
4aab79918e
tengine: Add passthru.tests
2021-04-14 16:56:54 +02:00
talyz
1ef95a8c5f
nginx: Add all the nginx tests to passthru.tests
2021-04-14 16:39:35 +02:00
talyz
fd10431871
tengine: Add modules to passthru
...
Follow the interface of the `nginx` package and expose the enabled
modules. This is used in the `nginx` module to enable the
`additionalModules` option.
2021-04-14 16:14:28 +02:00
Aaron Andersen
00a1f64552
tomcat-native: 1.2.26 -> 1.2.28
2021-04-08 20:06:18 -04:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias
2021-04-04 19:49:52 +02:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias
2021-04-04 01:43:46 +02:00
Sandro
dd745719e4
Merge pull request #118078 from helsinki-systems/upd/nginx
...
nginxMainline: 1.19.8 -> 1.19.9
2021-03-31 19:26:35 +02:00
adisbladis
f5a14a3124
Merge pull request #108745 from lukegb/pomerium
...
pomerium: init at 0.13.3
2021-03-31 17:10:12 +02:00
ajs124
7c44570870
nginxMainline: 1.19.8 -> 1.19.9
2021-03-30 17:25:52 +02:00
Mario Rodas
eb233ac067
tengine: 2.3.2 -> 2.3.3
...
https://github.com/alibaba/tengine/releases/tag/2.3.3
2021-03-30 02:40:03 -04:00
Luke Granger-Brown
d4eb533993
pomerium: 0.11.1 -> 0.13.3
...
Bump pomerium to v0.13.3.
Co-authored-by: contrun <uuuuuu@protonmail.com>
2021-03-29 10:41:41 +00:00
Luke Granger-Brown
f081b0c9bb
envoy, pomerium: add Pomerium NixOS test to passthru.tests
2021-03-29 10:41:41 +00:00
Luke Granger-Brown
810008828f
pomerium: init at 0.11.1
2021-03-29 10:41:40 +00:00
Michael Raskin
3bb8ed60d0
Merge pull request #117585 from petabyteboy/feature/nginx-geoip-optional
...
nginx: make geoip dependency optional
2021-03-26 12:10:41 +00:00
Milan Pässler
496873260a
nginx: make geoip dependency optional
2021-03-25 13:17:32 +01:00
Sandro
fa69c57542
Merge pull request #117269 from aanderse/apacheHttpdPackages
2021-03-25 12:13:44 +01:00
Aaron Andersen
524330039c
apacheHttpdPackages.mod_evasive: drop package
2021-03-23 19:55:39 -04:00
Aaron Andersen
2edd976250
apacheHttpdPackages.mod_perl: 2.0.10 -> 2.0.11
2021-03-22 15:06:52 -04:00
Sandro
fc5221128c
Merge pull request #114677 from r-ryantm/auto-update/apt-cacher-ng
...
apt-cacher-ng: 3.6 -> 3.6.1
2021-03-21 23:08:41 +01:00
github-actions[bot]
e0a6159fc6
Merge master into staging-next
2021-03-16 18:18:29 +00:00
ajs124
08ebda1a17
Merge pull request #115655 from helsinki-systems/upd/nginx
...
nginxMainline: 1.19.7 -> 1.19.8
2021-03-16 16:31:55 +01:00
github-actions[bot]
6a3a358b0d
Merge master into staging-next
2021-03-10 18:23:15 +00:00
ajs124
5faf394dc1
nginxMainline: 1.19.7 -> 1.19.8
2021-03-10 01:15:55 +01:00
R. RyanTM
703c2a2e6e
unit: 1.21.0 -> 1.22.0
2021-03-09 22:01:06 +00:00
github-actions[bot]
dd7cbca2a6
Merge master into staging-next
2021-03-09 06:17:35 +00:00
R. RyanTM
9a9de4195a
gitlab-pages: 1.34.0 -> 1.35.0
2021-03-08 12:36:37 +00:00
github-actions[bot]
fb5c8b556d
Merge staging-next into staging
2021-03-06 06:17:00 +00:00
Aaron Andersen
90649bacfb
apacheHttpdPackages.mod_auth_mellon: 0.13.1 -> 0.17.0
2021-03-04 14:57:28 -05:00
R. RyanTM
d201c8631e
apt-cacher-ng: 3.6 -> 3.6.1
2021-02-28 16:55:53 +00:00
Robert Schütz
54757b35c1
Merge branch 'staging-next' into staging
2021-02-26 10:56:17 +01:00
R. RyanTM
9c04b881b2
jetty: 9.4.36.v20210114 -> 9.4.37.v20210219
2021-02-24 02:43:25 +00:00
github-actions[bot]
2fd0f841be
Merge staging-next into staging
2021-02-22 00:37:55 +00:00
Fabian Affolter
3ba6124df7
darkhttpd: 1.12 -> 1.13
2021-02-21 18:15:49 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
ajs124
4756b3c35c
nginxMainline: 1.19.6 -> 1.19.7
2021-02-17 01:48:23 +01:00
Wael Nasreddine
2df97e4b0a
Merge pull request #111662 from nicknovitski/remove-ruby-2.5
...
Remove Ruby 2.5
2021-02-15 10:21:46 -08:00
R. RyanTM
73bb0589a5
apt-cacher-ng: 3.5 -> 3.6
2021-02-09 21:43:51 +00:00
Mario Rodas
7a158f9796
Merge pull request #111967 from r-ryantm/auto-update/lighttpd
...
lighttpd: 1.4.58 -> 1.4.59
2021-02-08 20:53:22 -05:00
Benjamin Hipple
14b6a84804
Merge pull request #108406 from zaninime/nginx-kaltura
...
nginx: add VOD-related modules from Kaltura
2021-02-08 17:02:09 -05:00
Benjamin Hipple
5f39471ad4
Merge pull request #111357 from lbpdt/feature/spnego-http-auth-nginx-module
...
nginxModules.spnego-http-auth-nginx-module: init at 16.04.2020
2021-02-08 12:30:49 -05:00
Louis Blin
e7d7c51df3
nginxModules.spnego-http-auth-nginx-module: init at 16.04.2020
2021-02-08 14:07:40 +00:00
R. RyanTM
08fdd03217
lighttpd: 1.4.58 -> 1.4.59
2021-02-04 22:23:10 +00:00
Sandro
8a4a984fd5
Merge pull request #105439 from avdv/bazel_3.7.1
2021-02-04 20:15:45 +01:00
Claudio Bley
6d8c431eb0
bazel: 3.7.1 -> 3.7.2
...
* update sha256 for gvisor, tensorflow{,WithCuda}, bazel-watcher, bazel-remote
and envoy
2021-02-03 10:44:07 +01:00
Nick Novitski
c14b54d67b
unit: remove withRuby_2_5 option
2021-02-02 10:50:03 -08:00
Sandro
4a1c41f124
Merge pull request #111410 from dotlambda/jetty-9.4.36.v20210114
...
jetty: 9.4.35.v20201120 -> 9.4.36.v20210114
2021-02-01 08:35:17 +01:00
Robert Schütz
4368be4851
jetty: 9.4.35.v20201120 -> 9.4.36.v20210114
2021-01-31 18:39:59 +01:00
R. RyanTM
d41e69082a
gitlab-pages: 1.30.0 -> 1.34.0
2021-01-29 20:32:47 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Pavol Rusnak
90f7338112
treewide: stdenv.lib -> lib
2021-01-24 01:49:49 +01:00
Ryan Mulligan
f9d9227040
Merge pull request #110032 from r-ryantm/auto-update/lighttpd
...
lighttpd: 1.4.56 -> 1.4.58
2021-01-23 06:39:24 -08:00
zowoq
59b83c43e0
treewide: add final newline
2021-01-22 07:18:04 +10:00
R. RyanTM
058356f4ad
lighttpd: 1.4.56 -> 1.4.58
2021-01-19 22:46:29 +00:00
adisbladis
6dfd1a2772
Merge pull request #108741 from lukegb/envoy
...
envoy: init at 1.16.2
2021-01-19 16:40:42 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
8dd78bb4fb
treewide: fix double quoted strings in meta.description
2021-01-16 11:29:30 +07:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Luke Granger-Brown
6e684ca91e
envoy: init at 1.16.2
2021-01-14 12:26:11 +00:00
Peter Hoeg
a089d80e15
darkhttpd: drive-by cleanup
2021-01-14 12:11:49 +08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Dominik Xaver Hörl
25bef2d8f9
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Francesco Zanini
666cdb7dcc
nginxModules.akamai-token-validate: init at 2020-06-26
2021-01-04 18:13:01 +01:00
Francesco Zanini
f98c8b3d04
nginxModules.secure-token: init at 2020-08-28
2021-01-04 18:12:33 +01:00
Francesco Zanini
4872487cf4
nginxModules.vod: init at 2020-12-31
2021-01-04 18:11:51 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Aaron Andersen
d72e29fe48
tomcat-native: 1.2.25 -> 1.2.26
2020-12-28 10:20:47 -05:00
Daniel Nagy
f20d8091d4
apacheHttpd: passthru lua variables
2020-12-25 22:49:01 +01:00
ajs124
e2a3d3f559
nginx: add myself as maintainer
2020-12-17 19:58:07 +01:00
ajs124
fc3db0f443
nginx: 1.19.5 -> 1.19.6
2020-12-17 19:55:15 +01:00
R. RyanTM
34318b7c42
webhook: 2.7.0 -> 2.8.0
2020-12-08 09:12:54 +00:00
Markus S. Wamser
ded8dc1c46
gatling: 0.15 -> 0.16, libowfat: drop patch for header location
2020-12-03 15:02:50 +01:00
R. RyanTM
e1c319def2
lighttpd: 1.4.55 -> 1.4.56
2020-12-02 15:06:14 +00:00
Mario Rodas
eaa41389fe
Merge pull request #105659 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.28.0 -> 1.30.0
2020-12-02 05:15:22 -05:00
Florian Klink
e76e8cf22e
openresty: 1.17.8 -> 1.19.3
...
Also, add a quick comment about what fixPatch does.
2020-12-02 09:08:02 +01:00
R. RyanTM
466daa42ad
gitlab-pages: 1.28.0 -> 1.30.0
2020-12-02 06:44:21 +00:00
markuskowa
b83e5dbc3c
Merge pull request #104363 from Izorkin/nginx-unit
...
unit: 1.20.0 -> 1.21.0
2020-11-29 00:32:35 +01:00
Mario Rodas
49bfd31410
Merge pull request #105211 from r-ryantm/auto-update/jetty
...
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
2020-11-28 10:21:15 -05:00
R. RyanTM
5df56b087d
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
2020-11-28 05:54:25 +00:00
ajs124
db17db5318
nginx: 1.19.4 -> 1.19.5
2020-11-25 00:21:44 +01:00
Izorkin
d78ef1f3b5
unit: 1.20.0 -> 1.21.0
2020-11-20 19:27:42 +03:00
Max Wilson
ba4642eb6a
update contact info
2020-11-18 12:00:31 -08:00
R. RyanTM
d4da5f9d3d
jetty: 9.4.31.v20200723 -> 9.4.34.v20201102
2020-11-13 18:09:23 +00:00
StigP
818f2dd7dd
Merge pull request #102240 from Izorkin/nginx-unit
...
unit: 1.19.0 -> 1.20.0
2020-11-02 16:04:54 +00:00
Mario Rodas
b8c4e87021
Merge pull request #102312 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.21.0 -> 1.28.0
2020-11-01 21:28:22 -05:00
R. RyanTM
f6863c9f5d
gitlab-pages: 1.21.0 -> 1.28.0
2020-11-01 03:09:39 +00:00
Izorkin
fb25f00cbb
unit: 1.19.0 -> 1.20.0
2020-10-31 18:50:24 +03:00
ajs124
91b55655ed
nginxMainline: 1.19.3 -> 1.19.4
2020-10-27 20:05:34 +01:00
R. RyanTM
ae76a7658d
couchdb3: 3.1.0 -> 3.1.1
2020-10-22 09:25:10 +00:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Florian Klink
a6fec75d04
Merge pull request #93426 from helsinki-systems/feat/gitlab-pages
...
nixos/gitlab: Support pages
2020-10-11 23:50:19 +02:00
WORLDofPEACE
7b5864db17
treewide: don't use spidermonkey attr
2020-10-09 16:50:48 -04:00
WORLDofPEACE
b89c851737
Revert "couchdb: revert changes from 0da82de388a5214522262a3885080bad1c02fd1b"
...
This reverts commit 143650958c
.
2020-10-09 16:50:48 -04:00
Peter Simons
143650958c
couchdb: revert changes from 0da82de388
...
These changes break evaluation and they frankly don't look correct here.
2020-10-09 21:39:35 +02:00
Doron Behar
0da82de388
treewide: Use spidermonkey_68 explicitly
...
A fix for #100089 which caused ofborg eval errors on all PRs due to
usage of aliases in couchdb and mediatomb.
2020-10-09 20:47:45 +03:00
Janne Heß
d85f50b71f
nixos/gitlab: Support pages
...
Fixes #84525
2020-09-01 12:08:36 +02:00
Jörg Thalheim
4c9ad3ca79
Merge branch 'master' into nginx-update
2020-08-24 13:42:11 +01:00
Aaron Andersen
fd250d57bb
Merge pull request #79123 from aanderse/apachectl
...
nixos/httpd: remove impurity from /etc
2020-08-19 20:56:51 -04:00
Izorkin
5c70c5eeaa
nginxModules: renamed module ngx_aws_auth to aws-auth
2020-08-17 10:42:54 +03:00
Izorkin
772f5d5401
nginxModules: rename source to module name
2020-08-17 10:42:04 +03:00
Izorkin
15b3330747
nginxModules.statsd: change mirror
2020-08-17 10:42:04 +03:00
Izorkin
b5c1848625
nginxModules.upstream-check: 2018.08.12 -> 2019.11.03
2020-08-17 10:42:04 +03:00
Izorkin
e40dd8d4b9
nginxModules.subsFilter: 2016.04.13 -> 2019.08.06
2020-08-17 10:42:04 +03:00
Izorkin
d3fdff5cbf
nginxModules.shibboleth: 2017.04.06 -> 2020.08.12
2020-08-17 10:42:03 +03:00
Izorkin
fdc7f541cf
nginxModules.push-stream: 0.5.4 -> 2020.05.03
2020-08-17 10:42:03 +03:00
Izorkin
a27273294f
nginxModules.pam: v1.5.1 -> v1.5.2
2020-08-17 10:42:03 +03:00
Izorkin
cb62b1d1a8
nginxModules.opentracing: v0.7.0 -> v0.9.0
2020-08-17 10:42:03 +03:00
Izorkin
b590894e58
nginxModules.naxsi: 0.56 -> 2020.08.15
2020-08-17 10:42:03 +03:00
Izorkin
9c588fce29
nginxModules.modsecurity-nginx: v1.0.0 -> v1.0.1
2020-08-17 10:42:03 +03:00
Izorkin
4460a3700b
nginxModules.http_proxy_connect_module: 2019.05.06 -> 2020.07.24
2020-08-17 10:42:03 +03:00
Izorkin
36c95f331d
nginxModules.cache-purge: 2.5 -> 2.5.1
2020-08-17 10:42:01 +03:00
Izorkin
980d487480
nginxModules.echo: v0.61 -> v0.62
2020-08-16 12:03:59 +03:00
Izorkin
42cde0d357
nginxModules.develkit: v0.3.1rc1 -> v0.3.1
2020-08-16 12:03:59 +03:00
Izorkin
4bc560d205
nginxModules.brotli: 2019.09.09 -> 2020.04.23
2020-08-16 12:03:50 +03:00
Izorkin
c5d3a46c5f
nginxMainline: 1.19.0 -> 1.19.2
2020-08-16 09:59:10 +03:00
Izorkin
d56514c76a
unit: 1.18.0 -> 1.19.0
2020-08-15 11:08:22 +03:00
Aaron Andersen
4fc4fe539b
Merge pull request #94910 from aanderse/apacheHttpd
...
apacheHttpd: 2.4.43 -> 2.4.46
2020-08-12 13:38:58 -04:00
Elis Hirwing
6be7d1c176
php: Drop PHP 7.2 support
2020-08-10 22:28:12 +02:00
Aaron Andersen
6302eb2bfb
apacheHttpd: 2.4.43 -> 2.4.46
2020-08-07 20:56:34 -04:00
R. RyanTM
c5564e176a
jetty: 9.4.29.v20200521 -> 9.4.31.v20200723
2020-08-07 00:09:20 -07:00
R. RyanTM
ff6c463748
hiawatha: 10.9 -> 10.11
2020-08-05 23:07:30 +02:00
R. RyanTM
62a44f8efa
pshs: 0.3.3 -> 0.3.4
2020-07-12 11:42:29 +00:00
Michael Raskin
132ace5fe6
Merge pull request #89344 from JJJollyjim/openresty-no-perl
...
openresty: disable perl module by default
2020-06-20 18:45:44 +00:00
Jamie McClymont
dca001e923
nginx: change how the perl module is configured
...
Previously, http_perl_module was disabled by overriding perl=null -- this means
it is impossible to disable http_perl_module in openresty, since openresty
requires perl for its configure scripts.
2020-06-20 14:22:34 +12:00
R. RyanTM
778ffb0334
webhook: 2.6.8 -> 2.7.0
2020-06-17 11:53:57 -07:00
Patrick Hilhorst
b133532434
treewide: remove some trailing whitespace to please ofborg
2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
ajs124
3b8220c74c
nginxMainline: 1.19.2 -> 1.19.3
2020-09-30 20:18:47 +02:00
Jörg Thalheim
00bf6abad1
Merge pull request #97516 from Izorkin/nginx-modules
2020-09-15 08:34:21 +02:00
Aaron Andersen
cc34aad0d7
tomcat-native: 1.2.24 -> 1.2.25
2020-09-13 20:29:06 -04:00
Izorkin
79906c4908
nginxModules.aws-auth: fix warning message
2020-09-12 16:26:08 +03:00
Izorkin
96311ca1c3
nginxModules.shibboleth: 2020.08.12 -> 2020.09.04
2020-09-12 16:26:08 +03:00
Izorkin
6f32af17e9
nginxModules.opentracing: v0.9.0 -> v0.10.0
2020-09-12 16:26:08 +03:00
Izorkin
9092c6140f
nginxModules.naxsi: 2020.08.15 -> 2020.09.10
2020-09-12 16:26:07 +03:00
Anderson Torres
bbafcaa9c6
Merge pull request #97078 from bbigras/openresty
...
openresty: 1.15.8.3 -> 1.17.8.2
2020-09-11 13:35:13 -03:00
Damien Cassou
607f5a6755
Merge pull request #84246 from lostnet/couchdbpr
...
couchdb: add support for version 3.0.0
2020-09-11 17:47:47 +02:00
Will Young
0ef1be0aa1
couchdb: add support for version 3.1.0
2020-09-11 14:03:16 +02:00
Bruno Bigras
aca8ce740b
openresty: 1.15.8.3 -> 1.17.8.2
2020-09-04 00:38:04 -04:00
Stig Palmquist
5aef482f61
perl: 5.30.3 -> 5.32.0, perldevel: 5.32.0-RC0 -> 5.33.1
...
Co-authored-by: volth <volth@volth.com>
2020-08-30 20:21:26 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jörg Thalheim
3a46981e3c
Merge pull request #89241 from Izorkin/nginx-update
...
nginxMainline: 1.18.0 -> 1.19.0
2020-06-06 13:19:43 +01:00
Jamie McClymont
85760026a0
openresty: make compatible with nixos nginx module
2020-06-02 17:00:09 +12:00
Florian Klink
8ae5866152
Merge pull request #89224 from etu/fix-unit-php-extensions
...
unit: Expose PHP expressions used so it can easily be accessed for configs
2020-05-31 16:05:30 +02:00
Izorkin
70b11a0f50
nginxMainline: 1.18.0 -> 1.19.0
2020-05-31 09:46:48 +03:00
Elis Hirwing
a4bf2cc166
unit: Expose PHP expressions used so it can easily be accessed for configs
2020-05-30 18:52:41 +02:00
Izorkin
ea956bb53b
unit: 1.17.0 -> 1.18.0
2020-05-30 19:28:25 +03:00
R. RyanTM
c13c38c75a
jetty: 9.4.26.v20200117 -> 9.4.29.v20200521
2020-05-25 23:49:59 +00:00
ajs124
deadc23034
nginxModules.fancyindex: 0.4.3 -> 0.4.4
2020-05-13 13:23:20 +02:00
Izorkin
aa12fb8adb
nginxModules: add option allowMemoryWriteExecute
...
The allowMemoryWriteExecute option is required to checking enabled nginxModules
and disable the nginx sandbox mode MemoryDenyWriteExecute.
2020-05-12 20:03:29 +03:00
Jörg Thalheim
11c18faa4e
Merge pull request #85862 from Izorkin/nginx-paths
2020-05-11 11:17:04 +01:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Martin Weinelt
1c7ad58742
apt-cacher-ng: 3.2 → 3.5
...
Fixes: CVE-2017-7443, CVE-2020-5202
2020-05-06 19:09:31 +02:00
Izorkin
ca2145bdfc
nixos/tests: add unit-php test
2020-05-06 13:21:59 +03:00
Izorkin
dc0260f7da
unit: add php 7.4
2020-05-06 12:27:13 +03:00
Izorkin
866f6dd677
unit: 1.16.0 -> 1.17.0
2020-05-06 12:27:12 +03:00
Izorkin
f87bc13930
unit: remove drop capabilites patch
2020-05-06 12:27:12 +03:00
Izorkin
98e0cba469
tengine: change logs path
2020-05-04 16:36:38 +03:00
Izorkin
1d71150c73
tengine: add ETag patch
2020-05-04 16:36:38 +03:00
Izorkin
a19800fb48
nginx: change logs path
2020-05-04 16:36:38 +03:00
Aaron Andersen
9218a3599a
tomcat-native: 1.2.23 -> 1.2.24
2020-05-03 20:49:02 -04:00
R. RyanTM
bc74bdedae
jetty: 9.4.25.v20191220 -> 9.4.26.v20200117
2020-05-02 10:15:25 +02:00
Elis Hirwing
27b9b7b3af
Merge pull request #85026 from talyz/php_buildenv_override
...
php.buildEnv: Make the exported php package overridable, improve handling of currently enabled extensions, etc
2020-04-29 19:57:37 +02:00
talyz
5cad1b4aff
php: Get rid of the phpXXbase attributes, update docs
...
Since the introduction of php.unwrapped there's no real need for the
phpXXbase attributes, so let's remove them to lessen potential
confusion and clutter. Also update the docs to make it clear how to
get hold of an unwrapped PHP if needed.
2020-04-29 13:45:48 +02:00
Aaron Andersen
92d9d07c61
Merge pull request #82762 from aanderse/tomcat-native
...
tomcat-native: init at 1.2.23
2020-04-26 19:48:22 -04:00
talyz
72636bc2f6
php: Get rid of all config.php parameters
...
Since all options controlled by the config.php parameters can now be
overridden directly, there's no reason to keep them around.
2020-04-26 16:43:23 +02:00
Aaron Andersen
6b3506458e
tomcat-native: init at 1.2.23
2020-04-26 09:12:41 -04:00
Izorkin
cbfe203da7
nginxMainline: 1.17.9 -> 1.18.0
2020-04-23 14:34:21 +03:00
Izorkin
2e6cd807d7
nginxStable: 1.16.1 -> 1.18.0
2020-04-23 14:34:13 +03:00