2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-07-08 15:19:16 +02:00
|
|
|
#
|
|
|
|
# libnss
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-13 08:40:56 +02:00
|
|
|
|
2016-03-30 21:51:07 +02:00
|
|
|
LIBNSS_VERSION = 3.23
|
2011-07-08 15:19:16 +02:00
|
|
|
LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
|
package: unification of use $(subst [._-], [._-], $(<PKG>_VERSION)) macro
Currently, there are five packages which use 'subst' macro to change their version.
* Three of them (ebtables, icu, perl) use this macro "in place" :
EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION))
ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz
PERL_CROSS_OLD_POD = perl$(subst .,,$(PERL_CROSS_BASE_VERSION))delta.pod
PERL_CROSS_NEW_POD = perl$(subst .,,$(PERL_VERSION))delta.pod
* Two of them (boost, libnss) use an additional variable :
BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
LIBNSS_SITE_VERSION = $(subst .,_,$(LIBNSS_VERSION))
LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(LIBNSS_SITE_VERSION)_RTM/src
* Additionally two packages (duma, rings) doesn't use it at all :
DUMA_VERSION = 2_5_15
DUMA_SITE = http://downloads.sourceforge.net/project/duma/duma/2.5.15
RINGS_VERSION_MAJOR = 1.3.0
RINGS_SUBDIR = rings-v_1_3_0
This commit makes changes to use 'subst' macro "in place", in all of them.
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-14 11:30:58 +01:00
|
|
|
LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
|
libnss: security bump to version 3.16.1
Fixes:
CVE-2014-1492 - The cert_TestHostName function in lib/certdb/certdb.c in
the certificate-checking implementation in Mozilla Network Security
Services (NSS) before 3.16 accepts a wildcard character that is embedded
in an internationalized domain name's U-label, which might allow
man-in-the-middle attackers to spoof SSL servers via a crafted
certificate.
CVE-2014-1491 - Mozilla Network Security Services (NSS) before 3.15.4,
as used in Mozilla Firefox before 27.0, Firefox ESR 24.x before 24.3,
Thunderbird before 24.3, SeaMonkey before 2.24, and other products, does
not properly restrict public values in Diffie-Hellman key exchanges,
which makes it easier for remote attackers to bypass cryptographic
protection mechanisms in ticket handling by leveraging use of a certain
value.
CVE-2014-1490 - Race condition in libssl in Mozilla Network Security
Services (NSS) before 3.15.4, as used in Mozilla Firefox before 27.0,
Firefox ESR 24.x before 24.3, Thunderbird before 24.3, SeaMonkey before
2.24, and other products, allows remote attackers to cause a denial of
service (use-after-free) or possibly have unspecified other impact via
vectors involving a resumption handshake that triggers incorrect
replacement of a session ticket.
CVE-2013-1740 - The ssl_Do1stHandshake function in sslsecur.c in libssl
in Mozilla Network Security Services (NSS) before 3.15.4, when the TLS
False Start feature is enabled, allows man-in-the-middle attackers to
spoof SSL servers by using an arbitrary X.509 certificate during certain
handshake traffic.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-18 16:46:20 +02:00
|
|
|
LIBNSS_DISTDIR = dist
|
2011-07-08 15:19:16 +02:00
|
|
|
LIBNSS_INSTALL_STAGING = YES
|
|
|
|
LIBNSS_DEPENDENCIES = libnspr sqlite zlib
|
2013-05-13 08:40:56 +02:00
|
|
|
LIBNSS_LICENSE = MPLv2.0
|
libnss: security bump to version 3.16.1
Fixes:
CVE-2014-1492 - The cert_TestHostName function in lib/certdb/certdb.c in
the certificate-checking implementation in Mozilla Network Security
Services (NSS) before 3.16 accepts a wildcard character that is embedded
in an internationalized domain name's U-label, which might allow
man-in-the-middle attackers to spoof SSL servers via a crafted
certificate.
CVE-2014-1491 - Mozilla Network Security Services (NSS) before 3.15.4,
as used in Mozilla Firefox before 27.0, Firefox ESR 24.x before 24.3,
Thunderbird before 24.3, SeaMonkey before 2.24, and other products, does
not properly restrict public values in Diffie-Hellman key exchanges,
which makes it easier for remote attackers to bypass cryptographic
protection mechanisms in ticket handling by leveraging use of a certain
value.
CVE-2014-1490 - Race condition in libssl in Mozilla Network Security
Services (NSS) before 3.15.4, as used in Mozilla Firefox before 27.0,
Firefox ESR 24.x before 24.3, Thunderbird before 24.3, SeaMonkey before
2.24, and other products, allows remote attackers to cause a denial of
service (use-after-free) or possibly have unspecified other impact via
vectors involving a resumption handshake that triggers incorrect
replacement of a session ticket.
CVE-2013-1740 - The ssl_Do1stHandshake function in sslsecur.c in libssl
in Mozilla Network Security Services (NSS) before 3.15.4, when the TLS
False Start feature is enabled, allows man-in-the-middle attackers to
spoof SSL servers by using an arbitrary X.509 certificate during certain
handshake traffic.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-18 16:46:20 +02:00
|
|
|
LIBNSS_LICENSE_FILES = nss/COPYING
|
2011-07-08 15:19:16 +02:00
|
|
|
|
2014-12-30 08:36:23 +01:00
|
|
|
LIBNSS_BUILD_VARS = \
|
|
|
|
MOZILLA_CLIENT=1 \
|
|
|
|
NSPR_INCLUDE_DIR=$(STAGING_DIR)/usr/include/nspr \
|
|
|
|
NSPR_LIB_DIR=$(STAGING_DIR)/usr/lib \
|
|
|
|
BUILD_OPT=1 \
|
|
|
|
NS_USE_GCC=1 \
|
2015-11-20 19:47:20 +01:00
|
|
|
NSS_DISABLE_GTESTS=1 \
|
2014-12-30 08:36:23 +01:00
|
|
|
NSS_USE_SYSTEM_SQLITE=1 \
|
|
|
|
NSS_ENABLE_ECC=1 \
|
|
|
|
NATIVE_CC="$(HOSTCC)" \
|
|
|
|
TARGETCC="$(TARGET_CC)" \
|
|
|
|
TARGETCCC="$(TARGET_CXX)" \
|
|
|
|
TARGETRANLIB="$(TARGET_RANLIB)" \
|
|
|
|
OS_ARCH="Linux" \
|
|
|
|
OS_RELEASE="2.6" \
|
|
|
|
OS_TEST="$(ARCH)"
|
2011-07-08 15:19:16 +02:00
|
|
|
|
2016-01-06 15:18:54 +01:00
|
|
|
# #pragma usage needs gcc >= 4.8
|
|
|
|
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1226179
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),)
|
|
|
|
LIBNSS_BUILD_VARS += NSS_ENABLE_WERROR=0
|
|
|
|
endif
|
|
|
|
|
2012-07-11 00:30:36 +02:00
|
|
|
ifeq ($(BR2_ARCH_IS_64),y)
|
2014-05-22 14:30:46 +02:00
|
|
|
# MIPS64 n32 is treated as a 32-bit architecture by libnss.
|
|
|
|
# See: https://bugzilla.mozilla.org/show_bug.cgi?id=1010730
|
|
|
|
ifeq ($(BR2_MIPS_NABI32),)
|
2012-07-11 00:30:36 +02:00
|
|
|
LIBNSS_BUILD_VARS += USE_64=1
|
|
|
|
endif
|
2014-05-22 14:30:46 +02:00
|
|
|
endif
|
2012-07-11 00:30:36 +02:00
|
|
|
|
2011-07-08 15:19:16 +02:00
|
|
|
define LIBNSS_BUILD_CMDS
|
libnss: security bump to version 3.16.1
Fixes:
CVE-2014-1492 - The cert_TestHostName function in lib/certdb/certdb.c in
the certificate-checking implementation in Mozilla Network Security
Services (NSS) before 3.16 accepts a wildcard character that is embedded
in an internationalized domain name's U-label, which might allow
man-in-the-middle attackers to spoof SSL servers via a crafted
certificate.
CVE-2014-1491 - Mozilla Network Security Services (NSS) before 3.15.4,
as used in Mozilla Firefox before 27.0, Firefox ESR 24.x before 24.3,
Thunderbird before 24.3, SeaMonkey before 2.24, and other products, does
not properly restrict public values in Diffie-Hellman key exchanges,
which makes it easier for remote attackers to bypass cryptographic
protection mechanisms in ticket handling by leveraging use of a certain
value.
CVE-2014-1490 - Race condition in libssl in Mozilla Network Security
Services (NSS) before 3.15.4, as used in Mozilla Firefox before 27.0,
Firefox ESR 24.x before 24.3, Thunderbird before 24.3, SeaMonkey before
2.24, and other products, allows remote attackers to cause a denial of
service (use-after-free) or possibly have unspecified other impact via
vectors involving a resumption handshake that triggers incorrect
replacement of a session ticket.
CVE-2013-1740 - The ssl_Do1stHandshake function in sslsecur.c in libssl
in Mozilla Network Security Services (NSS) before 3.15.4, when the TLS
False Start feature is enabled, allows man-in-the-middle attackers to
spoof SSL servers by using an arbitrary X.509 certificate during certain
handshake traffic.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-18 16:46:20 +02:00
|
|
|
$(MAKE1) -C $(@D)/nss coreconf \
|
2014-10-27 09:25:28 +01:00
|
|
|
SOURCE_MD_DIR=$(@D)/$(LIBNSS_DISTDIR) \
|
|
|
|
DIST=$(@D)/$(LIBNSS_DISTDIR) \
|
|
|
|
CHECKLOC= \
|
|
|
|
$(LIBNSS_BUILD_VARS)
|
libnss: security bump to version 3.16.1
Fixes:
CVE-2014-1492 - The cert_TestHostName function in lib/certdb/certdb.c in
the certificate-checking implementation in Mozilla Network Security
Services (NSS) before 3.16 accepts a wildcard character that is embedded
in an internationalized domain name's U-label, which might allow
man-in-the-middle attackers to spoof SSL servers via a crafted
certificate.
CVE-2014-1491 - Mozilla Network Security Services (NSS) before 3.15.4,
as used in Mozilla Firefox before 27.0, Firefox ESR 24.x before 24.3,
Thunderbird before 24.3, SeaMonkey before 2.24, and other products, does
not properly restrict public values in Diffie-Hellman key exchanges,
which makes it easier for remote attackers to bypass cryptographic
protection mechanisms in ticket handling by leveraging use of a certain
value.
CVE-2014-1490 - Race condition in libssl in Mozilla Network Security
Services (NSS) before 3.15.4, as used in Mozilla Firefox before 27.0,
Firefox ESR 24.x before 24.3, Thunderbird before 24.3, SeaMonkey before
2.24, and other products, allows remote attackers to cause a denial of
service (use-after-free) or possibly have unspecified other impact via
vectors involving a resumption handshake that triggers incorrect
replacement of a session ticket.
CVE-2013-1740 - The ssl_Do1stHandshake function in sslsecur.c in libssl
in Mozilla Network Security Services (NSS) before 3.15.4, when the TLS
False Start feature is enabled, allows man-in-the-middle attackers to
spoof SSL servers by using an arbitrary X.509 certificate during certain
handshake traffic.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-18 16:46:20 +02:00
|
|
|
$(MAKE1) -C $(@D)/nss lib/dbm all \
|
2014-10-27 09:25:28 +01:00
|
|
|
SOURCE_MD_DIR=$(@D)/$(LIBNSS_DISTDIR) \
|
|
|
|
DIST=$(@D)/$(LIBNSS_DISTDIR) \
|
|
|
|
CHECKLOC= \
|
|
|
|
$(LIBNSS_BUILD_VARS) TARGET_OPTIMIZER="$(TARGET_CFLAGS)" \
|
|
|
|
NATIVE_FLAGS="$(HOST_CFLAGS)"
|
2011-07-08 15:19:16 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define LIBNSS_INSTALL_STAGING_CMDS
|
|
|
|
$(INSTALL) -m 755 -t $(STAGING_DIR)/usr/lib/ \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/lib/*.so
|
|
|
|
$(INSTALL) -m 755 -d $(STAGING_DIR)/usr/include/nss
|
|
|
|
$(INSTALL) -m 644 -t $(STAGING_DIR)/usr/include/nss \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/public/nss/*
|
|
|
|
$(INSTALL) -m 755 -t $(STAGING_DIR)/usr/lib/ \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/lib/*.a
|
2012-08-21 19:07:04 +02:00
|
|
|
$(INSTALL) -D -m 0644 $(TOPDIR)/package/libnss/nss.pc.in \
|
|
|
|
$(STAGING_DIR)/usr/lib/pkgconfig/nss.pc
|
|
|
|
$(SED) 's/@VERSION@/$(LIBNSS_VERSION)/g;' \
|
|
|
|
$(STAGING_DIR)/usr/lib/pkgconfig/nss.pc
|
2011-07-08 15:19:16 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define LIBNSS_INSTALL_TARGET_CMDS
|
|
|
|
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/lib/ \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/lib/*.so
|
|
|
|
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/include/nss
|
|
|
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/include/nss \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/public/nss/*
|
|
|
|
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/lib/ \
|
|
|
|
$(@D)/$(LIBNSS_DISTDIR)/lib/*.a
|
2012-08-21 19:07:04 +02:00
|
|
|
$(INSTALL) -D -m 0644 $(TOPDIR)/package/libnss/nss.pc.in \
|
|
|
|
$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
|
|
|
|
$(SED) 's/@VERSION@/$(LIBNSS_VERSION)/g;' \
|
|
|
|
$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
|
2011-07-08 15:19:16 +02:00
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(generic-package))
|