emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60604: closed ([PATCH] gnu: castor: Fix compilation.)


From: GNU bug Tracking System
Subject: bug#60604: closed ([PATCH] gnu: castor: Fix compilation.)
Date: Tue, 31 Jan 2023 22:13:01 +0000

Your message dated Tue, 31 Jan 2023 23:12:10 +0100
with message-id <87zg9ys69x.fsf@gnu.org>
and subject line Re: bug#60604: [PATCH] gnu: castor: Fix compilation.
has caused the debbugs.gnu.org bug report #60604,
regarding [PATCH] gnu: castor: Fix compilation.
to be marked as done.

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


-- 
60604: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60604
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: castor: Fix compilation. Date: Fri, 6 Jan 2023 13:09:26 -0600
Castor no longer compiles with latest packaged LibreSSL; latest
OpenSSL, however, does compile.

* gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dcb7b3872a..befca3fc90 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6543,7 +6543,7 @@ (define-public castor
            cairo
            gdk-pixbuf
            gtk+
-           libressl
+           openssl-3.0
            pango))
     (home-page "https://git.sr.ht/~julienxx/castor";)
     (synopsis "Graphical client for plain-text protocols")

base-commit: 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#60604: [PATCH] gnu: castor: Fix compilation. Date: Tue, 31 Jan 2023 23:12:10 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Lilah Tascheter <lilah@lunabee.space> skribis:

> Castor no longer compiles with latest packaged LibreSSL; latest
> OpenSSL, however, does compile.
>
> * gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]