[arch-commits] Commit in jq/repos/community-x86_64 (4 files)

Evgeniy Alekseev arcanis at archlinux.org
Tue Mar 20 10:53:37 UTC 2018


    Date: Tuesday, March 20, 2018 @ 10:53:36
  Author: arcanis
Revision: 309572

archrelease: copy trunk to community-x86_64

Added:
  jq/repos/community-x86_64/ChangeLog
    (from rev 309571, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
    (from rev 309571, jq/trunk/PKGBUILD)
Deleted:
  jq/repos/community-x86_64/ChangeLog
  jq/repos/community-x86_64/PKGBUILD

-----------+
 ChangeLog |   25 +++++++++++---------
 PKGBUILD  |   73 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 51 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2018-03-20 10:53:04 UTC (rev 309571)
+++ ChangeLog	2018-03-20 10:53:36 UTC (rev 309572)
@@ -1,11 +0,0 @@
-1.5-4:
-fix CVE-2015-8863 (FS#50330)
-
-1.5-2:
-add oniguruma for regexp support
-
-1.5-1:
-upstream update
-
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-x86_64/ChangeLog (from rev 309571, jq/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2018-03-20 10:53:36 UTC (rev 309572)
@@ -0,0 +1,14 @@
+1.5-6:
+oniguruma rebuild
+
+1.5-4:
+fix CVE-2015-8863 (FS#50330)
+
+1.5-2:
+add oniguruma for regexp support
+
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-20 10:53:04 UTC (rev 309571)
+++ PKGBUILD	2018-03-20 10:53:36 UTC (rev 309572)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Alex Chamberlain <alex at alexchamberlain dot co dot uk>
-# Contributor: Kars Wang <jaklsy at gmail dot com>
-
-pkgname=jq
-pkgver=1.5
-pkgrel=5
-pkgdesc='Command-line JSON processor'
-arch=('i686' 'x86_64')
-url='http://stedolan.github.io/jq/'
-license=('MIT')
-depends=('glibc' 'oniguruma')
-makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "cve-2015-8863.patch::https://github.com/stedolan/jq/commit/8eb1367ca44e772963e704a700ef72ae2e12babd.patch")
-changelog=ChangeLog
-md5sums=('0933532b086bd8b6a41c1b162b1731f9'
-         '104f363774c8f312943db55a4dd59ac6')
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -p2 -i "${srcdir}/cve-2015-8863.patch"
-}
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" prefix=/usr install
-    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: jq/repos/community-x86_64/PKGBUILD (from rev 309571, jq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-20 10:53:36 UTC (rev 309572)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Alex Chamberlain <alex at alexchamberlain dot co dot uk>
+# Contributor: Kars Wang <jaklsy at gmail dot com>
+
+pkgname=jq
+pkgver=1.5
+pkgrel=6
+pkgdesc='Command-line JSON processor'
+arch=('x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc' 'oniguruma')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "cve-2015-8863.patch::https://github.com/stedolan/jq/commit/8eb1367ca44e772963e704a700ef72ae2e12babd.patch")
+changelog=ChangeLog
+sha512sums=('4a0bb069ae875f47731d7d84ae6b82240703dc7a694cfb0aee4c7e9639defe7ba9af575d17dc32bda4426b80c186cc8dcd4505f3a6bcbe16b39e9b13097da238'
+            'a247d7bd9ba7186d475852f7f41be1974071a4c27a1b358b80912bab19463df24b5ed5210172c84d205f8a390f0718bc834b8ca9672f9a192dc947e92d4e5f19')
+
+prepare() {
+    cd "${pkgname}-${pkgver}"
+    patch -p2 -i "${srcdir}/cve-2015-8863.patch"
+}
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" prefix=/usr install
+    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list