Package: socklog / 2.1.0+repack-6

Metadata

Package Version Patches format
socklog 2.1.0+repack-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 socklog conf update service.patch | (download)

man/socklog-conf.8 | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 socklog-conf.8: refer to update-service(8)

0002 tryto c.patch | (download)

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

 tryto.c

Don't report failure if the final try of prog succeeds (thx Andras
Korn, closes: #401547).

0003 patches fix build warnings.patch | (download)

src/chkshsgr.c | 4 3 + 1 - 0 !
src/pathexec.h | 2 1 + 1 - 0 !
src/pathexec_run.c | 7 4 + 3 - 0 !
src/prot.c | 3 3 + 0 - 0 !
src/seek_set.c | 1 1 + 0 - 0 !
src/socklog-conf.c | 2 1 + 1 - 0 !
src/socklog.c | 5 3 + 2 - 0 !
7 files changed, 16 insertions(+), 8 deletions(-)

 patches: fix build warnings

0004 src try .c fix main prototypes.patch | (download)

src/tryflock.c | 2 1 + 1 - 0 !
src/trymkffo.c | 2 1 + 1 - 0 !
src/trypoll.c | 1 1 + 0 - 0 !
src/trysgact.c | 2 1 + 1 - 0 !
src/trysgprm.c | 2 1 + 1 - 0 !
src/tryulong64.c | 2 2 + 0 - 0 !
src/trywaitp.c | 2 1 + 1 - 0 !
7 files changed, 8 insertions(+), 5 deletions(-)

 src/try*.c: fix main() prototypes

Fix the prototype of the main() functions of some compile-test tools
since GCC-14 warns about them and fails the build with -Werror.