all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49859] [PATCH] gnu: Remove dillo.
@ 2021-08-04  1:08 Leo Famulari
  2021-08-04  1:20 ` [bug#49859] [PATCH 1/6] gnu: Remove pidentd Leo Famulari
  2021-08-04  1:29 ` [bug#49859] Remove packages that depend on unsupported old OpenSSL releases Leo Famulari
  0 siblings, 2 replies; 21+ messages in thread
From: Leo Famulari @ 2021-08-04  1:08 UTC (permalink / raw)
  To: 49859

As discussed in <https://bugs.gnu.org/46602>, Dillo does not include a
supported implementation of TLS / HTTPS, and there does not seem to be
any activity upstream to improve that.

* gnu/packages/web-browsers.scm (dillo): Remove variable.
---
 gnu/packages/web-browsers.scm | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index bd5ed1b5ac..6e011e8b14 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -147,37 +147,6 @@ management, extensions such as advertisement blocker and colorful tabs.")
     (home-page "https://www.midori-browser.org")
     (license license:lgpl2.1+)))
 
-(define-public dillo
-  (package
-    (name "dillo")
-    (version "3.0.5")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://www.dillo.org/download/"
-                                  "dillo-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "12ql8n1lypv3k5zqgwjxlw1md90ixz3ag6j1gghfnhjq3inf26yv"))))
-    (build-system gnu-build-system)
-    (arguments `(#:configure-flags '("--enable-ssl" "--enable-ipv6")))
-    (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("fltk" ,fltk)
-              ("fontconfig" ,fontconfig)
-              ("libjpeg" ,libjpeg-turbo)
-              ("libpng" ,libpng)
-              ("libxcursor" ,libxcursor)
-              ("libxft" ,libxft)
-              ("libxi" ,libxi)
-              ("libxinerama" ,libxinerama)
-              ("openssl" ,openssl-1.0) ;XXX try latest openssl for dillo > 3.0.5
-              ("perl" ,perl)
-              ("zlib" ,zlib)))
-    (synopsis "Very small and fast graphical web browser")
-    (description "Dillo is a minimalistic web browser particularly intended for
-older or slower computers and embedded systems.")
-    (home-page "https://www.dillo.org")
-    (license license:gpl3+)))
-
 (define-public links
   (package
     (name "links")
-- 
2.32.0





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

end of thread, other threads:[~2021-08-15 22:11 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  1:08 [bug#49859] [PATCH] gnu: Remove dillo Leo Famulari
2021-08-04  1:20 ` [bug#49859] [PATCH 1/6] gnu: Remove pidentd Leo Famulari
2021-08-04  1:20   ` [bug#49859] [PATCH 2/6] gnu: Remove cadaver Leo Famulari
2021-08-04  1:20   ` [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot Leo Famulari
2021-08-04  2:42     ` Julien Lepiller
2021-08-04  2:53       ` Leo Famulari
2021-08-04  2:58         ` Julien Lepiller
2021-08-04  3:21           ` Leo Famulari
2021-08-04 16:29             ` Leo Famulari
2021-08-05  8:11               ` Efraim Flashner
2021-08-11 14:08                 ` [bug#49859] Remove packages that depend on unsupported old OpenSSL releases Ludovic Courtès
2021-08-11 15:18                   ` Giovanni Biscuolo
2021-08-11 17:52                     ` Leo Famulari
2021-08-12 17:24                       ` Giovanni Biscuolo
2021-08-15 22:10                       ` bug#49859: " Leo Famulari
2021-08-11 18:13           ` [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot Pierre Langlois
2021-08-04  3:01         ` Leo Famulari
2021-08-04  1:20   ` [bug#49859] [PATCH 4/6] gnu: Remove eschalot Leo Famulari
2021-08-04  1:20   ` [bug#49859] [PATCH 5/6] gnu: Remove psyclpc Leo Famulari
2021-08-04  1:20   ` [bug#49859] [PATCH 6/6] gnu: Remove tlsdate Leo Famulari
2021-08-04  1:29 ` [bug#49859] Remove packages that depend on unsupported old OpenSSL releases Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.