Package: acct / 6.6.4-10

Metadata

Package Version Patches format
acct 6.6.4-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_414300 lastcomm fields descr.patch | (download)

accounting.texi | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct field description for the last field in lastcomm's reports
 Thanks David Simner.
03_cross build support.patch | (download)

Makefile.am | 5 0 + 5 - 0 !
configure.ac | 97 0 + 97 - 0 !
files.h.in | 89 85 + 4 - 0 !
3 files changed, 85 insertions(+), 106 deletions(-)

 remove pointless configure check that breaks cross-building
 Remove pointless configure check that tries to run a program to define
 wtmp/acct file paths; we can just as well include this in files.h.in and
 use the results of the macro checks directly.
04_Fix spelling errors.patch | (download)

NEWS | 6 3 + 3 - 0 !
accounting.info | 4 2 + 2 - 0 !
accounting.texi | 8 4 + 4 - 0 !
al_share.cpp | 2 1 + 1 - 0 !
last.c | 2 1 + 1 - 0 !
5 files changed, 11 insertions(+), 11 deletions(-)

 fix minor spelling errors.
07_sprintf buffer overflow.patch | (download)

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

 fix buffer overflow in dev_hash.c
Structural fix in lastcomm.1.patch | (download)

lastcomm.1 | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 structural fix in lastcomm.1


Fix FTBFS with C23.patch | (download)

dev_hash.c | 8 6 + 2 - 0 !
sa.c | 4 2 + 2 - 0 !
2 files changed, 8 insertions(+), 4 deletions(-)

 fix ftbfs with c23 (gcc-15 defaults)


Use t64 for unsigned utmp.patch | (download)

last.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 y2038: use t64 for arithmetic on unsigned utmp tv_sec
 Eliminates -Wformat-truncation evident with gcc-15


Fix reverse reading of incomplete trailing record.patch | (download)

file_rd.c | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 fix reverse reading of incomplete trailing record