Commit graph

1083 commits

Author SHA1 Message Date
R. RyanTM 9a9de4195a gitlab-pages: 1.34.0 -> 1.35.0 2021-03-08 12:36:37 +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 9c04b881b2 jetty: 9.4.36.v20210114 -> 9.4.37.v20210219 2021-02-24 02:43:25 +00:00
Fabian Affolter 3ba6124df7 darkhttpd: 1.12 -> 1.13 2021-02-21 18:15:49 +01: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