search for: stats_pid

Displaying 20 results from an estimated 31 matches for "stats_pid".

2018 Dec 29
5
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...t-stats.o test-event-stats.c clang-4.0: warning: -Wl,-rpath=/usr/local/llvm40/lib: 'linker' input unused [-Wunused-command-line-argument] test-event-stats.c:101:8: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] (void)kill(stats_pid, SIGKILL); ^ test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' (void)kill(stats_pid, SIGKILL); ^ 1 warning and 1 error generated. gmake[2]: *** [Makefile:656: test-event-stats.o] Error 1 gmake[2]: Leaving directory &...
2018 Nov 23
3
v2.3.4 released
...verted strings that looked like numbers into numbers. > The release does not build. Here is a patch to fix the build. > > > > test-event-stats.c:101:8: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' > (void)kill(stats_pid, SIGKILL); > ^ On *BSD I assume? It would be useful to mention. But we'll think what we will do with this. A...
2019 Jan 20
2
2.3.4 doesnt compile on FreeBSD 11.2 using clang
....c > clang-4.0: warning: -Wl,-rpath=/usr/local/llvm40/lib: 'linker' input > unused [-Wunused-command-line-argument] > test-event-stats.c:101:8: warning: implicit declaration of function > 'kill' is invalid in C99 [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' > (void)kill(stats_pid, SIGKILL); > ^ > 1 warning and 1 error generated. > gmake[2]: *** [Makefile:656: test-event-stats.o] Erro...
2018 Nov 23
3
v2.3.4 released
...o -MD -MP > -MF .deps/test-event-stats.Tpo -c -o test-event-stats.o test-event-stats.c > test-event-stats.c: In function 'kill_stats_child': > test-event-stats.c:101:2: warning: implicit declaration of function 'kill' > [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in this > function) > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: note: each undeclared identifier is reported > only once for each functi...
2018 Nov 23
2
v2.3.4 released
...> The release does not build. Here is a patch to fix the build. >>> >>> >>> >>> test-event-stats.c:101:8: warning: implicit declaration of function >>> 'kill' is invalid in C99 [-Wimplicit-function-declaration] >>> ???????? (void)kill(stats_pid, SIGKILL); >>> ?????????????? ^ >>> test-event-stats.c:101:24: error: use of undeclared identifier >>> 'SIGKILL' >>> ???????? (void)kill(stats_pid, SIGKILL); >>> ?????????????????????????????? ^ >> On *BSD I assume? It would be useful to me...
2018 Nov 23
0
v2.3.4 released
...shake > - Lua auth converted strings that looked like numbers into numbers. The release does not build. Here is a patch to fix the build. test-event-stats.c:101:8: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] (void)kill(stats_pid, SIGKILL); ^ test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' (void)kill(stats_pid, SIGKILL); ^ Index: src/lib-master/test-event-stats.c --- src/lib-master/test-event-stats.c.orig +++ src/lib-master/test-event-stat...
2018 Nov 23
0
v2.3.4 released
...d like numbers into numbers. >> The release does not build. Here is a patch to fix the build. >> >> >> >> test-event-stats.c:101:8: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] >> (void)kill(stats_pid, SIGKILL); >> ^ >> test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' >> (void)kill(stats_pid, SIGKILL); >> ^ > On *BSD I assume? It would be useful to mention. But we'll think what w...
2018 Dec 29
0
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...s.c > clang-4.0: warning: -Wl,-rpath=/usr/local/llvm40/lib: 'linker' input > unused [-Wunused-command-line-argument] > test-event-stats.c:101:8: warning: implicit declaration of function > 'kill' is invalid in C99 [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' > (void)kill(stats_pid, SIGKILL); > ^ > 1 warning and 1 error generated. > gmake[2]: *** [Makefile:656: test-event-stats.o] Error 1...
2019 Jan 20
0
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...arning: -Wl,-rpath=/usr/local/llvm40/lib: 'linker' input > > unused [-Wunused-command-line-argument] > > test-event-stats.c:101:8: warning: implicit declaration of function > > 'kill' is invalid in C99 [-Wimplicit-function-declaration] > > (void)kill(stats_pid, SIGKILL); > > ^ > > test-event-stats.c:101:24: error: use of undeclared identifier 'SIGKILL' > > (void)kill(stats_pid, SIGKILL); > > ^ > > 1 warning and 1 error generated. > > gmake[2]: *** [Makefile...
2018 Nov 23
9
v2.3.4 released
https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig Binary packages in https://repo.dovecot.org/ * The default postmaster_address is now "postmaster@<user domain or server hostname>". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats
2018 Nov 23
9
v2.3.4 released
https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig Binary packages in https://repo.dovecot.org/ * The default postmaster_address is now "postmaster@<user domain or server hostname>". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats
2018 Nov 23
0
v2.3.4 released
...F .deps/test-event-stats.Tpo -c -o test-event-stats.o test-event-stats.c >> test-event-stats.c: In function 'kill_stats_child': >> test-event-stats.c:101:2: warning: implicit declaration of function 'kill' >> [-Wimplicit-function-declaration] >> (void)kill(stats_pid, SIGKILL); >> ^ >> test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in this >> function) >> (void)kill(stats_pid, SIGKILL); >> ^ >> test-event-stats.c:101:24: note: each undeclared identifier is reported &gt...
2018 Nov 23
0
v2.3.4 released
...e -MT test-event-stats.o -MD -MP -MF .deps/test-event-stats.Tpo -c -o test-event-stats.o test-event-stats.c test-event-stats.c: In function 'kill_stats_child': test-event-stats.c:101:2: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] (void)kill(stats_pid, SIGKILL); ^ test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in this function) (void)kill(stats_pid, SIGKILL); ^ test-event-stats.c:101:24: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [Mak...
2018 Nov 24
0
v2.3.4 released
...d. Here is a patch to fix the build. > >>> > >>> > >>> > >>> test-event-stats.c:101:8: warning: implicit declaration of function > >>> 'kill' is invalid in C99 [-Wimplicit-function-declaration] > >>> (void)kill(stats_pid, SIGKILL); > >>> ^ > >>> test-event-stats.c:101:24: error: use of undeclared identifier > >>> 'SIGKILL' > >>> (void)kill(stats_pid, SIGKILL); > >>> ^ > >> On *BSD I as...
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...o -MD -MP > -MF .deps/test-event-stats.Tpo -c -o test-event-stats.o test-event-stats.c > test-event-stats.c: In function 'kill_stats_child': > test-event-stats.c:101:2: warning: implicit declaration of function 'kill' > [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in this > function) > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: note: each undeclared identifier is reported > only once for each functi...
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...o -MD -MP > -MF .deps/test-event-stats.Tpo -c -o test-event-stats.o test-event-stats.c > test-event-stats.c: In function 'kill_stats_child': > test-event-stats.c:101:2: warning: implicit declaration of function 'kill' > [-Wimplicit-function-declaration] > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in this > function) > (void)kill(stats_pid, SIGKILL); > ^ > test-event-stats.c:101:24: note: each undeclared identifier is reported > only once for each functi...
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
...st-event-stats.o >> test-event-stats.c >> > test-event-stats.c: In function 'kill_stats_child': >> > test-event-stats.c:101:2: warning: implicit declaration of function >> 'kill' >> > [-Wimplicit-function-declaration] >> > (void)kill(stats_pid, SIGKILL); >> > ^ >> > test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in >> this >> > function) >> > (void)kill(stats_pid, SIGKILL); >> > ^ >> > test-event-stats.c:101:24: note: each u...
2019 Feb 05
3
Release notify (2.2.36.1 and 2.3.4.1)
Due to DMARC issues some people have failed to receive the latest security information, so here it is repeated for both releases: 2.3.4.1 https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz.sig <https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig> Binary packages in https://repo.dovecot.org/ * CVE-2019-3814: If
2019 Feb 05
3
Release notify (2.2.36.1 and 2.3.4.1)
Due to DMARC issues some people have failed to receive the latest security information, so here it is repeated for both releases: 2.3.4.1 https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz.sig <https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig> Binary packages in https://repo.dovecot.org/ * CVE-2019-3814: If
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
...ts.c >>>> > test-event-stats.c: In function 'kill_stats_child': >>>> > test-event-stats.c:101:2: warning: implicit declaration of function >>>> 'kill' >>>> > [-Wimplicit-function-declaration] >>>> > (void)kill(stats_pid, SIGKILL); >>>> > ^ >>>> > test-event-stats.c:101:24: error: 'SIGKILL' undeclared (first use in >>>> this >>>> > function) >>>> > (void)kill(stats_pid, SIGKILL); >>>> > ^ >&...