about summary refs log tree commit diff
path: root/pkgs/applications/misc/gollum
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-26gollum: 5.3.2 -> 5.3.3Benno Bielmeier2-13/+13
According to the projects change log [1] this patch version release was released to improve usability with Docker. So, despite nothing having been change (apart from minor updates to gollum's gem dependencies) on our side (nix package), it is still satisfying to have a green label at repology.org [2]. [1]: https://github.com/gollum/gollum/blob/v5.3.3/LATEST_CHANGES.md [2]: https://repology.org/project/ruby:gollum/versions
2024-03-30gollum: update dependenciesMario Rodas2-73/+85
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2023-05-02gollum: 5.3.1 -> 5.3.2Benno Bielmeier2-28/+28
2023-03-20gollum: 5.3.0 -> 5.3.1Kerstin Humm2-93/+106
2022-09-10nixos/gollum: add testJörg Thalheim1-1/+2
2022-08-14treewide: bundlerApp makeWrapper buildInputs -> nativeBuildInputsArtturin1-1/+1
the docs for bundlerApp used to have makeWrapper in buildInputs but it has been corrected already
2022-06-17gollum: 5.2.3 → 5.3.0Benno Bielmeier2-18/+70
2022-05-22gollum: update dependenciesBenno Bielmeier2-94/+93
2022-05-22gollum: add comments in GemfileBenno Bielmeier1-5/+7
2022-05-22gollum: refactor packageBenno Bielmeier1-23/+8
use `bundlerApp` in preference to `stdenv.mkDerivation`
2021-08-05gollum: deprecate phasesFelix Buehler1-1/+1
2021-08-04gollum: add additional dependenciesArtturin4-3/+121
2021-02-27gollum: 5.1.2 -> 5.2.1Michael Weiss2-47/+72
2021-02-27gollum: Transfer maintainership to erictapenMichael Weiss1-1/+1
I'm not using Gollum anymore while Justin still uses it and has also written the NixOS module. So it makes perfect sense to pass it on :)
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob2-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-02gollum: 5.1.1 -> 5.1.2Michael Weiss2-7/+7
2020-11-26gollum: update dependenciesJörg Thalheim2-44/+32
2020-08-13gollum: 5.1 -> 5.1.1 (security, CVE-2020-14001)Michael Weiss2-13/+15
This also fixes a potential security issue (reported by bundler-audit) by updating kramdown to 2.3.0 for CVE-2020-14001 [0]. [0]: https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
2020-08-08gollum: 5.0.1 -> 5.1Michael Weiss2-21/+21
2020-06-19gollum: Update the dependencies (security, CVE-2020-8184)Michael Weiss2-34/+34
This updates rack to 2.2.3 for CVE-2020-8184 [0]. [0]: https://groups.google.com/g/rubyonrails-security/c/OWtmozPH9Ak
2020-04-08Merge pull request #81442 from manveru/bundler-2.1.4Samuel Leathers1-1/+1
bundler: 1.17.3 -> 2.1.4
2020-04-06gollum: 4.1.4 -> 5.0.1Michael Weiss3-97/+349
Some changes might require manual migration steps: "Due to changes to the way in which Gollum handles filenames, you may have to change some links in your wiki when migrating from gollum 4.x. See the release notes [0] for more details. You may find the bin/gollum-migrate-tags script helpful to accomplish this. Also see the --lenient-tag-lookup option for making tag lookup backwards compatible with 4.x, though note that this will decrease performance on large wikis with many tags." (source: [1]) [0]: https://github.com/gollum/gollum/wiki/5.0-release-notes [1]: https://github.com/gollum/gollum/blob/v5.0.0/HISTORY.md
2020-04-06update versions in Gemfile.lockMichael Fellinger1-1/+1
2020-02-28gollum: Update the dependencies (security, CVE-2020-7595)Michael Weiss2-27/+14
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0]. [0]: https://github.com/sparklemotion/nokogiri/issues/1992
2019-12-31treewide: *inputs are listsRobin Gloster1-7/+7
2019-12-19gollum: Update the dependencies (security, CVE-2019-16782)Michael Weiss2-9/+9
This updates rack to 1.6.12 for CVE-2019-16782 [0]. [0]: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
2019-11-17gollum: Update the dependencies (security)Michael Weiss2-16/+16
This updates Nokogiri to 1.10.5 for CVE-2019-13117, CVE-2019-13118, and CVE-2019-18197 [0]. [0]: https://github.com/sparklemotion/nokogiri/issues/1943
2019-08-18Merge master into staging-nextFrederik Rietdijk2-3/+3
2019-08-17gollum: Update the dependencies (security, CVE-2019-5477)Michael Weiss2-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-22bundlerUpdateScript: init and use (#64822)Nick Novitski1-2/+4
2019-04-23gollum: Update the dependencies (security, CVE-2019-11068)Michael Weiss2-6/+6
2019-04-02gollum: Update the dependencies (security)Michael Weiss2-20/+74
See #58709.
2018-11-06gollum: rack: 1.6.10 -> 1.6.11Alyssa Ross2-4/+4
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128 CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-10-01gollum: 4.1.3 -> 4.1.4 (security, CVE-2018-3740)Michael Weiss2-11/+11
2018-09-19gollum: 4.1.2 -> 4.1.3Michael Weiss3-44/+88
2017-08-11gollum: 4.1.1 -> 4.1.2Michael Weiss2-29/+38
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-04gollum: Add Git as runtime dependencyMichael Weiss1-10/+21
Now "nix-shell -p gollum --pure --run gollum" should work properly.
2017-06-03gollum: 4.0.1 -> 4.1.1Michael Weiss3-110/+136
2017-01-18gollum: use gemdirJörg Thalheim1-3/+1
2016-02-11gollum: init at 4.0.1Jakob Gillich4-0/+245