GNU bug report logs - #76366
[PATCH] gnu: xssproxy: Update to 1.1.1.

Previous Next

Package: guix-patches;

Reported by: Jussi Timperi <jussi.timperi <at> iki.fi>

Date: Mon, 17 Feb 2025 16:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76366: closed ([PATCH] gnu: xssproxy: Update to 1.1.1.)
Date: Wed, 26 Mar 2025 21:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Mar 2025 22:47:44 +0100
with message-id <87zfh7ihvj.fsf <at> gnu.org>
and subject line Re: [bug#76366] [PATCH] gnu: xssproxy: Update to 1.1.1.
has caused the debbugs.gnu.org bug report #76366,
regarding [PATCH] gnu: xssproxy: Update to 1.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76366: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jussi Timperi <jussi.timperi <at> iki.fi>
To: guix-patches <at> gnu.org
Cc: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: [PATCH] gnu: xssproxy: Update to 1.1.1.
Date: Mon, 17 Feb 2025 18:00:07 +0200
* gnu/packages/xdisorg.scm (xssproxy): Update to 1.1.1.
[source]<url>: https://github.com/timakro/xssproxy now permanently
redirects to https://github.com/vincentbernat/xssproxy.
[license]: Switch to expat.

Change-Id: Id8f940bf623959151c5c9e9adb014b4629ea994c
---
 gnu/packages/xdisorg.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 8c05247836..f865847545 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1948,16 +1948,16 @@ (define-public xscreensaver
 (define-public xssproxy
   (package
     (name "xssproxy")
-    (version "1.0.0")
+    (version "1.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/timakro/xssproxy")
+                    (url "https://github.com/vincentbernat/xssproxy")
                     (commit (string-append "v" version))))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7"))))
+                "19i5npmbd2kbs96wp2bb79crlwkcf9n0n8cd4v1myvczb0iwbz1q"))))
     (build-system gnu-build-system)
     (arguments `(#:make-flags `("bindir=/bin"
                                 "man1dir=/share/man/man1"
@@ -1977,7 +1977,7 @@ (define-public xssproxy
 controlled using the XScreenSaverSuspend function from the Xss (X11 Screen
 Saver extension) library.")
     (home-page "https://github.com/timakro/xssproxy")
-    (license license:gpl3+)))
+    (license license:expat)))
 
 (define-public xsel
   ;; The 1.2.0 release no longer compiles with GCC 8 and upper, see:

base-commit: 959a88e6f426b274694d4bce83375707434656d2
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Jussi Timperi <jussi.timperi <at> iki.fi>
Cc: 76366-done <at> debbugs.gnu.org
Subject: Re: [bug#76366] [PATCH] gnu: xssproxy: Update to 1.1.1.
Date: Wed, 26 Mar 2025 22:47:44 +0100
Jussi Timperi <jussi.timperi <at> iki.fi> skribis:

> * gnu/packages/xdisorg.scm (xssproxy): Update to 1.1.1.
> [source]<url>: https://github.com/timakro/xssproxy now permanently
> redirects to https://github.com/vincentbernat/xssproxy.
> [license]: Switch to expat.
>
> Change-Id: Id8f940bf623959151c5c9e9adb014b4629ea994c

Applied, thanks!


This bug report was last modified 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.