mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
revbump(main/dotnet9.0): after remove silence patch
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
--- a/src/arcade/eng/BuildTask.Packages.props
|
||||
+++ b/src/arcade/eng/BuildTask.Packages.props
|
||||
@@ -22,6 +22,7 @@
|
||||
<ItemGroup>
|
||||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
|
||||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
|
||||
+ <NuGetAuditSuppress Include="https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
--- a/src/arcade/src/Microsoft.DotNet.ArcadeLogging/Microsoft.DotNet.ArcadeLogging.csproj
|
||||
+++ b/src/arcade/src/Microsoft.DotNet.ArcadeLogging/Microsoft.DotNet.ArcadeLogging.csproj
|
||||
@@ -5,6 +5,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
+ <NuGetAuditSuppress Include="https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
|
||||
<PackageReference Include="Microsoft.Build.Tasks.Core" />
|
||||
</ItemGroup>
|
||||
|
||||
--- a/src/nuget-client/build/build.proj
|
||||
+++ b/src/nuget-client/build/build.proj
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
<!-- Configuration/global properties -->
|
||||
<PropertyGroup>
|
||||
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<CommonMSBuildProperties>
|
||||
+ MSBuildTreatWarningsAsErrors=false;
|
||||
Configuration=$(Configuration);
|
||||
ReleaseLabel=$(ReleaseLabel);
|
||||
BuildNumber=$(BuildNumber);
|
||||
8
packages/dotnet9.0/build.sh
vendored
8
packages/dotnet9.0/build.sh
vendored
@@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION=".NET 9.0"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@truboxl"
|
||||
TERMUX_PKG_VERSION="9.0.7"
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=git+https://github.com/dotnet/dotnet
|
||||
TERMUX_PKG_GIT_BRANCH="v${TERMUX_PKG_VERSION}"
|
||||
TERMUX_PKG_BUILD_DEPENDS="krb5, libicu, openssl, zlib"
|
||||
@@ -162,11 +163,6 @@ termux_step_configure() {
|
||||
termux_step_make() {
|
||||
export CROSSCOMPILE=1
|
||||
# --online needed to workaround restore issue
|
||||
#
|
||||
# https://github.com/advisories/GHSA-h4j7-5rxr-p4wc
|
||||
# CVE-2025-26646
|
||||
# TreatWarningsAsErrors=false to not error on NU1901
|
||||
# until next fixed version
|
||||
time ./build.sh \
|
||||
--clean-while-building \
|
||||
--use-mono-runtime \
|
||||
@@ -175,8 +171,6 @@ termux_step_make() {
|
||||
-m:${TERMUX_PKG_MAKE_PROCESSES} \
|
||||
-- \
|
||||
/p:Configuration=${CONFIG} \
|
||||
/p:TreatWarningsAsErrors=false \
|
||||
/p:MSBuildTreatWarningsAsErrors=false \
|
||||
/p:TargetArchitecture=${arch} \
|
||||
/p:TargetRid=linux-bionic-${arch}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user