diff options
author | Daniel Bermond | 2025-04-25 17:38:16 -0300 |
---|---|---|
committer | Daniel Bermond | 2025-04-25 17:38:16 -0300 |
commit | 419e216ba2271eea7d424f1cccfa849bdf82a99c (patch) | |
tree | 0070bc552892dc54ad2c659817eeec7f9488d5da | |
parent | d493b7f0fd3b547d2314b596d9404ac22e651592 (diff) | |
download | aur-mips64el-linux-gnu-gcc.tar.gz |
Update to version 15.1.0
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | 010-gcc-Wno-format-security.patch | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
3 files changed, 13 insertions, 13 deletions
@@ -1,7 +1,7 @@ pkgbase = mips64el-linux-gnu-gcc pkgdesc = The GNU Compiler Collection - cross compiler for the MIPS64EL target (for the toolchain with GNU C library and multilib ABI) - pkgver = 14.2.0 - pkgrel = 2 + pkgver = 15.1.0 + pkgrel = 1 url = https://gcc.gnu.org/ arch = x86_64 license = GPL-3.0-with-GCC-exception @@ -29,15 +29,15 @@ pkgbase = mips64el-linux-gnu-gcc options = staticlibs options = !lto options = !debug - source = https://sourceware.org/pub/gcc/releases/gcc-14.2.0/gcc-14.2.0.tar.xz - source = https://sourceware.org/pub/gcc/releases/gcc-14.2.0/gcc-14.2.0.tar.xz.sig + source = https://sourceware.org/pub/gcc/releases/gcc-15.1.0/gcc-15.1.0.tar.xz + source = https://sourceware.org/pub/gcc/releases/gcc-15.1.0/gcc-15.1.0.tar.xz.sig source = 010-gcc-Wno-format-security.patch source = 020-gcc-config-mips-multilib.patch validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7 validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62 - sha256sums = a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9 + sha256sums = e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea sha256sums = SKIP - sha256sums = ae8f9bc913cef8d538003242d4661fddaf7cf261da17e978c7e7db995c7a1a97 + sha256sums = 85a03b80c6dad57e6ea97e5a7f225a2aaed6911f6fdcee3a800b8decd9044b43 sha256sums = 55f8733c6c8683b4c75aea9d2d55c061cdfbff1f87e066a144dc542576dc6a99 pkgname = mips64el-linux-gnu-gcc diff --git a/010-gcc-Wno-format-security.patch b/010-gcc-Wno-format-security.patch index 4422f4d4e398..a83ba1d68c56 100644 --- a/010-gcc-Wno-format-security.patch +++ b/010-gcc-Wno-format-security.patch @@ -1,17 +1,17 @@ --- a/gcc/configure.ac +++ b/gcc/configure.ac -@@ -593,7 +593,7 @@ AC_ARG_ENABLE(build-format-warnings, +@@ -608,7 +608,7 @@ AC_ARG_ENABLE(build-format-warnings, AS_HELP_STRING([--disable-build-format-warnings],[don't use -Wformat while building GCC]), [],[enable_build_format_warnings=yes]) AS_IF([test $enable_build_format_warnings = no], - [wf_opt=-Wno-format],[wf_opt=]) + [wf_opt="-Wno-format -Wno-format-security"],[wf_opt=]) ACX_PROG_CXX_WARNING_OPTS( - m4_quote(m4_do([-W -Wall -Wno-narrowing -Wwrite-strings ], + m4_quote(m4_do([-W -Wall -Wno-error=narrowing -Wwrite-strings ], [-Wcast-qual $wf_opt])), --- a/gcc/configure +++ b/gcc/configure -@@ -7160,7 +7160,7 @@ else +@@ -7183,7 +7183,7 @@ else fi if test $enable_build_format_warnings = no; then : @@ -2,9 +2,9 @@ _target=mips64el-linux-gnu pkgname="${_target}-gcc" -pkgver=14.2.0 +pkgver=15.1.0 _majorver="${pkgver%%.*}" -pkgrel=2 +pkgrel=1 pkgdesc='The GNU Compiler Collection - cross compiler for the MIPS64EL target (for the toolchain with GNU C library and multilib ABI)' arch=('x86_64') url='https://gcc.gnu.org/' @@ -19,9 +19,9 @@ options=('!emptydirs' '!strip' 'staticlibs' '!lto' '!debug') source=("https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz"{,.sig} '010-gcc-Wno-format-security.patch' '020-gcc-config-mips-multilib.patch') -sha256sums=('a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9' +sha256sums=('e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea' 'SKIP' - 'ae8f9bc913cef8d538003242d4661fddaf7cf261da17e978c7e7db995c7a1a97' + '85a03b80c6dad57e6ea97e5a7f225a2aaed6911f6fdcee3a800b8decd9044b43' '55f8733c6c8683b4c75aea9d2d55c061cdfbff1f87e066a144dc542576dc6a99') validpgpkeys=('13975A70E63C361C73AE69EF6EEB81F8981C74C7' # Richard Guenther <richard.guenther@gmail.com> 'D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62') # Jakub Jelinek <jakub@redhat.com> |