Package: puf / 1.0.0-6

Metadata

Package Version Patches format
puf 1.0.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix double free in function ls_iterate_rm.patch | (download)

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

 [patch] fix double free in function ls_iterate_rm


0002 Clean up unnecessary library dependency.patch | (download)

configure.in | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch] clean up unnecessary library dependency

Remove the unnecessary -lnsl library reference from Makefiles to
clean up unnecessary library dependency. Thanks to Christian
Aichinger for his neat checklib system!

0003 Fix gcc 4.1 optimization issue.patch | (download)

src/hostlist.c | 4 2 + 2 - 0 !
src/http_req.c | 2 1 + 1 - 0 !
src/url.c | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 [patch] fix gcc-4.1 optimization issue

Decleare all global static variables as volatile to fix gcc-4.1
optimization issue

Closes: #411069

0004 Fix hyphen used as minus sign reported by Lintian.patch | (download)

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

 [patch] fix hyphen-used-as-minus-sign (reported by lintian).


0005 Upgrade configure.in.patch | (download)

configure.in | 49 1 + 48 - 0 !
1 file changed, 1 insertion(+), 48 deletions(-)

 [patch] upgrade configure.in

Remove obsolete definitions
Add AM_MAINTAINER_MODE

0006 Fix compiler warnings.patch | (download)

src/fetch.c | 2 1 + 1 - 0 !
src/hostlist.c | 18 9 + 9 - 0 !
src/url.c | 10 5 + 5 - 0 !
3 files changed, 15 insertions(+), 15 deletions(-)

 fix compiler warnings.

Not all warnings (with GCC 4.5) are fixed as of now. That'll be done as soon
as I find time to fight through the thicket of #defines.