RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 25-Apr-2014 21:57:41 Branch: rpm-5_4 Handle: 2014042519574001 Modified files: (Branch: rpm-5_4) rpm CHANGES configure.ac Log: - nss: detect/use NSS_Initialize/NSS_InitContext. Summary: Revision Changes Path 1.3501.2.372+1 -0 rpm/CHANGES 2.472.2.96 +6 -0 rpm/configure.ac ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3501.2.371 -r1.3501.2.372 CHANGES --- rpm/CHANGES 25 Apr 2014 02:43:38 -0000 1.3501.2.371 +++ rpm/CHANGES 25 Apr 2014 19:57:40 -0000 1.3501.2.372 @@ -1,4 +1,5 @@ 5.4.14 -> 5.4.15: + - jbj: nss: detect/use NSS_Initialize/NSS_InitContext. - jbj: bc: add non-repudiable RSA signatures. - jbj: ltc: add non-repudiable RSA signatures, haul out the trash. - jbj: nss: add non-repudiable RSA signatures, haul out the trash.. @@ . patch -p0 <<'@@ .' Index: rpm/configure.ac ============================================================================ $ cvs diff -u -r2.472.2.95 -r2.472.2.96 configure.ac --- rpm/configure.ac 24 Oct 2013 15:34:17 -0000 2.472.2.95 +++ rpm/configure.ac 25 Apr 2014 19:57:41 -0000 2.472.2.96 @@ -1420,6 +1420,12 @@ [nss3 nss], [NSS_NoDB_Init], [nss.h], [no,external:none], [], [ AC_DEFINE(WITH_NSS, 1, [Define if building with Mozilla NSS]) + AC_CHECK_LIB([nss3], [NSS_Initialize], [ + AC_DEFINE(HAVE_NSS_INITIALIZE, 1, [Define to 1 if you have the NSS_Initialize() function.]) + ]) + AC_CHECK_LIB([nss3], [NSS_InitContext], [ + AC_DEFINE(HAVE_NSS_INITCONTEXT, 1, [Define to 1 if you have the NSS_InitContext() function.]) + ]) ], []) dnl # OpenSSL @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
