Commit graph

63 commits

Author SHA1 Message Date
Robert Scott 59fb0606d1 redmine: 4.2.8 -> 4.2.9 2022-12-18 14:33:13 +00:00
Felix Singer 32a43582e7 redmine: 4.2.7 -> 4.2.8
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-10-05 01:52:19 +02:00
Pierre Bourdon 9800628109
redmine: 4.2.5 -> 4.2.7 2022-09-09 11:07:47 +02:00
Pierre Bourdon 9c642006bd
redmine: add nixos test to passthru.tests 2022-09-09 11:07:38 +02:00
Pierre Bourdon ec13e46dd1
redmine: support arch-dependent gem dependencies in update.sh
Method inspired by the update script for `discourse` in nixpkgs.
2022-09-09 11:05:58 +02:00
Aaron Andersen bcb60de7d5
Merge pull request #170025 from felixsinger/update/pkgs/redmine
redmine: 4.2.4 -> 4.2.5
2022-04-30 06:59:03 -04:00
Felix Singer 21458a47a5 redmine: 4.2.4 -> 4.2.5
Update Redmine to version 4.2.5.

Change log: https://www.redmine.org/projects/redmine/wiki/Changelog_4_2

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-04-26 02:36:54 +02:00
Felix Singer f02d6f4348 redmine: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-04-24 03:32:36 +02:00
Felix Singer 3d33f6253c redmine: Add update script
The following steps need to be done before running the script:

  1. Copy Gemfile from new Redmine version to the Redmine folder in
     Nixpkgs
  2. Manually modify the database lines in Gemfile and just include the
     gems for the supported databases (diff the two files).

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-04-24 02:32:53 +02:00
Aaron Andersen 25489d9628 redmine: 4.2.3 -> 4.2.4 2022-02-25 18:05:05 -05:00
Aaron Andersen a67f960cfc redmine: 4.2.2 -> 4.2.3 2021-10-12 21:46:41 -04:00
Aaron Andersen 23c541189c redmine: 4.2.1 -> 4.2.2 2021-08-14 07:58:09 -04:00
Aaron Andersen bddecd3510 redmine: 4.2.0 -> 4.2.1 2021-04-30 10:33:25 -04:00
Stekke fd1173ee6a redmine: Update hg patch for redmine 4.2.0 2021-04-04 16:15:19 -04:00
Aaron Andersen 11cca39ea9 redmine: 4.1.2 -> 4.2.0 2021-04-04 16:14:05 -04:00
Aaron Andersen b85e071b16 redmine: 4.1.1 -> 4.1.2 2021-03-21 18:41:49 -04:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10: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 1288f41c6e redmine: wrap rdm-mailhandler.rb for inbound e-mail capabilities 2020-12-18 09:14:17 -05:00
Stijn DW 64fde26355 nixos/redmine: patch mercurial integration 2020-08-09 14:41:03 +02:00
Aaron Andersen b3ae792630
Merge pull request #84823 from aanderse/redmine-master
redmine: 4.1.0 -> 4.1.1
2020-04-19 15:51:10 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Aaron Andersen 8eefb7ce14 redmine: 4.1.0 -> 4.1.1 2020-04-09 14:03:24 -04:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Aaron Andersen 5d9c7cda16 redmine: 4.0.5 -> 4.1.0 2019-12-21 10:21:54 -05:00
Aaron Andersen 9ec808ae62 redmine: 4.0.4 -> 4.0.5 2019-10-26 10:40:31 -04:00
Aaron Andersen 50e5139893 redmine: drop 3.4.x package 2019-10-26 10:40:16 -04:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Aaron Andersen 49bd881166 redmine: 3.4.10 -> 3.4.11 2019-06-11 12:36:39 -04:00
Aaron Andersen b5ab8bc5e9 redmine: 4.0.3 -> 4.0.4 2019-06-11 12:36:06 -04:00
Aaron Andersen a597c88ec1 redmine: 4.0.2 -> 4.0.3 2019-04-06 08:21:06 -04:00
Aaron Andersen b6b3287897 redmine: 3.4.9 -> 3.4.10 2019-04-06 08:20:54 -04:00
Aaron Andersen 79c8da230b redmine: 3.4.8 -> 3.4.9 & 4.0.1 -> 4.0.2 2019-02-28 20:51:21 -05:00
aanderse b8a9c3fbfd redmine: 3.4.8 -> 4.0.1 (#55234)
* redmine: 3.4.8 -> 4.0.1

* nixos/redmine: update nixos test to run against both redmine 3.x and 4.x series

* nixos/redmine: default new installs from 19.03 onward to redmine 4.x series, while keeping existing installs on redmine 3.x series

* nixos/redmine: add comment about default redmine package to 19.03 release notes

* redmine: add aandersea as a maintainer
2019-02-05 11:51:33 +00:00
Aaron Andersen 0f3ecc630c redmine: 3.4.6 -> 3.4.8 2019-01-30 07:37:24 -05:00
Alyssa Ross 63e5658222
redmine: rack: 1.6.10 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:18 +00:00
Aaron Andersen 1cb5b509f1 redmine: refactor, cleanup, bug fix, and add functionality
- added package option to specify which version of redmine
- added themes option back in to allow specifying redmine themes
- added plugins option back in to allow specifying redmine plugins
- added database.socket option to allow mysql unix socket authentication
- added port option to allow specifying the port rails runs on

- cleaned up Gemfile so it is much less hacky
- switched to ruby version 2.4 by default as suggested by documentation http://www.redmine.org/projects/redmine/wiki/redmineinstall#Installing-Redmine
- fixed an annoyance (bug) in the service causing recursive symlinks
- fixed ownership bug on log files generated by redmine
- updates reflecting renames in nixos options

- added a nixos test
2018-10-10 21:04:08 -04:00
Aaron Andersen e180796caa updated Gemfile... still needs to be fixed up though 2018-08-19 16:42:08 -04:00
Aaron Andersen bb7568daf7 reworked the redmine service
added some security features like database.passwordFile
2018-08-19 16:29:44 -04:00
Aaron Andersen 5984ed283f started working on bringing the redmine package back to life using gitlab as an example 2018-08-19 08:09:38 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Graham Christensen f9c9c1dac8
redmine: mark as broken
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-28 08:52:17 -04:00
Tuomas Tynkkynen 048a30e4e4 treewide: Fix dev references to libxml2 2016-08-30 03:02:32 +03:00
Robin Gloster 2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
Tuomas Tynkkynen 3672f3edcb treewide: Make explicit that 'dev' output of libxslt is used 2016-05-19 10:00:48 +02:00
Robin Gloster d020caa5b2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-18 13:49:22 +00:00