head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.50 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.48 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.46 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.44 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.42 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.40 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.38 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.36 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.34 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.32 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.30 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.28 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.26 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.24 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.22 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.20 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.18 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.14 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.05.07.18.06.35; author abs; state dead; branches; next 1.1; commitid te0qDm5QcLOGX59F; 1.1 date 2018.03.24.15.40.07; author ryoon; state Exp; branches; next ; commitid D3WV3XmGB5Uy1JvA; desc @@ 1.2 log @Updated www/dillo to 3.1.0 Since the last release 3.0.5 from 2015 a lot of things have happened to the Dillo project. A plot of number of commits over time colored by authors. There is a missing gap from mid 2002 to mid 2008. And from 2017 to end of 2023 there is almost no commits. Here is a short timeline to put things into perspective: - On 2016, the main developer of the layout engine, Sebastian Geerken, passed away - On 2017, the development stopped - On 2019, the last email from Jorge Arellano Cid, the lead developer of Dillo, was recorded by the mailing list - On 2022, the domain dillo.org was lost - On 2024, an attempt to resurrect the project began by Rodrigo Arias Mallo This release contains a lot of changes accumulated from the 2015-2017 period, as well as fixes and small features introduced in 2024. Here is a summary: - Add support for floating HTML elements, which involved a big redesign - Add support for OpenSSL, LibreSSL and mbed TLS for HTTPS, which is now enabled by default - Add a CI pipeline to build Dillo on Ubuntu, MacOS, FreeBSD and Windows (via cygwin) - Add automatic HTML rendering tests - Improve and extend the Dillo manual @ text @$NetBSD: patch-configure,v 1.1 2018/03/24 15:40:07 ryoon Exp $ * Detect OpenSSL 1.1.0 --- configure.orig 2015-06-30 14:07:22.000000000 +0000 +++ configure @@@@ -6018,11 +6018,11 @@@@ cat confdefs.h - <<_ACEOF >conftest.$ac_ #ifdef __cplusplus extern "C" #endif -char SSL_library_init (); +void OPENSSL_config (); int main () { -return SSL_library_init (); +OPENSSL_config (); ; return 0; } @ 1.1 log @Fix ssl option functionality with OpenSSL 1.1.0 @ text @d1 1 a1 1 $NetBSD$ @