Ben Siraphob
|
872973d7d1
|
pkgs/servers: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
Aaron Andersen
|
d72e29fe48
|
tomcat-native: 1.2.25 -> 1.2.26
|
2020-12-28 10:20:47 -05:00 |
|
Aaron Andersen
|
cc34aad0d7
|
tomcat-native: 1.2.24 -> 1.2.25
|
2020-09-13 20:29:06 -04:00 |
|
Aaron Andersen
|
9218a3599a
|
tomcat-native: 1.2.23 -> 1.2.24
|
2020-05-03 20:49:02 -04:00 |
|
Aaron Andersen
|
92d9d07c61
|
Merge pull request #82762 from aanderse/tomcat-native
tomcat-native: init at 1.2.23
|
2020-04-26 19:48:22 -04:00 |
|
Aaron Andersen
|
6b3506458e
|
tomcat-native: init at 1.2.23
|
2020-04-26 09:12:41 -04:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Aaron Andersen
|
46e7580f24
|
tomcat9: 9.0.21 -> 9.0.31
|
2020-03-11 07:51:04 -04:00 |
|
Aaron Andersen
|
22f24f7859
|
tomcat8: 8.5.42 -> 8.5.51
|
2020-03-11 07:51:04 -04:00 |
|
Aaron Andersen
|
78b0222cb2
|
tomcat7: 7.0.92 -> 7.0.100
|
2020-03-11 07:51:04 -04:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Sander van der Burg
|
5f01a2586a
|
Merge pull request #50805 from r-ryantm/auto-update/axis2
axis2: 1.6.4 -> 1.7.9
|
2019-08-11 12:15:33 +02:00 |
|
Marek Mahut
|
0e679dd53e
|
axis2: 1.7.8 -> 1.7.9
|
2019-08-10 10:24:53 +02:00 |
|
Johan Thomsen
|
1fd9ac6ff6
|
tomcat85: 8.5.35 -> 8.5.42
|
2019-06-21 15:52:24 +02:00 |
|
Johan Thomsen
|
e62883d5cf
|
tomcat9: 9.0.13 -> 9.0.21
|
2019-06-21 15:40:02 +02:00 |
|
Averell Dalton
|
52d21aeff1
|
tomcat: update minor versions
|
2018-12-05 11:32:20 +01:00 |
|
R. RyanTM
|
b80c4d7d3d
|
axis2: 1.6.4 -> 1.7.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/axis2/versions
|
2018-11-19 15:15:40 -08:00 |
|
Pascal Wittmann
|
1ba7fa72e7
|
axis2: add license
see issue #43716
|
2018-07-22 17:35:01 +02:00 |
|
volth
|
dda95bae35
|
[bot] treewide: remove unused 'args@' in lambdas
|
2018-07-20 19:54:05 +00:00 |
|
Andreas Rammhold
|
637d5dd00c
|
tomcat9: 9.0.0.M17 -> 9.0.2
also renamed from tomcatUnstable to tomcat9
|
2018-01-09 01:31:06 +01:00 |
|
Andreas Rammhold
|
3498654f27
|
tomcat7: 7.0.81 -> 7.0.82 (fixes CVE-2017-12617)
For details see [1].
[1] http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.82
|
2018-01-09 01:31:06 +01:00 |
|
Andreas Rammhold
|
d065224202
|
tomcat8: 8.0.46 -> 8.0.47 (fixes CVE-2017-12617)
For details see [1].
[1] http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.47
|
2018-01-09 01:31:06 +01:00 |
|
Andreas Rammhold
|
15590701e2
|
tomcat85: 8.5.20 -> 8.5.23 (fixes CVE-2017-12617)
For details see [1].
[1] http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.23
|
2018-01-09 01:31:06 +01:00 |
|
Sander van der Burg
|
631abf835e
|
tomcat: bump versions
|
2017-09-10 14:42:47 +00:00 |
|
Armijn Hemel
|
024ddb32a7
|
tomcat85: 8.5.11 -> 8.5.14
|
2017-05-07 06:52:22 -04:00 |
|
Graham Christensen
|
33bf23bbca
|
tomcatUnstable: 9.0.0.M15 -> 9.0.0.M17
|
2017-02-17 22:30:41 -05:00 |
|
Graham Christensen
|
ae3820bad9
|
tomcat85: 8.5.9 -> 8.5.11
|
2017-02-17 22:29:24 -05:00 |
|
Graham Christensen
|
f246ea0de2
|
tomcat8: 8.0.39 -> 8.0.41
|
2017-02-17 22:28:34 -05:00 |
|
Graham Christensen
|
7b17c5bc6e
|
tomcat7: 7.0.73 -> 7.0.75
|
2017-02-17 22:28:01 -05:00 |
|
Graham Christensen
|
6fc38401a2
|
tomcat6: drop, no longer supported.
|
2017-02-17 22:24:33 -05:00 |
|
Graham Christensen
|
72faac9d35
|
tomcatUnstable: 9.0.0.M13 -> 9.0.0.M15 for CVE-2016-9774, CVE-2016-9775
|
2016-12-21 14:37:46 -05:00 |
|
Graham Christensen
|
a528c04612
|
tomcat85: 8.5.8 -> 8.5.9 for CVE-2016-9774, CVE-2016-9775
|
2016-12-21 14:37:46 -05:00 |
|
Graham Christensen
|
5f78980973
|
tomcatUnstable: 9.0.0.M10 -> 9.0.0.M13
For CVE-2016-8735, a remote code execution vulnerability.
|
2016-11-30 18:27:06 -05:00 |
|
Graham Christensen
|
42f1ae1911
|
tomcat85: 8.5.5 -> 8.5.8
For CVE-2016-8735, a remote code execution vulnerability.
|
2016-11-30 18:27:00 -05:00 |
|
Graham Christensen
|
80a475042c
|
tomcat8: 8.0.37 -> 8.0.39
For CVE-2016-8735, a remote code execution vulnerability.
|
2016-11-30 18:26:55 -05:00 |
|
Graham Christensen
|
3d0310daf3
|
tomcat7: 7.0.72 -> 7.0.73
For CVE-2016-8735, a remote code execution vulnerability.
|
2016-11-30 18:26:39 -05:00 |
|
Graham Christensen
|
eba91fa2bd
|
tomcat6: 6.0.45 -> 6.0.48
For CVE-2016-8735, a remote code execution vulnerability.
|
2016-11-30 18:26:13 -05:00 |
|
Graham Christensen
|
387cb2db9a
|
tomcat7: 7.0.70 -> 7.0.72 for CVE-2016-5388 (HTTPoxy)
|
2016-09-22 20:18:01 -04:00 |
|
danbst
|
a01d4ee3f4
|
tomcat: add danbst as maintainer
|
2016-09-09 18:29:12 +02:00 |
|
danbst
|
8511ddc89a
|
tomcat: 7.0.68 -> 7.0.70, 8.0.32 -> 8.0.37, init 8.5.5, init 9.0.0.M10
|
2016-09-09 18:29:12 +02:00 |
|
danbst
|
0c2d943529
|
tomcat: split default webapps to separate output (~6M)
|
2016-09-09 18:29:12 +02:00 |
|
danbst
|
39ad7a9e60
|
tomcat: cleanup package with callPackages
|
2016-09-09 18:29:12 +02:00 |
|
Alexander Ried
|
36e8df19e1
|
tomcat5: remove since it's end of life (#18341)
Source is not available anymore.
|
2016-09-06 03:59:25 +02:00 |
|
Tuomas Tynkkynen
|
21f17d69f6
|
treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
|
2016-08-02 21:42:43 +03:00 |
|
Tuomas Tynkkynen
|
2258b21e4b
|
treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
|
2016-08-02 21:17:44 +03:00 |
|
Franz Pletz
|
c686f03305
|
tomcat: 6.0.44 -> 6.0.45, 7.0.62 -> 7.0.68, 8.0.23 -> 8.0.32
Fixes at least CVE-2015-5174, CVE-2015-5345, CVE-2015-5351, CVE-2016-0706,
CVE-2016-0714, CVE-2016-0763.
|
2016-03-07 03:34:44 +01:00 |
|
Jakob Gillich
|
ff02a4e3c2
|
axis2: 1.6.3 -> 1.6.4
fixes CVE-2013-0248
|
2016-01-07 05:59:15 +01:00 |
|
Sander van der Burg
|
b054207813
|
axis2: bump to version 1.6.3
|
2015-10-28 10:24:29 +00:00 |
|
Pascal Wittmann
|
023be72082
|
tomcat8: update from 8.0.9 to 8.0.23, fixes CVE-2014-7810
|
2015-06-09 14:28:39 +02:00 |
|