Package: libb64 / 1.2-3

Metadata

Package Version Patches format
libb64 1.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
override cflags.diff | (download)

base64/Makefile | 2 1 + 1 - 0 !
src/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 make overriding cflags possible
no hardcoded lib path.diff | (download)

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

 don't hardcore library path
integer overflows.diff | (download)

src/cdecode.c | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 fix integer overflows
bufsiz as buffer size.diff | (download)

include/b64/decode.h | 3 2 + 1 - 0 !
include/b64/encode.h | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 use bufsiz as buffer size
static chars per line.diff | (download)

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

 do not export the chars_per_line variable
initialize coder state.diff | (download)

include/b64/decode.h | 4 3 + 1 - 0 !
include/b64/encode.h | 4 3 + 1 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 initialize encoder/decoder state in the constructors