Nicolas Höft
Nicolas Höft
Allow an extra argument `ipprefix` for both ipv4 and ipv6 to pass a separate prefix, like often for IPv6 connections where one gets a main ipv6 for the router and...
If one wants to access other folders than the provided ones (like resources), the provided variables dont contain enough information to access these folders. Provide a new variable, `PACKAGE_ROOT__` pointing...
…components When a dependency of a dependency would have components, only the default name `conan_dep_dep.xconfig` would be included. However, this file was never generated, as they are in the form...
…p-base-1.28 Newer gnustep version would add a byte-order-mark on NSString:dataUsingEncoding:NSUTF32StringEncoding, use NSUTF32LittleEndianStringEncoding instead to skip the BOM. Fixes [#5416](https://bugs.sogo.nu/view.php?id=5416)
The "sn" attribute is mandatory for "inetOrgPerson" object class, so it should be written otherwise entries cannot be added and fails for example with Entry (cn=73a6-59920600-5-56454280,ou=personal,ou=addressbook,uid=alise,ou=peoples,dc=domain,dc=tld): object class 'inetOrgPerson' requires...
Using gcc ≥ 4.8 causes a lot of warnings about unused local typedefs to be emitted, eg. (there may be more): ``` include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef ‘difference_type’ locally defined but not...
## Overview When using keepassxc with FdoSecrets enabled it became hanging ## Steps to Reproduce I'm not sure. I started the some applications requiring secrets and they timed out because...
## Summary Currently, SecretService integration exposes the same secrets for all machines. While for many applications, this works fine, this is a problem for other applications where the data is...
The setuptools `script` entry does not work under windows. Instead, use the `entrypoints` and adjust the scripts so they can be used in windows, too (this will generate `.exe` files...