libunwind: 1.6.2 -> 1.7.2

This commit is contained in:
Tim Biermann 2023-08-18 22:57:01 +02:00
parent 32b3bbac0e
commit 7035bda265
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/V7XkuODRRMdQJi2sSTgEut1W2E/8xUbffnFeaXkUMygRDy9wxJI9s6GrVfkRXasj5a3Icavc+55isULkSDNgw4=
SHA256 (Pkgfile) = 6036c9c2f937149b3d4d697e54c1026e31350df5a7d56cc9049ead040c2a11c3
RWSE3ohX2g5d/YulhKELTeh2PzvWeCbORbLqADfxrT4aGOXbkbNM401enu5Be1/uq++S8sPGOXTGrDf/jiPy6QWiQr6CuoeRygk=
SHA256 (Pkgfile) = 37d524889292ba6cee9a5a0cf36a2fab1983c9b6854b8f4498d19fba9c9f4a60
SHA256 (.footprint) = 21fb2e3aeb10a11a296b5484aed9cbda6da727232feef1dc8508baae719989d9
SHA256 (libunwind-1.6.2.tar.gz) = 4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976
SHA256 (libunwind-1.7.2.tar.gz) = c76c4f340071ede486af6342d50e17747f7b0db1c05077c8f7c677c09b324f73

View File

@ -1,17 +1,17 @@
# Description: Portable and efficient API to determine the call-chain of a program
# URL: https://savannah.nongnu.org/projects/libunwind
# URL: https://github.com/libunwind/libunwind/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
# Optional: texlive
name=libunwind
version=1.6.2
version=1.7.2
release=1
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
source=(https://github.com/libunwind/libunwind/releases/download/v$version/libunwind-$version.tar.gz)
build() {
cd $name-$version
autoreconf -fvi
./configure --prefix=/usr \
--enable-documentation
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool