Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Brain damage is all in your head. -- Karl Lehenbauer


devel / comp.os.msdos.djgpp / ANNOUNCE: DJGPP port of GNU IDN library 1.38 uploaded

SubjectAuthor
o ANNOUNCE: DJGPP port of GNU IDN library 1.38 uploadedJuan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp-announce@delorie.com]

1
ANNOUNCE: DJGPP port of GNU IDN library 1.38 uploaded

<202111121954.1ACJsOF5021237@delorie.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=113&group=comp.os.msdos.djgpp#113

  copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!backlog3.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 12 Nov 2021 13:54:56 -0600
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <202111121954.1ACJsOF5021237@delorie.com>
Date: Fri, 12 Nov 2021 18:08:00 +0100
From: djgpp-an...@delorie.com (Juan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp-announce@delorie.com])
To: djgpp-announce@delorie.com
Subject: ANNOUNCE: DJGPP port of GNU IDN library 1.38 uploaded
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
X-Mailing-List: djgpp-announce@delorie.com
X-Unsubscribes-To: listserv@delorie.com
Precedence: bulk
Errors-To: nobody@delorie.com
X-Mailing-List: djgpp@delorie.com
X-Unsubscribes-To: listserv@delorie.com
Precedence: bulk
Newsgroups: comp.os.msdos.djgpp
Organization: None provided
DJ-Gateway: from mailing list djgpp@delorie.com
Lines: 139
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-JmckhYGomPevyJ+EYQ7O7y306L+bn3rtfQXhk5M6MvmlrRV+bXDmVys2UCF/VDaFl+FpLxzAXZlzZs3!vEcJPP63dRCR4FjIxD3i9YrosRbGMxV8h2P5L90VTwTEdB/kjzB3j+DoIEiije0LEqQ=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 6586
X-Received-Bytes: 6797
 by: Juan Manuel Guerrero - Fri, 12 Nov 2021 17:08 UTC

This is a port of GNU IDN library 1.38 to MSDOS/DJGPP.

Libidn, the GNU IDN library, is a fully documented implementation of the
Stringprep, Punycode and IDNA specifications. The library's purpose is
to encode and decode internationalized domain name strings.

DJGPP specific changes.
=======================

- The source archive that has been used to create this port can be
downloaded as:
ftp://ftp.gnu.org/gnu/libidn/libidn-1.38.tar.gz

- There are no djgpp specific user visible changes.

- To build and use this port, a port of the iconv library is required.
It is available at ftp.delorie.com and mirrors as:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/licv116b.zip
This is not optional. The library and the binary do some recoding
of strings between some imput character set and an output character
set. If these products have not been compiled with iconv then only
ASCII input will be possible, but in that case the usage of the lib
would be pontless anyway. The input character set to be used must
be specified by setting the environment variable named CHARSET.
If that variable is not set then again ASCII is assumed and only
the characters less than 128 will be translated. For all others,
the applications will abort with an corresponding error message.
For most western/latin european countries the correct value of
CHARSET will be CP850. For other regions, the used DOS code page
must be specified as used character set.

- The port has been configured and compiled on WinXP SP3 and Win98SE.
There is no guarantee that this may be possible with any other DOS-
like OS. Due to the use of long file names it will not be possible
neither to configure nor to compile without LFN support. The port
has been compiled using gcc346 and bnu2351b.

- The port has been tested by using it. I have used them only on WinXP
and Win98SE. It has worked flawlessly. I do not konw if this will
ever be the case on FreeDOS. I have never used/tested them in that
environment.

- Some of the file names of the man pages are not SFN clean.
I have no intention to fix this.

- If NLS support is wanted, then the sources must be reconfigured
passing the nls option to config.bat.

As usual, all djgpp specific files (diffs, README files, etc.) are stored
in the "djgpp" directory. The sources have been configured to be build
in the "_build" directory. If for some reason it does not work for you,
delete it contents and configure from scratch again.

Please read the docs to become familiar with this product.

Here is an extract of the NEWS file showing the user visible changes
from the last port (GNU IDN library 1.35) to this one:

-------------------------------------------------------------------------------

* Noteworthy changes in release 1.38 (2021-07-22) [stable]

** doc: Simplify building of gdoc-generated man/texi outputs.
Now the targets are rebuilt on version number changes properly.

** doc: Improve GTK-DOC manual.

** build: Fix build errors related to doc/idn--help.texi.

** build: Fix --disable-tld builds.
Now tld_strerror() is removed when --disable-tld is used.

* Noteworthy changes in release 1.37 (2021-05-15) [stable]

** doc: Minor fixes and codespell typos.

** Updated translations.

** Update gnulib files and build fixes.
We now use gnulib's ./bootstrap and gnulib's readme-release
infrastructure for making releases.

** API and ABI is backwards compatible with the previous version.

* Noteworthy changes in release 1.36 (2020-07-22) [stable]

** Fix unlikely memory leak in idna_to_unicode_4z4z().
Patch from Miroslav Lichvar <mlichvar@redhat.com>.

** Check codepoint validity in punycode_decode() and punycode_decode().
Reported-by: Mike Schiffman (Farsight Security, Inc.).

** tld: Add U+00EF to .nl TLD table.
Reported by Trond Haugen <trond.haugen@norid.no>.

** Indent code.

** Translation fixes.

** Update gnulib files.

** API and ABI is backwards compatible with the previous version.

-------------------------------------------------------------------------------

The port consists of the usual three packages that have been produced using
djdev206 (CVS repository code) and can be downloaded from ftp.delorie.com
and mirrors as (time stamp 2021-11-01):

libidn 1.38 binary, headers, library, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lidn138b.zip

libidn 1.38 dvi, html, pdf and ps format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lidn138d.zip

libidn 1.38 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lidn138s.zip

Send GNU IDN library specific bug reports to <bug-libidn@gnu.org>.
Send suggestions and bug reports concerning the DJGPP port
to comp.os.msdos.djgpp or <djgpp@delorie.com>.

Enjoy.

Guerrero, Juan Manuel <juan.guerrero@igd.fhg.de>

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor