- Upgrade deps (CVE-2023-45288, bsc#1236521)
This commit is contained in:
parent
5eefdd2e35
commit
440fc0e4d0
@ -31,7 +31,7 @@ Tue Jan 28 22:48:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
- Support setting cache-control of object
|
- Support setting cache-control of object
|
||||||
- add aliases to support specifying EventOptions
|
- add aliases to support specifying EventOptions
|
||||||
- Update to v1.49.3
|
- Update to v1.49.3
|
||||||
- Go 1.23 is out, adopt it
|
- Go 1.23 is out, adopt it (CVE-2023-45288, bsc#1236521)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
@ -48,6 +48,7 @@ Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
- Don't omit versioning.enabled in bucket response
|
- Don't omit versioning.enabled in bucket response
|
||||||
- Additional ACL response attributes
|
- Additional ACL response attributes
|
||||||
- Additional bucket response attributes
|
- Additional bucket response attributes
|
||||||
|
- Upgrade deps (CVE-2023-45288, bsc#1236521)
|
||||||
- Update to v1.48.0:
|
- Update to v1.48.0:
|
||||||
- Fix brittle test
|
- Fix brittle test
|
||||||
- Fill the errors attribute for HTTP errors
|
- Fill the errors attribute for HTTP errors
|
||||||
|
@ -29,10 +29,11 @@ URL: https://github.com/fsouza/fake-gcs-server
|
|||||||
Source0: https://github.com/fsouza/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/fsouza/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: go >= 1.23.0
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
# %%{go_nostrip}
|
%{go_nostrip}
|
||||||
# %%{go_provides}
|
%{go_provides}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fake-gcs-server provides an emulator for Google Cloud Storage API. It can be used as a library in Go projects and/or as a standalone binary/Docker image.
|
fake-gcs-server provides an emulator for Google Cloud Storage API. It can be used as a library in Go projects and/or as a standalone binary/Docker image.
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user