Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nss 3.80
Date: Sun, 26 Jun 2022 02:57:00 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37685@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages nss-update
https://github.com/void-linux/void-packages/pull/37685

nss 3.80
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37685.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nss-update-37685.patch --]
[-- Type: text/x-diff, Size: 3891 bytes --]

From cce9f2054f259ba83b744242a0a0c49779589552 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 25 Jun 2022 21:43:24 +0700
Subject: [PATCH 1/2] nss: update to 3.80.

---
 srcpkgs/nss/patches/native-nsinstall-cflags.patch | 9 ++++-----
 srcpkgs/nss/template                              | 8 +++++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/nss/patches/native-nsinstall-cflags.patch b/srcpkgs/nss/patches/native-nsinstall-cflags.patch
index e2734e700d4d..249d281becf4 100644
--- a/srcpkgs/nss/patches/native-nsinstall-cflags.patch
+++ b/srcpkgs/nss/patches/native-nsinstall-cflags.patch
@@ -1,11 +1,10 @@
---- nss-3.68.orig/nss/coreconf/nsinstall/Makefile
-+++ nss-3.68/nss/coreconf/nsinstall/Makefile
-@@ -32,6 +32,8 @@ endif
+--- nss-3.80.orig/nss/coreconf/nsinstall/Makefile
++++ nss-3.80/nss/coreconf/nsinstall/Makefile
+@@ -32,6 +32,7 @@ endif
  
  ifdef NATIVE_FLAGS
  OS_CFLAGS=$(NATIVE_FLAGS)
 +XCFLAGS = $(NATIVE_FLAGS)
-+LDFLAGS = $(LDFLAGS_FOR_BUILD)
  endif
  
- include $(DEPTH)/coreconf/rules.mk
+ ifdef NATIVE_LDFLAGS
diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 7ea39f1c3182..0d9c200fe637 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,7 +3,7 @@
 _nsprver=4.34
 
 pkgname=nss
-version=3.79
+version=3.80
 revision=1
 hostmakedepends="perl which"
 makedepends="nspr-devel sqlite-devel zlib-devel"
@@ -13,7 +13,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MPL-2.0"
 homepage="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
 distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
-checksum=ebdf2d6a96613b6fe70ad579e9f983e0e94e0110171cfb2999db633d3394a514
+checksum=c0bf1fd2c7e29a6b02b309622baafc443eec90c8934bb155da4bb98988784b6a
 
 export NS_USE_GCC=1
 export LIBRUNPATH=
@@ -60,7 +60,9 @@ do_build() {
 	export XCFLAGS="${CFLAGS}"
 	make -C nss ${makejobs} \
 		${CROSS_BUILD:+CROSS_COMPILE=1} OS_TEST="${_ARCH}" \
-		NATIVE_CC="${BUILD_CC}" NATIVE_FLAGS="${BUILD_CFLAGS}" \
+		NATIVE_CC="${CC_FOR_BUILD}" \
+		NATIVE_FLAGS="${CFLAGS_FOR_BUILD}" \
+		NATIVE_LDFLAGS="${LDFLAGS_FOR_BUILD}" \
 		CCC="$CXX" ${_use64} \
 		all
 }

From 086d1a5284bd051e715347da78605893a2aed784 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 26 Jun 2022 07:54:38 +0700
Subject: [PATCH 2/2] ca-certificates: update to 20211016+3.80.

Close: #37682
---
 srcpkgs/ca-certificates/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template
index eaa70fc7a22b..ca95efa092d7 100644
--- a/srcpkgs/ca-certificates/template
+++ b/srcpkgs/ca-certificates/template
@@ -1,6 +1,6 @@
 # Template file for 'ca-certificates'
 pkgname=ca-certificates
-version=20211016+3.77
+version=20211016+3.80
 revision=1
 _nss_version=${version#*+}
 bootstrap=yes
@@ -8,7 +8,7 @@ conf_files="/etc/ca-certificates.conf"
 create_wrksrc=yes
 build_wrksrc="work"
 hostmakedepends="openssl"
-depends="openssl<=2.0_1 run-parts"
+depends="openssl run-parts"
 short_desc="Common CA certificates for SSL/TLS from Mozilla"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MPL-2.0"
@@ -16,7 +16,7 @@ homepage="https://wiki.mozilla.org/NSS:Root_certs"
 distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version%+*}.tar.xz
  ${MOZILLA_SITE}/security/nss/releases/NSS_${_nss_version//\./_}_RTM/src/nss-${_nss_version}.tar.gz"
 checksum="2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88
- 825edf5a2fd35b788a23ff80face591f82919ae3ad2b8f77d424a450d618dedd"
+ c0bf1fd2c7e29a6b02b309622baafc443eec90c8934bb155da4bb98988784b6a"
 
 post_extract() {
 	cp ${FILESDIR}/* $build_wrksrc/mozilla

             reply	other threads:[~2022-06-26  0:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-26  0:57 sgn [this message]
2022-06-26 16:36 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37685@inbox.vuxu.org \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).