Jacek Galowicz
1b1578268d
apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2 ( #321406 )
2024-11-23 09:44:21 +01:00
Weijia Wang
d2af3b5c4a
apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1 ( #352753 )
2024-11-07 01:38:35 +01:00
zi3m5f
cb47906e85
apacheHttpdPackages.mod_python: fix for python3.12
...
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-02 00:45:52 +01:00
zi3m5f
3b46176295
apacheHttpdPackages.mod_python: nixfmt
2024-11-02 00:44:47 +01:00
R. Ryantm
2f300bf6e1
apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1
2024-11-01 00:11:20 +00:00
Anthony Roussel
6e894284a3
apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50 ( #337216 )
2024-10-04 22:26:54 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
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-25 00:04:37 +03:00
Nick Cao
112e83ce70
apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1 ( #327772 )
2024-09-08 09:50:32 -04:00
Anthony ROUSSEL
51b2714417
apacheHttpdPackages.mod_jk: reformat with nixfmt-rfc-style
2024-08-25 12:06:23 +02:00
Anthony ROUSSEL
dd663dbf62
apacheHttpdPackages.mod_jk: 1.2.49 -> 1.2.50
...
https://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
2024-08-25 12:03:22 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
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-26 03:38:50 +02:00
R. Ryantm
44585d346f
apacheHttpdPackages.mod_auth_mellon: 0.19.0 -> 0.19.1
2024-07-17 00:44:32 +00:00
David Hummel
7530892b4a
apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2
2024-07-07 12:12:10 -07:00
Sandro
bd4241bcc8
Merge pull request #297826 from anthonyroussel/update-tomcat_connectors
...
apacheHttpdPackages.mod_jk: 1.2.48 -> 1.2.49, rename from tomcat_connectors
2024-07-02 20:26:13 +02:00
David Hummel
fd669cd8a2
apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2
2024-06-17 19:55:42 -07:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
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-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Anthony Roussel
2866cf57e9
apacheHttpdPackages.mod_jk: add anthonyroussel to maintainers
2024-06-07 08:41:08 +02:00
Anthony Roussel
e0a905ef96
apacheHttpdPackages.mod_jk: rename from tomcat_connectors
2024-06-07 08:41:04 +02:00
Anthony Roussel
b873135b40
tomcat_connectors: 1.2.48 -> 1.2.49
...
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-06-07 08:41:02 +02:00
Jussi Kuokkanen
8064d28a4f
pkgs/servers: remove licenses.gpl2
2024-05-23 11:49:42 +03:00
Sigmanificient
a2353716f6
treewide: remove unused occurence of fetchurl argument
2024-05-20 05:20:23 +02:00
Anthony Roussel
fbbf8be029
apacheHttpdPackages.mod_dnssd: fix meta.homepage
2024-03-22 13:09:14 +01:00
Anthony Roussel
4b042b5767
apacheHttpdPackages.mod_timestamp: 0.2.2 -> 0.2.3
...
https://redwax.eu/dist/rs/ChangeLog-mod_timestamp-0.2.3
2024-03-22 13:09:13 +01:00
Anthony Roussel
d3e35ef7c8
apacheHttpdPackages.mod_timestamp: add passthru.updateScript
2024-03-22 13:09:13 +01:00
Anthony Roussel
75d65a2b68
apacheHttpdPackages.mod_tile: 0.7.0 -> 0.7.1
...
https://github.com/openstreetmap/mod_tile/releases/tag/v0.7.1
https://github.com/openstreetmap/mod_tile/compare/v0.7.0...v0.7.1
2024-03-22 13:09:13 +01:00
Anthony Roussel
d27284b103
apacheHttpdPackages.mod_tile: add passthru.updateScript
2024-03-22 13:09:12 +01:00
Anthony Roussel
c4e713b213
apacheHttpdPackages.mod_spkac: 0.2.2 -> 0.2.3
...
https://redwax.eu/dist/rs/ChangeLog-mod_spkac-0.2.3
2024-03-22 13:09:12 +01:00
Anthony Roussel
02a6023036
apacheHttpdPackages.mod_spkac: add passthru.updateScript
2024-03-22 13:09:12 +01:00
Anthony Roussel
fc8e8f6780
apacheHttpdPackages.mod_scep: 0.2.3 -> 0.2.4
...
https://redwax.eu/dist/rs/ChangeLog-mod_scep-0.2.4
2024-03-22 13:09:11 +01:00
Anthony Roussel
b36e76a1ad
apacheHttpdPackages.mod_scep: add passthru.updateScript
2024-03-22 13:09:11 +01:00
Anthony Roussel
b0477d1e81
apacheHttpdPackages.mod_python: unstable-2022-10-18 -> 3.5.0.2
...
https://github.com/grisha/mod_python/blob/3.5.0.2/NEWS
2024-03-22 13:09:11 +01:00
Anthony Roussel
fe949d046e
apacheHttpdPackages.mod_python: add passthru.updateScript
2024-03-22 13:09:10 +01:00
Anthony Roussel
12f1b8f192
apacheHttpdPackages.mod_pkcs12: 0.2.2 -> 0.2.3
...
https://redwax.eu/dist/rs/ChangeLog-mod_pkcs12-0.2.3
2024-03-22 13:09:10 +01:00
Anthony Roussel
a86463f93f
apacheHttpdPackages.mod_pkcs12: add passthru.updateScript
2024-03-22 13:09:10 +01:00
Anthony Roussel
08ed5d80d1
apacheHttpdPackages.mod_perl: 2.0.12 -> 2.0.13
...
https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_13/Changes
2024-03-22 13:09:07 +01:00
Anthony Roussel
65759dbf08
apacheHttpdPackages.mod_perl: add passthru.updateScript
2024-03-22 12:52:24 +01:00
Anthony Roussel
7b7a71ab01
apacheHttpdPackages.mod_ocsp: 0.2.2 -> 0.2.3
...
https://redwax.eu/dist/rs/ChangeLog-mod_ocsp-0.2.3
2024-03-22 12:52:24 +01:00
Anthony Roussel
056b001496
apacheHttpdPackages.mod_ocsp: add passthru.updateScript
2024-03-22 12:52:24 +01:00
Anthony Roussel
e52c766c4a
apacheHttpdPackages.mod_csr: 0.2.3 -> 0.2.4
...
https://redwax.eu/dist/rs/ChangeLog-mod_csr-0.2.4
2024-03-22 12:52:23 +01:00
Anthony Roussel
8779fda68c
apacheHttpdPackages.mod_csr: add passthru.updateScript
2024-03-22 12:52:23 +01:00
Anthony Roussel
1efb3be4fd
apacheHttpdPackages.mod_crl: 0.2.3 -> 0.2.4
...
https://redwax.eu/dist/rs/ChangeLog-mod_crl-0.2.4
2024-03-22 12:52:22 +01:00
Anthony Roussel
b9b1badb72
apacheHttpdPackages.mod_crl: add passthru.updateScript
2024-03-22 12:52:22 +01:00
Anthony Roussel
b207361921
apacheHttpdPackages.mod_ca: 0.2.2 -> 0.2.3
...
https://redwax.eu/dist/rs/ChangeLog-mod_ca-0.2.3
2024-03-22 12:52:22 +01:00
Anthony Roussel
aa0ce1d98a
apacheHttpdPackages.mod_ca: add passthru.updateScript
2024-03-22 12:52:21 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Weijia Wang
9e45a15ff2
Merge pull request #274613 from r-ryantm/auto-update/apacheHttpdPackages.mod_wsgi3
...
apacheHttpdPackages.mod_wsgi3: 4.9.4 -> 5.0.0
2024-01-28 11:43:54 +01:00
R. Ryantm
61b09ebd36
apacheHttpdPackages.mod_auth_mellon: 0.18.1 -> 0.19.0
2024-01-14 04:16:32 +00:00
David Hummel
52c3d54be7
mod_tile: 0.6.1+unstable=2023-03-09 -> 0.7.0
2024-01-12 23:25:18 +01:00