This bug was fixed in the package nss - 2:3.35-2ubuntu2
---------------
nss (2:3.35-2ubuntu2) bionic; urgency=medium
* d/p/lp1746947-revert-switch-default-to-sql.patch: the switch of the
default is still causing too much issues in consumers of nss.
So until resolved revert the switched default (LP: #1746947)
nss (2:3.35-2ubuntu1) bionic; urgency=medium
* Merge with Debian unstable. Remaining changes:
- When building with -O3, build with -Wno-error=maybe-uninitialized.
* Added Changes:
- d/libnss3.links: make freebl3 available as library (LP: #1744328)
+ d/control: add dh-exec to Build-Depends
+ d/rules: make mkdir tolerate debian/tmp existing (due to dh-exec)
nss (2:3.35-2) unstable; urgency=medium
* nss/lib/freebl/Makefile: Build Hacl_Poly1305_64.o on arm64.
nss (2:3.35-1) unstable; urgency=medium
* New upstream release.
nss (2:3.34.1-1) unstable; urgency=medium
* New upstream release.
-- Christian Ehrhardt <[email protected]> Mon, 05 Feb
2018 11:36:07 +0100
** Changed in: nss (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nss in Ubuntu.
https://bugs.launchpad.net/bugs/1744328
Title:
libfreebl3.so should be public, not in the nss subdir
Status in nss package in Ubuntu:
Fix Released
Status in nss package in Debian:
New
Bug description:
Hi,
I tried to move the chrony dependency from tomcrypt to libnss to avoid
universe dependencies.
While doing so I found that libfreebl3 is not "normally" linkable being
outside the normal ld paths.
E.g. sample program
#include <nss.h>
#include <hasht.h>
#include <nsslowhash.h>
int main(int argc, char **argv) {
NSSLOWHASH_Begin(NSSLOWHASH_NewContext(NSSLOW_Init(), HASH_AlgSHA512));
return 0;
}
Build:
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wmissing-prototypes -Wall -pthread -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/nss -I/usr/include/nspr -o docheck docheck.c -lfreebl3
-Wl,-Bsymbolic-functions -Wl,-z,relro -v -Wl,-v -L/usr/lib/x86_64-linux-gnu/nss
Then:
ldd docheck
will give you
libfreebl3.so => not found
Obviously a link into /usr/lib/x86_64-linux-gnu/ fixes the issue but
needs some more consideration if that is the thing we want (there
might be a reason it is where it is).
Note: Required to go on with the chrony MIR which is rather urgent to
be sorted out as it has a lot of other dependencies that need to be
adapted.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1744328/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp