Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nss: update to 3.67.
@ 2021-06-23 12:09 sgn
  2021-06-24 12:56 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2021-06-23 12:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1577 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/31627

nss: update to 3.67.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31627.patch is attached

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

From 68a901787f0d705ac8fb4f8383bb2830f9aaea87 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: Wed, 23 Jun 2021 19:07:13 +0700
Subject: [PATCH] nss: update to 3.67.

---
 ...d26354548fc3f883a56e8bfafc78f5265ce8.patch | 34 -------------------
 ...7b7cb5133302087980ef321a83670d383db1.patch | 27 ---------------
 srcpkgs/nss/template                          |  4 +--
 3 files changed, 2 insertions(+), 63 deletions(-)
 delete mode 100644 srcpkgs/nss/patches/32ebd26354548fc3f883a56e8bfafc78f5265ce8.patch
 delete mode 100644 srcpkgs/nss/patches/73b47b7cb5133302087980ef321a83670d383db1.patch

diff --git a/srcpkgs/nss/patches/32ebd26354548fc3f883a56e8bfafc78f5265ce8.patch b/srcpkgs/nss/patches/32ebd26354548fc3f883a56e8bfafc78f5265ce8.patch
deleted file mode 100644
index dee246482deb..000000000000
--- a/srcpkgs/nss/patches/32ebd26354548fc3f883a56e8bfafc78f5265ce8.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 32ebd26354548fc3f883a56e8bfafc78f5265ce8 Mon Sep 17 00:00:00 2001
-From: mamonet <maamoun.tk@gmail.com>
-Date: Fri, 4 Jun 2021 09:36:15 +0000
-Subject: [PATCH] Bug 1566124 - Fix AES_GCM mode on ppc64le for messages of
- length more than 255-byte r=beurdouche
-
-Differential Revision: https://phabricator.services.mozilla.com/D116274
-
---HG--
-extra : moz-landing-system : lando
----
- lib/freebl/ppc-gcm.s | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/freebl/ppc-gcm.s b/lib/freebl/ppc-gcm.s
-index 4d5fff437..06ad5862c 100644
---- a/nss/lib/freebl/ppc-gcm.s
-+++ b/nss/lib/freebl/ppc-gcm.s
-@@ -692,7 +692,6 @@ addi	TOCP,TOCP,(.TOC.-ppc_aes_gcmCRYPT)@l
- 
-     mtctr        9
- 
--    li           10, 0
-     li           25, 0x10
-     li           26, 0x20
-     li           27, 0x30
-@@ -703,6 +702,7 @@ addi	TOCP,TOCP,(.TOC.-ppc_aes_gcmCRYPT)@l
- 
- .align 5
- .L8x_loop:
-+    li           10, 0
-     VEC_LOAD_INC K, KS, 10
- 
-     vadduwm      CTR1, CTR, I1
diff --git a/srcpkgs/nss/patches/73b47b7cb5133302087980ef321a83670d383db1.patch b/srcpkgs/nss/patches/73b47b7cb5133302087980ef321a83670d383db1.patch
deleted file mode 100644
index adf63004e540..000000000000
--- a/srcpkgs/nss/patches/73b47b7cb5133302087980ef321a83670d383db1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 73b47b7cb5133302087980ef321a83670d383db1 Mon Sep 17 00:00:00 2001
-From: mamonet <maamoun.tk@gmail.com>
-Date: Fri, 4 Jun 2021 09:36:15 +0000
-Subject: [PATCH] Bug 1566124 - Fix counter increase in ppc-gcm-wrap.c
- r=bbeurdouche
-
-Differential Revision: https://phabricator.services.mozilla.com/D116297
-
---HG--
-extra : moz-landing-system : lando
----
- lib/freebl/ppc-gcm-wrap.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/freebl/ppc-gcm-wrap.c b/lib/freebl/ppc-gcm-wrap.c
-index ca3d8ee69..ac58744cb 100644
---- a/nss/lib/freebl/ppc-gcm-wrap.c
-+++ b/nss/lib/freebl/ppc-gcm-wrap.c
-@@ -155,7 +155,7 @@ ppc_aes_gcmInitCounter(ppc_AES_GCMContext *gcm,
-     /* Promote the counter by 1 */
-     gcm->CTR[14] += !(++gcm->CTR[15]);
-     gcm->CTR[13] += !(gcm->CTR[15]) && !(gcm->CTR[14]);
--    gcm->CTR[12] += !(gcm->CTR[15]) && !(gcm->CTR[13]) && !(gcm->CTR[12]);
-+    gcm->CTR[12] += !(gcm->CTR[15]) && !(gcm->CTR[14]) && !(gcm->CTR[13]);
- 
-     /* Now hash AAD - it would actually make sense to seperate the context
-      * creation from the AAD, because that would allow to reuse the H, which
diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 24da85cec752..183762e506b9 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,7 +3,7 @@
 _nsprver=4.30
 
 pkgname=nss
-version=3.66
+version=3.67
 revision=1
 hostmakedepends="perl"
 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=89a79e3a756cf0ac9ba645f4d4c0fc58d4133134401fb0b6c8a74c420bb4cdc9
+checksum=f6549a9148cd27b394b40c77fa73111d5ea23cdb51d796665de1b7458f88ce7f
 
 export NS_USE_GCC=1
 export LIBRUNPATH=

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: nss: update to 3.67.
  2021-06-23 12:09 [PR PATCH] nss: update to 3.67 sgn
@ 2021-06-24 12:56 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2021-06-24 12:56 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

nss: update to 3.67.
https://github.com/void-linux/void-packages/pull/31627

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-24 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23 12:09 [PR PATCH] nss: update to 3.67 sgn
2021-06-24 12:56 ` [PR PATCH] [Merged]: " sgn

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).