Package: ldapvi / 1.7-10

Metadata

Package Version Patches format
ldapvi 1.7-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_disable libcrypto | (download)

config.h.in | 1 1 + 0 - 0 !
configure | 96 96 + 0 - 0 !
configure.in | 3 3 + 0 - 0 !
port.c | 12 11 + 1 - 0 !
4 files changed, 111 insertions(+), 1 deletion(-)

 disable libcrypto due to bug/licensing isssues
02_sensible editor pager | (download)

misc.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 use sensible-{editor,pager} instead of vi and less
03_unpaged help | (download)

NEWS | 3 3 + 0 - 0 !
arguments.c | 10 8 + 2 - 0 !
manual/manual.xml | 4 4 + 0 - 0 !
3 files changed, 15 insertions(+), 2 deletions(-)

 adds the posibility to use an unpaged --help output
04_manpage hyphen | (download)

ldapvi.1 | 6 3 + 3 - 0 !
ldapvi.1.in | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 escape the dashes so they don't become hyphens
05_getline conflict | (download)

common.h | 2 1 + 1 - 0 !
ldapvi.c | 2 1 + 1 - 0 !
misc.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 rename internal getline function to avoid conflict
06_fix vim modeline | (download)

ldapvi.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.