Package: puf / 1.0.0-7
Metadata
Package | Version | Patches format |
---|---|---|
puf | 1.0.0-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Fix double free in function ls_iterate_rm.patch | (download) |
src/fetch.c |
1 0 1 - 0 ! |
[patch] fix double free in function ls_iterate_rm |
0002 Clean up unnecessary library dependency.patch | (download) |
configure.in |
1 0 1 - 0 ! |
[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 ! |
[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 ! |
[patch] fix hyphen-used-as-minus-sign (reported by lintian). |
0005 Upgrade configure.in.patch | (download) |
configure.in |
49 1 48 - 0 ! |
[patch] upgrade configure.in Remove obsolete definitions Add AM_MAINTAINER_MODE |
0006 Fix compiler warnings.patch | (download) |
src/fetch.c |
2 1 1 - 0 ! |
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. |