about summary refs log tree commit diff
path: root/pkgs/servers/atlassian
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-01-30atlassian-jira: 9.11.1 -> 9.13.0R. Ryantm1-2/+2
2023-11-23treewide: use lib.warnIf instead of improvised alternativesYueh-Shun Li2-14/+2
2023-10-24treewide: update globin's maintainershipRobin Gloster3-3/+3
2023-10-18treewide: remove myself (ma27) from a few packagesMaximilian Bosch2-2/+2
It's time again, I guess :> Main motivation is to stop being pinged about software that I maintained for work now that I'm about to switch jobs. There's no point in pinging me to review/test updates or to debug issues in e.g. the Atlassian stack or on mailman since I use neither personally. But there's also a bunch of other stuff that I stopped using personally. While at it I realized that I'm still maintainer of a few tests & modules related to packages I stopped maintaining in the past already.
2023-09-19atlassian-jira: 9.6.0 -> 9.11.1Maximilian Bosch1-2/+2
No release notes for 9.11.1 so far. For 9.11.0: https://confluence.atlassian.com/jirasoftware/issues-resolved-in-9-11-0-1282244702.html However, the 9.6 series hat its last release in January 2023[1], so going to the latest 9.x release with recent patch-level releases. [1] https://www.atlassian.com/de/software/jira/update
2023-09-19atlassian-confluence: 7.19.12 -> 7.19.14Maximilian Bosch1-2/+2
Fixes CVE-2023-22512. ChangeLog: https://confluence.atlassian.com/doc/issues-resolved-in-7-19-14-1289421565.html
2023-08-15atlassian-confluence: 7.19.5 -> 7.19.12Maximilian Bosch1-2/+2
Upgrade to the latest patchlevel of the 7.19 LTS release. Most notably it contains fixes for the following security bulletins from Atlassian: * https://confluence.atlassian.com/security/security-bulletin-august-15-2023-1276870882.html (upgrade of bundled Apache Tomcat to fix CVE-2023-24998). * https://confluence.atlassian.com/security/security-bulletin-july-18-2023-1251417643.html (fixes CVE-2023-22508, an RCE in Confluence >=6.1 <8.2) Additionally, each release contains several additional bugfixes and security fixes: * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-12-1272383421.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-11-1255451908.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-10-1252328199.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-9-1236440851.html (also fixes CVE-2023-22504 which allows users with read-only access to a page to upload attachments) * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-8-1229036579.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-7-1224638578.html (also fixes CVE-2023-22503 an information disclosure of label & attachment names) * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-6-1207191110.html
2023-03-19atlassian-jira: 9.4.0 -> 9.6.0R. Ryantm1-2/+2
2023-02-09atlassian-confluence: 7.19.1 -> 7.19.5Maximilian Bosch1-2/+2
Changes: * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-5-1189802683.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-4-1189480226.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-3-1182925647.html * https://confluence.atlassian.com/doc/issues-resolved-in-7-19-2-1168852726.html
2022-12-02atlassian-jira: 9.2.0 -> 9.4.0R. Ryantm1-2/+2
2022-10-28Merge pull request #192130 from techknowlogick/confluence-7191Mario Rodas1-2/+2
atlassian-confluence: 7.18.1 -> 7.19.1
2022-10-28Merge pull request #192132 from techknowlogick/bamboo-825Mario Rodas1-2/+2
atlassian-bamboo: 8.1.4 -> 8.2.6
2022-09-20atlassian-bamboo: 8.1.4 -> 8.2.6techknowlogick1-2/+2
2022-09-20atlassian-jira: 8.22.4 -> 9.2.0techknowlogick1-2/+2
2022-09-20atlassian-confluence: 7.18.1 -> 7.19.1techknowlogick1-2/+2
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz3-3/+3
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-07-25Merge pull request #182456 from mayflower/crowd-secretsMaximilian Bosch1-2/+9
nixos/crowd: store openid password securely
2022-07-22nixos/crowd: store openid password securelyMaximilian Bosch1-2/+9
2022-07-20nixos/confluence: store crowd SSO password securelyMaximilian Bosch1-3/+10
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-20atlassian-crowd: 4.4.0 -> 5.0.1Robin Gloster1-2/+2
CVE-2022-26136, CVE-2022-26137
2022-07-16nixos/atlassian-jira: allow to store SSO password for crowd outside of the ↵Maximilian Bosch1-6/+4
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-04atlassian-jira: 8.22.2 -> 8.22.4WilliButz1-2/+2
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-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2-0/+2
these are the easily identifiable cases and will not be comprehensive
2022-06-04atlassian-confluence: 7.17.1 -> 7.18.1Martin Weinelt1-2/+2
2022-04-24Merge pull request #169518 from techknowlogick/bump-confluenceRobin Gloster1-3/+3
atlassian-confluence: 7.14.1 -> 7.17.1
2022-04-20atlassian-confluence: 7.14.1 -> 7.17.1techknowlogick1-3/+3
2022-04-20atlassian-jira: 8.22.0 -> 8.22.2techknowlogick1-3/+3
2022-04-07atlassian-bamboo: 8.1.3 -> 8.1.4techknowlogick1-2/+2
2022-03-27atlassian-bamboo: init at 8.1.3 (#164931)techknowlogick1-0/+37
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-20atlassian-jira: 8.21.0 -> 8.22.0R. Ryantm1-2/+2
2022-02-12atlassian-jira: 8.20.1 -> 8.21.0R. Ryantm1-2/+2
2021-11-02atlassian-jira: 8.19.0 -> 8.20.1Robin Gloster1-2/+2
2021-11-02atlassian-crowd: 4.2.0 -> 4.4.0Robin Gloster1-2/+2
2021-11-02atlassian-confluence: 7.12.2 -> 7.14.1Robin Gloster1-2/+2
2021-09-07atlassian-jira: 8.16.1 -> 8.19Meghea Iulian1-3/+3
2021-07-24atlassian-crowd: remove phasesFelix Buehler1-2/+0
2021-06-29atlassian-confluence: 7.11.0 -> 7.12.2elseym1-2/+2
2021-05-13atlassian-jira: 8.14.1 -> 8.16.1R. RyanTM1-2/+2
2021-05-09Merge pull request #111138 from r-ryantm/auto-update/atlassian-jiraRobin Gloster1-2/+2
atlassian-jira: 8.14.0 -> 8.14.1
2021-02-16atlassian-confluence: 7.10.1 -> 7.11.0R. RyanTM1-2/+2
2021-01-29atlassian-jira: 8.14.0 -> 8.14.1R. RyanTM1-2/+2
2021-01-19atlassian-confluence: 7.9.0 -> 7.10.1R. RyanTM1-2/+2
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-3/+3
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
2020-12-05atlassian-jira: 8.13.0 -> 8.14.0R. RyanTM1-2/+2
2020-11-10atlassian-confluence: 7.8.1 -> 7.9.0Janne Heß1-2/+2
2020-10-28Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0Linus Heckemann1-2/+2
atlassian-crowd: 4.0.2 -> 4.2.0
2020-10-22atlassian-crowd: 4.0.2 -> 4.2.0WilliButz1-2/+2
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-22atlassian-confluence: 7.8.0 -> 7.8.1WilliButz1-2/+2
https://confluence.atlassian.com/doc/issues-resolved-in-7-8-1-1027114676.html