Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] criu: add missing SONAME
@ 2019-11-03  3:38 voidlinux-github
  2019-11-03  3:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-03  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages criu
https://github.com/void-linux/void-packages/pull/16077

criu: add missing SONAME


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

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

From 3337859acfde88f662fe4b972a5d04f87757c62d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 2 Nov 2019 22:29:07 -0500
Subject: [PATCH 1/2] python-protobuf: update to 3.10.0

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

diff --git a/srcpkgs/python-protobuf/template b/srcpkgs/python-protobuf/template
index 4b736f1e7af..3c38117fc43 100644
--- a/srcpkgs/python-protobuf/template
+++ b/srcpkgs/python-protobuf/template
@@ -1,6 +1,6 @@
 # Template file for 'python-protobuf'
 pkgname=python-protobuf
-version=3.7.1
+version=3.10.0
 revision=1
 archs=noarch
 wrksrc="protobuf-${version}"
@@ -13,7 +13,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"
 homepage="https://developers.google.com/protocol-buffers/"
 distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz"
-checksum=21e395d7959551e759d604940a115c51c6347d90a475c9baf471a1a86b5604a9
+checksum=db83b5c12c0cd30150bb568e6feb2435c49ce4e68fe2d7b903113f0e221e58fe
 
 post_install() {
 	sed -n 1,29p google/protobuf/__init__.py >LICENSE

From d1a5e933fbbc17e81c898ac9b56bc24f5d3d4d7b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 2 Nov 2019 22:33:52 -0500
Subject: [PATCH 2/2] criu: add missing SONAME in shlibs file

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

diff --git a/common/shlibs b/common/shlibs
index 388f2a9b3ea..f85cf16bd84 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2060,7 +2060,8 @@ libcvm-udp.so.1 cvm-0.97_1
 libcvm-v1client.so.1 cvm-0.97_1
 libcvm-v2client.so.1 cvm-0.97_1
 libudns.so.0 udns-0.4_1
-libcriu.so.2 criu-3.13_1
+libcriu.so.2 criu-3.13_2
+libcompel.so.1 criu-3.13_2
 libwebsockets.so.15 libwebsockets-3.2.0_1
 libnfc.so.0 libnfc-1.7.1_1
 libfuzzy.so.2 libfuzzy-2.12_1
diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index 225a3c00f70..65536cc1e9d 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.13
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=compliant
 hostmakedepends="asciidoc pkg-config xmlto protobuf"

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

* Re: [PR PATCH] [Updated] criu: add missing SONAME
  2019-11-03  3:38 [PR PATCH] criu: add missing SONAME voidlinux-github
  2019-11-03  3:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-03  3:39 ` voidlinux-github
  2019-11-03  9:39 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-03  3:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages criu
https://github.com/void-linux/void-packages/pull/16077

criu: add missing SONAME


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

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

From 8bf47a49546913cf49653e260fa86f2163e547d4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 2 Nov 2019 22:33:52 -0500
Subject: [PATCH] criu: add missing SONAME in shlibs file

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

diff --git a/common/shlibs b/common/shlibs
index 388f2a9b3ea..f85cf16bd84 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2060,7 +2060,8 @@ libcvm-udp.so.1 cvm-0.97_1
 libcvm-v1client.so.1 cvm-0.97_1
 libcvm-v2client.so.1 cvm-0.97_1
 libudns.so.0 udns-0.4_1
-libcriu.so.2 criu-3.13_1
+libcriu.so.2 criu-3.13_2
+libcompel.so.1 criu-3.13_2
 libwebsockets.so.15 libwebsockets-3.2.0_1
 libnfc.so.0 libnfc-1.7.1_1
 libfuzzy.so.2 libfuzzy-2.12_1
diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index 225a3c00f70..65536cc1e9d 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.13
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=compliant
 hostmakedepends="asciidoc pkg-config xmlto protobuf"

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

* Re: [PR PATCH] [Updated] criu: add missing SONAME
  2019-11-03  3:38 [PR PATCH] criu: add missing SONAME voidlinux-github
@ 2019-11-03  3:39 ` voidlinux-github
  2019-11-03  3:39 ` voidlinux-github
  2019-11-03  9:39 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-03  3:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages criu
https://github.com/void-linux/void-packages/pull/16077

criu: add missing SONAME


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

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

From 8bf47a49546913cf49653e260fa86f2163e547d4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 2 Nov 2019 22:33:52 -0500
Subject: [PATCH] criu: add missing SONAME in shlibs file

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

diff --git a/common/shlibs b/common/shlibs
index 388f2a9b3ea..f85cf16bd84 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2060,7 +2060,8 @@ libcvm-udp.so.1 cvm-0.97_1
 libcvm-v1client.so.1 cvm-0.97_1
 libcvm-v2client.so.1 cvm-0.97_1
 libudns.so.0 udns-0.4_1
-libcriu.so.2 criu-3.13_1
+libcriu.so.2 criu-3.13_2
+libcompel.so.1 criu-3.13_2
 libwebsockets.so.15 libwebsockets-3.2.0_1
 libnfc.so.0 libnfc-1.7.1_1
 libfuzzy.so.2 libfuzzy-2.12_1
diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index 225a3c00f70..65536cc1e9d 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.13
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=compliant
 hostmakedepends="asciidoc pkg-config xmlto protobuf"

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

* Re: [PR PATCH] [Merged]: criu: add missing SONAME
  2019-11-03  3:38 [PR PATCH] criu: add missing SONAME voidlinux-github
  2019-11-03  3:39 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-03  3:39 ` voidlinux-github
@ 2019-11-03  9:39 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-03  9:39 UTC (permalink / raw)
  To: ml

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

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

criu: add missing SONAME
https://github.com/void-linux/void-packages/pull/16077

Description:


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

end of thread, other threads:[~2019-11-03  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03  3:38 [PR PATCH] criu: add missing SONAME voidlinux-github
2019-11-03  3:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-03  3:39 ` voidlinux-github
2019-11-03  9:39 ` [PR PATCH] [Merged]: " voidlinux-github

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