Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] protobuf: update to 3.10.0
Date: Thu, 31 Oct 2019 18:24:46 +0100	[thread overview]
Message-ID: <20191031172446.khV6leDyzlmHcz3uEOwVTlW1VwmecZ2V0dsbhS8hNFU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15919@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages protobuf
https://github.com/void-linux/void-packages/pull/15919

protobuf: update to 3.10.0
@the-maldridge 

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

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

From 2751021c47123967294ae1da4bddbfe8702f0001 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:50:38 -0500
Subject: [PATCH 01/30] protobuf: update to 3.10.0 [ci skip]

---
 common/shlibs             | 6 +++---
 srcpkgs/protobuf/template | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 9fb60ceb5b2..8be185f0b21 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2911,9 +2911,9 @@ libm17n-flt.so.0 m17n-lib-1.7.0_1
 libm17n-gui.so.0 m17n-lib-1.7.0_1
 libm17n-core.so.0 m17n-lib-1.7.0_1
 libm17n.so.0 m17n-lib-1.7.0_1
-libprotobuf-lite.so.18 libprotobuf-lite18-3.7.0_1
-libprotoc.so.18 libprotoc18-3.7.0_1
-libprotobuf.so.18 libprotobuf18-3.7.0_1
+libprotobuf-lite.so.21 libprotobuf-lite18-3.7.1_1
+libprotoc.so.21 libprotoc18-3.7.1_1
+libprotobuf.so.21 libprotobuf18-3.7.1_1
 libsombok.so.3 sombok-2.4.0_1
 libdeviceclient.so.0 pragha-1.3.3_1
 libguile-srfi-srfi-1-v-3.so.3 guile1.8-1.8.8_1
diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template
index 3068a9cb3bd..6a365fe2486 100644
--- a/srcpkgs/protobuf/template
+++ b/srcpkgs/protobuf/template
@@ -1,6 +1,6 @@
 # Template file for 'protobuf'
 pkgname=protobuf
-version=3.7.1
+version=3.10.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://developers.google.com/protocol-buffers/"
 changelog="https://raw.githubusercontent.com/google/protobuf/master/CHANGES.txt"
 distfiles="https://github.com/protocolbuffers/protobuf/archive/v${version}.tar.gz"
-checksum=f1748989842b46fa208b2a6e4e2785133cfcc3e4d43c17fecb023733f0f5443f
+checksum=758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed
 
 if [ "$CROSS_BUILD" ]; then
 	# needs host protoc

From 864a210fda536d7c2622ef1fb317536219d3a80f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:51:03 -0500
Subject: [PATCH 02/30] EternalTerminal: revbump against protobuf

---
 srcpkgs/EternalTerminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/EternalTerminal/template b/srcpkgs/EternalTerminal/template
index bea3f6d109d..9039c4a1a4b 100644
--- a/srcpkgs/EternalTerminal/template
+++ b/srcpkgs/EternalTerminal/template
@@ -1,7 +1,7 @@
 # Template file for 'EternalTerminal'
 pkgname=EternalTerminal
 version=6.0.4
-revision=1
+revision=2
 wrksrc="${pkgname}-et-v${version}"
 build_style=cmake
 hostmakedepends="protobuf"

From 58ffc501159f0c6b103e78630cf42dbe56308504 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:51:21 -0500
Subject: [PATCH 03/30] grpc: revbump against protobuf

---
 srcpkgs/grpc/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index fff14822027..45f344b23fb 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -1,7 +1,7 @@
 # Template file for 'grpc'
 pkgname=grpc
 version=1.24.3
-revision=1
+revision=2
 _upbver=931bbecbd3230ae7f22efa5d203639facc47f719
 build_style=gnu-makefile
 make_build_args="prefix=\$(DESTDIR)/usr AROPTS=rc LD=\$(CC)"
@@ -24,9 +24,6 @@ post_extract() {
 	rm -rf third_party/upb
 	mv ../upb-${_upbver} third_party/upb
 }
