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
46 changes: 0 additions & 46 deletions SPECS/azurelinux-image-tools/CVE-2026-27141.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"azurelinux-image-tools-1.2.0.tar.gz": "7bfc2abf2b8a23bdcc3828e14c830f6a3f02a8c6fce9f9876e2a39a79ec74eda",
"azurelinux-image-tools-1.2.0-vendor.tar.gz": "b46fee0371838f1a3a3f1148b14d08a17aaef33789ecd481c9c7dab0bf496f17"
}
}
"Signatures": {
"azurelinux-image-tools-1.3.0-vendor.tar.gz": "0f8cde7b29cd24a5b8f695e9bf3f836f79d7d7ad2b02696de776843d071de291",
"azurelinux-image-tools-1.3.0.tar.gz": "a217ac57e88f07da52fe822d8423fa842901e5b9d9c1baaa2592198aa9b7a165"
}
}
11 changes: 7 additions & 4 deletions SPECS/azurelinux-image-tools/azurelinux-image-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Summary: Azure Linux Image Tools
Name: azurelinux-image-tools
Version: 1.2.0
Release: 2%{?dist}
Version: 1.3.0
Release: 1%{?dist}
License: MIT
URL: https://github.com/microsoft/azure-linux-image-tools/
Group: Applications/System
Expand All @@ -15,8 +15,7 @@ Source0: https://github.com/microsoft/azure-linux-image-tools/archive/ref
# Use generate_source_tarball.sh script with the package version to build this tarball.
#
Source1: %{name}-%{version}-vendor.tar.gz
Patch0: CVE-2026-27141.patch
BuildRequires: golang < 1.25
BuildRequires: golang >= 1.25
BuildRequires: systemd-udev
Requires: %{name}-imagecustomizer = %{version}-%{release}

Expand Down Expand Up @@ -74,6 +73,7 @@ The Azure Linux OS Modifier is a tool that can modify an OS.
%build
export GOPATH=%{our_gopath}
export GOFLAGS="-mod=vendor"
export GOEXPERIMENT=ms_nocgo_opensslcrypto
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triggered test build: link

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buddy Build has passed !

make -C toolkit go-imagecustomizer REBUILD_TOOLS=y SKIP_LICENSE_SCAN=y IMAGE_CUSTOMIZER_VERSION_PREVIEW=
make -C toolkit go-osmodifier REBUILD_TOOLS=y SKIP_LICENSE_SCAN=y

Expand Down Expand Up @@ -112,6 +112,9 @@ go test -C toolkit/tools ./...
%{_bindir}/osmodifier

%changelog
* Tue Apr 28 2026 Aditya Singh <v-aditysing@microsoft.com> - 1.3.0-1
- Upgrade to version 1.3.0 which includes fixes for CVE-2026-27141, CVE-2026-29181 and CVE-2026-39882

* Thu Mar 05 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 1.2.0-2
- Patch for CVE-2026-27141

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,8 @@
"type": "other",
"other": {
"name": "azurelinux-image-tools",
"version": "1.2.0",
"downloadUrl": "https://github.com/microsoft/azure-linux-image-tools/archive/refs/tags/v1.2.0.tar.gz"
"version": "1.3.0",
"downloadUrl": "https://github.com/microsoft/azure-linux-image-tools/archive/refs/tags/v1.3.0.tar.gz"
}
}
},
Expand Down
Loading