Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Felson's Law: To steal ideas from one person is plagiarism; to steal from many is research.


devel / comp.os.msdos.djgpp / Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

SubjectAuthor
* ANNOUNCE: DJGPP port of Jansson 2.14 uploadedJuan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp-announce@delorie.com]
`* Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploadedFrank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com]
 `* Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploadedJuan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp@delorie.com]
  +- Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploadedFrank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com]
  `- Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploadedJason Hood

1
ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

<202205161829.24GITkIb001461@delorie.com>

 copy mid

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

 copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 16 May 2022 13:30:02 -0500
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <202205161829.24GITkIb001461@delorie.com>
Date: Mon, 16 May 2022 20:18:28 +0200
From: djgpp-announce@delorie.com (Juan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp-announce@delorie.com])
To: djgpp-announce@delorie.com
Subject: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded
Content-Type: text/plain; charset=US-ASCII
X-Mailing-List: djgpp-announce@delorie.com
X-Unsubscribes-To: listserv@delorie.com
Precedence: bulk
Reply-To: djgpp@delorie.com
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: 108
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-27v0werxVoOG5R+ODW26H5i/ZXNaG3ta9/wYL1mI5p0dLrMTuZypfTg5B5jacCIk+oD5qySREIo7671!91VJjqknUbE17Ka1ywtSi6ELP0xN3Q/zy76kiyF+QMoKhM2fL5YLELRzkA1LVdAO/fE=
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: 4972
 by: Juan Manuel Guerrero - Mon, 16 May 2022 18:18 UTC

This is a port of Jansson 2.14 to MSDOS/DJGPP.

Jansson is a C library for encoding, decoding and manipulating JSON
data. Its main features and design principles are:

Simple and intuitive API and data model
Comprehensive documentation
No dependencies on other libraries
Full Unicode support (UTF-8)
Extensive test suite

Jansson is licensed under the MIT license; see LICENSE in the source
distribution for details.

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

- The library requires an entropy source to seed the hash function.
This can either be a driver or a random data file. On plain DOS
one such driver, NOISE.SYS, can be obtained from:
http://www.rahul.net/dkaufman/index.html
as:
http://www.rahul.net/dkaufman/noise063a2.zip
Please read the instructions carefully. This driver works on DOS
and may be on some versions of Windows but it does not work for all
versions of Windows. For XP it does not work and I have found no
replacement. Alternatively a random data file can be used.
It will be found by the library at run-time by evaluating the
RANDFILE environment variable.

- There are no user visible changes. Only small changes have been
done to get the library compiled.

- 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
to configure and compile without LFN support. The port has been
compiled using gcc346 and bnu2351b.

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 "0build" directory. If for some reason it does not
work for you, delete its contents and configure from scratch again.

Please read the docs to become familiar with this product.

Here is an extract of the CHANGES file showing the user visible
changes from the last port (Jansson 2.13.1) to this one:

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

Version 2.14
============

Released 2021-09-09

* New Features:

- Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and
the corresponding `nocheck` functions. (#520, by Maxim Zhukov)

* Fixes:

- Handle `sprintf` corner cases (#537, by Tobias Stoeckmann)

* Build:

- Symbol versioning for all exported symbols (#540, by Simon McVittie)
- Fix compiler warnings (#555, by Kelvin Lee)

* Documentation:

- Small fixes (#544, #546, by @i-ky)
- Sphinx 3 compatibility (#543, by Pierce Lopez)

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

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

Jansson 2.14 headers, library and html format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jsn214b.zip

Jansson 2.14 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jsn214s.zip

Send Jansson specific bug reports to
<https://groups.google.com/forum/#!forum/jansson-users>.
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>

Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

<05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>

 copy mid

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

 copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 16 May 2022 13:53:50 -0500
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp@delorie.com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20210112;
h=message-id:date:mime-version:user-agent:subject:content-language:to
:references:from:in-reply-to:content-transfer-encoding;
bh=eSSLtioWXRRhq8cKJUnPKnusPhLbxe6sQ+w+Xame/U0=;
b=K9ut3L1Tga+3OasQ53Y4bQGBSjJaexuDhjGOH/SYtzGTuix5kr1ke1Jm96LOdv1HiB
bXeWx/7SIg6PiKj8GhVgo1D437R2L/PJz2yjRHNvNz1bk0wrGrHoP2pHaIHnHNPVzMTu
19jgea136Zv6PMLACglIhd3IOp+tEcs53b8X+wtyzg1/agFGWrXAmMV+lwz7IyafwjuS
fyYe0/29+TtG1RoD9Tzu73P8j4+epBElc1lJ3CIsqr9ZhHBWcXG22Y1pM660OLehNcpQ
s5Rqxu70G8QVzmbv6oDZSmjbOIiAHJT8OYKoJm+CIok9Rum0JkZktv7/Al/8D+NXbmZD
zThg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:message-id:date:mime-version:user-agent:subject
:content-language:to:references:from:in-reply-to
:content-transfer-encoding;
bh=eSSLtioWXRRhq8cKJUnPKnusPhLbxe6sQ+w+Xame/U0=;
b=nXoMa02fw2N/nHQ0xlDZyovA3/CyH1EZasYKeBwY0ZKiLPxHmF/p7riWG1anDTK2Oe
7xObsqh1MHfBroYiNd+ouJsZasAD0j0yPyvO88JgrZ8mlqA+JYAFo84n2tPu/34IJAgG
eIKEWPhdy5idmatkkk+yMQHAFZ/0pluu6VzYqMa1cX3hlolj6d4hFe/W/aTdcGE0nZqG
BrWCb925dLabf5vLdAww2IQu6KeDm+jhR/tzXu3dn3A8Sr5Q3ERdbf2QuOdeaFDJQqTw
Z+hnW6RN/LgN5x3KxXAy8XWocRuJkYCRfZmoGaOa4aHR9iRwNct3W8/8EFd4pNhGMDN5
4Z7A==
X-Gm-Message-State: AOAM5331NiE5x5zHf72G2k5PWtpxHHRufcMIAwNU/AWOF9AGSYTvTpQb
YVNpQFEhRH3+ZWxXiIGfDnGKYVEysYE=
X-Google-Smtp-Source: ABdhPJyycGc+s3LSTqxgBY7kDnFDHBlpaZFnkCQDCoNwy30K+rWt9W7Skqs+dLiBcox/xJPpzplhvQ==
X-Received: by 2002:a37:63cc:0:b0:6a0:c68b:b06d with SMTP id x195-20020a3763cc000000b006a0c68bb06dmr13126193qkb.90.1652727225338;
Mon, 16 May 2022 11:53:45 -0700 (PDT)
Message-ID: <05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>
Date: Mon, 16 May 2022 14:53:43 -0400
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.9.0
Subject: Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded
Content-Language: en-US
To: djgpp@delorie.com
References: <202205161829.24GITkIb001461@delorie.com>
From: djgpp@delorie.com (Frank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com])
In-Reply-To: <202205161829.24GITkIb001461@delorie.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Reply-To: djgpp@delorie.com
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: 28
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-3pOlEz/FnL6ks5jvQ/LKs0GWX7h7esEek1hgvMUpiocyXkkErY4pwM9bmLRnsuFre1HpJjSHJhqX1mD!TG7OCzN9a5hd0KDWGyxLNbokASdlXHUbWcTOLQm6lqOI/RcqM+AUMT8zOvQRBfglqAOI3Y5GpNna
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: 4689
 by: Frank Sapone (emoadd - Mon, 16 May 2022 18:53 UTC

On 5/16/2022 2:18 PM, Juan Manuel Guerrero (juan.guerrero@gmx.de) [via
djgpp-announce@delorie.com] wrote:
> DJGPP specific changes.
> =======================
>
> - The library requires an entropy source to seed the hash function.
> This can either be a driver or a random data file. On plain DOS
> one such driver, NOISE.SYS, can be obtained from:
> http://www.rahul.net/dkaufman/index.html
> as:
> http://www.rahul.net/dkaufman/noise063a2.zip
> Please read the instructions carefully. This driver works on DOS
> and may be on some versions of Windows but it does not work for all
> versions of Windows. For XP it does not work and I have found no
> replacement. Alternatively a random data file can be used.
> It will be found by the library at run-time by evaluating the
> RANDFILE environment variable.

Hi Juan,

Thanks for the port.  I may have some use for this under DOS. However,
is the noise driver absolutely required to use this lib? Is there some
reason it can't just use the regular rand() functions?  The website
shows "under construction" when the link is followed btw.

Thanks,
Frank

Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

<20220516224047.3172c428@gmx.de>

 copy mid

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

 copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 16 May 2022 15:40:59 -0500
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp@delorie.com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net;
s=badeba3b8450; t=1652733648;
bh=t/9G0wmFB4id8K73FdMFp8oESOqxQtg8yq7aHwKby0Q=;
h=X-UI-Sender-Class:Date:From:To:Subject:In-Reply-To:References;
b=ktl9HvEWU7JbAVD/Kkd4yYECxk8UxbFXrTh9sq4da73V2PXx+RqsoA/HbFK59jpTt
yVHK6Jh/9536TGZYfTNvnmPNtVBC3BtxBqopQWm4RCxdufz6punDqjdPRhoSCRFlg5
GrQo406C17/jUpvZ69Ny/uTCM8J0J8moVfmFFgs8=
X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c
Date: Mon, 16 May 2022 22:40:47 +0200
From: djgpp@delorie.com (Juan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp@delorie.com])
To: "Frank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com]"
<djgpp@delorie.com>
Subject: Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded
Message-ID: <20220516224047.3172c428@gmx.de>
In-Reply-To: <05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>
References: <202205161829.24GITkIb001461@delorie.com>
<05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>
X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-suse-linux-gnu)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Provags-ID: V03:K1:aMLXotswDKyQ9NjxOVdGiPZugerVf3MAjkymsRYbpE1k7nYEAms
JTERKT0oF15N5YWNzNA+gQ7gn+LJkDEBfqscZ4nMllkumXrp8lArTmDc0GUOAki21LOfMzt
Ww3oeky9bdpCXmp2prkHZlEQBFpQ7dNb52cEkHixBpbM9ndp1rEj5UJHluKecAmPP0l9+DL
Z+PQZjZmLVEFr4JVStRUw==
X-Spam-Flag: NO
X-UI-Out-Filterresults: notjunk:1;V03:K0:qrrZok74G9k=:0+MriEJ93+BNY20mqY/trx
RofcMnP0ZRQcWN9gWE0I2W2KBMcIkNgP9Egdjb5BzrcnHGwMqifGHa8fJfpSe2kMRfajVOJas
uLglBlUhrTHgZJlyYZ+nF3OkBNE8ks27AOkDnWeinEQQtA2yHqgQlx353bjs73zqEEgPAPvTC
Hbc8vwL83H4ypB9q+KU0wrwbobmZj8NH3tC85/zeZWzH3RdYUBypoAYHkHnRoPv0MJSeJzLOP
UOQ3O5SwaQP2vyKcuz5DjzJLGCWHLD+kVdoJF9oRMTJalcUM/+wzDUBvUyWMVAodYohqOR5iY
URT3UYyvZmbpxTCekIIeVvgnKwS5f5B5FxdA6/ienHt0kTcNYP2cMZeSX+g5HHa9+W95hJbaw
KPeVTF+6GHyrmm3EqeGWB8NAY9dax5/vrf3yXXTY/uLjCxFEt+0dTJybxQkg+lSlv3cIswxqX
rLO23GRKQP4Z+3tccTnTqqbXVyIgpCOv5Rb3PZxew+1VaKyil6xH/mXIIQyJy64ZMhAa8zus/
rekYr1oFHkcJ+LR4nmGUOXI3BphYfk2rHCeU0PfeglCBpGpQ4nd//bT/7tlI718PhlYwBiVFE
YD+dVoBAS7t4LAfTpq4ey6c4Bsda4Kzdj/aOAvh6jkgv+d7heYzM5wJM/5SlyY5TVDIsmcIUT
zUFogRQOxvSue09KdiueU6LOrqYw1YSep2XJ/YyZyqUlezWSTxW3BBGQXZ4Uk8tibnil/ZjbO
v1y39Wo9JuCK211Xza4fIGZonhN6kH137yaSUJ6yz2B0UZSQZ445eWFFeof1+1fE5KUFdD5VW
6bhd/HNca+a+G8DGZF8n/G0Omp/ouf3dbhMfBlpkhpCif8YIlVylF5EIsN7JOQnUNDEkCZXFm
uG2AngQkyLbxxjlVkpoACsPleb64wDrNtQxfOQsBd+6V65K/pqLgELy2pAREvBE9BRW4bLxzd
RoBIgybw9rogVbbzKG1Pu/j7CwdxYtrbkV+FEwfxDhHDrgnK26uEkBoJq+Pa+WQ/I2mol+ann
rwRdj1AFdLz5GdyiLen2hu7kRBpmFmz8pBMlj6aNlzTuj4TVnCSKbm3jCbG+tNrcef1BMrbBA
SKAjFxWFFAQJSiG76Zdjaw5WyY/QW9FYfYhn+ubZjHFSz//C6vUx0rbRw==
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 24GKep9o022328
Reply-To: djgpp@delorie.com
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: 58
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-CAAAe3vD77ydDWUUi7J0IOmH2uqVx7dOM/ul2VE+gVhHeSzcrNamoRPnVbDyAWYcZOM1+1bKPLCvWiZ!y98LNCQCyIfaxK/bvHtfdUeIES0Mw4omeQBEXOqXRPYe3YESRA8RhtY=
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: 6250
 by: Juan Manuel Guerrero - Mon, 16 May 2022 20:40 UTC

Am Mon, 16 May 2022 14:53:43 -0400
schrieb "Frank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com]"
<djgpp@delorie.com>:

> On 5/16/2022 2:18 PM, Juan Manuel Guerrero (juan.guerrero@gmx.de)
> [via djgpp-announce@delorie.com] wrote:
> > DJGPP specific changes.
> > =======================
> >
> > - The library requires an entropy source to seed the hash
> > function. This can either be a driver or a random data file. On
> > plain DOS one such driver, NOISE.SYS, can be obtained from:
> > http://www.rahul.net/dkaufman/index.html
> > as:
> > http://www.rahul.net/dkaufman/noise063a2.zip
> > Please read the instructions carefully. This driver works on
> > DOS and may be on some versions of Windows but it does not work for
> > all versions of Windows. For XP it does not work and I have found
> > no replacement. Alternatively a random data file can be used.
> > It will be found by the library at run-time by evaluating the
> > RANDFILE environment variable.
>
> Hi Juan,
>
> Thanks for the port.  I may have some use for this under DOS.
> However, is the noise driver absolutely required to use this lib? Is
> there some reason it can't just use the regular rand() functions?
> The website shows "under construction" when the link is followed btw.
>
> Thanks,
> Frank
>

Hello Frank,

the only reason why I have done it this way, was because it was the
easiest way to do it for me. I need the noise source anyway for
other ports like openSSL and lynx so I have opted to do it here the
same way. I have no objections in changing this the next time. Of
course, with the possibility to read "random" data from a file or even
worse by using rand() it will no longer be really random at all but
that is ok with me.

Concerning the noise063a2.zip file, I fear that it has gone for ever.
At least I have not found it any where. May be some one will find it
some where. This was my fault, I have forgotten about this because I
have installed it on my MSDOS box all the time.
For people still interested in it, they can get it by downloading the
binary archive of the latetest lynx port:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/l290d10b.zip
In the djgpp directory is a noise063a2 directory containing the original
zip file as retrived by me from the URL given together with a diffs file
with small changes I have done to the original sources.

Regards,
Juan M. Guerrero

Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

<5e2c6b86-a347-17ca-fda8-2e7526330441@gmail.com>

 copy mid

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

 copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 16 May 2022 19:39:34 -0500
X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp@delorie.com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20210112;
h=message-id:date:mime-version:user-agent:subject:content-language:to
:references:from:in-reply-to:content-transfer-encoding;
bh=PI5bSabWcTozSLdIvcEk/tivJeELA3/nuHgbWku1LnE=;
b=qm0ZVN9hKVrjaTe1OTCX3Sy4OFTKpw3Y7RkpDHjLLuckWipyclm1xJ1MQ3+4+n5LQA
bv+fOGPpBorLuCGNyBESsZ/I/HUVqUbZjwTNX/hLdKYNM8ZMv6mPTB74uOzXZvKpMUz/
6H6B0EN/FIaUvQxlIjLfMckUo2haKheSowvDZSMDAIqlyniWYhPO2lbrIClRSbhEput9
nS8NwWuOCKWtQ8SolGdh++rcnyv/5kGULeCudYqxx60SDmwjeiIe5LUpULhrDvODTDIt
6Mckaqrz6eCxcUvcRAsFpiAYoLL32yyykqapymBm5v59jL2AaLW68uefCYNR9ov2yJDo
1EaQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:message-id:date:mime-version:user-agent:subject
:content-language:to:references:from:in-reply-to
:content-transfer-encoding;
bh=PI5bSabWcTozSLdIvcEk/tivJeELA3/nuHgbWku1LnE=;
b=ua+J98pOQca4IfPM7yq9EjRFOt5E9I86sQssMsGLDj+DaJs58t4YvFMnARLng3P5un
9VKQqW3OVLPVgYc0dHlv1FTCRo68vlP3Ix+UN4VKIMB+xh24/MoZ6CUQkCO13aYHjMjM
Cd333TtOheA4YAN4LGLMi95JMuH621muFqz+i9t7covTWS30Rn2pdpPrvhTCOjBvovVv
gX7k8K7HHoXI8CSybylRSnVf1Q0zG/TxPjVLSnBEXF5YtULcRX2Frjpo+ie7vSA/XN36
8w0EMo+wyfZWL0h3agBxb8pF0GKizRX6Akf+nbnj11oboS6hmGkSC3RnwUam2auKSlqo
HCJg==
X-Gm-Message-State: AOAM5305IJfBdxK2VoxqA2omR1YpYx9kpPLtZ46jI7j5JafzPLE2qujT
Ut+aTG1x41EqNqKyF5K0Okv+5TSKOTI=
X-Google-Smtp-Source: ABdhPJx8edUJVmZlycCUIjlA15mujH0uUaAQVo2TabU/WDYwtNZOS4hskSHKLlkaK+HEHRVTePif/A==
X-Received: by 2002:a05:6214:4104:b0:431:d89a:66bd with SMTP id kc4-20020a056214410400b00431d89a66bdmr18205801qvb.42.1652747964073;
Mon, 16 May 2022 17:39:24 -0700 (PDT)
Message-ID: <5e2c6b86-a347-17ca-fda8-2e7526330441@gmail.com>
Date: Mon, 16 May 2022 20:39:22 -0400
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.9.0
Subject: Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded
Content-Language: en-US
To: djgpp@delorie.com
References: <202205161829.24GITkIb001461@delorie.com>
<05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>
<20220516224047.3172c428@gmx.de>
From: djgpp@delorie.com (Frank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com])
In-Reply-To: <20220516224047.3172c428@gmx.de>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Reply-To: djgpp@delorie.com
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: 72
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-wMT9U1PQsyAydj26huOL7yZFLe7qCX0q+++SnaR+lEXsXuqSf7cBt0EQaEyMrG7RJQDKwzOFskYSMua!dYizWzyZAAe1UXcm/0dw9QBJDLuqssPpzVqBAF1BGxj6uOEBjjMtieAEHmcf5sORz4qeVoQp45/R
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: 6647
 by: Frank Sapone (emoadd - Tue, 17 May 2022 00:39 UTC

On 5/16/2022 4:40 PM, Juan Manuel Guerrero (juan.guerrero@gmx.de) [via
djgpp@delorie.com] wrote:
> Am Mon, 16 May 2022 14:53:43 -0400
> schrieb "Frank Sapone (emoaddict15@gmail.com) [via djgpp@delorie.com]"
> <djgpp@delorie.com>:
>
>> On 5/16/2022 2:18 PM, Juan Manuel Guerrero (juan.guerrero@gmx.de)
>> [via djgpp-announce@delorie.com] wrote:
>>> DJGPP specific changes.
>>> =======================
>>>
>>> - The library requires an entropy source to seed the hash
>>> function. This can either be a driver or a random data file. On
>>> plain DOS one such driver, NOISE.SYS, can be obtained from:
>>> http://www.rahul.net/dkaufman/index.html
>>> as:
>>> http://www.rahul.net/dkaufman/noise063a2.zip
>>> Please read the instructions carefully. This driver works on
>>> DOS and may be on some versions of Windows but it does not work for
>>> all versions of Windows. For XP it does not work and I have found
>>> no replacement. Alternatively a random data file can be used.
>>> It will be found by the library at run-time by evaluating the
>>> RANDFILE environment variable.
>> Hi Juan,
>>
>> Thanks for the port.  I may have some use for this under DOS.
>> However, is the noise driver absolutely required to use this lib? Is
>> there some reason it can't just use the regular rand() functions?
>> The website shows "under construction" when the link is followed btw.
>>
>> Thanks,
>> Frank
>>
>
> Hello Frank,
>
> the only reason why I have done it this way, was because it was the
> easiest way to do it for me. I need the noise source anyway for
> other ports like openSSL and lynx so I have opted to do it here the
> same way. I have no objections in changing this the next time. Of
> course, with the possibility to read "random" data from a file or even
> worse by using rand() it will no longer be really random at all but
> that is ok with me.
>
> Concerning the noise063a2.zip file, I fear that it has gone for ever.
> At least I have not found it any where. May be some one will find it
> some where. This was my fault, I have forgotten about this because I
> have installed it on my MSDOS box all the time.
> For people still interested in it, they can get it by downloading the
> binary archive of the latetest lynx port:
> ftp://ftp.delorie.com/pub/djgpp/current/v2tk/l290d10b.zip
> In the djgpp directory is a noise063a2 directory containing the original
> zip file as retrived by me from the URL given together with a diffs file
> with small changes I have done to the original sources.
>
> Regards,
> Juan M. Guerrero

Hi Juan,

I'd be OK with it defaulting to rand() if noise or a file is not found. 
I think having users rely on either can be a bit cumbersome depending on
the application.  I don't need true randomness (or much at all, to be
honest) in my use case.

Understood on the noise.sys homepage.  If you'd like, I can mirror the
site and/or files at my location as well.

Thanks for all your hard work,
Frank

Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded

<t5ut0c$sps$1@dont-email.me>

 copy mid

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

 copy link   Newsgroups: comp.os.msdos.djgpp
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jadoxa@yahoo.com.au (Jason Hood)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded
Date: Tue, 17 May 2022 11:15:52 +1000
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <t5ut0c$sps$1@dont-email.me>
References: <202205161829.24GITkIb001461@delorie.com>
<05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com>
<20220516224047.3172c428@gmx.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 17 May 2022 01:15:56 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="6bffb011a4d8a1bddb6b6e11bf5b7f99";
logging-data="29500"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+rREQpHQi+8ZsEZXTO+y2S"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.9.0
Cancel-Lock: sha1:01jHESHbEmtdYIzkxBOI81jSeB0=
In-Reply-To: <20220516224047.3172c428@gmx.de>
Content-Language: en-US
 by: Jason Hood - Tue, 17 May 2022 01:15 UTC

On 17/05/2022 6:40, Juan Manuel Guerrero (juan.guerrero@gmx.de) [via djgpp@delorie.com] wrote:
> Concerning the noise063a2.zip file, I fear that it has gone for ever.
> At least I have not found it any where. May be some one will find it
> some where.

Wayback machine, picking a rather arbitrary date:

http://web.archive.org/web/20051124224824/http://www.rahul.net/dkaufman/

A windows driver:

http://ltr-data.se/opencode.html/#ZeroDrv

Although the XP (and earlier) version is not very good.

--
Jason.

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor