Commit graph

32 commits

Author SHA1 Message Date
zowoq 60ca07fadc gogs: buildFlags{,Array} -> tags 2021-08-08 10:17:23 +10:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Sebastien Braun 5c87a6b8ea gogs: 0.11.91 -> 0.12.3 2020-11-28 06:50:52 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim be283a97e5
gogs: fix build with strict deps 2020-03-23 08:15:04 +00:00
André-Patrick Bubel 3cd72fbd76
gogs: 0.11.86 -> 0.11.91, fixes CVE-2019-14544 2020-02-06 07:49:01 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Sage Raflik a03e461b5f Fixed gogs bug pertaining to passing tags 2019-03-25 13:41:51 -07:00
Matthew Bauer 5bc72b87b1
Merge pull request #52714 from furrycatherder/gitea-pam
gogs, gitea: add PAM support
2019-03-06 10:05:11 -05:00
Andreas Wiese 1673a3c939 gogs: 0.11.66 -> 0.11.86 (#56819)
This release especially addresses CVE-2018-20303.
2019-03-04 15:19:04 +01:00
Sean Haugh fb7770b843 gogs: add PAM support 2018-12-22 18:52:39 -06:00
Jörg Thalheim a709d11dd1 gogs: 0.11.53 -> 0.11.66 (#47073) 2018-09-21 10:41:17 +02:00
Gabriel Ebner d3f1679d4e gogs: 0.11.34 -> 0.11.53
cc @schneefux
2018-08-30 14:43:49 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Gabriel Ebner 19fa3a5e53 gogs: 0.11.29 -> 0.11.34 2018-03-25 16:13:37 +02:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
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-08 16:13:46 -04:00
Bob van der Linden 41c2fb3f25 gogs: patch gogs to include default STATIC_ROOT_PATH 2017-10-02 23:15:13 +02:00
Bob van der Linden 9d841295f3 gogs: avoid creating symlinks each run 2017-10-02 22:11:46 +02:00
Bob van der Linden 549a454f45 gogs: 0.11.19 -> 0.11.29 2017-10-01 23:14:13 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Josef Kemetmueller 7f7b74dfed gogs: Fix cyclic dependency on darwin
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-07-03 23:47:39 +02:00
Jörg Thalheim f14cd40c4b gogs: remove old deps.nix
gogs code is now fully vendored.
2017-06-29 08:12:32 +01:00
Josef Kemetmueller 2cb5246dd8 gogs: 0.10.18 -> 0.11.19 2017-06-27 11:41:19 +00:00
ndowens bab3594b54 gogs: 0.9.113 -> 0.10.18 2017-03-22 16:52:52 -05:00
schneefux 3a1da126a1
gogs: 0.9.7 -> 0.9.113 2017-01-07 14:35:20 +01:00
schneefux e6ab60dee8
gogs: 20160304-d57a2b9 -> 0.9.97 2016-12-10 14:48:16 +01:00
Kamil Chmielewski 6101eb2454
gogs: FIX public and templates use from bin 2016-12-10 14:48:10 +01:00
Valérian Galliat 5a7d267ec3
Gogs: use new go2nix and goPackages format
Introduced with #16017.
2016-12-10 14:48:03 +01:00
Valérian Galliat 688e6e099a
Gogs: init at 20160227-d320915 2016-12-10 14:47:56 +01:00