Package: rpm2html / 1.11.2-9

Metadata

Package Version Patches format
rpm2html 1.11.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage.patch | (download)

rpm2html.1 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fixed some typos in manpage
 Found by lintian
rpm 4.9.patch | (download)

rpmopen.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix for rpm 4.9
 This is just a quick hack to build against rpm 4.9.
fix segfault.patch | (download)

html.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix segfault
 Found by The Mayhem Team
cve syntax.patch | (download)

html.c | 40 17 + 23 - 0 !
1 file changed, 17 insertions(+), 23 deletions(-)

 support new cve syntax
fix strndup.patch | (download)

config.c | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 fix compilation with recent glibc

The strndup is now macro and defining it as extern fails.

int_32.patch | (download)

rpmdata.h | 2 1 + 1 - 0 !
rpmopen.c | 10 5 + 5 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fix int32 warnings

The type is obsoleted, use int32_t instead.