Hi, A small correction to the last patch is needed.
On Sat, 28 Nov 2015, Guido Günther wrote: > +override_dh_auto_test: > + # Create .chk files for FIPS mode tests > + $(foreach lib,libsoftokn3.so libfreebl3.so libnssdbm3.so, \ > + $(call cmd,cd $(DISTDIR)/lib; LD_LIBRARY_PATH=$(DISTDIR)/lib > $(DISTDIR)/bin/shlibsign -v -i $(lib))) Here you need to add "libfreeblpriv3.so" to the foreach loop otherwise you get failing FIPS tests. Mike, can you include this patch and the one from #806207? Having test suite run at build time makes it easier to spot regressions later when we backport security updates. And the autopkgtest suite is also usefull to ensure that the resulting packages do reasonably work. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/

