summaryrefslogtreecommitdiff
path: root/pkgs/servers/http/apache-modules
AgeCommit message (Collapse)Author
2026-01-28apacheHttpdPackages.mod_python: 3.5.0.5 -> 3.5.0.7R. Ryantm
2026-01-17mob_mbtiles: modernisekashw2
2025-12-22apacheHttpdPackages.mod_tile: 0.7.2 -> 0.8.1 (#470531)Anthony
2025-12-17apacheHttpdPackages.mod_tile: 0.7.2 -> 0.8.1thesn10
2025-12-13apacheHttpdPackages.mod_python: 3.5.0.4 -> 3.5.0.5 (#460628)Sandro
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-11-12mod_dnssd: fix dead Launchpad patch URL → use Debian source URLdp
Change sha256 -> hash Co-authored-by: dish <pyrox@pyrox.dev>
2025-11-11apacheHttpdPackages.mod_python: 3.5.0.4 -> 3.5.0.5R. Ryantm
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-07-22treewide: strip trailing punctuation from description stringsmivorasu
2025-06-27apacheHttpdPackages.mod_python: mark broken on darwinPeder Bergebakken Sundt
2025-06-10apacheHttpdPackages_2_4.mod_timestamp: fix build with gcc 14Michael Daniels
2025-04-08Revert "treewide: replace `rev` with `tag`"Winter
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
2025-04-07treewide: replace `rev` with `tag`Pol Dellaiera
2025-04-01treewide: Format all Nix filesSilvan Mosberger
Format all Nix files using the officially approved formatter, making the CI check introduced in the previous commit succeed: nix-build ci -A fmt.check This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153) of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166). This commit will lead to merge conflicts for a number of PRs, up to an estimated ~1100 (~33%) among the PRs with activity in the past 2 months, but that should be lower than what it would be without the previous [partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537). Merge conflicts caused by this commit can now automatically be resolved while rebasing using the [auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase). If you run into any problems regarding any of this, please reach out to the [formatting team](https://nixos.org/community/teams/formatting/) by pinging @NixOS/nix-formatting.
2025-01-07apacheHttpdPackages.mod_python: 3.5.0.2 -> 3.5.0.4R. Ryantm
2025-01-04treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt
2024-12-18apache-modules.mod_dnssd: fix path link (#350409)Arne Keller
2024-12-17apache-modules.mod_dnssd: fix path linkFurther
2024-12-14apacheHttpdPackages.mod_dnssd: fix cross compilation (#362066)misuzu
2024-12-13apache-modules.mod_dnssd: update path file linkifurther
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-12-08apacheHttpdPackages.mod_wsgi3: 5.0.1 -> 5.0.2R. Ryantm
2024-12-05apacheHttpdPackages.mod_dnssd: fix cross compilationColin
2024-11-23apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2 (#321406)Jacek Galowicz
2024-11-07apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1 (#352753)Weijia Wang
2024-11-02apacheHttpdPackages.mod_python: fix for python3.12zi3m5f
adding distutils, packaging and setuptools to fix: - ModuleNotFoundError: No module named 'distutils' - ModuleNotFoundError: No module named 'packaging' - error: invalid command 'install' and ensureNewerSourcesForZipFilesHook for: - ValueError: ZIP does not support timestamps before 1980
2024-11-02apacheHttpdPackages.mod_python: nixfmtzi3m5f
2024-11-01apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1R. Ryantm
2024-10-22apache-modules.mod_dnssd: fix path linkFurther
2024-10-04apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50 (#337216)Anthony Roussel
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-09-08apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1 (#327772)Nick Cao
2024-08-25apacheHttpdPackages.mod_jk: reformat with nixfmt-rfc-styleAnthony ROUSSEL
2024-08-25apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50Anthony ROUSSEL
https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-26treewide: remove trailing space in descriptionSigmanificient
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 | xargs -i nvim {}` and sorting the opened files by hand, avoiding generated packages list
2024-07-17apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1R. Ryantm
2024-07-07apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2David Hummel
2024-07-02Merge pull request #297826 from anthonyroussel/update-tomcat_connectorsSandro
apacheHttpdPackages.mod_jk: 1.2.48 -> 1.2.49, rename from tomcat_connectors
2024-06-17apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2David Hummel
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-07apacheHttpdPackages.mod_jk: add anthonyroussel to maintainersAnthony Roussel
2024-06-07apacheHttpdPackages.mod_jk: rename from tomcat_connectorsAnthony Roussel
2024-06-07tomcat_connectors: 1.2.48 -> 1.2.49Anthony Roussel
https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html https://github.com/apache/tomcat-connectors/compare/JK_1_2_48...JK_1_2_49
2024-05-23pkgs/servers: remove licenses.gpl2Jussi Kuokkanen
2024-05-20treewide: remove unused occurence of fetchurl argumentSigmanificient
2024-03-22apacheHttpdPackages.mod_dnssd: fix meta.homepageAnthony Roussel
2024-03-22apacheHttpdPackages.mod_timestamp: 0.2.2 -> 0.2.3Anthony Roussel
https://redwax.eu/dist/rs/ChangeLog-mod_timestamp-0.2.3