[arch-commits] Commit in lrzip/repos/community-x86_64 (PKGBUILD PKGBUILD)

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Thu May 26 19:28:31 UTC 2022


    Date: Thursday, May 26, 2022 @ 19:28:30
  Author: artafinde
Revision: 1210680

archrelease: copy trunk to community-x86_64

Added:
  lrzip/repos/community-x86_64/PKGBUILD
    (from rev 1210679, lrzip/trunk/PKGBUILD)
Deleted:
  lrzip/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 43 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-26 19:24:41 UTC (rev 1210679)
+++ PKGBUILD	2022-05-26 19:28:30 UTC (rev 1210680)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: graysky <graysky at archlinux.us>
-# Contributor: <kastor at fobos.org.ar>
-
-pkgname=lrzip
-pkgver=0.651
-pkgrel=1
-pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
-url='https://github.com/ckolivas/lrzip'
-license=('GPL')
-arch=('x86_64')
-depends=('lzo')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  CFLAGS="$CFLAGS -fomit-frame-pointer"
-  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
-
-  ./autogen.sh --prefix=/usr "$flags"
-  make
-}
-
-check() {
-  make -C "$pkgname" -k check
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install-strip
-}
-
-# vim: ts=2 sw=2 et:
-# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog

Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 1210679, lrzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-26 19:28:30 UTC (rev 1210680)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: graysky <graysky at archlinux.us>
+# Contributor: <kastor at fobos.org.ar>
+
+pkgname=lrzip
+pkgver=0.651
+pkgrel=2
+pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
+url='https://github.com/ckolivas/lrzip'
+license=('GPL')
+arch=('x86_64')
+depends=('lzo')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/lrzip#tag=v${pkgver}"
+        "${pkgname}-${pkgver}-CVE-2018-5786.patch::https://github.com/ckolivas/lrzip/commit/3495188cd8f2215a9feea201f3e05c1341ed95fb.patch")
+sha256sums=('SKIP'
+            '8573ff8dd049c91cd0e6d754683e889ae439119cb9e738241dedd369c280a6fc')
+
+prepare() {
+  cd "${pkgname}"
+  patch -Np1 < "../${pkgname}-${pkgver}-CVE-2018-5786.patch"
+}
+
+build() {
+  cd "${pkgname}"
+
+  CFLAGS="$CFLAGS -fomit-frame-pointer"
+  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
+
+  ./autogen.sh --prefix=/usr "$flags"
+  make
+}
+
+check() {
+  make -C "${pkgname}" -k check
+}
+
+package() {
+  make -C "${pkgname}" DESTDIR="${pkgdir}" install-strip
+}
+
+# vim: ts=2 sw=2 et:
+# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog



More information about the arch-commits mailing list