about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gogs
AgeCommit message (Collapse)AuthorFilesLines
2024-01-07gogs: mark as insecureThomas Gerbet1-0/+7
gogs is affected by the recent vulnerabilities reported by the forgejo team. There is little/no real development activities in the gogs repository and the upstream maintainers do not seem to have acknowledged the security issues.
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-02-27gogs: 0.12.10 -> 0.13.0Thomas Gerbet1-3/+3
Fixes CVE-2022-32174 and CVE-2022-2024. https://github.com/gogs/gogs/releases/tag/v0.13.0 https://github.com/gogs/gogs/releases/tag/v0.12.11
2022-08-02gogs: 0.12.9 -> 0.12.10R. Ryantm1-2/+2
2022-06-09gogs: 0.12.6 -> 0.12.9Thomas Gerbet1-3/+3
Fixes CVE-2022-1464 https://github.com/gogs/gogs/releases/tag/v0.12.7 https://github.com/gogs/gogs/releases/tag/v0.12.8 https://github.com/gogs/gogs/releases/tag/v0.12.9
2022-03-20gogs: 0.12.5 -> 0.12.6R. Ryantm1-3/+3
2022-03-12gogs: 0.12.4 -> 0.12.5R. Ryantm1-2/+2
2022-01-31gogs: 0.12.3 -> 0.12.4R. Ryantm1-3/+3
2021-08-08gogs: buildFlags{,Array} -> tagszowoq1-3/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-28gogs: 0.11.91 -> 0.12.3Sebastien Braun2-26/+8
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23gogs: fix build with strict depsJörg Thalheim1-2/+3
2020-02-06gogs: 0.11.86 -> 0.11.91, fixes CVE-2019-14544André-Patrick Bubel1-2/+2
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-25Fixed gogs bug pertaining to passing tagsSage Raflik1-2/+5
2019-03-06Merge pull request #52714 from furrycatherder/gitea-pamMatthew Bauer1-3/+6
gogs, gitea: add PAM support
2019-03-04gogs: 0.11.66 -> 0.11.86 (#56819)Andreas Wiese1-2/+2
This release especially addresses CVE-2018-20303.
2018-12-22gogs: add PAM supportSean Haugh1-3/+6
2018-09-21gogs: 0.11.53 -> 0.11.66 (#47073)Jörg Thalheim1-2/+2
2018-08-30gogs: 0.11.34 -> 0.11.53Gabriel Ebner1-4/+4
cc @schneefux
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-25gogs: 0.11.29 -> 0.11.34Gabriel Ebner1-2/+2
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-3/+1
This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
2017-10-02gogs: patch gogs to include default STATIC_ROOT_PATHBob van der Linden2-2/+18
2017-10-02gogs: avoid creating symlinks each runBob van der Linden1-4/+1
2017-10-01gogs: 0.11.19 -> 0.11.29Bob van der Linden1-2/+2
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-07-03gogs: Fix cyclic dependency on darwinJosef Kemetmueller1-1/+3
This fixes the "cycle detected in the references of" error when building on darwin. The fix is based on the solution in issue #18131.
2017-06-29gogs: remove old deps.nixJörg Thalheim2-444/+0
gogs code is now fully vendored.
2017-06-27gogs: 0.10.18 -> 0.11.19Josef Kemetmueller1-2/+2
2017-03-22gogs: 0.9.113 -> 0.10.18ndowens1-10/+11
2017-01-07gogs: 0.9.7 -> 0.9.113schneefux2-79/+70
2016-12-10gogs: 20160304-d57a2b9 -> 0.9.97schneefux3-439/+483
2016-12-10gogs: FIX `public` and `templates` use from `bin`Kamil Chmielewski1-1/+5
2016-12-10Gogs: use new go2nix and `goPackages` formatValérian Galliat6-552/+433
Introduced with #16017.
2016-12-10Gogs: init at 20160227-d320915Valérian Galliat5-0/+571