[arch-commits] Commit in jq/repos (8 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Tue Aug 30 08:37:40 UTC 2016
Date: Tuesday, August 30, 2016 @ 08:37:39
Author: mtorromeo
Revision: 188033
archrelease: copy trunk to community-i686, community-x86_64
Added:
jq/repos/community-i686/ChangeLog
(from rev 188032, jq/trunk/ChangeLog)
jq/repos/community-i686/PKGBUILD
(from rev 188032, jq/trunk/PKGBUILD)
jq/repos/community-x86_64/ChangeLog
(from rev 188032, jq/trunk/ChangeLog)
jq/repos/community-x86_64/PKGBUILD
(from rev 188032, jq/trunk/PKGBUILD)
Deleted:
jq/repos/community-i686/ChangeLog
jq/repos/community-i686/PKGBUILD
jq/repos/community-x86_64/ChangeLog
jq/repos/community-x86_64/PKGBUILD
----------------------------+
/ChangeLog | 22 +++++++++++++
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++++++++++
community-i686/ChangeLog | 11 ------
community-i686/PKGBUILD | 36 ---------------------
community-x86_64/ChangeLog | 11 ------
community-x86_64/PKGBUILD | 36 ---------------------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2016-08-30 08:37:16 UTC (rev 188032)
+++ community-i686/ChangeLog 2016-08-30 08:37:39 UTC (rev 188033)
@@ -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-i686/ChangeLog (from rev 188032, jq/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2016-08-30 08:37:39 UTC (rev 188033)
@@ -0,0 +1,11 @@
+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: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-08-30 08:37:16 UTC (rev 188032)
+++ community-i686/PKGBUILD 2016-08-30 08:37:39 UTC (rev 188033)
@@ -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=4
-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-i686/PKGBUILD (from rev 188032, jq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-30 08:37:39 UTC (rev 188033)
@@ -0,0 +1,36 @@
+# $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"
+}
Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog 2016-08-30 08:37:16 UTC (rev 188032)
+++ community-x86_64/ChangeLog 2016-08-30 08:37:39 UTC (rev 188033)
@@ -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 188032, jq/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2016-08-30 08:37:39 UTC (rev 188033)
@@ -0,0 +1,11 @@
+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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-08-30 08:37:16 UTC (rev 188032)
+++ community-x86_64/PKGBUILD 2016-08-30 08:37:39 UTC (rev 188033)
@@ -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=4
-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 188032, jq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-30 08:37:39 UTC (rev 188033)
@@ -0,0 +1,36 @@
+# $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"
+}
More information about the arch-commits
mailing list