Dillo-dev
By thread
dillo-dev@mailman3.com
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1997 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1996 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1995 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 1 participants
- 11668 messages
Re: dns over tls or dns over https
by Rodrigo Arias
Hi,
On Sat, Jun 01, 2024 at 01:27:07PM -0600, pastebin(a)gmx.com wrote:
>Hi
>
>could someone give me an idea about dillo using 'dns over tls' or 'dns
>over https'? or using dnssec?
The mobilized fork has added support for it, as it is provided by
libcurl (which they have switched to):
> 20240522: New tarball. To enable DNS-over-HTTPS (DoH), you can now set
> the preference dns_over_https_url.
https://www.toomanyatoms.com/software/mobilized_dillo.html
My recommendation is to setup a local resolver on your machine, so all
name resolution is handled by it, not just Dillo. Then you can use
whatever mechanism you want (DoH, DoT, DNSSEC...).
This would be especially useful if you download a file with Dillo, as it
would launch an external wget process. Or if you use any plugin that
performs network operations on its own.
Here are some docs (even if you don't use Arch):
https://wiki.archlinux.org/title/DNS-over-HTTPS
https://wiki.archlinux.org/title/DNSSEC
I didn't check on my own how well that works, but I would rather keep it
out of Dillo if posible.
>what about dillo using mbed-tls vs openssl?
>the configuration only shows a --disable-mbedtls
The DNS resolution is done prior to interacting with any TLS library.
There is also a --disable-openssl switch to search for mbed TLS only,
see ./configure --help.
Best,
Rodrigo.
June 1, 2024
dns over tls or dns over https
by pastebinï¼ gmx.com
Hi
could someone give me an idea about dillo using 'dns over tls' or 'dns over https'? or using dnssec?
what about dillo using mbed-tls vs openssl?
the configuration only shows a --disable-mbedtls
June 1, 2024
Re: it is nice to see dillo reborn
by pastebinï¼ gmx.com
Hi Rodrigo
I passed my emissions better than last years numbers - now i can pollute the environment with a smile that i complied with their silly money making scheme
here are the replies
On Tue, 28 May 2024 22:45:06 +0200
Rodrigo Arias <rodarima(a)gmail.com> wrote:
> Hi,
>
> On Mon, May 27, 2024 at 04:14:15PM -0600, pastebin(a)gmx.com wrote:
> >i have saved 140 emails from 2019-2022 in (2) tar.bz2 files (total
> >780K) your archive seems to be missing my posts :) which are in these
> >as well
> >i would have no idea about sending them to the archive.org but what
> >about sending them to you directly rather then through the mailing
> >list?
> >they are in indivdual files just tarred up sylpheed folder dirs not in
> >mbox format
>
> Yes, you can send them to my email. Not sure what format sylpheed uses,
> but I will try to convert them to mbox and merge what is missing.
see my private email to you
> >my only problems with 3.0.5 where changes in the size of 'dialog'
> >popups that affected other popup sizes (i will be more specific when
> >they next occur)
> >there appears to be one 'size' that applies to all popups? am i
> >correct?
>
> Not sure what size are you referring to, is this an option in dillorc?
see attached pngs
1.png 'save page as file' dialog - dialog size i want
2.png 'save page as file' dialog - file already exists - dialog size i want
3.png 'file exists' dialog - is the same size as 'save page as file' dialog - the size is to large for what i want so if i reduce the dimensions - the next 'save page as file' dialog i get will be to small (the same size as what i made the 'file exists' dialog
dillo saves one dimension size for the two dialog boxes
maybe 2 separate size dimensions for 'save page as file' and 'file exists' dialog
> >I've been compiling source since early red hat and it never dawned on
> >me that running ./configure is as dangerouse as hacked source itself -
> >if the source is not trusted then neither is the ./configure - thanks
> >for straightening me out on a decade old basic false assumption i've
> >had (YIKES!)
>
> :-)
>
> >My changes from 3.0.5 to my 3.1 are largely cosmetic prefernces (local
> >loading of help file vs getting it over the web when click '?'
>
> This is the default[1] but the manual has been updated heavily. If the
> local file cannot be opened, the remote version[2] is tried.
>
> [1]:https://github.com/dillo-browser/dillo/blob/v3.1.0/src/ui.cc#L240-L255
> [2]:https://dillo-browser.github.io/user_help.html
>
> >and adding duckduck to primary search choice when click 'magnifying
> >glass'
>
> This is also the default now.
since they are now the default they are moot for dillo-3.1.0
src.IO.about.c
/* i3.0.5 modification
" <a href='http://www.dillo.org/dillo3-help.html'>\n" */
" <a href='file://root/.dillo/help/dillo3-help.html'>\n"
src.prefs.c
/* 3.0.5 modification
#define PREFS_SEARCH_URL "https://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" */
#define PREFS_SEARCH_URL "http://duckduckgo.com/lite/?kp=-1&q=%s"
src.menu.cc
/* 3.0.5 modification
a_UIcmd_open_urlstr(popup_bw, "http://www.dillo.org/help/bug_meter.html"); */
a_UIcmd_open_urlstr(popup_bw, "file:/root/.dillo/bugmeter/bug_meter.html");
src.ui.cc
/* 3.0.5 modification
a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo3-help.html"); */
a_UIcmd_open_urlstr(bw, "file://root/.dillo/help/dillo3-help.html");
-
-
do don't get ssl dialog warning when connecting to https site and does connection
src.IO.tls.c
/* 3.0.5 modification
choice = a_Dialog_choice(title, dialog_warning_msg, "Continue",
"Cancel", NULL);
if (choice == 1) {
ret = 0;
} */
ret = 0;
dFree(dialog_warning_msg);
}
}
dFree(title);
-
src.prefs.c
/* 3.0.5 modification
#define PREFS_HOME "http://www.dillo.org/" */
#define PREFS_HOME ""
src.ui.cc
/* 3.0.5 modification
StatusOutput->value("http://www.dillo.org"); */
StatusOutput->value("");
-
src.menu.cc
/* 3.0.5 modification
static Menu_popup_data_t page_data = {"Page menu", NULL, pm}; */
static Menu_popup_data_t page_data = {NULL, NULL, pm};
src.menu.cc
/* 3.0.5 modification
static Menu_popup_data_t image_data = {"Image menu", NULL, pm}; */
static Menu_popup_data_t image_data = {NULL, NULL, pm};
src.menu.cc
/* 3.0.5 modification
static Menu_popup_data_t form_data = {"Form menu", NULL, pm}; */
static Menu_popup_data_t form_data = {NULL, NULL, pm};
---
> >and changing position of dialog buttons i will post them in case
> >someone else wants them -
>
> This may be useful, as sometimes they open in weird positions.
i didn't do this for 3.0.5 (just for earlier versions - i forgot to do it for 3.0.5 and it was okay :)
June 1, 2024
Re: it is nice to see dillo reborn
by pastebinï¼ gmx.com
Hi Rodrigo
sorry about the delay - i can send the emails to you (see below) and the pngs (see below) and button position changes to the mailing list as soon as i pass my state car emissions test - i have until friday 5/31/24 to prevent a $120.00 fine it seems - i think they also mentioned i could just donate the car to charity - but right now i'm the chartity who wants the car most - a new rotor and cap and spark plug wires appear to be in order here
> On Mon, May 27, 2024 at 04:14:15PM -0600, pastebin(a)gmx.com wrote:
> >i have saved 140 emails from 2019-2022 in (2) tar.bz2 files (total
> >780K) your archive seems to be missing my posts :) which are in these
> >as well
> >i would have no idea about sending them to the archive.org but what
> >about sending them to you directly rather then through the mailing
> >list?
> >they are in indivdual files just tarred up sylpheed folder dirs not in
> >mbox format
>
> Yes, you can send them to my email. Not sure what format sylpheed uses,
> but I will try to convert them to mbox and merge what is missing.
it looks like i can export the dirs to 'unix mbox' format in sylpheed itself
i will tar.gz them and send them to you sometime this week as soon as i can
> >my only problems with 3.0.5 where changes in the size of 'dialog'
> >popups that affected other popup sizes (i will be more specific when
> >they next occur)
> >there appears to be one 'size' that applies to all popups? am i
> >correct?
>
> Not sure what size are you referring to, is this an option in dillorc?
it is the size of any 'dialog' box that affects the size of all other boxes after that - some dialogs i like small and others i want bigger
but if i change the one i want bigger to bigger - then the one i want smaller also becomes bigger and vice versa - leading to a horrible cirular situation :)
i will send pngs to the mailing list when i do some testing
> This is the default[1] but the manual has been updated heavily. If the
> local file cannot be opened, the remote version[2] is tried.
>
> [1]:https://github.com/dillo-browser/dillo/blob/v3.1.0/src/ui.cc#L240-L255
> [2]:https://dillo-browser.github.io/user_help.html
>
> >and adding duckduck to primary search choice when click 'magnifying
> >glass'
>
> This is also the default now.
defaults based on smart and intelligent use are always good ;)
> >and changing position of dialog buttons i will post them in case
> >someone else wants them -
>
> This may be useful, as sometimes they open in weird positions.
i will also send as soon as possible
>
> Best,
> Rodrigo.
> _______________________________________________
> Dillo-dev mailing list -- dillo-dev(a)mailman3.com
> To unsubscribe send an email to dillo-dev-leave(a)mailman3.com
May 29, 2024
Re: it is nice to see dillo reborn
by Rodrigo Arias
Hi,
On Mon, May 27, 2024 at 04:14:15PM -0600, pastebin(a)gmx.com wrote:
>i have saved 140 emails from 2019-2022 in (2) tar.bz2 files (total
>780K) your archive seems to be missing my posts :) which are in these
>as well
>i would have no idea about sending them to the archive.org but what
>about sending them to you directly rather then through the mailing
>list?
>they are in indivdual files just tarred up sylpheed folder dirs not in
>mbox format
Yes, you can send them to my email. Not sure what format sylpheed uses,
but I will try to convert them to mbox and merge what is missing.
>my only problems with 3.0.5 where changes in the size of 'dialog'
>popups that affected other popup sizes (i will be more specific when
>they next occur)
>there appears to be one 'size' that applies to all popups? am i
>correct?
Not sure what size are you referring to, is this an option in dillorc?
>I've been compiling source since early red hat and it never dawned on
>me that running ./configure is as dangerouse as hacked source itself -
>if the source is not trusted then neither is the ./configure - thanks
>for straightening me out on a decade old basic false assumption i've
>had (YIKES!)
:-)
>My changes from 3.0.5 to my 3.1 are largely cosmetic prefernces (local
>loading of help file vs getting it over the web when click '?'
This is the default[1] but the manual has been updated heavily. If the
local file cannot be opened, the remote version[2] is tried.
[1]:https://github.com/dillo-browser/dillo/blob/v3.1.0/src/ui.cc#L240-L255
[2]:https://dillo-browser.github.io/user_help.html
>and adding duckduck to primary search choice when click 'magnifying
>glass'
This is also the default now.
>and changing position of dialog buttons i will post them in case
>someone else wants them -
This may be useful, as sometimes they open in weird positions.
Best,
Rodrigo.
May 28, 2024
Re: it is nice to see dillo reborn
by pastebinï¼ gmx.com
Thank you Rodrigo for the pgp/signing info - i have now installed the dillo-3.1.0 and it installed and runs fine
On Mon, 27 May 2024 22:41:16 +0200
Rodrigo Arias <rodarima(a)gmail.com> wrote:
> Hi,
>
> On Mon, May 27, 2024 at 12:52:12PM -0600, pastebin(a)gmx.com wrote:
> >Hello dillo-dev mailing list,
> >
> >i was able to successfully import into sylpheed what appears to be a
> >complete mbox of the old original dillo.org mailing list and the new
> >mailman3.com mailing list - (thank you very much for this work and
> >setting up the new mailman3.com mailing list)
>
> If you happen to have an old archive I would like to get a copy, as
> there are some segments of time with missing attachments or other
> problems. I tried to put it together as best as I could from the copies
> I could get from the web. You can upload it to archive.org to avoid
> sending large files to the ML.
i have saved 140 emails from 2019-2022 in (2) tar.bz2 files (total 780K) your archive seems to be missing my posts :) which are in these as well
i would have no idea about sending them to the archive.org but what about sending them to you directly rather then through the mailing list?
they are in indivdual files just tarred up sylpheed folder dirs not in mbox format
> >i have reposted my 5/11/24 post to the old (dead) dillo.org mailing
> >list to this list
> >
> >i am glad to see dillo being reborn - it is my main http/https browser
> >(i use w3m and curl and seamonkey as needed)
>
> Glad to see Dillo is still being used :-)
>
> >---
> >
> >To: dillo-dev(a)dillo.org
> >Subject: dillo-3.1.0
> >Date: Sat, 11 May 2024 16:00:22 -0600
> >
> >Hi
> >
> >i just saw this on slashdot
> >https://tech.slashdot.org/story/24/05/11/1348216/lightweight-dillo-browser-…
> >
> >and downloaded dillo-3.1.0.tar.bz2 from (https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0…)
> >configure --enable-ssl --disable-ipv6 (--enable-ssl from dillo-3.0.5 is deprecated in dillo-3.1.0) (
>
> The --enable-ssl flag is renamed to --enable-tls and is now enabled by
> default.
>
> >checking FLTK 1.3... yes
> >checking for libpng version... 1.6.37
> >configure: Using OpenSSL as TLS library.
> >checking for pthread_create in -lpthread... yes
> >
> >make good
> >make install didn't do
> >
> >
> >but because of many known questions of github vulnerability problems (i
> >no longer get any source from github - except this one time)
>
> You don't need to trust GitHub, both the tarball and the release tag are
> signed with my GPG key:
>
> % gpg --keyserver keys.openpgp.org --recv-keys 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
> gpg: key 3EE6BA977EB2A253: "Rodrigo Arias Mallo <rodarima(a)gmail.com>" 1 new signature
> gpg: Total number processed: 1
> gpg: new signatures: 1
>
> % gpg --verify dillo-3.1.0.tar.gz.asc dillo-3.1.0.tar.gz
> gpg: Signature made 2024-05-04T22:12:49 CEST
> gpg: using RSA key 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
> gpg: Good signature from "Rodrigo Arias Mallo <rodarima(a)gmail.com>" [ultimate]
>
> % git tag -v v3.1.0
> object 995ed3bd934484df7cfc437324f1eea2202d179b
> type commit
> tag v3.1.0
> tagger Rodrigo Arias Mallo <rodarima(a)gmail.com> 1714853597 +0200
>
> Release version 3.1.0
> gpg: Signature made 2024-05-04T22:13:25 CEST
> gpg: using RSA key 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
> gpg: issuer "rodarima(a)gmail.com"
> gpg: Good signature from "Rodrigo Arias Mallo <rodarima(a)gmail.com>" [ultimate]
>
> GitHub has not had the chance to write anything to the repository
> silently. Changes are merged from the command line using git, as I don't
> trust the web PR merge button.
>
> >i didn't install it or run it until i can go over the code myself or
> >someone also does a security check of the source code (added 5/27/24
> >this is only a reflection on the github problems and not on anyone
> >coding dillo)
>
> If you find any issues, please report them here so we can fix them. I
> tried my best to improve Dillo, but I may have also accidentally
> introduced new bugs (as with any piece of software).
my only problems with 3.0.5 where changes in the size of 'dialog' popups that affected other popup sizes (i will be more specific when they next occur)
there appears to be one 'size' that applies to all popups? am i correct?
if they occur with the dillo-3.1.0 i will report what i find
> Keep in mind that running the configure itself is dangerous if you don't
> trust the source.
I've been compiling source since early red hat and it never dawned on me that running ./configure is as dangerouse as hacked source itself - if the source is not trusted then neither is the ./configure - thanks for straightening me out on a decade old basic false assumption i've had (YIKES!)
>
> If you don't trust doing `make install` as root, you can use the
> --prefix=/foo/bar flag to install Dillo in a path were your user can
> write (instead of /usr/local), then you don't need root to install it.
> You will only need to `export PATH=$PATH:/boo/bar/bin` to get the Dillo
> binaries in your PATH.
>
> >i have done my own dillo-3.1 from dillo-3.0.5
>
> Do you mean you have some patches of your own? It would be nice if you
> can share them if that is the case.
My changes from 3.0.5 to my 3.1 are largely cosmetic prefernces (local loading of help file vs getting it over the web when click '?' and adding duckduck to primary search choice when click 'magnifying glass' and changing position of dialog buttons
i will post them in case someone else wants them -
> >i will also wait to test the configure option
> >--enable-html-tests Enable HTML tests (requires xvfb, xwd and imagemagick)
>
> Those tests check that Dillo renders a test page pixel-by-pixel
> identical to a reference page and are designed to catch regressions.
> They are not required for general use of the browser.
>
> Best,
> Rodrigo.
> _______________________________________________
> Dillo-dev mailing list -- dillo-dev(a)mailman3.com
> To unsubscribe send an email to dillo-dev-leave(a)mailman3.com
May 27, 2024
Re: it is nice to see dillo reborn
by Rodrigo Arias
Hi,
On Mon, May 27, 2024 at 12:52:12PM -0600, pastebin(a)gmx.com wrote:
>Hello dillo-dev mailing list,
>
>i was able to successfully import into sylpheed what appears to be a
>complete mbox of the old original dillo.org mailing list and the new
>mailman3.com mailing list - (thank you very much for this work and
>setting up the new mailman3.com mailing list)
If you happen to have an old archive I would like to get a copy, as
there are some segments of time with missing attachments or other
problems. I tried to put it together as best as I could from the copies
I could get from the web. You can upload it to archive.org to avoid
sending large files to the ML.
>i have reposted my 5/11/24 post to the old (dead) dillo.org mailing
>list to this list
>
>i am glad to see dillo being reborn - it is my main http/https browser
>(i use w3m and curl and seamonkey as needed)
Glad to see Dillo is still being used :-)
>---
>
>To: dillo-dev(a)dillo.org
>Subject: dillo-3.1.0
>Date: Sat, 11 May 2024 16:00:22 -0600
>
>Hi
>
>i just saw this on slashdot
>https://tech.slashdot.org/story/24/05/11/1348216/lightweight-dillo-browser-…
>
>and downloaded dillo-3.1.0.tar.bz2 from (https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0…)
>configure --enable-ssl --disable-ipv6 (--enable-ssl from dillo-3.0.5 is deprecated in dillo-3.1.0) (
The --enable-ssl flag is renamed to --enable-tls and is now enabled by
default.
>checking FLTK 1.3... yes
>checking for libpng version... 1.6.37
>configure: Using OpenSSL as TLS library.
>checking for pthread_create in -lpthread... yes
>
>make good
>make install didn't do
>
>
>but because of many known questions of github vulnerability problems (i
>no longer get any source from github - except this one time)
You don't need to trust GitHub, both the tarball and the release tag are
signed with my GPG key:
% gpg --keyserver keys.openpgp.org --recv-keys 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
gpg: key 3EE6BA977EB2A253: "Rodrigo Arias Mallo <rodarima(a)gmail.com>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
% gpg --verify dillo-3.1.0.tar.gz.asc dillo-3.1.0.tar.gz
gpg: Signature made 2024-05-04T22:12:49 CEST
gpg: using RSA key 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
gpg: Good signature from "Rodrigo Arias Mallo <rodarima(a)gmail.com>" [ultimate]
% git tag -v v3.1.0
object 995ed3bd934484df7cfc437324f1eea2202d179b
type commit
tag v3.1.0
tagger Rodrigo Arias Mallo <rodarima(a)gmail.com> 1714853597 +0200
Release version 3.1.0
gpg: Signature made 2024-05-04T22:13:25 CEST
gpg: using RSA key 32E65EC501A1B6FDF8190D293EE6BA977EB2A253
gpg: issuer "rodarima(a)gmail.com"
gpg: Good signature from "Rodrigo Arias Mallo <rodarima(a)gmail.com>" [ultimate]
GitHub has not had the chance to write anything to the repository
silently. Changes are merged from the command line using git, as I don't
trust the web PR merge button.
>i didn't install it or run it until i can go over the code myself or
>someone also does a security check of the source code (added 5/27/24
>this is only a reflection on the github problems and not on anyone
>coding dillo)
If you find any issues, please report them here so we can fix them. I
tried my best to improve Dillo, but I may have also accidentally
introduced new bugs (as with any piece of software).
Keep in mind that running the configure itself is dangerous if you don't
trust the source.
If you don't trust doing `make install` as root, you can use the
--prefix=/foo/bar flag to install Dillo in a path were your user can
write (instead of /usr/local), then you don't need root to install it.
You will only need to `export PATH=$PATH:/boo/bar/bin` to get the Dillo
binaries in your PATH.
>i have done my own dillo-3.1 from dillo-3.0.5
Do you mean you have some patches of your own? It would be nice if you
can share them if that is the case.
>i will also wait to test the configure option
>--enable-html-tests Enable HTML tests (requires xvfb, xwd and imagemagick)
Those tests check that Dillo renders a test page pixel-by-pixel
identical to a reference page and are designed to catch regressions.
They are not required for general use of the browser.
Best,
Rodrigo.
May 27, 2024
it is nice to see dillo reborn
by pastebinï¼ gmx.com
Hello dillo-dev mailing list,
i was able to successfully import into sylpheed what appears to be a complete mbox of the old original dillo.org mailing list and the new mailman3.com mailing list - (thank you very much for this work and setting up the new mailman3.com mailing list)
i have reposted my 5/11/24 post to the old (dead) dillo.org mailing list to this list
i am glad to see dillo being reborn - it is my main http/https browser (i use w3m and curl and seamonkey as needed)
---
To: dillo-dev(a)dillo.org
Subject: dillo-3.1.0
Date: Sat, 11 May 2024 16:00:22 -0600
Hi
i just saw this on slashdot
https://tech.slashdot.org/story/24/05/11/1348216/lightweight-dillo-browser-…
and downloaded dillo-3.1.0.tar.bz2 from (https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0…)
configure --enable-ssl --disable-ipv6 (--enable-ssl from dillo-3.0.5 is deprecated in dillo-3.1.0) (
checking FLTK 1.3... yes
checking for libpng version... 1.6.37
configure: Using OpenSSL as TLS library.
checking for pthread_create in -lpthread... yes
make good
make install didn't do
but because of many known questions of github vulnerability problems (i no longer get any source from github - except this one time) i didn't install it or run it until i can go over the code myself or someone also does a security check of the source code (added 5/27/24 this is only a reflection on the github problems and not on anyone coding dillo)
i have done my own dillo-3.1 from dillo-3.0.5
i will also wait to test the configure option
--enable-html-tests Enable HTML tests (requires xvfb, xwd and imagemagick)
May 27, 2024
Re: Dillo 3.1.0 on Mac OS X Tiger
by Rodrigo Arias
Hi,
On Sun, May 05, 2024 at 09:48:29PM +0100, Sevan Janiyan wrote:
>Attached is a screenshot taken today of Dillo 3.1.0 running on Mac OS
>X Tiger 10.4, linked against latest versions of OpenSSL 3.2, zlib,
>libpng, libjpeg. :)
>
>
>Sevan
Thanks! I added it to the gallery:
https://dillo-browser.github.io/gallery/
Best,
Rodrigo.
May 8, 2024
Dillo 3.1.0 on Mac OS X Tiger
by Sevan Janiyan
Attached is a screenshot taken today of Dillo 3.1.0 running on Mac OS X
Tiger 10.4, linked against latest versions of OpenSSL 3.2, zlib, libpng,
libjpeg. :)
Sevan
May 5, 2024