[arch-commits] Commit in musl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Jan 19 01:36:02 UTC 2021
Date: Tuesday, January 19, 2021 @ 01:36:00
Author: spupykin
Revision: 823647
archrelease: copy trunk to community-x86_64
Added:
musl/repos/community-x86_64/PKGBUILD
(from rev 823646, musl/trunk/PKGBUILD)
Deleted:
musl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 +++++++++++++++++++++++++++----------------------------------
1 file changed, 36 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-19 01:35:50 UTC (rev 823646)
+++ PKGBUILD 2021-01-19 01:36:00 UTC (rev 823647)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: TJ Vanderpoel <tj at rubyists>
-
-pkgname=musl
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Lightweight implementation of C standard library'
-arch=('x86_64')
-url='https://www.musl-libc.org/'
-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')
-
-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 \
- --exec-prefix=/usr \
- --enable-wrapper=all
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # configure syslibdir with /lib for PT_INTERP compat, but install to /usr/lib
- mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
- rmdir "$pkgdir"/lib
-
- install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
- install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}
Copied: musl/repos/community-x86_64/PKGBUILD (from rev 823646, musl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-19 01:36:00 UTC (rev 823647)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: TJ Vanderpoel <tj at rubyists>
+
+pkgname=musl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('x86_64')
+url='https://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr/lib/musl \
+ --exec-prefix=/usr \
+ --enable-wrapper=all
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # configure syslibdir with /lib for PT_INTERP compat, but install to /usr/lib
+ mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+ rmdir "$pkgdir"/lib
+
+ install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+ install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}
More information about the arch-commits
mailing list