On Fri, May 13 2022, aisha <[email protected]> wrote:
> Hi,
> Attached update to knot and py-libknot from 3.1.7 to 3.1.8.
> All tests are passing for net/knot, no tests there for py-libknot.
Committed, thanks.
FWIW, here's the quirky one-liner I use to check shared libraries for
symbol additions/removals:
c=0; for f in $(make show=SHARED_LIBS); do [ "$((cnt++ % 2))" -eq 1 ] &&
continue; prefix=; [ -n "$(ls "/usr/local/lib/lib$f".so* 2>/dev/null)" ] ||
prefix=samba/; /usr/src/lib/check_sym /usr/local/lib/${prefix}lib$f.so* $(make
show=WRKINST)/usr/local/lib/${prefix}lib$f.so*; done
(No bump needed this time.)
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE