Date: Wednesday, September 5, 2018 @ 06:48:05 Author: eworm Revision: 333420
upgpkg: curl 7.61.1-1 new upstream release Modified: curl/trunk/PKGBUILD Deleted: curl/trunk/0001-header-output-switch-off-all-styles-not-just-unbold.patch ----------------------------------------------------------------+ 0001-header-output-switch-off-all-styles-not-just-unbold.patch | 30 ---------- PKGBUILD | 21 ++----- 2 files changed, 6 insertions(+), 45 deletions(-) Deleted: 0001-header-output-switch-off-all-styles-not-just-unbold.patch =================================================================== --- 0001-header-output-switch-off-all-styles-not-just-unbold.patch 2018-09-05 06:14:53 UTC (rev 333419) +++ 0001-header-output-switch-off-all-styles-not-just-unbold.patch 2018-09-05 06:48:05 UTC (rev 333420) @@ -1,30 +0,0 @@ -From 48ba5ea4618a88ce9b3a4dbb51a0d8311936d308 Mon Sep 17 00:00:00 2001 -From: Daniel Stenberg <[email protected]> -Date: Thu, 12 Jul 2018 11:04:00 +0200 -Subject: [PATCH] header output: switch off all styles, not just unbold - -... the "unbold" sequence doesn't work on the mac Terminal. - -Reported-by: Zero King -Fixes #2736 -Closes #2738 ---- - src/tool_cb_hdr.c | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/src/tool_cb_hdr.c b/src/tool_cb_hdr.c -index 88ce5e13b8..6419b72048 100644 ---- a/src/tool_cb_hdr.c -+++ b/src/tool_cb_hdr.c -@@ -42,7 +42,10 @@ static char *parse_filename(const char *ptr, size_t len); - #define BOLDOFF - #else - #define BOLD "\x1b[1m" --#define BOLDOFF "\x1b[21m" -+/* Switch off bold by settting "all attributes off" since the explicit -+ bold-off code (21) isn't supported everywhere - like in the mac -+ Terminal. */ -+#define BOLDOFF "\x1b[0m" - #endif - - /* Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 06:14:53 UTC (rev 333419) +++ PKGBUILD 2018-09-05 06:48:05 UTC (rev 333420) @@ -6,8 +6,8 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=curl -pkgver=7.61.0 -pkgrel=2 +pkgver=7.61.1 +pkgrel=1 pkgdesc="An URL retrieval utility and library" arch=('x86_64') url="https://curl.haxx.se" @@ -15,20 +15,11 @@ depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 'libnghttp2') provides=('libcurl.so') options=('strip' 'debug') -source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} - '0001-header-output-switch-off-all-styles-not-just-unbold.patch') -sha512sums=('e55193d1893e7619c8a599299bc030db1307260b19803d01983d4229820e3da8afd274eaee9c5be57911591ffe1fe44ac10d2da38f2d3d3204d8ce9df8d06a93' - 'SKIP' - 'af8df41040778853bef695f0d1cde78efbb907a5f49bd596393096791daa90fccc556a9e8701a7ab8db379fbefe27fffc590c95f33b0917406c1fe16a036281d') -validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg - '914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg (old key) +source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}) +sha512sums=('6469a3ff27623826bf29a9256ba730ae0a5135c20b27377027554e19ed26be6d0225db0101b60e7f12aa22d55eccaa53f4015414ef5736ee6002c6d780ed513f' + 'SKIP') +validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg -prepare() { - cd "$pkgname-$pkgver" - - patch -Np1 < ../0001-header-output-switch-off-all-styles-not-just-unbold.patch -} - build() { cd "$pkgname-$pkgver"
