summary refs log tree commit diff
path: root/pkgs/applications/misc/gollum
Commit message (Collapse)AuthorAge
* gollum: 5.1.2 -> 5.2.1Michael Weiss2021-02-27
|
* gollum: Transfer maintainership to erictapenMichael Weiss2021-02-27
| | | | | 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 :)
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* gollum: 5.1.1 -> 5.1.2Michael Weiss2020-12-02
|
* gollum: update dependenciesJörg Thalheim2020-11-26
|
* gollum: 5.1 -> 5.1.1 (security, CVE-2020-14001)Michael Weiss2020-08-13
| | | | | | | 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
* gollum: 5.0.1 -> 5.1Michael Weiss2020-08-08
|
* gollum: Update the dependencies (security, CVE-2020-8184)Michael Weiss2020-06-19
| | | | | | This updates rack to 2.2.3 for CVE-2020-8184 [0]. [0]: https://groups.google.com/g/rubyonrails-security/c/OWtmozPH9Ak
* Merge pull request #81442 from manveru/bundler-2.1.4Samuel Leathers2020-04-08
|\ | | | | bundler: 1.17.3 -> 2.1.4
| * update versions in Gemfile.lockMichael Fellinger2020-04-06
| |
* | gollum: 4.1.4 -> 5.0.1Michael Weiss2020-04-06
|/ | | | | | | | | | | | | | 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
* gollum: Update the dependencies (security, CVE-2020-7595)Michael Weiss2020-02-28
| | | | | | This updates nokogiri to 1.10.8 for CVE-2020-7595 [0]. [0]: https://github.com/sparklemotion/nokogiri/issues/1992
* treewide: *inputs are listsRobin Gloster2019-12-31
|
* gollum: Update the dependencies (security, CVE-2019-16782)Michael Weiss2019-12-19
| | | | | | This updates rack to 1.6.12 for CVE-2019-16782 [0]. [0]: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
* gollum: Update the dependencies (security)Michael Weiss2019-11-17
| | | | | | | 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
* Merge master into staging-nextFrederik Rietdijk2019-08-18
|\
| * gollum: Update the dependencies (security, CVE-2019-5477)Michael Weiss2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
|
* gollum: Update the dependencies (security, CVE-2019-11068)Michael Weiss2019-04-23
|
* gollum: Update the dependencies (security)Michael Weiss2019-04-02
| | | | See #58709.
* gollum: rack: 1.6.10 -> 1.6.11Alyssa Ross2018-11-06
| | | | | CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128 CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
* gollum: 4.1.3 -> 4.1.4 (security, CVE-2018-3740)Michael Weiss2018-10-01
|
* gollum: 4.1.2 -> 4.1.3Michael Weiss2018-09-19
|
* gollum: 4.1.1 -> 4.1.2Michael Weiss2017-08-11
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* gollum: Add Git as runtime dependencyMichael Weiss2017-06-04
| | | | Now "nix-shell -p gollum --pure --run gollum" should work properly.
* gollum: 4.0.1 -> 4.1.1Michael Weiss2017-06-03
|
* gollum: use gemdirJörg Thalheim2017-01-18
|
* gollum: init at 4.0.1Jakob Gillich2016-02-11