Skip to content

Commit

Permalink
Bug 1787505 - land NSS NSS_3_83_BETA2 UPGRADE_NSS_RELEASE, r=nss-revi…
Browse files Browse the repository at this point in the history
…ewers,djackson

Differential Revision: https://phabricator.services.mozilla.com/D156982
  • Loading branch information
jschanck committed Sep 13, 2022
1 parent 70a860f commit 262ca63
Show file tree
Hide file tree
Showing 61 changed files with 631 additions and 838 deletions.
2 changes: 1 addition & 1 deletion build/moz.configure/nss.configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ system_lib_option("--with-system-nss", help="Use system NSS")
imply_option("--with-system-nspr", True, when="--with-system-nss")

nss_pkg = pkg_check_modules(
"NSS", "nss >= 3.82", when="--with-system-nss", config=False
"NSS", "nss >= 3.83", when="--with-system-nss", config=False
)

set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")
Expand Down
2 changes: 1 addition & 1 deletion security/nss/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e5c1e1a0eaff
NSS_3_83_BETA2
3 changes: 0 additions & 3 deletions security/nss/cmd/lib/secpwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

#ifdef XP_UNIX
#include <termios.h>
#endif

#if defined(XP_UNIX) || defined(XP_BEOS)
#include <unistd.h> /* for isatty() */
#endif

Expand Down
18 changes: 0 additions & 18 deletions security/nss/cmd/modutil/install.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,23 +252,10 @@ Pk11Install_Release()
* and sends the string to the handler function if it exists.
*/

#ifdef OSF1
/* stdarg has already been pulled in from NSPR */
#undef va_start
#undef va_end
#undef va_arg
#include <varargs.h>
#else
#include <stdarg.h>
#endif

#ifdef OSF1
static void
error(long va_alist, ...)
#else
static void
error(PRErrorCode errcode, ...)
#endif
{

va_list ap;
Expand All @@ -286,13 +273,8 @@ error(PRErrorCode errcode, ...)
PR_Unlock(errorHandlerLock);

if (handler) {
#ifdef OSF1
va_start(ap);
errstr = PR_vsmprintf(errorString[va_arg(ap, Pk11Install_Error)], ap);
#else
va_start(ap, errcode);
errstr = PR_vsmprintf(errorString[errcode], ap);
#endif
handler(errstr);
PR_smprintf_free(errstr);
va_end(ap);
Expand Down
47 changes: 0 additions & 47 deletions security/nss/coreconf/BeOS.mk

This file was deleted.

91 changes: 0 additions & 91 deletions security/nss/coreconf/IRIX.mk

This file was deleted.

5 changes: 0 additions & 5 deletions security/nss/coreconf/IRIX5.2.mk

This file was deleted.

7 changes: 0 additions & 7 deletions security/nss/coreconf/IRIX5.3.mk

This file was deleted.

10 changes: 0 additions & 10 deletions security/nss/coreconf/IRIX5.mk

This file was deleted.

13 changes: 0 additions & 13 deletions security/nss/coreconf/IRIX6.2.mk

This file was deleted.

12 changes: 0 additions & 12 deletions security/nss/coreconf/IRIX6.3.mk

This file was deleted.

15 changes: 0 additions & 15 deletions security/nss/coreconf/IRIX6.5.mk

This file was deleted.

17 changes: 0 additions & 17 deletions security/nss/coreconf/IRIX6.mk

This file was deleted.

48 changes: 0 additions & 48 deletions security/nss/coreconf/OSF1.mk

This file was deleted.

5 changes: 0 additions & 5 deletions security/nss/coreconf/OSF1V2.0.mk

This file was deleted.

5 changes: 0 additions & 5 deletions security/nss/coreconf/OSF1V3.0.mk

This file was deleted.

16 changes: 0 additions & 16 deletions security/nss/coreconf/OSF1V3.2.mk

This file was deleted.

24 changes: 0 additions & 24 deletions security/nss/coreconf/OSF1V4.0.mk

This file was deleted.

5 changes: 0 additions & 5 deletions security/nss/coreconf/OSF1V4.0B.mk

This file was deleted.

Loading

0 comments on commit 262ca63

Please sign in to comment.