unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42567] [PATCH] gnu: tidy-html: Update to 5.7.28.
@ 2020-07-28  1:31 Michael Rohleder
  2020-07-28  9:17 ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2020-07-28  1:31 UTC (permalink / raw)
  To: 42567


[-- Attachment #1.1: [PATCH] gnu: tidy-html: Update to 5.7.28. --]
[-- Type: text/x-patch, Size: 1398 bytes --]

* gnu/packages/web.scm (tidy-html): Update to 5.7.28.
---
 gnu/packages/web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f40ff911e2..b9c3b7fc43 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
 ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5772,7 +5773,7 @@ used to start services with both privileged and non-privileged port numbers.")
 (define-public tidy-html
   (package
     (name "tidy-html")
-    (version "5.6.0")
+    (version "5.7.28")
     (source
      (origin
        (method git-fetch)
@@ -5782,7 +5783,7 @@ used to start services with both privileged and non-privileged port numbers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0w175c5d1babq0w1zzdzw9gl6iqbgyq58v8587s7srp05y3hwy9k"))))
+         "01k5sqwgcsr26i8031v1yr2r8qcy9a5w7sj800660haszgfbjz2f"))))
     (build-system cmake-build-system)
     (outputs '("out"
                "static"))               ; 1.3MiB of .a files
-- 
2.27.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#42567] [PATCH] gnu: tidy-html: Update to 5.7.28.
  2020-07-28  1:31 [bug#42567] [PATCH] gnu: tidy-html: Update to 5.7.28 Michael Rohleder
@ 2020-07-28  9:17 ` Efraim Flashner
  2020-07-28  9:45   ` Michael Rohleder
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-07-28  9:17 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42567

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

This patch applied in isolation causes libextractor to fail the
test_exiv2 test.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#42567] [PATCH] gnu: tidy-html: Update to 5.7.28.
  2020-07-28  9:17 ` Efraim Flashner
@ 2020-07-28  9:45   ` Michael Rohleder
  2020-07-28 10:00     ` bug#42567: " Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2020-07-28  9:45 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 42567

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

Efraim Flashner <efraim@flashner.co.il> writes:

> This patch applied in isolation causes libextractor to fail the
> test_exiv2 test.

test_exiv2 fails anyway on current master, see #42542

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#42567: [PATCH] gnu: tidy-html: Update to 5.7.28.
  2020-07-28  9:45   ` Michael Rohleder
@ 2020-07-28 10:00     ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2020-07-28 10:00 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42567-done

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

On Tue, Jul 28, 2020 at 11:45:40AM +0200, Michael Rohleder wrote:
> Efraim Flashner <efraim@flashner.co.il> writes:
> 
> > This patch applied in isolation causes libextractor to fail the
> > test_exiv2 test.
> 
> test_exiv2 fails anyway on current master, see #42542

Indeed. Patch pushed.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-28 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  1:31 [bug#42567] [PATCH] gnu: tidy-html: Update to 5.7.28 Michael Rohleder
2020-07-28  9:17 ` Efraim Flashner
2020-07-28  9:45   ` Michael Rohleder
2020-07-28 10:00     ` bug#42567: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).