Re: Time for AOO 4.2.0 Dev 4?

2022-12-21 Thread Jim Jagielski
No changes to the Linux or Windows builds, so the small change in hash# isn't 
an issue since this is an informal Dev4 test

> On Dec 20, 2022, at 8:39 AM, Matthias Seidel  
> wrote:
> 
> Hi Jim,
> 
> I saw that you needed another commit for macOS, so that shifts
> AOO420-Dev4 to #9b873c1694 ?
> 
> Regards,
> 
>Matthias
> 
> Am 20.12.22 um 14:19 schrieb Jim Jagielski:
>> The Linux build for 4.2.0-Dev4 (test) are available:
>> 
>>https://home.apache.org/~jim/AOO-builds/4.2.0-Dev4/ 
>> 
>> 
>> macOS builds are on-going
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Time for AOO 4.2.0 Dev 4?

2022-12-21 Thread Matthias Seidel
Hi jim,

Am 21.12.22 um 12:36 schrieb Jim Jagielski:
> No changes to the Linux or Windows builds, so the small change in hash# isn't 
> an issue since this is an informal Dev4 test

So how do we tag it?

Uploads go here:

https://dist.apache.org/repos/dist/dev/openoffice/4.2.0-Dev4/binaries/

I will take care of updating the version info then...

Regards,

   Matthias

>
>> On Dec 20, 2022, at 8:39 AM, Matthias Seidel  
>> wrote:
>>
>> Hi Jim,
>>
>> I saw that you needed another commit for macOS, so that shifts
>> AOO420-Dev4 to #9b873c1694 ?
>>
>> Regards,
>>
>>Matthias
>>
>> Am 20.12.22 um 14:19 schrieb Jim Jagielski:
>>> The Linux build for 4.2.0-Dev4 (test) are available:
>>>
>>>https://home.apache.org/~jim/AOO-builds/4.2.0-Dev4/ 
>>> 
>>>
>>> macOS builds are on-going
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Complete 4.1 Getting Started Guide available on mwiki

2022-12-21 Thread Dennis Roczek

Hi,

Am 06.12.2022 um 19:48 schrieb Carl Marcum:
It uses a Shift+F10 keystroke to open the context menu you would also 
get with a right-mouse click.

yes and no.

Microsoft has implemented twi right cliock context menus!

Shift+F10 for the position where the keyboard arrow is blinking
and a second one
at the place of the mouse.

The latter is either opened by the right-click mouse or on keyboards 
with such an special key. ( https://en.wikipedia.org/wiki/Menu_key )


Altough this is a very special behaviour and is seldom supported (and 
documented) by applications, the differences exists!


See also https://devblogs.microsoft.com/oldnewthing/20110809-00
Best,

Dennis


OpenPGP_signature
Description: OpenPGP digital signature


Re: Time for AOO 4.2.0 Dev 4?

2022-12-21 Thread Jim Jagielski
OK. I'll rebuild all from a46cde238

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Time for AOO 4.2.0 Dev 4?

2022-12-21 Thread Matthias Seidel
Am 21.12.22 um 13:50 schrieb Jim Jagielski:
> OK. I'll rebuild all from a46cde238

Thanks, my Windows build takes 36 hours. So you will probably upload
before me! ;-)

I think we should also hash the builds as we have done for Dev3, since
they are semi-official.

Regards,

   Matthias

>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


nss has included sqlite instance

2022-12-21 Thread Peter Kovacs

Are we aware on this dependency?

I am running into compiler issues using gcc 11.3 from ubuntu 22.04 LTS.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: nss has included sqlite instance

2022-12-21 Thread Damjan Jovanovic
On Wed, Dec 21, 2022 at 3:37 PM Peter Kovacs  wrote:

> Are we aware on this dependency?
>
> I am running into compiler issues using gcc 11.3 from ubuntu 22.04 LTS.
>
>
I am aware. I discovered, and might even have proposed on this list, that
we use that sqlite database ourselves, to import its CA root certificates,
without needing to build and ship NSS as a dependency.

Damjan


Re: nss has included sqlite instance

2022-12-21 Thread Peter Kovacs



Am 21.12.22 um 18:22 schrieb Damjan Jovanovic:

On Wed, Dec 21, 2022 at 3:37 PM Peter Kovacs  wrote:


Are we aware on this dependency?

I am running into compiler issues using gcc 11.3 from ubuntu 22.04 LTS.



I am aware. I discovered, and might even have proposed on this list, that
we use that sqlite database ourselves, to import its CA root certificates,
without needing to build and ship NSS as a dependency.


I remember we discussed sqlite in the topic "[discussion] future 
embedded DB in AOO".


Maybe I missed the point. Or do you refer to the attempt to replace nss 
with openssl?




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



build breaks with: osl/unx/mutex.c:69: undefined reference to `pthread_mutexattr_setkind_np'

2022-12-21 Thread Peter Kovacs

Hello All,

I try to build OpenOffice on Ubuntu 22.04.1

It seems that the macro flag "Linux" has not set. Anyone had this issue?


All the best

Peter


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: nss has included sqlite instance

2022-12-21 Thread Damjan Jovanovic
On Wed, Dec 21, 2022 at 7:51 PM Peter Kovacs  wrote:

>
> Am 21.12.22 um 18:22 schrieb Damjan Jovanovic:
> > On Wed, Dec 21, 2022 at 3:37 PM Peter Kovacs  wrote:
> >
> >> Are we aware on this dependency?
> >>
> >> I am running into compiler issues using gcc 11.3 from ubuntu 22.04 LTS.
> >>
> >>
> > I am aware. I discovered, and might even have proposed on this list, that
> > we use that sqlite database ourselves, to import its CA root
> certificates,
> > without needing to build and ship NSS as a dependency.
>
> I remember we discussed sqlite in the topic "[discussion] future
> embedded DB in AOO".
>
> Maybe I missed the point. Or do you refer to the attempt to replace nss
> with openssl?
>
>
>
Yes, a possible replacement was intended. It was a 22 May 2022 email about
the new WebDAV module and CA certificate use by Curl and OpenSSL where I
said:

---quote---
With the CURLOPT_CAINFO_BLOB option it might even be possible to skip the
custom certificate verification we do later, and pre-populate Curl/OpenSSL
with NSS certificates from the beginning, I just don't know enough about NSS
to rely on that (eg. if you are using a cryptographic device or smart card
in NSS, how does that work?). If that option is ok, then we might not even
need the NSS libraries: recent versions of NSS store all the certificates
in an SQLite database, which can be accessed with SQLite APIs directly, no
need to build with or ship the NSS libraries at all.
---quote---

More recently I discovered p11-kit / p11-glue has the "trust" CLI tool (if
not something better) which can also provide those certificates on
Linux/BSD, so we wouldn't even need to ship SQLite.