List Info

Thread: lynx2.8.7dev.9




lynx2.8.7dev.9
user name
2008-04-27 19:50:26
The current version of lynx is 2.8.6

It's available at
	http://lynx.isc.org/
	ftp://lynx.isc.org/lynx/lynx2.8.6/
2.8.7 Development & patches:
	http://lynx.is
c.org/current/index.html

2008-04-27 (2.8.7dev.9)
* update nl.po, vi.po from
    http://tra
nslationproject.org/latest/lynx/
* additional def7_uni.tbl conversions (patch by Tim
Larson).
* update config.guess (2008-03-12), config.sub (2008-03-08)
* add --enable-gnutls-compat option and associated files to
configure with
  GNU TLS without its gnutls-openssl library, whose newer
versions are
  available only under a restrictive license (reports by
Andreas Metzler,
  Atsuhito Kohda) -TD
* update README.sslcerts -SC
* add POSITIONAL_EDITOR setting to configure editors which
accept a "+line"
  parameter -PBM
* pass a newline after the start of PRE-section in
HTGopher.c to force the
  first newline between records to be seen and cause the
lines to split
  (report by Ciprian Dorin Craciun) -TD
* use TRST_MAXROWSPAN and TRST_MAXCOLSPAN limits in
Stbl_reserveCellsInTable(),
  to help the non-color-style version work with table using
rowspan/colspan
  set to "0", as well as correcting limits from
original 2.8.3dev.14 changes
  (report by George Sigletos) -TD, PBM
* modify behavior of "-nonumbers" option for -dump
so it can be combined with
  -listonly to obtain a list of the URLs without reference
numbers (Debian
  #398283) -TD
* typo in description of SESSION_FILE in lynx.cfg -PBM
* build-fix for WWW version on Windows -TD

-- 
Thomas E. Dickey <dickeyinvisible-island.net>
http://invisible-island.n
et
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: lynx2.8.7dev.9
country flaguser name
Japan
2008-05-05 04:09:34
Hi all,

On Sun, 27 Apr 2008 20:50:26 -0400, Thomas Dickey wrote:

> * add --enable-gnutls-compat option and associated
files to configure with
>   GNU TLS without its gnutls-openssl library, whose
newer versions are
>   available only under a restrictive license (reports
by Andreas Metzler,

I'm not sure if this configure option works correctly or
not.
If I compile lynx with --enable-gnutls-compat and without
--with-gnutls=/usr it looks lynx binary is same as the one
compiled with --without-gnutls.

If I compile lynx with --enable-gnutls-compat and 
--with-gnutls=/usr it looks lynx binary is same as the one
compiled with --with-gnutls=/usr and without 
--enable-gnutls-compat.

How do I misunderstand?  

Regards,			2008-5-5(Mon)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda <kohda AT debian.org>
 Department of Math., Univ. of Tokushima


_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: lynx2.8.7dev.9
country flaguser name
United States
2008-05-05 05:04:12
On Mon, 5 May 2008, Atsuhito Kohda wrote:

> Hi all,
>
> On Sun, 27 Apr 2008 20:50:26 -0400, Thomas Dickey
wrote:
>
>> * add --enable-gnutls-compat option and associated
files to configure with
>>   GNU TLS without its gnutls-openssl library, whose
newer versions are
>>   available only under a restrictive license
(reports by Andreas Metzler,
>
> I'm not sure if this configure option works correctly
or not.
> If I compile lynx with --enable-gnutls-compat and
without
> --with-gnutls=/usr it looks lynx binary is same as the
one
> compiled with --without-gnutls.

I'll check (on my home machine - don't have gnutls at hand
this moment).

If I recall properly, you've been compiling lynx with gnutls
- so it
should "just work".

I used something like

 	configure --without-ssl --with-gnutls

to use the raw gnutls interface, and

 	configure --without-ssl --with-gnutls
--enable-gnutls-compat

to use gnutls with the openssl compatibility library.

Just reading the source, I do see a cut/paste error in the
help-message
(the --enable-gnutls-compat's message says
"--with-gnutls").

>
> If I compile lynx with --enable-gnutls-compat and
> --with-gnutls=/usr it looks lynx binary is same as the
one
> compiled with --with-gnutls=/usr and without
> --enable-gnutls-compat.
>
> How do I misunderstand?
>
> Regards,			2008-5-5(Mon)
>
> -- 
> Debian Developer - much more I18N of Debian
> Atsuhito Kohda <kohda AT debian.org>
> Department of Math., Univ. of Tokushima
>

-- 
Thomas E. Dickey
http://invisible-island.n
et
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: lynx2.8.7dev.9
country flaguser name
United States
2008-05-05 15:37:51
On Mon, 5 May 2008, Thomas Dickey wrote:

> On Mon, 5 May 2008, Atsuhito Kohda wrote:
>
>> Hi all,
>> 
>> On Sun, 27 Apr 2008 20:50:26 -0400, Thomas Dickey
wrote:
>> 
>>> * add --enable-gnutls-compat option and
associated files to configure with
>>>   GNU TLS without its gnutls-openssl library,
whose newer versions are
>>>   available only under a restrictive license
(reports by Andreas Metzler,
>> 
>> I'm not sure if this configure option works
correctly or not.
>> If I compile lynx with --enable-gnutls-compat and
without
>> --with-gnutls=/usr it looks lynx binary is same as
the one
>> compiled with --without-gnutls.
>
> I'll check (on my home machine - don't have gnutls at
hand this moment).

On my home machine I do get the result I expected.
Here are the two ldd outputs:

> ldd lynx
         linux-gate.so.1 =>  (0xffffe000)
         libz.so.1 => /usr/lib/libz.so.1 (0xb7fc0000)
         libbz2.so.1.0 => /lib/libbz2.so.1.0
(0xb7f98000)
         libncurses.so.5 =>
/usr/local/ncurses/lib/libncurses.so.5 (0xb7f4f000)
         libdl.so.2 => /lib/libdl.so.2 (0xb7f4b000)
         libgnutls-openssl.so.26 =>
/usr/lib/libgnutls-openssl.so.26 (0xb7f40000)
         libgnutls.so.26 => /usr/lib/libgnutls.so.26
(0xb7ec7000)
         libcrypt.so.1 => /lib/libcrypt.so.1
(0xb7e95000)
         libc.so.6 => /lib/libc.so.6 (0xb7d60000)
         /lib/ld-linux.so.2 (0xb7fd7000)
         libtasn1.so.3 => /usr/lib/libtasn1.so.3
(0xb7d50000)
         libgcrypt.so.11 => /usr/lib/libgcrypt.so.11
(0xb7ce8000)
         libgpg-error.so.0 => /usr/lib/libgpg-error.so.0
(0xb7ce4000)

> ldd lynx-new
         linux-gate.so.1 =>  (0xffffe000)
         libz.so.1 => /usr/lib/libz.so.1 (0xb7fc9000)
         libbz2.so.1.0 => /lib/libbz2.so.1.0
(0xb7fa1000)
         libncurses.so.5 =>
/usr/local/ncurses/lib/libncurses.so.5 (0xb7f58000)
         libdl.so.2 => /lib/libdl.so.2 (0xb7f54000)
         libgnutls.so.26 => /usr/lib/libgnutls.so.26
(0xb7edb000)
         libcrypt.so.1 => /lib/libcrypt.so.1
(0xb7ea9000)
         libc.so.6 => /lib/libc.so.6 (0xb7d74000)
         libgcrypt.so.11 => /usr/lib/libgcrypt.so.11
(0xb7d0c000)
         /lib/ld-linux.so.2 (0xb7fe0000)
         libtasn1.so.3 => /usr/lib/libtasn1.so.3
(0xb7cfc000)
         libgpg-error.so.0 => /usr/lib/libgpg-error.so.0
(0xb7cf8000)

>
> If I recall properly, you've been compiling lynx with
gnutls - so it
> should "just work".
>
> I used something like
>
> 	configure --without-ssl --with-gnutls
>
> to use the raw gnutls interface, and
>
> 	configure --without-ssl --with-gnutls
--enable-gnutls-compat
>
> to use gnutls with the openssl compatibility library.
>
> Just reading the source, I do see a cut/paste error in
the help-message
> (the --enable-gnutls-compat's message says
"--with-gnutls").
>
>> 
>> If I compile lynx with --enable-gnutls-compat and
>> --with-gnutls=/usr it looks lynx binary is same as
the one
>> compiled with --with-gnutls=/usr and without
>> --enable-gnutls-compat.
>> 
>> How do I misunderstand?
>> 
>> Regards,			2008-5-5(Mon)
>> 
>> -- 
>> Debian Developer - much more I18N of Debian
>> Atsuhito Kohda <kohda AT debian.org>
>> Department of Math., Univ. of Tokushima
>> 
>
> -- 
> Thomas E. Dickey
> http://invisible-island.n
et
> ftp://invisible-island.net
>
>
> _______________________________________________
> Lynx-dev mailing list
> Lynx-devnongnu.org
> htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev
>

-- 
Thomas E. Dickey
http://invisible-island.n
et
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
Lynx-devnongnu.org
htt
p://lists.nongnu.org/mailman/listinfo/lynx-dev

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )