[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Wednesday, March 18, 2020 @ 04:56:32 Author: pierre Revision: 377827 upgpkg: xz 5.2.5-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-03-18 04:53:47 UTC (rev 377826) +++ PKGBUILD2020-03-18 04:56:32 UTC (rev 377827) @@ -2,8 +2,8 @@ # Contributor: François Charette pkgname=xz -pkgver=5.2.4 -pkgrel=3 +pkgver=5.2.5 +pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('x86_64') url='https://tukaani.org/xz/' @@ -10,7 +10,7 @@ license=('GPL' 'LGPL' 'custom') depends=('sh') source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('5ace3264bdd00c65eeec2891346f65e6' +md5sums=('0d270c997aff29708c74d53f599ef717' 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Wednesday, November 13, 2019 @ 17:25:57 Author: foutrelis Revision: 368344 [core] mass rebuild Modified: xz/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-11-13 17:24:54 UTC (rev 368343) +++ PKGBUILD2019-11-13 17:25:57 UTC (rev 368344) @@ -3,7 +3,7 @@ pkgname=xz pkgver=5.2.4 -pkgrel=2 +pkgrel=3 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('x86_64') url='https://tukaani.org/xz/'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Wednesday, November 13, 2019 @ 00:52:17 Author: allan Revision: 368035 upgpkg: xz 5.2.4-2 rebuild with makepkg-5.2 for reproducibile build effort Modified: xz/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-11-13 00:08:54 UTC (rev 368034) +++ PKGBUILD2019-11-13 00:52:17 UTC (rev 368035) @@ -3,7 +3,7 @@ pkgname=xz pkgver=5.2.4 -pkgrel=1 +pkgrel=2 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('x86_64') url='https://tukaani.org/xz/'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Monday, April 30, 2018 @ 03:19:49 Author: pierre Revision: 323161 upgpkg: xz 5.2.4-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-04-29 22:39:07 UTC (rev 323160) +++ PKGBUILD2018-04-30 03:19:49 UTC (rev 323161) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.2.3 +pkgver=5.2.4 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('x86_64') @@ -11,7 +11,7 @@ license=('GPL' 'LGPL' 'custom') depends=('sh') source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('ef68674fb47a8b8e741b34e429d86e9d' +md5sums=('5ace3264bdd00c65eeec2891346f65e6' 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Sunday, August 6, 2017 @ 06:30:10 Author: pierre Revision: 301695 Use HTTPS urls Modified: xz/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-08-06 06:28:00 UTC (rev 301694) +++ PKGBUILD2017-08-06 06:30:10 UTC (rev 301695) @@ -7,11 +7,10 @@ pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') -url='http://tukaani.org/xz/' +url='https://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) md5sums=('ef68674fb47a8b8e741b34e429d86e9d' 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
[arch-commits] Commit in xz/trunk (PKGBUILD logical-op.patch)
Date: Friday, December 30, 2016 @ 14:44:15 Author: pierre Revision: 284981 upgpkg: xz 5.2.3-1 Modified: xz/trunk/PKGBUILD Deleted: xz/trunk/logical-op.patch --+ PKGBUILD | 18 +- logical-op.patch | 50 -- 2 files changed, 5 insertions(+), 63 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-12-30 13:53:59 UTC (rev 284980) +++ PKGBUILD2016-12-30 14:44:15 UTC (rev 284981) @@ -3,8 +3,8 @@ # Contributor: François Charette pkgname=xz -pkgver=5.2.2 -pkgrel=2 +pkgver=5.2.3 +pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -11,19 +11,11 @@ license=('GPL' 'LGPL' 'custom') depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"; -'logical-op.patch') -md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c' - 'SKIP' - '51942446b4d3264e8de2f9676ee94075') +"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +md5sums=('ef68674fb47a8b8e741b34e429d86e9d' + 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') -prepare() { - cd ${srcdir}/${pkgname}-${pkgver} - - patch -p1 -i ${srcdir}/logical-op.patch -} - build() { cd ${srcdir}/${pkgname}-${pkgver} Deleted: logical-op.patch === --- logical-op.patch2016-12-30 13:53:59 UTC (rev 284980) +++ logical-op.patch2016-12-30 14:44:15 UTC (rev 284981) @@ -1,50 +0,0 @@ -From 1b0ac0c53c761263e91e34195cb21dfdcfeac0bd Mon Sep 17 00:00:00 2001 -From: Lasse Collin -Date: Thu, 16 Jun 2016 22:46:02 +0300 -Subject: [PATCH 1/1] xz: Silence warnings from -Wlogical-op. - -Thanks to Evan Nemerson. - src/xz/file_io.c | 12 ++-- - 1 file changed, 10 insertions(+), 2 deletions(-) - -diff --git a/src/xz/file_io.c b/src/xz/file_io.c -index 69cf632..2ca188b 100644 a/src/xz/file_io.c -+++ b/src/xz/file_io.c -@@ -45,6 +45,14 @@ static bool warn_fchown; - # define O_NOCTTY 0 - #endif - -+// Using this macro to silence a warning from gcc -Wlogical-op. -+#if EAGAIN == EWOULDBLOCK -+# define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN) -+#else -+# define IS_EAGAIN_OR_EWOULDBLOCK(e) \ -+ ((e) == EAGAIN || (e) == EWOULDBLOCK) -+#endif -+ - - typedef enum { - IO_WAIT_MORE,// Reading or writing is possible. -@@ -1102,7 +1110,7 @@ io_read(file_pair *pair, io_buf *buf_union, size_t size) - } - - #ifndef TUKLIB_DOSLIKE -- if (errno == EAGAIN || errno == EWOULDBLOCK) { -+ if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { - const io_wait_ret ret = io_wait(pair, - mytime_get_flush_timeout(), - true); -@@ -1190,7 +1198,7 @@ io_write_buf(file_pair *pair, const uint8_t *buf, size_t size) - } - - #ifndef TUKLIB_DOSLIKE -- if (errno == EAGAIN || errno == EWOULDBLOCK) { -+ if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { - if (io_wait(pair, -1, false) == IO_WAIT_MORE) - continue; - --- -1.8.5.5 -
[arch-commits] Commit in xz/trunk (PKGBUILD logical-op.patch)
Date: Sunday, November 20, 2016 @ 09:32:19 Author: pierre Revision: 281649 Fix FS#51775 Added: xz/trunk/logical-op.patch Modified: xz/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- logical-op.patch | 50 ++ 2 files changed, 61 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-20 08:52:29 UTC (rev 281648) +++ PKGBUILD2016-11-20 09:32:19 UTC (rev 281649) @@ -4,7 +4,7 @@ pkgname=xz pkgver=5.2.2 -pkgrel=1 +pkgrel=2 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -11,11 +11,19 @@ license=('GPL' 'LGPL' 'custom') depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"; +'logical-op.patch') md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c' - 'SKIP') + 'SKIP' + '51942446b4d3264e8de2f9676ee94075') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + + patch -p1 -i ${srcdir}/logical-op.patch +} + build() { cd ${srcdir}/${pkgname}-${pkgver} Added: logical-op.patch === --- logical-op.patch(rev 0) +++ logical-op.patch2016-11-20 09:32:19 UTC (rev 281649) @@ -0,0 +1,50 @@ +From 1b0ac0c53c761263e91e34195cb21dfdcfeac0bd Mon Sep 17 00:00:00 2001 +From: Lasse Collin +Date: Thu, 16 Jun 2016 22:46:02 +0300 +Subject: [PATCH 1/1] xz: Silence warnings from -Wlogical-op. + +Thanks to Evan Nemerson. +--- + src/xz/file_io.c | 12 ++-- + 1 file changed, 10 insertions(+), 2 deletions(-) + +diff --git a/src/xz/file_io.c b/src/xz/file_io.c +index 69cf632..2ca188b 100644 +--- a/src/xz/file_io.c b/src/xz/file_io.c +@@ -45,6 +45,14 @@ static bool warn_fchown; + # define O_NOCTTY 0 + #endif + ++// Using this macro to silence a warning from gcc -Wlogical-op. ++#if EAGAIN == EWOULDBLOCK ++# define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN) ++#else ++# define IS_EAGAIN_OR_EWOULDBLOCK(e) \ ++ ((e) == EAGAIN || (e) == EWOULDBLOCK) ++#endif ++ + + typedef enum { + IO_WAIT_MORE,// Reading or writing is possible. +@@ -1102,7 +1110,7 @@ io_read(file_pair *pair, io_buf *buf_union, size_t size) + } + + #ifndef TUKLIB_DOSLIKE +- if (errno == EAGAIN || errno == EWOULDBLOCK) { ++ if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { + const io_wait_ret ret = io_wait(pair, + mytime_get_flush_timeout(), + true); +@@ -1190,7 +1198,7 @@ io_write_buf(file_pair *pair, const uint8_t *buf, size_t size) + } + + #ifndef TUKLIB_DOSLIKE +- if (errno == EAGAIN || errno == EWOULDBLOCK) { ++ if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { + if (io_wait(pair, -1, false) == IO_WAIT_MORE) + continue; + +-- +1.8.5.5 +
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Thursday, October 1, 2015 @ 18:57:38 Author: pierre Revision: 248232 upgpkg: xz 5.2.2-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-01 16:52:04 UTC (rev 248231) +++ PKGBUILD2015-10-01 16:57:38 UTC (rev 248232) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.2.1 +pkgver=5.2.2 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('3e44c766c3fb4f19e348e646fcd5778a' +md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c' 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Thursday, February 26, 2015 @ 18:45:13 Author: pierre Revision: 232005 upgpkg: xz 5.2.1-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-02-26 17:11:27 UTC (rev 232004) +++ PKGBUILD2015-02-26 17:45:13 UTC (rev 232005) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.2.0 +pkgver=5.2.1 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('be585bdf8672e4406632eda3d819e284' +md5sums=('3e44c766c3fb4f19e348e646fcd5778a' 'SKIP') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Saturday, January 10, 2015 @ 07:33:57 Author: pierre Revision: 228873 upgpkg: xz 5.2.0-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-09 20:45:36 UTC (rev 228872) +++ PKGBUILD2015-01-10 06:33:57 UTC (rev 228873) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.8 +pkgver=5.2.0 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('d19507f40e0d904d0a1b7914b173800e' +md5sums=('be585bdf8672e4406632eda3d819e284' 'SKIP') +validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') build() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Friday, December 26, 2014 @ 10:59:22 Author: pierre Revision: 228053 upgpkg: xz 5.0.8-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-12-25 23:20:06 UTC (rev 228052) +++ PKGBUILD2014-12-26 09:59:22 UTC (rev 228053) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.7 +pkgver=5.0.8 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('60449e1c9c0eabefc9c3166e325636e5' +md5sums=('d19507f40e0d904d0a1b7914b173800e' 'SKIP') build() {
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Sunday, September 21, 2014 @ 13:33:51 Author: pierre Revision: 222538 upgpkg: xz 5.0.7-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-09-21 11:07:51 UTC (rev 222537) +++ PKGBUILD2014-09-21 11:33:51 UTC (rev 222538) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.6 +pkgver=5.0.7 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('cf04e9d298d91ec35c47aa19199197a3' +md5sums=('60449e1c9c0eabefc9c3166e325636e5' 'SKIP') build() {
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Monday, September 15, 2014 @ 05:43:27 Author: pierre Revision: 221735 upgpkg: xz 5.0.6-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-09-15 02:38:48 UTC (rev 221734) +++ PKGBUILD2014-09-15 03:43:27 UTC (rev 221735) @@ -3,8 +3,8 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.5 -pkgrel=2 +pkgver=5.0.6 +pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -12,7 +12,7 @@ depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('19d924e066b6fff0bc9d1981b4e53196' +md5sums=('cf04e9d298d91ec35c47aa19199197a3' 'SKIP') build() {
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Sunday, October 20, 2013 @ 15:10:07 Author: pierre Revision: 196854 upgpkg: xz 5.0.5-2 remove static libs Modified: xz/trunk/PKGBUILD --+ PKGBUILD |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-20 13:09:40 UTC (rev 196853) +++ PKGBUILD2013-10-20 13:10:07 UTC (rev 196854) @@ -4,13 +4,12 @@ pkgname=xz pkgver=5.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh') -options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) md5sums=('19d924e066b6fff0bc9d1981b4e53196'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Sunday, June 30, 2013 @ 21:49:37 Author: pierre Revision: 189224 upgpkg: xz 5.0.5-1 Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-30 19:42:10 UTC (rev 189223) +++ PKGBUILD2013-06-30 19:49:37 UTC (rev 189224) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.4 +pkgver=5.0.5 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('df3df690aef18384e1e031be7ec3a964' - '6e203465ee9b8f646d85cf84755e2b32') +md5sums=('19d924e066b6fff0bc9d1981b4e53196' + 'SKIP') build() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in xz/trunk (PKGBUILD compile-fix.patch)
Date: Friday, June 22, 2012 @ 12:39:22 Author: pierre Revision: 162175 upgpkg: xz 5.0.4-1 upstream update Modified: xz/trunk/PKGBUILD Deleted: xz/trunk/compile-fix.patch ---+ PKGBUILD | 13 + compile-fix.patch | 28 2 files changed, 5 insertions(+), 36 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-22 16:31:40 UTC (rev 162174) +++ PKGBUILD2012-06-22 16:39:22 UTC (rev 162175) @@ -3,8 +3,8 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.3 -pkgrel=2 +pkgver=5.0.4 +pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -12,15 +12,12 @@ depends=('sh') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"; -'compile-fix.patch') -md5sums=('fefe52f9ecd521de2a8ce38c21a27574' - 'd0725667a6dae0853194dc691e900e26' - 'b74e4f7793848cc5765c848ea30f971f') +"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +md5sums=('df3df690aef18384e1e031be7ec3a964' + '6e203465ee9b8f646d85cf84755e2b32') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -p1 -i ${srcdir}/compile-fix.patch ./configure --prefix=/usr \ --disable-rpath \ Deleted: compile-fix.patch === --- compile-fix.patch 2012-06-22 16:31:40 UTC (rev 162174) +++ compile-fix.patch 2012-06-22 16:39:22 UTC (rev 162175) @@ -1,28 +0,0 @@ -From 7db6bdf4abcf524115be2cf5659ed540cef074c5 Mon Sep 17 00:00:00 2001 -From: Lasse Collin -Date: Tue, 10 Jan 2012 17:13:03 +0200 -Subject: [PATCH] Tests: Fix a compiler warning with _FORTIFY_SOURCE. - -Reported here: -http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/4927385 - tests/create_compress_files.c |3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/tests/create_compress_files.c b/tests/create_compress_files.c -index 44367d8..bd5b4ef 100644 a/tests/create_compress_files.c -+++ b/tests/create_compress_files.c -@@ -79,7 +79,8 @@ static void - write_abc(FILE *file) - { - for (size_t i = 0; i < 12345; ++i) -- fwrite("abc\n", 4, 1, file); -+ if (fwrite("abc\n", 4, 1, file) != 1) -+ exit(1); - } - - --- -1.7.6 -
[arch-commits] Commit in xz/trunk (PKGBUILD compile-fix.patch)
Date: Friday, March 30, 2012 @ 12:40:43 Author: pierre Revision: 154764 upgpkg: xz 5.0.3-2 rebuild old package; cleanup; add compile-fix Added: xz/trunk/compile-fix.patch Modified: xz/trunk/PKGBUILD ---+ PKGBUILD | 12 ++-- compile-fix.patch | 28 2 files changed, 34 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-03-30 16:39:38 UTC (rev 154763) +++ PKGBUILD2012-03-30 16:40:43 UTC (rev 154764) @@ -4,23 +4,23 @@ pkgname=xz pkgver=5.0.3 -pkgrel=1 +pkgrel=2 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh') -provides=('lzma' 'lzma-utils' 'xz-utils') -replaces=('lzma' 'lzma-utils' 'xz-utils') -conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"; +'compile-fix.patch') md5sums=('fefe52f9ecd521de2a8ce38c21a27574' - 'd0725667a6dae0853194dc691e900e26') + 'd0725667a6dae0853194dc691e900e26' + 'b74e4f7793848cc5765c848ea30f971f') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch -p1 -i ${srcdir}/compile-fix.patch ./configure --prefix=/usr \ --disable-rpath \ Added: compile-fix.patch === --- compile-fix.patch (rev 0) +++ compile-fix.patch 2012-03-30 16:40:43 UTC (rev 154764) @@ -0,0 +1,28 @@ +From 7db6bdf4abcf524115be2cf5659ed540cef074c5 Mon Sep 17 00:00:00 2001 +From: Lasse Collin +Date: Tue, 10 Jan 2012 17:13:03 +0200 +Subject: [PATCH] Tests: Fix a compiler warning with _FORTIFY_SOURCE. + +Reported here: +http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/4927385 +--- + tests/create_compress_files.c |3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +diff --git a/tests/create_compress_files.c b/tests/create_compress_files.c +index 44367d8..bd5b4ef 100644 +--- a/tests/create_compress_files.c b/tests/create_compress_files.c +@@ -79,7 +79,8 @@ static void + write_abc(FILE *file) + { + for (size_t i = 0; i < 12345; ++i) +- fwrite("abc\n", 4, 1, file); ++ if (fwrite("abc\n", 4, 1, file) != 1) ++ exit(1); + } + + +-- +1.7.6 +
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Tuesday, November 1, 2011 @ 01:45:03 Author: pierre Revision: 141644 add gpg signature for source file Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-01 05:42:30 UTC (rev 141643) +++ PKGBUILD2011-11-01 05:45:03 UTC (rev 141644) @@ -14,8 +14,10 @@ replaces=('lzma' 'lzma-utils' 'xz-utils') conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('fefe52f9ecd521de2a8ce38c21a27574') +source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"; +"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +md5sums=('fefe52f9ecd521de2a8ce38c21a27574' + 'd0725667a6dae0853194dc691e900e26') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Saturday, May 21, 2011 @ 13:48:29 Author: pierre Revision: 124452 upgpkg: xz 5.0.3-1 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-05-21 11:41:13 UTC (rev 124451) +++ PKGBUILD2011-05-21 17:48:29 UTC (rev 124452) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.2 +pkgver=5.0.3 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ replaces=('lzma' 'lzma-utils' 'xz-utils') conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('870d0e6fec3b710903371defb48a2fad') +source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('fefe52f9ecd521de2a8ce38c21a27574') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Friday, April 1, 2011 @ 10:53:10 Author: pierre Revision: 117397 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-01 13:10:40 UTC (rev 117396) +++ PKGBUILD2011-04-01 14:53:10 UTC (rev 117397) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.1 +pkgver=5.0.2 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('85d15b01a405616a888d09e19fb40f31') +md5sums=('870d0e6fec3b710903371defb48a2fad') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' @@ -26,11 +26,14 @@ ./configure --prefix=/usr \ --disable-rpath \ --enable-werror - sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool - sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make } +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Saturday, January 29, 2011 @ 20:13:49 Author: pierre Revision: 108133 upgpkg: xz 5.0.1-1 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-01-29 23:58:27 UTC (rev 108132) +++ PKGBUILD2011-01-30 01:13:49 UTC (rev 108133) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -pkgver=5.0.0 +pkgver=5.0.1 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ replaces=('lzma' 'lzma-utils' 'xz-utils') conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('f3c0706d100ad2b6d63327584d026c50') +source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('85d15b01a405616a888d09e19fb40f31') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Monday, October 25, 2010 @ 01:57:12 Author: pierre Revision: 96828 upgpkg: xz 5.0.0-1 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-10-25 01:39:24 UTC (rev 96827) +++ PKGBUILD2010-10-25 05:57:12 UTC (rev 96828) @@ -3,8 +3,7 @@ # Contributor: François Charette pkgname=xz -_snapshot=4.999.9beta-212-gacbc -pkgver=${_snapshot//-/_} +pkgver=5.0.0 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -15,14 +14,14 @@ replaces=('lzma' 'lzma-utils' 'xz-utils') conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') -source=("http://tukaani.org/${pkgname}/${pkgname}-${_snapshot}.tar.gz";) -md5sums=('9b475359622f67aea6774139585d5e33') +source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('f3c0706d100ad2b6d63327584d026c50') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' build() { - cd ${srcdir}/${pkgname}-${_snapshot} + cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ --disable-rpath \ @@ -33,7 +32,7 @@ } package() { - cd ${srcdir}/${pkgname}-${_snapshot} + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -d -m755 ${pkgdir}/usr/share/licenses/xz/ ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Friday, October 15, 2010 @ 07:01:58 Author: pierre Revision: 95117 upgpkg: xz 4.999.9beta_212_gacbc-1 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-10-15 10:57:22 UTC (rev 95116) +++ PKGBUILD2010-10-15 11:01:58 UTC (rev 95117) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=xz -_snapshot=4.999.9beta-174-g41bc +_snapshot=4.999.9beta-212-gacbc pkgver=${_snapshot//-/_} pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' @@ -16,7 +16,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${_snapshot}.tar.gz";) -md5sums=('3979abaf503f1d282ac77d2727384297') +md5sums=('9b475359622f67aea6774139585d5e33') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' @@ -25,7 +25,6 @@ cd ${srcdir}/${pkgname}-${_snapshot} ./configure --prefix=/usr \ - --enable-dynamic \ --disable-rpath \ --enable-werror sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Thursday, September 9, 2010 @ 05:48:27 Author: pierre Revision: 90222 upgpkg: xz 4.999.9beta_174_g41bc-1 another upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-09-09 09:34:36 UTC (rev 90221) +++ PKGBUILD2010-09-09 09:48:27 UTC (rev 90222) @@ -3,9 +3,9 @@ # Contributor: François Charette pkgname=xz -pkgver=4.999.9beta -_snapshot=172-ge6ad -pkgrel=7 +_snapshot=4.999.9beta-174-g41bc +pkgver=${_snapshot//-/_} +pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -15,14 +15,14 @@ replaces=('lzma' 'lzma-utils' 'xz-utils') conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') -source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}-${_snapshot}.tar.gz";) -md5sums=('b56259eece368735ddc84eca3cece305') +source=("http://tukaani.org/${pkgname}/${pkgname}-${_snapshot}.tar.gz";) +md5sums=('3979abaf503f1d282ac77d2727384297') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' build() { - cd ${srcdir}/${pkgname}-$pkgver-${_snapshot} + cd ${srcdir}/${pkgname}-${_snapshot} ./configure --prefix=/usr \ --enable-dynamic \ @@ -34,7 +34,7 @@ } package() { - cd ${srcdir}/${pkgname}-$pkgver-${_snapshot} + cd ${srcdir}/${pkgname}-${_snapshot} make DESTDIR=${pkgdir} install install -d -m755 ${pkgdir}/usr/share/licenses/xz/ ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Monday, September 6, 2010 @ 13:52:35 Author: pierre Revision: 90037 upgpkg: xz 4.999.9beta-7 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-09-06 17:37:51 UTC (rev 90036) +++ PKGBUILD2010-09-06 17:52:35 UTC (rev 90037) @@ -4,8 +4,8 @@ pkgname=xz pkgver=4.999.9beta -_snapshot=168-g8c7d -pkgrel=6 +_snapshot=172-ge6ad +pkgrel=7 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -16,7 +16,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}-${_snapshot}.tar.gz";) -md5sums=('c39c7ae07c1ae5b76b20a78e37358a1e') +md5sums=('b56259eece368735ddc84eca3cece305') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Sunday, September 5, 2010 @ 09:34:30 Author: pierre Revision: 89947 upgpkg: xz 4.999.9beta-6 ipstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-09-05 13:27:56 UTC (rev 89946) +++ PKGBUILD2010-09-05 13:34:30 UTC (rev 89947) @@ -4,8 +4,8 @@ pkgname=xz pkgver=4.999.9beta -_snapshot=143-g3e49 -pkgrel=5 +_snapshot=168-g8c7d +pkgrel=6 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -16,7 +16,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}-${_snapshot}.tar.gz";) -md5sums=('9e5a42d2b5277d8d71405d065120bd4e') +md5sums=('c39c7ae07c1ae5b76b20a78e37358a1e') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Friday, June 11, 2010 @ 04:40:21 Author: pierre Revision: 82447 upgpkg: xz 4.999.9beta-5 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-06-11 07:11:20 UTC (rev 82446) +++ PKGBUILD2010-06-11 08:40:21 UTC (rev 82447) @@ -4,8 +4,8 @@ pkgname=xz pkgver=4.999.9beta -_snapshot=142-gd8b4 -pkgrel=4 +_snapshot=143-g3e49 +pkgrel=5 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -16,7 +16,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}-${_snapshot}.tar.gz";) -md5sums=('d72381a74bfbf4f20f3511bc3d92d27d') +md5sums=('9e5a42d2b5277d8d71405d065120bd4e') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz'
[arch-commits] Commit in xz/trunk (PKGBUILD)
Date: Friday, June 11, 2010 @ 03:10:35 Author: pierre Revision: 82444 upgpkg: xz 4.999.9beta-4 upstream update Modified: xz/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-06-11 06:44:02 UTC (rev 82443) +++ PKGBUILD2010-06-11 07:10:35 UTC (rev 82444) @@ -4,8 +4,8 @@ pkgname=xz pkgver=4.999.9beta -_snapshot=124-gb637 -pkgrel=3 +_snapshot=142-gd8b4 +pkgrel=4 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' @@ -16,7 +16,7 @@ conflicts=('lzma' 'lzma-utils' 'xz-utils') options=('!libtool') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}-${_snapshot}.tar.gz";) -md5sums=('db46d16a317ccbd432031ae95def6650') +md5sums=('d72381a74bfbf4f20f3511bc3d92d27d') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' @@ -26,7 +26,8 @@ ./configure --prefix=/usr \ --enable-dynamic \ - --disable-rpath + --disable-rpath \ + --enable-werror sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make