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

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

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

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

From 982655e3ee1cdfa49458107c5ef7d22b0eee4c45 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: Mon, 30 Aug 2021 10:09:22 +0700
Subject: [PATCH 1/4] sysprof-devel: fix dependencies

---
 srcpkgs/sysprof/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template
index 2e24cd7de548..1c39cdefd4ff 100644
--- a/srcpkgs/sysprof/template
+++ b/srcpkgs/sysprof/template
@@ -1,7 +1,7 @@
 # Template file for 'sysprof'
 pkgname=sysprof
 version=3.40.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Denable_gtk=true -Dsystemdunitdir=deleteme"
 hostmakedepends="gettext pkg-config itstool glib-devel"
@@ -23,7 +23,8 @@ post_install() {
 }
 
 sysprof-devel_package() {
-	depends="sysprof>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision} libglib-devel
+	 json-glib-devel polkit-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 272c63d39733b1c0446e44475c46fe4643a85b94 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: Mon, 6 Sep 2021 17:56:07 +0700
Subject: [PATCH 2/4] chroot-git: fix bugreport cpu

---
 srcpkgs/chroot-git/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template
index f9ab40f5ac04..cda37b356a55 100644
--- a/srcpkgs/chroot-git/template
+++ b/srcpkgs/chroot-git/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-git'
 pkgname=chroot-git
 version=2.33.0
-revision=1
+revision=2
 bootstrap=yes
 wrksrc="git-${version}"
 makedepends="zlib-devel"
@@ -37,6 +37,8 @@ do_configure() {
 	NO_TCLTK = Yes
 	DEFAULT_TEST_TARGET = prove
 	GIT_PROVE_OPTS = $makejobs
+	# firstword (uname -m)
+	HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
 	EOF
 
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

From e279e7f4249ec1f796b072140a6a358880d876d6 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: Mon, 6 Sep 2021 17:56:06 +0700
Subject: [PATCH 3/4] git: fix bugreport cpu

---
 srcpkgs/git/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 8a539a45e784..e8e56eb0a960 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
 version=2.33.0
-revision=1
+revision=2
 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
 makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
 # Required by https://
@@ -36,6 +36,8 @@ do_configure() {
 	PYTHON_PATH=/usr/bin/python3
 	DEFAULT_TEST_TARGET = prove
 	GIT_PROVE_OPTS = $makejobs
+	# firstword (uname -m)
+	HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
 	EOF
 
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then

From 6a8839438fafeeb4761bed09f61039318f2b56e5 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: Mon, 6 Sep 2021 22:28:47 +0700
Subject: [PATCH 4/4] nss: update to 3.70.

---
 srcpkgs/nss/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 9512a55f958d..8abefcb9f580 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,7 +3,7 @@
 _nsprver=4.32
 
 pkgname=nss
-version=3.69
+version=3.70
 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=c880205a365e0dd488ff29fdea82716ff9fcde9da6f3b703d636f8fc08008799
+checksum=2b89abb8601ee405be8ac5b5703d71f1fb38a51c3a64a3d834387f78b325511b
 
 export NS_USE_GCC=1
 export LIBRUNPATH=

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

* Re: [PR PATCH] [Merged]: nss: update to 3.70
  2021-09-06 15:30 [PR PATCH] nss: update to 3.70 sgn
@ 2021-09-07  1:23 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2021-09-07  1:23 UTC (permalink / raw)
  To: ml

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

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

nss: update to 3.70
https://github.com/void-linux/void-packages/pull/32858

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-09-07  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 15:30 [PR PATCH] nss: update to 3.70 sgn
2021-09-07  1:23 ` [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).