Commit Graph

133 Commits

Author SHA1 Message Date
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Maximilian Bosch
f923f5b9aa
Merge pull request #182456 from mayflower/crowd-secrets
nixos/crowd: store openid password securely
2022-07-25 12:02:57 +02:00
Maximilian Bosch
ee2413c326
nixos/crowd: store openid password securely 2022-07-22 13:13:12 +02:00
Maximilian Bosch
258060c37d
nixos/confluence: store crowd SSO password securely
Basically the same as the JIRA change[1], but I figured that we can
actually implement that in a backwards compatible manner.

[1] https://github.com/NixOS/nixpkgs/pull/181715
2022-07-20 23:11:53 +02:00
Robin Gloster
161e4838fd
atlassian-crowd: 4.4.0 -> 5.0.1
CVE-2022-26136, CVE-2022-26137
2022-07-20 20:44:13 +02:00
Maximilian Bosch
765cc35042
nixos/atlassian-jira: allow to store SSO password for crowd outside of the Nix store
The option `services.jira.sso.applicationPassword` has been replaced by
`applicationPasswordFile` that needs to be readable by the `jira`-user
or group.

The new `crowd.properties` is created on startup in `~jira` and the
secret is injected into it using `replace-secret`.
2022-07-16 13:01:29 +02:00
WilliButz
50dff7c678
atlassian-jira: 8.22.2 -> 8.22.4
includes fix for CVE-2022-26135

