summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-08-19 23:50:37 -0300
committerDaniel Bermond2022-08-19 23:50:37 -0300
commit27232b4970387d3908970210b44385557d90df25 (patch)
tree713130ceec2c30f65bf33d96ca4f9e437ac9a12b
parent1338fac9b6af3858b65fd58980982ca389a71581 (diff)
downloadaur-27232b4970387d3908970210b44385557d90df25.tar.gz
Update to version 2.36
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75029f5f7b99..f0e537fd2d4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mips64-linux-gnu-glibc
pkgdesc = GNU C library for the MIPS64 target with multilib ABI
- pkgver = 2.35
+ pkgver = 2.36
pkgrel = 1
url = https://www.gnu.org/software/libc/
arch = any
@@ -13,13 +13,13 @@ pkgbase = mips64-linux-gnu-glibc
options = !strip
options = staticlibs
options = !lto
- source = https://ftp.gnu.org/gnu/glibc/glibc-2.35.tar.xz
- source = https://ftp.gnu.org/gnu/glibc/glibc-2.35.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/glibc/glibc-2.36.tar.xz
+ source = https://ftp.gnu.org/gnu/glibc/glibc-2.36.tar.xz.sig
source = sdt-config.h
source = sdt.h
validpgpkeys = 7273542B39962DF7B299931416792B4EA25340F8
validpgpkeys = BC7C7372637EC10C57D7AA6579C43DFBF1CF2187
- sha256sums = 5123732f6b67ccd319305efd399971d58592122bcc2a6518a1bd2510dd0cf52e
+ sha256sums = 1c959fea240906226062cb4b1e7ebce71a9f0e3c0836c09e7e3423d434fcfe75
sha256sums = SKIP
sha256sums = cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0
sha256sums = 774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70
diff --git a/PKGBUILD b/PKGBUILD
index f2cc1f92eb7c..bd51e9c4b6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-linux-gnu
pkgname="${_target}-glibc"
-pkgver=2.35
+pkgver=2.36
pkgrel=1
pkgdesc='GNU C library for the MIPS64 target with multilib ABI'
arch=('any')
@@ -15,7 +15,7 @@ options=('!emptydirs' '!strip' 'staticlibs' '!lto')
source=("https://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.xz"{,.sig}
'sdt-config.h'
'sdt.h')
-sha256sums=('5123732f6b67ccd319305efd399971d58592122bcc2a6518a1bd2510dd0cf52e'
+sha256sums=('1c959fea240906226062cb4b1e7ebce71a9f0e3c0836c09e7e3423d434fcfe75'
'SKIP'
'cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0'
'774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70')
@@ -66,7 +66,6 @@ build() {
'--disable-werror')
# remove fortify for building libraries
- export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=2/}" # still present in devtools
export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=2/}"
export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=2/}"