Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion SPECS/golang/golang-1.23.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Summary: Go
Name: golang
Version: 1.23.12
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -99,6 +99,10 @@ rm -f %{gopath}/src/runtime/*.c
./make.bash --no-clean
)

# Nuke the final bootstrapper 04. Note: It is not used in any step under install, post, postrun
rm -rf %{_libdir}/golang


%install

mkdir -p %{buildroot}%{_bindir}
Expand Down Expand Up @@ -154,6 +158,9 @@ fi
%{_bindir}/*

%changelog
* Fri May 29 2026 Amit Upadhyay amitupadhyay@microsoft.com - 1.26.2-2
- Remove the remaining bootstrap04 component to reduce attack surface; the residual bootstrap artifact has had prior vulnerability exposure, so removing it is a security improvement.

* Wed Aug 06 2025 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.23.12-1
- Bump version to 1.23.12-1

Expand Down
9 changes: 8 additions & 1 deletion SPECS/golang/golang-1.24.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Summary: Go
Name: golang
Version: 1.24.13
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -105,6 +105,10 @@ rm -f %{gopath}/src/runtime/*.c
./make.bash --no-clean
)

# Nuke the final bootstrapper 04. Note: It is not used in any step under install, post, postrun
rm -rf %{_libdir}/golang


%install

mkdir -p %{buildroot}%{_bindir}
Expand Down Expand Up @@ -160,6 +164,9 @@ fi
%{_bindir}/*

%changelog
* Fri May 29 2026 Amit Upadhyay amitupadhyay@microsoft.com - 1.26.2-2
- Remove the remaining bootstrap04 component to reduce attack surface; the residual bootstrap artifact has had prior vulnerability exposure, so removing it is a security improvement.

* Thu Feb 05 2026 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.24.13-1
- Bump version to 1.24.13-1

Expand Down
9 changes: 8 additions & 1 deletion SPECS/golang/golang-1.25.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Summary: Go
Name: golang
Version: 1.25.9
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -105,6 +105,10 @@ rm -f %{gopath}/src/runtime/*.c
./make.bash --no-clean
)

# Nuke the final bootstrapper 04. Note: It is not used in any step under install, post, postrun
rm -rf %{_libdir}/golang


%install

mkdir -p %{buildroot}%{_bindir}
Expand Down Expand Up @@ -160,6 +164,9 @@ fi
%{_bindir}/*

%changelog
* Fri May 29 2026 Amit Upadhyay amitupadhyay@microsoft.com - 1.26.2-2
- Remove the remaining bootstrap04 component to reduce attack surface; the residual bootstrap artifact has had prior vulnerability exposure, so removing it is a security improvement.

* Wed Apr 08 2026 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.25.9-1
- Bump version to 1.25.9-1

Expand Down
9 changes: 8 additions & 1 deletion SPECS/golang/golang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Summary: Go
Name: golang
Version: 1.26.2
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -111,6 +111,9 @@ rm -f %{gopath}/src/runtime/*.c
./make.bash --no-clean
)

# Nuke the final bootstrapper 04. Note: It is not used in any step under install, post, postrun
rm -rf %{_libdir}/golang

%install

mkdir -p %{buildroot}%{_bindir}
Expand Down Expand Up @@ -166,6 +169,10 @@ fi
%{_bindir}/*

%changelog

* Fri May 29 2026 Amit Upadhyay amitupadhyay@microsoft.com - 1.26.2-2
- Remove the remaining bootstrap04 component to reduce attack surface; the residual bootstrap artifact has had prior vulnerability exposure, so removing it is a security improvement.

* Wed Apr 08 2026 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.26.2-1
- Bump version to 1.26.2-1

Expand Down
Loading