From 573112d4c95387508fb8ae251f1194899c9cd4a9 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 20 Apr 2022 01:29:35 -0500 Subject: system/musl: bump to official 1.2.3 release. --- system/musl/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'system/musl/APKBUILD') diff --git a/system/musl/APKBUILD b/system/musl/APKBUILD index d333ecfe2..ab12e0196 100644 --- a/system/musl/APKBUILD +++ b/system/musl/APKBUILD @@ -1,8 +1,7 @@ # Maintainer: A. Wilcox pkgname=musl -pkgver=1.2.3_pre1 -pkgrel=1 -pkgdate=20211129 +pkgver=1.2.3 +pkgrel=0 pkgdesc="System library (libc) implementation" url="https://www.musl-libc.org/" arch="all" @@ -22,7 +21,7 @@ nolibc) ;; triggers="$pkgname-utils.trigger=/etc/ld.so.conf.d" ;; esac -source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver-$pkgdate.tar.xz +source="https://musl.libc.org/releases/musl-${pkgver}.tar.gz amalgamation.patch 3001-make-real-lastlog-h.patch handle-aux-at_base.patch @@ -33,7 +32,6 @@ source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver-$pkgdate.tar.x getent.c iconv.c " -builddir="$srcdir/$pkgname-$pkgver-$pkgdate" # secfixes: # 1.1.15-r4: @@ -121,7 +119,7 @@ utils() { install -D -m755 "$srcdir"/ldconfig "$subpkgdir"/sbin } -sha512sums="b8a9790a79571854a0a95cb4fcc2dcc9f705879fafdb9c3ec7088dd72649b60449a8370df9337a734af7198a39337684a7662d2ce411d284ca435ad597b900fc musl-1.2.3_pre1-20211129.tar.xz +sha512sums="9332f713d3eb7de4369bc0327d99252275ee52abf523ee34b894b24a387f67579787f7c72a46cf652e090cffdb0bc3719a4e7b84dca66890b6a37f12e8ad089c musl-1.2.3.tar.gz f7b05d8c5f804ba3ad6998b3de5fa4d9dfceac4aca63dd67298c2d5f27cdd28a91eba74f6e428c258323da80635dd333bae2c47ff918894797cba92bd5700909 amalgamation.patch 88ae443dbb8e0a4368235bdc3a1c5c7b718495afa75e06deb8e01becc76cb1f0d6964589e2204fc749c9c1b3190b8b9ac1ae2c0099cab8e2ce3ec877103d4332 3001-make-real-lastlog-h.patch 1f4e9aea5a546015c75f77aa0dec10d56fc14831ccc15cf71ff27fc15ac5230ffeadb382ebe1c87c1ea07a462620e16ed01cd36252d997d1a9c2af11cb5c9ff3 handle-aux-at_base.patch -- cgit v1.2.3-70-g09d2