Commit graph

35 commits

Author SHA1 Message Date
zowoq d1884cbadf minio: drop redundant trimpath flag 2020-11-18 08:13:34 +10:00
Andrew Fontaine 5e1cb57bf8
minio: support building on darwin
Modified build command and flags to allow successful build on Darwin
systems. Based on flags in GitHub issue from minio project [0]

[0]: https://github.com/minio/minio/issues/10188#issuecomment-668223207
2020-09-03 11:12:17 -04:00
Pascal Bach 577ad48f83 minio: 2020-05-01T22-19-14Z -> 2020-08-08T04-50-06Z 2020-08-16 13:13:28 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas bb7b63ac0b
nixosTests.minio: update minio-client command 2020-05-02 04:20:00 -05:00
Mario Rodas 3699d2d1dd
minio: 2020-03-25T07-03-04Z -> 2020-05-01T22-19-14Z 2020-05-01 17:50:00 -05:00
R. RyanTM d6b23cb118 minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z 2020-04-01 15:13:11 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 3c1c304c7a minio: fix build on darwin 2020-03-21 05:45:00 -05:00
Pascal Bach 85f8014655 minio: 2019-10-12 -> 2020-03-06 2020-03-14 16:50:29 +00:00
Pascal Bach 3abe87d6b8 minio: 2019-02-26T19-51-46Z -> 2019-10-12T01-39-57Z 2019-10-28 13:25:29 +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
zimbatm 6787c5734b
minio: only publish the main binary 2019-06-18 16:48:17 +02:00
Will Dietz 569c594e8e minio: 2019-01-31 -> 2019-02-26 (#56475)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-26T19-51-46Z
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-20T22-44-29Z (security)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-14T00-21-45Z
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-12T21-58-47Z (critical)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-06T21-16-36Z
2019-02-28 16:26:11 +01:00
Florian Klink 16994118ba minio: 2019-01-23T23-18-58Z -> 2019-01-31T00-31-19Z 2019-02-05 17:38:02 +01:00
adisbladis 16ab34c37b
minio: 2018-12-27T18-33-08Z -> 2019-01-23T23-18-58Z 2019-01-30 14:07:40 +00:00
Florian Klink 6c6a899f32 minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z 2019-01-08 11:26:49 +01:00
tilpner d08187edce
minio: 2018-07-31T02-11-47Z -> 2018-12-06T01-27-43Z 2018-12-11 13:59:36 +01:00
Pascal Bach 115c963300 minio: 2018-05-11T00-29-24Z -> 2018-07-31T02-11-47Z 2018-08-01 00:36:44 +02:00
Pascal Bach 3518211d63 minio: 2018-03-30T00-38-44Z -> 2018-05-11T00-29-24Z 2018-05-16 23:24:06 +02:00
adisbladis 2dc8520225
minio: 2018-03-19T19-22-06Z -> 2018-03-30T00-38-44Z 2018-04-03 11:30:14 +08:00
Pascal Bach a76a8cc594 minio: 2018-02-09T22-40-05Z -> 2018-03-19T19-22-06Z 2018-03-24 20:56:19 +01:00
Pascal Bach 827d1bd618 minio,minio-client: support on all unix platforms
Minio 32bit support seems to be fixed:
https://github.com/minio/minio/pull/4921
2018-02-13 21:54:48 +01:00
Pascal Bach 6247872c78 minio: 2018-01-18T20-33-21Z -> 2018-02-09T22-40-05Z 2018-02-13 21:54:47 +01:00
Pascal Bach 11e91c61ef minio: 2018-01-02T23-07-00Z -> 2018-01-18T20-33-21Z
Critical security fix that fixes an issue that allows
bypassing authentication.

See: https://blog.minio.io/minio-release-jan-18-2018-security-advisory-4c64ca87721b
2018-01-18 22:58:28 +01:00
Pascal Bach dffe1e569c minio: 2017-09-29T19-16-56Z -> 2018-01-02T23-07-00Z (#33724)
Contains security fixes (see: https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba)

Use buildGoPackage, otherwise we will have the go build toolchain in our runtime closure.
2018-01-12 09:31:58 +00:00
Pascal Bach 1983e6c8cc minio: 20170613 -> 2017-09-29T19-16-56Z
The test was updated as minio now needs at least 1 GiB of free disk,
otherwise it won't start.
2017-10-08 12:24:29 +02:00
Pascal Bach e5def4442e minio: 20170316 -> 20170613 2017-06-26 04:07:37 +02:00
Eelco Dolstra dc832df329
minio: 20170125 -> 20170316 2017-03-28 20:05:10 +02:00
Pradeep Chhetri f2961ac736 minio: 20161213 -> 20170125 2017-01-31 23:19:50 +05:30
Dhananjay Balan 339313cf48
minio: 20160821 -> 20161213
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-16 13:29:35 +01:00
Benjamin Staffin 0dbc1e4b5b minio: build on all 64bit platforms 2016-12-05 13:48:33 -05:00
Eelco Dolstra 2597562d42 minio: Init at 20160821 2016-09-07 17:41:53 +02:00