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

Evgeniy Alekseev arcanis at archlinux.org
Mon Nov 12 06:23:10 UTC 2018


    Date: Monday, November 12, 2018 @ 06:23:09
  Author: arcanis
Revision: 406401

upgpkg: jq 1.6-1

Modified:
  jq/trunk/ChangeLog
  jq/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   15 ++++-----------
 2 files changed, 7 insertions(+), 11 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2018-11-11 23:12:42 UTC (rev 406400)
+++ ChangeLog	2018-11-12 06:23:09 UTC (rev 406401)
@@ -1,3 +1,6 @@
+1.6-1:
+upstream update
+
 1.5-6:
 oniguruma rebuild
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-11 23:12:42 UTC (rev 406400)
+++ PKGBUILD	2018-11-12 06:23:09 UTC (rev 406401)
@@ -3,8 +3,8 @@
 # Contributor: Kars Wang <jaklsy at gmail dot com>
 
 pkgname=jq
-pkgver=1.5
-pkgrel=6
+pkgver=1.6
+pkgrel=1
 pkgdesc='Command-line JSON processor'
 arch=('x86_64')
 url='http://stedolan.github.io/jq/'
@@ -11,17 +11,10 @@
 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")
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
 changelog=ChangeLog
-sha512sums=('4a0bb069ae875f47731d7d84ae6b82240703dc7a694cfb0aee4c7e9639defe7ba9af575d17dc32bda4426b80c186cc8dcd4505f3a6bcbe16b39e9b13097da238'
-            'a247d7bd9ba7186d475852f7f41be1974071a4c27a1b358b80912bab19463df24b5ed5210172c84d205f8a390f0718bc834b8ca9672f9a192dc947e92d4e5f19')
+sha512sums=('f5ae8be558ca2ff15324c378d623106b74bd0823be50835e23548584aa1eb24eb81f8f054693d5d3fe44f157d0735c5f0f40b9f21899ba068f2a11d1345ace19')
 
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -p2 -i "${srcdir}/cve-2015-8863.patch"
-}
-
 build() {
     cd "${pkgname}-${pkgver}"
     ./configure --prefix=/usr



More information about the arch-commits mailing list