Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_disable-libcrypto | disable libcrypto due to bug/licensing isssues =================================================================== |
David Lichteblau <david@lichteblau.com> | no | |||
02_sensible-editor-pager | use sensible-{editor,pager} instead of vi and less =================================================================== |
Rhonda D'Vine <rhonda@debian.org> | not-needed | debian | ||
03_unpaged-help | adds the posibility to use an unpaged --help output =================================================================== |
David Lichteblau <david@lichteblau.com> | no | debian | upstream, commit:fcee00ee | |
04_manpage-hyphen | escape the dashes so they don't become hyphens =================================================================== |
Rhonda D'Vine <rhonda@debian.org> | no | |||
05_getline-conflict | rename internal getline function to avoid conflict =================================================================== |
David Lichteblau <david@lichteblau.com> | no | debian | upstream, commit:bf7af39b | |
06_fix-vim-modeline | use fileencoding in vim modeline instead of encoding The encoding setting is not allowed in modeline in recent vim versions, so switch to fileencoding instead. |
Devin J. Pohly <djpohly@gmail.com> | no | debian | http://lists.askja.de/pipermail/ldapvi/2011-January/000088.html | |
07_diff.c-Use-public-interface-ldap_bv2dn-instead-of-ld.patch | diff.c: Use public interface ldap_bv2dn instead of ldap_bv2dn_x The current openldap ldap_bv2dn_x() function is a private implementation. The public interface ldap_bv2dn() share almost the same function parameters except for the context. As a result, it is safe to use the public interface as a replacement. This solves the FTBFS caused by -Werror=implicit-function-declaration. |
Boyuan Yang <byang@debian.org> | no | debian | 2024-04-26 | |
08_ftbfs-implicit-function-declaration.patch | Fix ftbfs implicit function declaration Also include common.h for error.c for definition of error.c. Needed for deprecated LDAP function of ldap_perror. |
Boyuan Yang <byang@debian.org> | no | debian | 2024-04-26 | |
09_return-0-on-lstat-failure.patch | Return 0 when the SASL file does not exist gcc-14 requires that functions that return an int actually do so, so the bare "return" is no longer legit. =================================================================== |
Philipp Kern <pkern@debian.org> | no | debian |