Michael Orlitzky
Michael Orlitzky
Hi, while troubleshooting an issue today, I noticed this description for the `--tls-auth-inverse` flag: ``` --tls-auth-inverse set tls-auth file direction to inverse (1) ``` That suggests to me that passing...
``` -- The C compiler identification is GNU 12.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc...
Hi, I'm creating a Gentoo package for MaxMind-DB-Reader-php, and the examples and tests would be useful for us. The examples get installed globally, and we have the option to run...
I tried AgenDAV with php-8.0.12 today, but it didn't get very far. The first blocker is that our bundled version of doctrine/dbal is too old. We'd need to bump it...
I often have occasion to allow the user to specify a Priority on the command line or in a configuration file. The libraries for such things demand Data and Typeable...
I use metalog http://metalog.sourceforge.net/ on my development machines so I don't have to fiddle with logrotate all the time. I noticed that the following doesn't log anything when using metalog:...
Doxygen generates a bunch of `*.md5` and `*.map` files to be used in incremental rebuilds, but they aren't part of the final output. LinBox's `make install` thus shouldn't install them...
The `__P()` macro used in e.g. https://github.com/trusteddomainproject/OpenDKIM/blob/5c539587561785a66c1f67f720f2fb741f320785/librbl/rbl.h#L62 existed only to support ancient compilers. The macro is a no-op in modern glibc, ```C /* These two macros are not used in...
In https://github.com/trusteddomainproject/OpenDKIM/blob/develop/libopendkim/tests/t-testdata.h#L15 a fixed path under `/tmp` is used for the test keys. This is not a _huge_ vulnerability, but it is a silly one since it is so well-known...
The first commit here fixes the issue #111 that I reported recently. The second... well, someone has to do something about that mess. Fortunately, it's all obsolete. Debian has pkg-config...