Commit graph

58 commits

Author SHA1 Message Date
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
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