Package Release Info

nss-shared-helper-1.0.10-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libnsssharedhelper0
nss-shared-helper-devel

Change Logs

* Thu Dec 08 2011 wr@rosenauer.org
- update to version 1.0.10
  * DB location (if not specified otherwise) will be /etc/pki/nssdb
    if it exists and otherwise $HOME/.pki/nssdb
- cleanup specfile / fixup license tags
* Sun Oct 31 2010 jengelh@medozas.de
- Use %_smp_mflags
* Mon Apr 05 2010 wr@rosenauer.org
- fixed crash caused by wrong free() (bnc#572938)
* Thu Mar 11 2010 wr@rosenauer.org
- use /etc/pki/nssdb as default shared location as
  mozilla-nss-sysinit will manage to merge system and user dbs
  saved in ~/.pki/nssdb at runtime
* Thu Dec 17 2009 jengelh@medozas.de
- Add baselibs.conf as a source
- Enable parallel building
* Tue Jul 21 2009 wr@rosenauer.org
- Update to version 1.0.6
  * removed workaround for bnc#448259 but require NSS 3.12.3
  * changed default location to $HOME/.pki/nssdb which is the
    agreed one between integrators
* Thu Jan 22 2009 hpj@suse.de
- Update to version 1.0.6
  * Never print debug to stdout, only to stderr.
* Tue Dec 30 2008 wr@rosenauer.org
- Update to version 1.0.5
  * workaround for initial creation of shared DB (bnc#448259)
* Fri Nov 21 2008 hpj@suse.de
- Update to version 1.0.4, which makes the DB migration conditional
  on an environment variable that will not be set by default
  (NSS_USE_SHARED_DB).
* Wed Nov 05 2008 hpj@suse.de
- Update to version 1.0.3, which fixes includes when used in
  C++ code.