Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] runc: update to 1.0.0_15 (rc93)
@ 2021-02-24 13:10 the-eater
  2021-02-24 14:58 ` [PR PATCH] [Merged]: " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: the-eater @ 2021-02-24 13:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-eater/neo-void-packages update/runc/rc93
https://github.com/void-linux/void-packages/pull/29027

runc: update to 1.0.0_15 (rc93)
#### 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?
- [x] 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


Currently any docker containers with recent glibc are broken and won't really work (e.g. try invoking `pacman` on  `archlinux:latest`) latest runc fixed that

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

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

From 1429832fc26c27a414517d7809314d1060ecf997 Mon Sep 17 00:00:00 2001
From: eater <=@eater.me>
Date: Wed, 24 Feb 2021 14:08:56 +0100
Subject: [PATCH] runc: update to 1.0.0_15 (rc93)

---
 srcpkgs/runc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template
index b2709fa2440..55ae081fc64 100644
--- a/srcpkgs/runc/template
+++ b/srcpkgs/runc/template
@@ -1,8 +1,8 @@
 # Template file for 'runc'
 pkgname=runc
 version=1.0.0
-revision=14
-_subver="rc92"
+revision=15
+_subver="rc93"
 _ver="$version-$_subver"
 wrksrc="$pkgname-$_ver"
 build_style=go
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/opencontainers/runc"
 distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
-checksum=2f76b623b550588db98e2be72e74aae426f5d4cf736bd92afb91dd5586816daf
+checksum=70ee0fcf45b17f0da93dd4c4d174046a3584080dcc07c5468914d33d57c8202d
 
 post_build() {
 	make man

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

* Re: [PR PATCH] [Merged]: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
@ 2021-02-24 14:58 ` ericonr
  2021-02-24 16:46 ` Duncaen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-24 14:58 UTC (permalink / raw)
  To: ml

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

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

runc: update to 1.0.0_15 (rc93)
https://github.com/void-linux/void-packages/pull/29027

Description:
#### 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?
- [x] 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


Currently any docker containers with recent glibc are broken and won't really work (e.g. try invoking `pacman` on  `archlinux:latest`) latest runc fixed that

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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
  2021-02-24 14:58 ` [PR PATCH] [Merged]: " ericonr
@ 2021-02-24 16:46 ` Duncaen
  2021-02-24 17:09 ` the-eater
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2021-02-24 16:46 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785212696

Comment:
Wait why is rc not part of the version, the version algorithm explicitly supports this.


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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
  2021-02-24 14:58 ` [PR PATCH] [Merged]: " ericonr
  2021-02-24 16:46 ` Duncaen
@ 2021-02-24 17:09 ` the-eater
  2021-02-24 17:17 ` Duncaen
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: the-eater @ 2021-02-24 17:09 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785229772

Comment:
oh that's kinda cool, want me to update it?

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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
                   ` (2 preceding siblings ...)
  2021-02-24 17:09 ` the-eater
@ 2021-02-24 17:17 ` Duncaen
  2021-02-24 17:18 ` the-eater
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2021-02-24 17:17 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785235006

Comment:
No they did it wrong from the start, now you would have to revert all the previous versions to make it work.

The "rc-keyword" makes the version `1.0.0rc1` less than `1.0.0`.
The algorithm works by making version numbers a sequence of "components", i.e. `1.0` becomes `[1 0 0]` and `1.0rc1` becomes `[1 0 0 -1 1]`.
When comparing two versions it will then compare each number one by one, and if one of those is shorter it will compare the remaining numbers against `0`.

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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
                   ` (3 preceding siblings ...)
  2021-02-24 17:17 ` Duncaen
@ 2021-02-24 17:18 ` the-eater
  2021-02-24 17:23 ` Duncaen
  2021-02-24 17:47 ` the-eater
  6 siblings, 0 replies; 8+ messages in thread
From: the-eater @ 2021-02-24 17:18 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785235926

Comment:
we don't have a version epoch?

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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
                   ` (4 preceding siblings ...)
  2021-02-24 17:18 ` the-eater
@ 2021-02-24 17:23 ` Duncaen
  2021-02-24 17:47 ` the-eater
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2021-02-24 17:23 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785239534

Comment:
Not really, I think sometimes `N:version` is used, but that just pollutes the version string by adding a larger number at the start.

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

* Re: runc: update to 1.0.0_15 (rc93)
  2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
                   ` (5 preceding siblings ...)
  2021-02-24 17:23 ` Duncaen
@ 2021-02-24 17:47 ` the-eater
  6 siblings, 0 replies; 8+ messages in thread
From: the-eater @ 2021-02-24 17:47 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/29027#issuecomment-785255606

Comment:
hm fair enough, r94 should be the last before 1.0.0, after that it should be fixed™

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

end of thread, other threads:[~2021-02-24 17:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 13:10 [PR PATCH] runc: update to 1.0.0_15 (rc93) the-eater
2021-02-24 14:58 ` [PR PATCH] [Merged]: " ericonr
2021-02-24 16:46 ` Duncaen
2021-02-24 17:09 ` the-eater
2021-02-24 17:17 ` Duncaen
2021-02-24 17:18 ` the-eater
2021-02-24 17:23 ` Duncaen
2021-02-24 17:47 ` the-eater

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