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: update to 3.77.
Date: Sun, 03 Apr 2022 13:15:33 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36499@inbox.vuxu.org> (raw)

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

nss: update to 3.77.
<!-- 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/36499.patch is attached

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

From 1b786222dd2b45faacff2a9f60ae7cef95a1e56c 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, 3 Apr 2022 14:51:11 +0700
Subject: [PATCH] nss: update to 3.77.

---
 srcpkgs/nss/patches/cpputil-databuffer.patch | 20 --------------------
 srcpkgs/nss/template                         |  6 +++---
 2 files changed, 3 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/nss/patches/cpputil-databuffer.patch

diff --git a/srcpkgs/nss/patches/cpputil-databuffer.patch b/srcpkgs/nss/patches/cpputil-databuffer.patch
deleted file mode 100644
index 44dd3f467882..000000000000
--- a/srcpkgs/nss/patches/cpputil-databuffer.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Source: https://bugzilla.mozilla.org/show_bug.cgi?id=1758478
-diff --git a/nss/cpputil/databuffer.h b/nss/cpputil/databuffer.h
-index 8d34e1a..6aee509 100644
---- a/nss/cpputil/databuffer.h
-+++ b/nss/cpputil/databuffer.h
-@@ -33,11 +33,9 @@ class DataBuffer {
-     return *this;
-   }
-   DataBuffer& operator=(DataBuffer&& other) {
--    if (this == &other) {
--      data_ = other.data_;
--      len_ = other.len_;
--      other.data_ = nullptr;
--      other.len_ = 0;
-+    if (this != &other) {
-+      std::swap(data_, other.data_);
-+      std::swap(len_, other.len_);
-     }
-     return *this;
-   }
diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index f85cfe79a868..5cc04daf52c2 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,9 +3,9 @@
 _nsprver=4.32
 
 pkgname=nss
-version=3.76
+version=3.77
 revision=1
-hostmakedepends="perl"
+hostmakedepends="perl which"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
@@ -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=1b8e0310add364d2ade40620cde0f1c37f4f00a6999b2d3e7ea8dacda4aa1630
+checksum=825edf5a2fd35b788a23ff80face591f82919ae3ad2b8f77d424a450d618dedd
 
 export NS_USE_GCC=1
 export LIBRUNPATH=

             reply	other threads:[~2022-04-03 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-03 11:15 sgn [this message]
2022-04-04  1:24 ` [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-36499@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).