Package: unhtml / 2.3.9-3

Metadata

Package Version Patches format
unhtml 2.3.9-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 make 8bit clean.patch | (download)

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

 [patch] make 8-bit clean by alexey dobriyan <adobriyan@gmail.com>
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>

20 memory allocation.patch | (download)

unhtml.c | 30 6 + 24 - 0 !
1 file changed, 6 insertions(+), 24 deletions(-)

 [patch] fix memory allocation by justin t pryzby <justinpryzby@users.sourceforge.net>
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>

30 fix format security error.patch | (download)

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

 fix error: format not a string literal and no format arguments 
             [-Werror=format-security].
40 add flags makefile.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add flags to gcc in unhtml target of makefile to be able to pass 
             hardening build flags from debian/rules.