https://confluence.atlassian.com/jira/jira-server-security-advisory-29nd-june-2022-1142430667.html
https://confluence.atlassian.com/jirasoftware/issues-resolved-in-8-22-4-1141486890.html
2022-07-04 11:53:49 +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
Martin Weinelt
4f250bc45a atlassian-confluence: 7.17.1 -> 7.18.1 2022-06-04 12:20:02 +02:00
Robin Gloster
80c94d2204
Merge pull request #169518 from techknowlogick/bump-confluence
atlassian-confluence: 7.14.1 -> 7.17.1
2022-04-24 23:05:15 +02:00
techknowlogick
f202a18f60 atlassian-confluence: 7.14.1 -> 7.17.1 2022-04-20 23:19:32 -04:00
techknowlogick
8fa007242c atlassian-jira: 8.22.0 -> 8.22.2 2022-04-20 23:14:47 -04:00
techknowlogick
a4b33a0047 atlassian-bamboo: 8.1.3 -> 8.1.4 2022-04-07 11:56:02 -04:00
techknowlogick
4bedc8d1c6
atlassian-bamboo: init at 8.1.3 (#164931)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:29 +02:00
R. Ryantm
f309e138eb atlassian-jira: 8.21.0 -> 8.22.0 2022-03-20 02:16:19 +00:00
R. Ryantm
2897904fc5 atlassian-jira: 8.20.1 -> 8.21.0 2022-02-12 22:17:14 -08:00
Robin Gloster
e14e80d145
atlassian-jira: 8.19.0 -> 8.20.1 2021-11-02 11:00:17 +01:00
Robin Gloster
c8218905eb
atlassian-crowd: 4.2.0 -> 4.4.0 2021-11-02 10:59:52 +01:00
Robin Gloster
2aaf958e3f
atlassian-confluence: 7.12.2 -> 7.14.1 2021-11-02 10:59:32 +01:00
Meghea Iulian
dc2002ce44
atlassian-jira: 8.16.1 -> 8.19 2021-09-07 10:20:59 +03:00
Felix Buehler
0bbc4bcdba atlassian-crowd: remove phases 2021-07-24 23:52:56 +02:00
elseym
50839b4498
atlassian-confluence: 7.11.0 -> 7.12.2 2021-06-29 17:47:07 +02:00
R. RyanTM
a8458ce5dd atlassian-jira: 8.14.1 -> 8.16.1 2021-05-13 14:32:53 +00:00
Robin Gloster
d9e8a89085
Merge pull request #111138 from r-ryantm/auto-update/atlassian-jira
atlassian-jira: 8.14.0 -> 8.14.1
2021-05-09 14:17:01 -05:00
R. RyanTM
50a562c48c atlassian-confluence: 7.10.1 -> 7.11.0 2021-02-16 13:23:58 +00:00
R. RyanTM
fe32b0136a atlassian-jira: 8.14.0 -> 8.14.1 2021-01-29 10:00:42 +00:00
R. RyanTM
36a0baf044 atlassian-confluence: 7.9.0 -> 7.10.1 2021-01-19 02:41:45 +00:00
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
R. RyanTM
18de1a3813 atlassian-jira: 8.13.0 -> 8.14.0 2020-12-05 08:22:02 +00:00
Janne Heß
9979ec11e3
atlassian-confluence: 7.8.1 -> 7.9.0 2020-11-10 11:53:23 +01:00
Linus Heckemann
6a0a9fbd55
Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0
atlassian-crowd: 4.0.2 -> 4.2.0
2020-10-28 16:41:27 +01:00
WilliButz
ce982c26be
atlassian-crowd: 4.0.2 -> 4.2.0
https://confluence.atlassian.com/crowd/crowd-4-1-release-notes-1004960631.html
https://confluence.atlassian.com/crowd/crowd-4-2-release-notes-1019381976.html
2020-10-22 13:08:03 +02:00
WilliButz
db7a7f3282
atlassian-confluence: 7.8.0 -> 7.8.1
https://confluence.atlassian.com/doc/issues-resolved-in-7-8-1-1027114676.html
2020-10-22 13:07:28 +02:00
R. RyanTM
590bedc5ec atlassian-jira: 8.12.0 -> 8.13.0 2020-10-21 23:50:00 +00:00
Janne Heß
28b60c1d06
atlassian-confluence: 7.7.4 -> 7.8.0 2020-10-07 14:59:50 +02:00
WilliButz
c68f14d369
atlassian-confluence: 7.7.3 -> 7.7.4 2020-09-27 23:34:29 +02:00
R. RyanTM
4504c2393a atlassian-confluence: 7.7.2 -> 7.7.3 2020-09-27 06:45:40 +00:00
vasile luta
44f439fc2c atlassian-jira: 8.10.0 -> 8.12.0 2020-09-06 09:35:50 +03:00
WilliButz
a942508875
confluence: 7.6.1 -> 7.7.2 2020-08-20 11:44:36 +02:00
R. RyanTM
925a5e09e9 atlassian-confluence: 7.6.0 -> 7.6.1 2020-07-31 14:30:42 +00:00
Simon Lackerbauer
7b4e73294f
atlassian-confluence: 7.5.1 -> 7.6.0 (#92923)
* confluence: 7.5.1 -> 7.5.2

* atlassian-confluence: 7.5.2 -> 7.6.0
2020-07-11 18:37:25 +00:00
Simon Lackerbauer
8618e44f46 atlassian-jira: 8.9.0 -> 8.10.0 2020-07-11 14:06:07 +02:00
WilliButz
dc0f741db0
atlassian-crowd: 3.4.5 -> 4.0.2 2020-06-05 14:56:54 +02:00
WilliButz
0f2d9bbd25
atlassian-confluence: 7.5.0 -> 7.5.1 2020-06-05 14:38:12 +02:00
WilliButz
d7f3370193
Merge pull request #89207 from ciil/confluence-update
atlassian-confluence: 7.4.0 -> 7.5.0
2020-06-03 13:37:00 +02:00
Simon Lackerbauer
ca59421dcd atlassian-confluence: 7.4.0 -> 7.5.0 2020-05-30 11:53:19 +02:00
Meghea Iulian
9b5df08902
atlassian-jira: 8.8.0 -> 8.9.0 2020-05-30 09:29:28 +03:00
R. RyanTM
cace963fc1 atlassian-confluence: 7.3.4 -> 7.4.0 2020-05-20 05:26:57 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00