commit 704b93c3bb5062ff885be8aedbe849053ec7205c
Author: Ken McDonell <kenj@kenj.id.au>
Date: Sun Apr 26 06:40:04 2026 +1000
debian/rules: use dh_auto_configure instead of ./configure
As Gianfranco Costamagna noted over in Debian bug #1133063 by calling
./configure directly we bypass some build setup where additional "dh"
flags are inserted as command line arguments when configure is called.
For him, "This makes the package built for a wrong arch in armhf.
The baseline should be armv7l."
commit 7265eb0e82c3fbcc27e550edfbde30486a216c85
Author: Ken McDonell <kenj@kenj.id.au>
Date: Sun Apr 26 06:33:39 2026 +1000
Makepkgs: Debian builds: previous changes to weld build number onto package version were NQR
More than NQR, the earlier commits change VERSION.pcp safely and
securely, it is just that Debian builds extract this info from the 1st
line of the debian/changelog so we need edit that in the build source
tree as well.
commit 92eacce052f4d0e5ac9543d2175b23a97d3ce226
Author: Ken McDonell <kenj@kenj.id.au>
Date: Sun Apr 26 06:31:31 2026 +1000
docs: bump changelogs and version for next planned release
The 24 June date is pure speculation ... others need to decide when
7.1.3 escapes.
commit a120db1accf5ce810712ec9cb17eb86d440f46c7
Merge: f05876ef 9fd1a97c
Author: Ken McDonell <kenj@kenj.id.au>
Date: Sat Apr 25 06:34:51 2026 +1000
Merge branch 'main' of https://github.com/performancecopilot/pcp
commit f05876ef3ab7c1d85f685d18b910c0b805a2289b
Author: Ken McDonell <kenj@kenj.id.au>
Date: Thu Apr 23 08:38:30 2026 +1000
qa/admin/show-me-all: another fixup for Callback: lines in the QA logs
commit 191a62fdbf8e3e3cb3363484478fc0c823f9b314
Author: Ken McDonell <kenj@kenj.id.au>
Date: Thu Apr 23 08:10:39 2026 +1000
qa/1339: change TCP/IP port for use with sample PMDA
Was 5670 and 5671 but the latter clashes with AMQP and on AmazonLinux
(vm40) tripped the AVC below based on the port number.
$ sudo ausearch -m AVC -ts recent
----
time->Thu Apr 23 07:57:56 2026
type=AVC msg=audit(1776895076.650:6335): avc: denied { name_bind } for pid=260021 comm="pmdasample" src=5671 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:amqp_port_t:s0 tclass=tcp_socket permissive=1
Changing to the default port (whatever that might be) from _find_port()
made the AVC go away.
There are 4 open security issues in bookworm.
You can find information about how to handle these issues in the security team's documentation.