Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] skarnet stack fall 2021 release
@ 2021-09-26 18:32 mobinmob
  2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mobinmob @ 2021-09-26 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- 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/33138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skarnet-fall2021-33138.patch --]
[-- Type: text/x-diff, Size: 5692 bytes --]

From e172e3d1f3bc55ea193c77ae28551fbc3ada92d0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 1/5] skalibs: update to 2.11.0.0.

---
 common/shlibs            | 2 +-
 srcpkgs/skalibs/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 2dbe14a7c6e6..739755a5e2dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1
 libgnunettransportapplication.so.0 gnunet-0.12.2_1
 libgnunettransportcore.so.0 gnunet-0.12.2_1
 libgnunettransportcommunicator.so.0 gnunet-0.12.2_1
-libskarnet.so.2.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.0.0_1
 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
 libtidy.so.58 libtidy5-5.8.0_1
 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --enable-static --enable-shared
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 changelog="https://skarnet.org/software/skalibs/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 79b88424eb3184626b83d6cc0e4de70912609f56 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 2/5] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 revision=1
 # Only available for musl
 archs="*-musl"
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/nsss/"
 changelog="https://skarnet.org/software/nsss/upgrade.html"
 distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
-checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From 0e16f5d7fb0071cf841fb03553c47eff2bc073fc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 3/5] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 6ea62f656c540a5e3158d665c66c44ac75771966 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 4/5] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -15,7 +15,7 @@ license="ISC"
 homepage="http://skarnet.org/software/s6/"
 changelog="https://skarnet.org/software/s6/upgrade.html"
 distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
-checksum=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From d645caf4cdef8775ce755630f508812217b2e720 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 5/5] s6-rc: update to 0.5.2.3.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 41565de3c458..e6c28c5ce76c 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.2.2
+version=0.5.2.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

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

end of thread, other threads:[~2021-10-12 19:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
2021-09-26 19:10 ` mobinmob
2021-09-26 19:14 ` mobinmob
2021-09-28 13:41 ` [PR PATCH] [Updated] " mobinmob
2021-09-28 13:43 ` mobinmob
2021-09-29  0:03 ` flexibeast
2021-09-29  2:36 ` flexibeast
2021-09-29 18:31 ` [PR PATCH] [Updated] " mobinmob
2021-09-29 18:47 ` mobinmob
2021-10-01 15:41 ` [PR PATCH] [Updated] " mobinmob
2021-10-01 15:42 ` mobinmob
2021-10-05 19:35 ` [PR PATCH] [Updated] " mobinmob
2021-10-12 19:47 ` [PR PATCH] [Merged]: " ericonr

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