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
9489fc779e
axis2: add anthonyroussel to maintainers
2023-11-07 11:38:34 +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
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
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
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
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
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
Marek Mahut
0e679dd53e
axis2: 1.7.8 -> 1.7.9
2019-08-10 10:24:53 +02: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
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03: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
Bjørn Forsman
5082caa72d
axis2: add meta.description
2014-06-22 22:38:27 +02:00
Linquize
7d5a5354d8
axis2: Remove the extra slash in URL
2014-04-25 07:32:23 +08:00
Sander van der Burg
44a9ebac47
axis2: bump to version 1.6.2
2014-02-18 18:07:24 +01:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Sander van der Burg
1fc00185f4
Updated Axis2 to version 1.6.1
...
svn path=/nixpkgs/trunk/; revision=29836
2011-10-14 13:24:55 +00:00
Sander van der Burg
87c5470d94
Bumped Axis2 to 1.5.4. This subrelease finally seems to work properly again
...
svn path=/nixpkgs/trunk/; revision=25523
2011-01-12 15:56:05 +00:00
Sander van der Burg
88a90ec1c5
Upgraded Axis2 to 1.5.1
...
svn path=/nixpkgs/trunk/; revision=18373
2009-11-16 12:50:04 +00:00
Sander van der Burg
223789d411
Cleaned the expression of tomcat a bit
...
svn path=/nixpkgs/trunk/; revision=17777
2009-10-13 13:21:51 +00:00
Sander van der Burg
262f696a42
Updated axis2 to 1.5
...
svn path=/nixpkgs/trunk/; revision=15987
2009-06-17 14:02:37 +00:00
Sander van der Burg
1c1ca49356
Upgrade to Axis2 1.4
...
svn path=/nixpkgs/trunk/; revision=12265
2008-07-05 12:42:51 +00:00
Sander van der Burg
92910e461e
Extract war archive so that it can be deployed from a nix profile
...
svn path=/nixpkgs/trunk/; revision=10773
2008-02-20 12:33:17 +00:00
Sander van der Burg
74adfd6239
Also install the axis2 libraries
...
svn path=/nixpkgs/trunk/; revision=10654
2008-02-13 09:27:19 +00:00
Sander van der Burg
b52c792004
Added Apache Axis2
...
svn path=/nixpkgs/trunk/; revision=10493
2008-02-04 12:24:41 +00:00