Bug 1562330 - Upgrade Firefox 70 to use NSPR 4.22.

UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D42512

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kai Engert 2019-08-19 14:23:11 +00:00
Родитель f1d77648cd
Коммит 89998cc266
5 изменённых файлов: 14 добавлений и 5 удалений

5
nsprpub/.arcconfig Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
"phabricator.uri" : "https://phabricator.services.mozilla.com/",
"repository.callsign": "NSPR",
"history.immutable": false
}

Просмотреть файл

@ -1 +1 @@
NSPR_4_22_BETA1
NSPR_4_22_RTM

Просмотреть файл

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

Просмотреть файл

@ -280,10 +280,13 @@ ifdef ENABLE_STRIP
$(STRIP) $@
endif
$(LIBRARY): $(OBJS)
# Same as OBJS, but without any file that matches p*vrsion.o, since these
# collide for static libraries, and are not useful for that case anyway.
STATICLIB_OBJS = $(filter-out $(OBJDIR)/p%vrsion.$(OBJ_SUFFIX),$(OBJS))
$(LIBRARY): $(STATICLIB_OBJS)
@$(MAKE_OBJDIR)
rm -f $@
$(AR) $(AR_FLAGS) $(OBJS) $(AR_EXTRA_ARGS)
$(AR) $(AR_FLAGS) $(STATICLIB_OBJS) $(AR_EXTRA_ARGS)
$(RANLIB) $@
ifeq ($(OS_TARGET), OS2)

Просмотреть файл

@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION "4.22 Beta"
#define PR_VERSION "4.22"
#define PR_VMAJOR 4
#define PR_VMINOR 22
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck