Commit Graph

137 Commits

Author SHA1 Message Date
Anthony Roussel
c027a183a2
tomcat10: 10.1.20 -> 10.1.23 2024-04-30 23:05:37 +02:00
Anthony Roussel
037e6c79c6
tomcat9: 9.0.87 -> 9.0.88 2024-04-30 23:05:23 +02:00
Anthony Roussel
b32b0c5183
tomcat: use stdenvNoCC 2024-04-08 14:31:20 +02:00
Anthony Roussel
d53210f7e0
axis2: use stdenvNoCC 2024-04-08 14:31:13 +02:00
Anthony Roussel
637b74a736
tomcat10: 10.1.19 -> 10.1.20
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.20_(schultz)
2024-03-26 10:38:51 +01:00
Anthony Roussel
3ffa0c967e
tomcat10: 10.1.18 -> 10.1.19
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.19_(schultz)
2024-03-14 23:30:43 +01:00
Anthony Roussel
d14e6accda
tomcat9: 9.0.85 -> 9.0.87
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.87_(remm)
2024-03-14 23:30:37 +01:00
R. Ryantm
298f1d449b tomcat-native: 2.0.6 -> 2.0.7 2024-02-09 06:06:01 +00:00
Anthony Roussel
728d3cbffb
tomcat10: 10.1.16 -> 10.1.18
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.18_(schultz)
2024-01-11 12:54:16 +01:00
Anthony Roussel
216ee31f71
tomcat9: 9.0.83 -> 9.0.85
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.85_(remm)
2024-01-11 12:53:49 +01:00
Anthony Roussel
c9aee562c1
tomcat: sync meta.platforms with jre 2023-11-29 07:54:46 +01:00
Anthony Roussel
d525015c8e
tomcat: refactor 2023-11-29 07:53:17 +01:00
Anthony Roussel
e24c29c9cc
tomcat9,tomcat10: rename sha256 to hash 2023-11-29 07:47:03 +01:00
Anthony Roussel
36e481f7c8
tomcat10: 10.1.15 -> 10.1.16
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.16_(schultz)
2023-11-29 07:46:17 +01:00
Anthony Roussel
1c32875fb3
tomcat9: 9.0.82 -> 9.0.83 2023-11-29 07:45:58 +01:00
Mario Rodas
d3deaacfb4
Merge pull request #263550 from anthonyroussel/updates/axis2
axis2: 1.7.9 -> 1.8.2, tomcat10: 10.0.27 -> 10.1.15, tomcat9: 9.0.75 -> 9.0.82
2023-11-19 09:39:19 -05:00
Anthony Roussel
e5ae8202f7
tomcat{9,10}: add anthonyroussel to maintainers 2023-11-07 11:38:55 +01:00
Anthony Roussel
9489fc779e
axis2: add anthonyroussel to maintainers 2023-11-07 11:38:34 +01:00
Anthony Roussel
a4f37c8896
tomcat{9,10}: add passthru.tests.version 2023-11-07 11:35:45 +01:00
Anthony Roussel
0031faaeca
tomcat10: 10.0.27 -> 10.1.15
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html
2023-11-07 11:35:45 +01:00
Anthony Roussel
3655470d18
tomcat9: 9.0.75 -> 9.0.82
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
2023-11-07 11:35:39 +01:00
Anthony Roussel
6b6bc55a6f
nixosTests.tomcat: test Apache Axis2 container integration 2023-11-07 11:35:38 +01:00
Anthony Roussel
789fe864db
axis2: add meta.changelog 2023-11-07 11:35:37 +01:00
Anthony Roussel
5b146274ae
axis2: 1.7.9 -> 1.8.2
https://github.com/apache/axis-axis2-java-core/compare/v1.7.9...v1.8.2
2023-11-07 11:35:37 +01:00
github-actions[bot]
f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
R. Ryantm
faa428aa71 tomcat-native: 2.0.5 -> 2.0.6 2023-10-21 03:05:46 +00:00
Maximilian Bosch
8bc5104a6e
treewide: refactor .attrs.sh detection
When specifying the `builder` attribute in `stdenv.mkDerivation`, this
will be effectively transformed into

    builtins.derivation {
      builder = stdenv.shell;
      args = [ "-e" builder ];
    }

This also means that `default-builder.sh` is never sourced and as a
result it's not guaranteed that `$NIX_ATTRS_SH_FILE` is set to a correct
location[1].

Also, we need to source `.attrs.sh` to source `$stdenv`. So, the
following is done now:

* If `$NIX_ATTRS_SH_FILE` points to a correct location, then use it.
  Directly using `.attrs.sh` is problematic for `nix-shell(1)` usage
  (see previous commit for more context), so prefer the environment
  variable if possible.

* Otherwise, if `.attrs.sh` exists, then use it. See [1] for when this
  can happen.

* If neither applies, it can be assumed that `__structuredAttrs` is
  turned off and thus nothing needs to be done.

[1] It's possible that it doesn't exist at all - in case of Nix 2.3 or
    it can point to a wrong location on older Nix versions with a bug in
    `__structuredAttrs`.
2023-10-04 18:36:57 +02:00
R. Ryantm
ef3e6b6e87 tomcat-native: 1.2.31 -> 2.0.5 2023-09-28 21:35:37 +00:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Robert Scott
6ace7552e3
Merge pull request #233002 from LeSuisse/tomcat9-9.0.75
tomcat9: 9.0.68 -> 9.0.75
2023-05-20 19:07:43 +01:00
Robert Scott
ca7f83f6df tomcat*: add sourceProvenance binaryBytecode 2023-05-20 13:03:13 +01:00
Thomas Gerbet
0749e39f64 tomcat9: 9.0.68 -> 9.0.75
Fixes CVE-2022-45143 and CVE-2023-28708.

https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
2023-05-20 13:09:20 +02:00
Artturin
c01f509e44 treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
2022-12-08 21:09:02 +02:00
Thomas Gerbet
7f29a5746a tomcat: 9.0.53 -> 9.0.68, 10.0.11 -> 10.0.27
Fixes CVE-2021-42340, CVE-2021-43980, CVE-2022-23181, CVE-2022-29885, CVE-2022-34305 and CVE-2022-42252.

https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.68_(markt)
https://tomcat.apache.org/tomcat-10.0-doc/changelog.html#Tomcat_10.0.27_(markt)
2022-11-05 17:22:30 +01:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Felix Buehler
04a4175ff7 tomcat-mysql-jdbc: remove build.sh 2021-11-16 16:24:18 +01:00
Sandro
417c87d0f8
Merge pull request #138138 from aanderse/tomcat-native 2021-09-16 21:04:13 +02:00
Aaron Andersen
2b6f96fc1a tomcat10: 10.0.6 -> 10.0.11 2021-09-16 09:22:55 -04:00
Aaron Andersen
dfa5b4643b tomcat9: 9.0.46 -> 9.0.53 2021-09-16 09:21:50 -04:00
Aaron Andersen
1ddc9bd87b tomcat-native: 1.2.30 -> 1.2.31 2021-09-16 09:17:53 -04:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +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
Aaron Andersen
00a1f64552 tomcat-native: 1.2.26 -> 1.2.28 2021-04-08 20:06:18 -04:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00