On Thu, Jan 04 2018, Pierre-Emmanuel André <[email protected]> wrote: > Hi, > > Small diff to update libassuan to it's latest version (2.5.1). > This update is mandatory for the latest GnuPG2 version. > > Tested on @amd64 with gnupg 2.2.4. > > Comments, ok ?
tl;dr ok jca@ with a minor bump to libassuan.so.2.1 The shared lib bump ought to be a minor one, just one symbol was added. The ASSUAN_SYSTEM_PTH_IMPL macro has been changed but afaik this doesn't warrant a major bump. The new symbol is declared twice in assuan.h, this *could* be a problem with badly behaved ports that use -Wredundant-decls -Werror. But assuan.h already includes <sys/types.h> and <unistd.h>, which provide redundant decls, so I don't expect fallout. I would probably also remove the MODULES and CFLAGS lines, which don't seem to be needed (any more?), but this can be done later. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
