Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
strtok_r.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_strtok_r.dpatch by Russell Coker <russell@coker.com.au> ## ## DP: Use strtok_r() instead of strtok(). @DPATCH@ diff -ru libdkim-1.0.19/src/dkimverify.cpp libdkim-1.0.19-new/src/dkimverify.cpp |
no | ||||
fix_warnings.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_fix_warnings.dpatch by Russell Coker <russell@coker.com.au> ## ## DP: Get rid of warnings through the use of const and more correct types @DPATCH@ |
no | ||||
openssl1.1.patch | Support new OpenSSL 1.1 API Use pointers instead of full struct members, and accessor function EVP_PKEY_base_id() to get base type instead of comparing several possible method IDs. We also need a copy constructor for SignatureInfo. TODO: OOM error handling? Complex in C++ constructors. |
invalid | upstream |