[arch-commits] Commit in musl/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Jan 19 01:35:52 UTC 2021


    Date: Tuesday, January 19, 2021 @ 01:35:50
  Author: spupykin
Revision: 823646

upgpkg: musl 1.2.2-1

Modified:
  musl/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-19 01:35:41 UTC (rev 823645)
+++ PKGBUILD	2021-01-19 01:35:50 UTC (rev 823646)
@@ -3,8 +3,8 @@
 # Contributor: TJ Vanderpoel <tj at rubyists>
 
 pkgname=musl
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('x86_64')
 url='https://www.musl-libc.org/'
@@ -11,19 +11,10 @@
 license=('MIT')
 options=('staticlibs' '!buildflags')
 validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc}
-        "CVE-2020-28928.patch::https://git.musl-libc.org/cgit/musl/patch/?id=3ab2a4e02682df1382955071919d8aa3c3ec40d4")
-sha256sums=('68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b'
-            'SKIP'
-            '179b6e83f5277bbbad78a8fd19e47099da4d233cc11a4439485e640ddc756b2d')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd'
+            'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#68685 - [musl][security] 1.2.1-1: CVE-2020-28928: wcsnrtombs destination buffer overflow
-  patch -p1 -i ../CVE-2020-28928.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr/lib/musl \



More information about the arch-commits mailing list