Commit Graph

68 Commits

Author SHA1 Message Date
R. Ryantm
c45c58d7dc minio: 2021-12-27T07-23-18Z -> 2022-01-08T03-11-54Z 2022-01-11 19:02:51 +00:00
zowoq
435a8c34bd minio: update vendorSha256 2022-01-11 06:31:22 +10:00
R. Ryantm
f687526593 minio: 2021-12-10T23-03-39Z -> 2021-12-27T07-23-18Z 2022-01-02 09:48:29 +00:00
R. Ryantm
c63a60d8ca minio: 2021-11-24T23-19-33Z -> 2021-12-10T23-03-39Z 2021-12-25 16:05:42 +00:00
R. Ryantm
f4f9fc8d96 minio: 2021-10-27T16-29-42Z -> 2021-11-24T23-19-33Z 2021-12-07 15:09:52 +00:00
R. Ryantm
788f68625f minio: 2021-09-15T04-54-25Z -> 2021-10-27T16-29-42Z 2021-11-03 14:59:05 +00:00
R. RyanTM
6d2259db4d minio: 2021-08-25T00-41-18Z -> 2021-09-15T04-54-25Z 2021-09-16 14:02:26 +00:00
R. RyanTM
0d92d8e613 minio: 2021-08-20T18-32-01Z -> 2021-08-25T00-41-18Z 2021-08-26 09:41:08 +00:00
R. RyanTM
f7b4c2f6e6 minio: 2021-08-05T22-01-19Z -> 2021-08-20T18-32-01Z 2021-08-22 06:51:59 +00:00
Pascal Bach
345e58292d minio: 2021-05-16T05-32-34Z -> 2021-08-05T22-01-19Z 2021-08-10 22:37:30 +02:00
zowoq
0da7297b4b minio: buildFlagsArray -> ldflags, tags 2021-08-07 12:28:40 +10:00
06kellyjac
3fbdcefe1d minio: 2021-05-11T23-27-41Z -> 2021-05-16T05-32-34Z 2021-05-16 10:58:07 +01:00
06kellyjac
acec233fcd minio: set version variables with ldflags
Set version variables with ldflags rather than sed in a postPatch phase
Also means that CGO_ENABLED and -tags=kqueue can be set in the same
place

Add changelog
2021-05-16 10:42:06 +01:00
06kellyjac
02b121bf85 minio: fix license change
Update from #123130 has moved from Apache 2.0 to AGPLv3
2021-05-16 10:38:36 +01:00
Victor Roest
a70ed465bc
minio: 2021-04-22T15-44-28Z -> 2021-05-11T23-27-41Z 2021-05-15 18:19:53 +00:00
Johannes Schleifenbaum
f05000302a
minio: set version to a valid datetime string
Co-authored-by: 06kellyjac <dev@j-k.io>
2021-05-11 12:28:48 +02:00
Pascal Bach
768a94035f minio: 2021-04-06T23-11-00Z -> 2021-04-22T15-44-28Z 2021-04-23 20:09:31 +02:00
R. RyanTM
e0e9ab3b62 minio: 2021-03-26T00-00-41Z -> 2021-04-06T23-11-00Z 2021-04-10 16:06:11 +00:00
R. RyanTM
a613f63a74 minio: 2021-03-17T02-33-02Z -> 2021-03-26T00-00-41Z 2021-03-27 16:42:52 +00:00
R. RyanTM
e1cee092be minio: 2021-03-12T00-00-47Z -> 2021-03-17T02-33-02Z 2021-03-17 15:18:47 +00:00
R. RyanTM
c812b56538 minio: 2021-03-10T05-11-33Z -> 2021-03-12T00-00-47Z 2021-03-13 08:56:42 +00:00
R. RyanTM
ab60353f66 minio: 2021-03-01T04-20-55Z -> 2021-03-10T05-11-33Z 2021-03-11 02:20:08 +00:00
R. RyanTM
3ed5a6fed6 minio: 2021-02-24T18-44-45Z -> 2021-03-01T04-20-55Z 2021-03-03 02:10:29 +00:00
R. RyanTM
e56cd096e5 minio: 2021-02-19T04-38-02Z -> 2021-02-24T18-44-45Z 2021-02-25 12:55:34 +00:00
R. RyanTM
e85117b024 minio: 2021-02-14T04-01-33Z -> 2021-02-19T04-38-02Z 2021-02-21 00:40:12 +00:00
R. RyanTM
b1eca3e337 minio: 2021-02-11T08-23-43Z -> 2021-02-14T04-01-33Z 2021-02-16 09:03:40 +00:00
R. RyanTM
cba96f929a minio: 2021-02-01T22-56-52Z -> 2021-02-11T08-23-43Z 2021-02-11 19:21:59 +00:00
R. RyanTM
01b013e7bd minio: 2021-01-16T02-19-44Z -> 2021-02-01T22-56-52Z 2021-02-03 17:05:24 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
fc69c0c71a minio: 2020-10-18T21-54-12Z -> 2021-01-16T02-19-44Z 2021-01-22 15:31:14 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Sandro
fbc9fbdc44
Merge pull request #101420 from SuperSandro2000/minio
minio: 2020-08-08T04-50-06Z -> 2020-10-18T21-54-12Z
2020-11-26 19:37:14 +01:00
zowoq
d1884cbadf minio: drop redundant trimpath flag 2020-11-18 08:13:34 +10:00
Sandro Jäckel
be59b76eb6
minio: 2020-08-08T04-50-06Z -> 2020-10-18T21-54-12Z 2020-10-23 00:13:15 +02: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