summary refs log tree commit diff
path: root/pkgs/servers/http/apache-modules
Commit message (Collapse)AuthorAge
* mod_tile: testing enabledHummeltech2023-06-05
| | | It looks like the commit used to build `mapnik` was just missing some additional variable definitions in `libmapnik.pc` which are relied upon by the commit used to build `mod_tile`
* apacheHttpdPackages.mod_auth_mellon: 0.18.0 -> 0.18.1R. Ryantm2023-04-20
|
* apacheHttpdPackages.mod_tile: Update and use cmake to build mod_tile.so and ↵Jacek Galowicz2023-03-16
| | | | renderd
* treewide: replace http by https when https is a permanent redirectionFerry Jérémie2023-01-22
|
* mod_wsgi3: refactor derivationThiago Kenji Okada2022-12-24
|
* mod_python: 3.5.0 -> unstable-2022-10-18Thiago Kenji Okada2022-12-23
|
* apacheHttpdPackages.mod_tile fixTaeer Bar-Yam2022-12-14
|
* apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12Thomas Gerbet2022-10-02
| | | | https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/Changes
* apacheHttpdPackages.mod_wsgi: enable on darwinRobert Scott2022-09-14
|
* apacheHttpdPackages.mod_wsgi: 4.9.3 -> 4.9.4R. Ryantm2022-09-13
|
* apacheHttpdPackages.mod_wsgi: 4.9.0 -> 4.9.3R. Ryantm2022-07-29
|
* Merge pull request #176164 from sikmir/mod_mbtilesSandro2022-07-07
|\ | | | | apacheHttpdPackages.mod_mbtiles: init at 2022-05-25
| * apacheHttpdPackages.mod_mbtiles: init at 2022-05-25Nikolay Korotkiy2022-07-07
| |
* | mod_cspnonce: 1.3 -> 1.4Daniel Șerbănescu2022-06-17
|/
* apacheHttpdPackages.mod_tile: pull upstream fix for -fno-commonSergei Trofimovich2022-05-14
| | | | | | | Without che change build on upstream gcc-10 fails as: ld: src/renderd-gen_tile.o:/build/source/includes/daemon.h:48: multiple definition of `render_request_queue'; src/daemon.o:/build/source/includes/daemon.h:48: first defined here
* treewide: move autoconf, automake to nativeBuildInputsBen Siraphob2022-03-30
|
* mod_fastcgi: fix broken packageJan Stranik2022-02-10
| | | | | | | | | | * mod_fastcgi: fix broken package (#153086) The patch is not needed anymore. Upstream fixed compilation with httpd 2.4.x * mod_fastcgi: don't fetch apache-24-patch Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
* mod_cspnonce: init at 1.3Daniel Șerbănescu2021-12-21
|
* mod_itk: init at 2.4.7-04Tom Sydney Kerckhove2021-11-22
|
* Drop myself from meta.maintainers for most packages.Peter Simons2021-10-14
| | | | | I'd like to reduce the number of Github notifications and review requests I receive.
* mod_dnssd: strip debugging symbolsJan Tojnar2021-10-13
| | | | Otherwise gnome-user-share and thus the whole GNOME will pull in apacheHttpd.dev & co.
* mod_dnssd: run {pre,post}Install hooksJan Tojnar2021-10-13
|
* apacheHttpdPackages.mod_wsgi: switch to fetchFromGitHubFelix Buehler2021-09-22
|
* apacheHttpdPackages.mod_fastcgi: switch to fetchFromGitHub & mark as brokenFelix Buehler2021-09-22
|
* Merge pull request #133768 from stigtsp/package/perl-mod_perl2-2.0.11-patch1Stig2021-08-16
|\ | | | | perlPackages.mod_perl2: fix build on perl-5.34.0, add nixos test
| * apacheHttpdPackages.mod_perl: add passthru testStig Palmquist2021-08-15
| |
| * perlPackages.mod_perl2: fix build on perl-5.34.0Stig Palmquist2021-08-13
| |
* | Merge pull request #133403 from r-ryantm/auto-update/mod_wsgiArtturi2021-08-13
|\ \ | | | | | | apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0
| * | apacheHttpdPackages.mod_wsgi: 4.7.1 -> 4.9.0R. RyanTM2021-08-10
| |/
* / apacheHttpdPackages.mod_auth_mellon: 0.17.0 -> 0.18.0Aaron Andersen2021-08-11
|/
* servers: replace name with pname&versionFelix Buehler2021-07-26
|
* Prefer `pname` and `version` in `mkDerivation`s instead of `name` (#123438)Samuel Ainsworth2021-05-23
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
* apacheHttpdPackages.mod_python: fix darwin buildStéphan Kochen2021-05-11
|
* treewide: remove lethalman from meta.maintainersVladimír Čunát2021-05-07
| | | | He hasn't been heard of for years.
* Merge pull request #117269 from aanderse/apacheHttpdPackagesSandro2021-03-25
|\
| * apacheHttpdPackages.mod_evasive: drop packageAaron Andersen2021-03-23
| |
* | apacheHttpdPackages.mod_perl: 2.0.10 -> 2.0.11Aaron Andersen2021-03-22
|/
* apacheHttpdPackages.mod_auth_mellon: 0.13.1 -> 0.17.0Aaron Andersen2021-03-04
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tomcat_connectors: 1.2.46 -> 1.2.48R. RyanTM2020-03-14
|
* Merge pull request #80182 from dirkx/Redwax-0.22-updateAaron Andersen2020-02-22
|\ | | | | redwax-modules: 0.2.1 -> 0.2.2/0.2.3
| * redwax-modules: 0.2.1 -> 0.2.2/0.2.3Dirk-Willem van Gulik2020-02-21
| |
* | mod_wsgi: 4.7.0 -> 4.7.1R. RyanTM2020-02-19
|/
* Merge pull request #77011 from r-ryantm/auto-update/mod_wsgiMario Rodas2020-01-09
|\ | | | | mod_wsgi: 4.6.8 -> 4.7.0
| * mod_wsgi: 4.6.8 -> 4.7.0R. RyanTM2020-01-05
| |
* | Merge pull request #76417 from dirkx/redwax-modulesAaron Andersen2020-01-07
|\ \ | |/ |/| mod_ca, mod_crl, mod_csr, mod_ocsp, mod_scep, mod_pkcs12, mod_spkac, mod_timestamp: init at 0.2.1