-post_install() {
-	vlicense NOTICE.txt
-}
 
 grpc-devel_package() {
 	short_desc+=" - development files"

From 92cf2efd000f3d7550dc3154570210019b42adb9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:51:36 -0500
Subject: [PATCH 04/30] kismet: revbump against protobuf

---
 srcpkgs/kismet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kismet/template b/srcpkgs/kismet/template
index 46de3290e0e..f42450d0dbe 100644
--- a/srcpkgs/kismet/template
+++ b/srcpkgs/kismet/template
@@ -1,7 +1,7 @@
 # Template file for 'kismet'
 pkgname=kismet
 version=2019.09.R1
-revision=1
+revision=2
 _realver="${version//./-}"
 wrksrc="${pkgname}-${_realver}"
 build_style=gnu-configure

From 6a2b33c15edf2320da0942139a55ca60eec014f7 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:51:53 -0500
Subject: [PATCH 05/30] mixxx: revbump against protobuf

---
 srcpkgs/mixxx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mixxx/template b/srcpkgs/mixxx/template
index 08857d07f63..af406613a07 100644
--- a/srcpkgs/mixxx/template
+++ b/srcpkgs/mixxx/template
@@ -1,7 +1,7 @@
 # Template file for 'mixxx'
 pkgname=mixxx
 version=2.2.2
-revision=1
+revision=2
 wrksrc="mixxx-release-${version}"
 build_style=scons
 hostmakedepends="pkg-config protobuf"

From bc9cb200b13defe1241be64640c7848fffcf43fa Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:52:14 -0500
Subject: [PATCH 06/30] protobuf-c: revbump against protobuf

---
 srcpkgs/protobuf-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protobuf-c/template b/srcpkgs/protobuf-c/template
index c2056413a56..1f85af52108 100644
--- a/srcpkgs/protobuf-c/template
+++ b/srcpkgs/protobuf-c/template
@@ -1,7 +1,7 @@
 # Template file for 'protobuf-c'
 pkgname=protobuf-c
 version=1.3.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="$(vopt_enable protoc)"
 hostmakedepends="pkg-config protobuf"

From 7f83375962b0e0d11d73bde7bea0dc018025b8a2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:52:26 -0500
Subject: [PATCH 07/30] vlc: revbump against protobuf

---
 srcpkgs/vlc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index 27b6b39f135..df347745197 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -1,7 +1,7 @@
 # Template file for 'vlc'
 pkgname=vlc
 version=3.0.8
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-gme --disable-libtar --enable-jack
  --enable-live555 --disable-fluidsynth --enable-dvdread

From 5941cddfa3609a76afc99239ca0fd84bb5a3ad5c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:54:23 -0500
Subject: [PATCH 08/30] astroid: revbump against protobuf

---
 srcpkgs/astroid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/astroid/template b/srcpkgs/astroid/template
index 31bd1e6a4f6..eb63566aa06 100644
--- a/srcpkgs/astroid/template
+++ b/srcpkgs/astroid/template
@@ -1,7 +1,7 @@
 # Template file for 'astroid'
 pkgname=astroid
 version=0.14
-revision=6
+revision=7
 build_style=cmake
 hostmakedepends="pkg-config scdoc protobuf"
 makedepends="libnotmuch-devel gtkmm-devel webkit2gtk-devel libsass-devel

From 647b2eda09185585eb10908dcadc08b96a58d1f1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:54:53 -0500
Subject: [PATCH 09/30] cura-engine: revbump against protobuf

---
 srcpkgs/cura-engine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template
index 04184076df0..ea186bc83d7 100644
--- a/srcpkgs/cura-engine/template
+++ b/srcpkgs/cura-engine/template
@@ -1,7 +1,7 @@
 # Template file for 'cura-engine'
 pkgname=cura-engine
 version=4.3.0
-revision=1
+revision=2
 wrksrc="CuraEngine-${version}"
 build_style=cmake
 configure_args="-DCURA_ENGINE_VERSION=${version}"

From cfeb80efeb7a7907f754e7f3aee7cd3b04626876 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:55:17 -0500
Subject: [PATCH 10/30] mozc: revbump against protobuf

---
 srcpkgs/mozc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozc/template b/srcpkgs/mozc/template
index 63a86321c4e..a8c925ccde4 100644
--- a/srcpkgs/mozc/template
+++ b/srcpkgs/mozc/template
@@ -1,7 +1,7 @@
 # Template file for 'mozc'
 pkgname=mozc
 version=2.23.2815.102
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc=mozc/src
 hostmakedepends="ninja pkg-config protobuf protobuf-devel python"

From 4f10285ed27f538c2735f0a15624f1d5322733ea Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:56:04 -0500
Subject: [PATCH 11/30] mosh: revbump against protobuf

---
 srcpkgs/mosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mosh/template b/srcpkgs/mosh/template
index bb333076cba..ac3d8112a79 100644
--- a/srcpkgs/mosh/template
+++ b/srcpkgs/mosh/template
@@ -1,7 +1,7 @@
 # Template file for 'mosh'
 pkgname=mosh
 version=1.3.2
-revision=13
+revision=14
 build_style=gnu-configure
 hostmakedepends="pkg-config protobuf"
 makedepends="ncurses-devel protobuf-devel libutempter-devel libressl-devel"

From b322ff4f9fe2c61478b4af9c958dd9bec19cd73c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:56:37 -0500
Subject: [PATCH 12/30] compizconfig-python: revbump against protobuf

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index b9d9ce2892b..77d53c97f46 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.16
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel python3-Cython"

From 60d6d8fadd146e002b56552834ed87fc7149e49d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:57:29 -0500
Subject: [PATCH 13/30] usbguard: revbump against protobuf

---
 srcpkgs/usbguard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/usbguard/template b/srcpkgs/usbguard/template
index f4de1be507d..c6736889f34 100644
--- a/srcpkgs/usbguard/template
+++ b/srcpkgs/usbguard/template
@@ -1,7 +1,7 @@
 # Template file for 'usbguard'
 pkgname=usbguard
 version=0.7.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl"
 conf_files="/etc/usbguard/*"

From 3b92ebc6800943dc3971308b0e3117818862f6a9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:57:57 -0500
Subject: [PATCH 14/30] hyperion: revbump against protobuf

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index 0befdbe7064..7ce415e929e 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 3112cfb950841aea0f8d4ca632f753e11ecac090 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:58:37 -0500
Subject: [PATCH 15/30] libcompizconfig: revbump against protobuf

---
 srcpkgs/libcompizconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcompizconfig/template b/srcpkgs/libcompizconfig/template
index 3d66d68de48..6fadb4059f0 100644
--- a/srcpkgs/libcompizconfig/template
+++ b/srcpkgs/libcompizconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'libcompizconfig'
 pkgname=libcompizconfig
 version=0.8.16
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config protobuf"

From 67be805d0ac099accb491ae81a659ef29d6fbf59 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 18:59:13 -0500
Subject: [PATCH 16/30] prometheus-cpp: revbump against protobuf

---
 srcpkgs/prometheus-cpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/prometheus-cpp/template b/srcpkgs/prometheus-cpp/template
index cf7cae7d3bf..2c732558dee 100644
--- a/srcpkgs/prometheus-cpp/template
+++ b/srcpkgs/prometheus-cpp/template
@@ -1,7 +1,7 @@
 # Template file for 'prometheus-cpp'
 pkgname=prometheus-cpp
 version=0.3
-revision=1
+revision=2
 _hash_client_model=fa8ad6fec33561be4280a8f0514318c79d7f6cb6
 _hash_googletest=ec44c6c1675c25b9827aacd08c02433cccde7780
 _hash_civetweb=fbdee7440be24f904208c15a1fc9e2582b866049

From bf7e15f034143aa5af41c3c0ebc23fbeb68ba324 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:00:11 -0500
Subject: [PATCH 17/30] libArcus: revbump against protobuf

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 8e6c97ada21..d2ffda576d4 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 023455ceb8b10efa28e438bfff18ede7d7443ff3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:00:31 -0500
Subject: [PATCH 18/30] litecoin: revbump against protobuf

---
 srcpkgs/litecoin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template
index 0ef983d1b8b..beb0f656363 100644
--- a/srcpkgs/litecoin/template
+++ b/srcpkgs/litecoin/template
@@ -1,7 +1,7 @@
 # Template file for 'litecoin'
 pkgname=litecoin
 version=0.16.3
-revision=7
+revision=8
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static
  --disable-tests --with-libressl"

From 1aacfca3c164ef328757ef9192b472068a5ff4c3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:00:49 -0500
Subject: [PATCH 19/30] namecoin: revbump against protobuf

---
 srcpkgs/namecoin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/namecoin/template b/srcpkgs/namecoin/template
index b4d282e14a8..62bf783cabb 100644
--- a/srcpkgs/namecoin/template
+++ b/srcpkgs/namecoin/template
@@ -1,7 +1,7 @@
 # Template file for 'namecoin'
 pkgname=namecoin
 version=0.18.1
-revision=2
+revision=3
 wrksrc="${pkgname}-core-nc${version}"
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-static

From f6078806333b7067243b63f3df398c0396fd1f74 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:01:17 -0500
Subject: [PATCH 20/30] mirrorbits: revbump against protobuf

---
 srcpkgs/mirrorbits/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mirrorbits/template b/srcpkgs/mirrorbits/template
index 8d1d6163d83..331b55fed02 100644
--- a/srcpkgs/mirrorbits/template
+++ b/srcpkgs/mirrorbits/template
@@ -1,7 +1,7 @@
 # Template file for 'mirrorbits'
 pkgname=mirrorbits
 version=0.5.1
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/etix/mirrorbits"
 go_ldflags="-X ${go_import_path}/core.VERSION=${VERSION}"

From d88783cc0e34a8fd5928fd3f7dd31395752db0e6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:01:41 -0500
Subject: [PATCH 21/30] criu: revbump against protobuf

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

From 07519474cb966db13f1a049cd9b4f4c35e108273 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:02:03 -0500
Subject: [PATCH 22/30] mumble: revbump against protobuf

---
 srcpkgs/mumble/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template
index 31305a5601e..9b5ef0c76fc 100644
--- a/srcpkgs/mumble/template
+++ b/srcpkgs/mumble/template
@@ -1,7 +1,7 @@
 # Template file for 'mumble'
 pkgname=mumble
 version=1.3.0
-revision=1
+revision=2
 build_style=qmake
 configure_args="CONFIG+=bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-update
  CONFIG+=no-bundled-speex CONFIG+=no-g15 CONFIG+=no-xevie CONFIG+=pulseaudio

From 6da5f496abedea852d80ed37614fffcfcc5db6ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:02:26 -0500
Subject: [PATCH 23/30] sysdig: revbump against protobuf

---
 srcpkgs/sysdig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index 636d3e54525..095f210faec 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.26.4
-revision=2
+revision=3
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF

From 5a254a5f4f4e4ee34c7ce2a3c0113c69718d4a1c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:02:48 -0500
Subject: [PATCH 24/30] clementine: revbump against protobuf

---
 srcpkgs/clementine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clementine/template b/srcpkgs/clementine/template
index cda941a6369..bcbef4257d4 100644
--- a/srcpkgs/clementine/template
+++ b/srcpkgs/clementine/template
@@ -1,7 +1,7 @@
 # Template file for 'clementine'
 pkgname=clementine
 version=1.3.1
-revision=21
+revision=22
 _commit=75f18dab23f0842713a4200a7e362efd51b12e31
 wrksrc="Clementine-${_commit}"
 build_style=cmake

From 6f33c6f4a6b11bd6191c77f70ce9c9c691d4043f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:03:14 -0500
Subject: [PATCH 25/30] bitcoin: revbump against protobuf

---
 srcpkgs/bitcoin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index a1a3c2b242c..adf4fed91bd 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,7 +1,7 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
 version=0.18.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"

From bb2f76aa344e36ab89b0bed516bb15b2c5e75f89 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:03:34 -0500
Subject: [PATCH 26/30] paraview: revbump against protobuf

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index 3b721b1833a..feb1c6ad9d9 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.6.1
-revision=1
+revision=2
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DPARAVIEW_ENABLE_FFMPEG=ON

From 07550d89a379b1ae8aa0931c3b51111e55e64941 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:03:58 -0500
Subject: [PATCH 27/30] qt5: revbump against protobuf

---
 srcpkgs/qt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index 8641832bc7a..7ad9ba9ced3 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5'
 pkgname=qt5
 version=5.13.1
-revision=2
+revision=3
 wrksrc="qt-everywhere-src-${version}"
 build_style=gnu-configure
 hostmakedepends="cmake clang flex git glib-devel gperf ninja pkg-config

From 6dcd9b4d573e58a60c3b416d944dfd622e9bde64 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:42:01 -0500
Subject: [PATCH 28/30] nsjail: revbump against protobuf

---
 srcpkgs/nsjail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nsjail/template b/srcpkgs/nsjail/template
index 9eaced49863..7e64c2fb334 100644
--- a/srcpkgs/nsjail/template
+++ b/srcpkgs/nsjail/template
@@ -1,7 +1,7 @@
 # Template file for 'nsjail'
 pkgname=nsjail
 version=2.9
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="bison flex pkg-config protobuf"
 makedepends="libnl3-devel protobuf-devel"
@@ -33,5 +33,4 @@ pre_build() {
 do_install() {
 	vbin ${pkgname}
 	vman nsjail.1
-	vlicense LICENSE
 }

From 9995471eab5bd0afb5e052f7940c8597110d829f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:43:06 -0500
Subject: [PATCH 29/30] protobuf-vala: revbump against protobuf

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

diff --git a/srcpkgs/protobuf-vala/template b/srcpkgs/protobuf-vala/template
index 762908ab622..38225cc8fcf 100644
--- a/srcpkgs/protobuf-vala/template
+++ b/srcpkgs/protobuf-vala/template
@@ -1,14 +1,14 @@
 # Template file for 'protobuf-vala'
 pkgname=protobuf-vala
 version=0.1.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 makedepends="pkg-config libgee08-devel protobuf-devel vala-devel"
 depends="pkg-config glib-devel"
-short_desc="A plugin for the Google protocol buffer compiler to generate Vala code"
+short_desc="Plugin for the Google protocol buffer compiler to generate Vala code"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="http://launchpad.net/protobuf-vala/"
 distfiles="${homepage}/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
 checksum=c12547813fa22ee2b15967f17146b08e2a4d90800810fe63730332aea6777c48

From b7f447bb436f9cf9e48ed551bff2a86fac1aa716 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 29 Oct 2019 19:44:09 -0500
Subject: [PATCH 30/30] zbackup: revbump against protobuf

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

diff --git a/srcpkgs/zbackup/template b/srcpkgs/zbackup/template
index 68438296b7b..9f2b7f8d236 100644
--- a/srcpkgs/zbackup/template
+++ b/srcpkgs/zbackup/template
@@ -1,13 +1,13 @@
 # Template file for 'zbackup'
 pkgname=zbackup
 version=1.4.4
-revision=15
+revision=16
 build_style=cmake
 hostmakedepends="protobuf"
 makedepends="zlib-devel liblzma-devel protobuf-devel libressl-devel lzo-devel"
-short_desc="A versatile deduplicating backup tool"
+short_desc="Versatile deduplicating backup tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://zbackup.org/"
 distfiles="https://github.com/zbackup/zbackup/archive/${version}.tar.gz"
 checksum=efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85

  parent reply	other threads:[~2019-10-31 17:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30  0:39 [PR PATCH] " voidlinux-github
2019-10-30  0:44 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30  0:44 ` voidlinux-github
2019-10-31  1:45 ` voidlinux-github
2019-10-31  1:45 ` voidlinux-github
2019-10-31 11:34 ` voidlinux-github
2019-10-31 11:40 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31 11:40 ` voidlinux-github
2019-10-31 13:11 ` voidlinux-github
2019-10-31 13:11 ` voidlinux-github
2019-10-31 14:37 ` voidlinux-github
2019-10-31 14:37 ` voidlinux-github
2019-10-31 14:46 ` voidlinux-github
2019-10-31 14:46 ` voidlinux-github
2019-10-31 15:26 ` voidlinux-github
2019-10-31 15:26 ` voidlinux-github
2019-10-31 17:24 ` voidlinux-github [this message]
2019-10-31 17:24 ` voidlinux-github
2019-10-31 17:25 ` voidlinux-github
2019-10-31 19:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31 19:00 ` voidlinux-github

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=20191031172446.khV6leDyzlmHcz3uEOwVTlW1VwmecZ2V0dsbhS8hNFU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).