Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lxc: update to 4.0.12
@ 2022-04-20 22:25 CameronNemo
  2022-04-25 14:41 ` paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: CameronNemo @ 2022-04-20 22:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages lxc
https://github.com/void-linux/void-packages/pull/36784

lxc: update to 4.0.12
Also add update file.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36784.patch is attached

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

From 7816fc271ca4a376a100d8b2d5ea085c61417c5f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 20 Apr 2022 15:10:57 -0700
Subject: [PATCH] lxc: update to 4.0.12

Also add update file.
---
 srcpkgs/lxc/template | 6 +++---
 srcpkgs/lxc/update   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/lxc/update

diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template
index 679ec36e4363..66bb2bce61fe 100644
--- a/srcpkgs/lxc/template
+++ b/srcpkgs/lxc/template
@@ -1,7 +1,7 @@
 # Template file for 'lxc'
 pkgname=lxc
-version=4.0.6
-revision=2
+version=4.0.12
+revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --enable-seccomp
  --enable-capabilities --enable-apparmor --with-distro=none
@@ -15,7 +15,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="LGPL-2.1-or-later"
 homepage="https://linuxcontainers.org"
 distfiles="https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"
-checksum=9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463
+checksum=db242f8366fc63e8c7588bb2017b354173cf3c4b20abc18780debdc48b14d3ef
 
 conf_files="/etc/lxc/default.conf"
 make_dirs="
diff --git a/srcpkgs/lxc/update b/srcpkgs/lxc/update
new file mode 100644
index 000000000000..a02626079abf
--- /dev/null
+++ b/srcpkgs/lxc/update
@@ -0,0 +1 @@
+site="https://linuxcontainers.org/lxc/downloads/"

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

* Re: lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
@ 2022-04-25 14:41 ` paper42
  2022-04-25 16:59 ` [PR PATCH] [Updated] " CameronNemo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-04-25 14:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36784#issuecomment-1108666499

Comment:
Does this mean we can drop the gnupg dependency? https://github.com/lxc/lxc/commit/7c70b0d14396d20748084b30bac3d89da30ed8e2

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

* Re: [PR PATCH] [Updated] lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
  2022-04-25 14:41 ` paper42
@ 2022-04-25 16:59 ` CameronNemo
  2022-04-25 17:03 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-04-25 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages lxc
https://github.com/void-linux/void-packages/pull/36784

lxc: update to 4.0.12
Also add update file.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36784.patch is attached

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

From eb664f3dd8f2b53ea0f82eb45bf78d04f8c495f1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Wed, 20 Apr 2022 15:10:57 -0700
Subject: [PATCH] lxc: update to 4.0.12

Also add update file.
---
 srcpkgs/lxc/template | 8 ++++----
 srcpkgs/lxc/update   | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/lxc/update

diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template
index 679ec36e4363..1c10303f00d7 100644
--- a/srcpkgs/lxc/template
+++ b/srcpkgs/lxc/template
@@ -1,21 +1,21 @@
 # Template file for 'lxc'
 pkgname=lxc
-version=4.0.6
-revision=2
+version=4.0.12
+revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --enable-seccomp
  --enable-capabilities --enable-apparmor --with-distro=none
  --with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
 hostmakedepends="automake libtool pkg-config docbook2x"
 makedepends="libcap-devel libseccomp-devel gnutls-devel libapparmor-devel"
-depends="xz wget gnupg"
+depends="xz wget"
 _desc="Linux Containers"
 short_desc="${_desc} - utilities"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="LGPL-2.1-or-later"
 homepage="https://linuxcontainers.org"
 distfiles="https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"
-checksum=9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463
+checksum=db242f8366fc63e8c7588bb2017b354173cf3c4b20abc18780debdc48b14d3ef
 
 conf_files="/etc/lxc/default.conf"
 make_dirs="
diff --git a/srcpkgs/lxc/update b/srcpkgs/lxc/update
new file mode 100644
index 000000000000..a02626079abf
--- /dev/null
+++ b/srcpkgs/lxc/update
@@ -0,0 +1 @@
+site="https://linuxcontainers.org/lxc/downloads/"

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

* Re: lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
  2022-04-25 14:41 ` paper42
  2022-04-25 16:59 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-04-25 17:03 ` CameronNemo
  2022-05-08 19:03 ` CameronNemo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-04-25 17:03 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/36784#issuecomment-1108821603

Comment:
Thanks for the tip, @paper42, I removed that unneeded dependency and verified that the lxc-download script indeed no longer uses gpg.

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

* Re: lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
                   ` (2 preceding siblings ...)
  2022-04-25 17:03 ` CameronNemo
@ 2022-05-08 19:03 ` CameronNemo
  2022-05-08 19:09 ` paper42
  2022-05-08 19:10 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-05-08 19:03 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/36784#issuecomment-1120470550

Comment:
@paper42 does this look alright now?

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

* Re: lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
                   ` (3 preceding siblings ...)
  2022-05-08 19:03 ` CameronNemo
@ 2022-05-08 19:09 ` paper42
  2022-05-08 19:10 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-05-08 19:09 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36784#issuecomment-1120471497

Comment:
> @paper42 does this look alright now?

yes, sorry for the delay

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

* Re: [PR PATCH] [Merged]: lxc: update to 4.0.12
  2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
                   ` (4 preceding siblings ...)
  2022-05-08 19:09 ` paper42
@ 2022-05-08 19:10 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-05-08 19:10 UTC (permalink / raw)
  To: ml

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

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

lxc: update to 4.0.12
https://github.com/void-linux/void-packages/pull/36784

Description:
Also add update file.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 7+ messages in thread

end of thread, other threads:[~2022-05-08 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 22:25 [PR PATCH] lxc: update to 4.0.12 CameronNemo
2022-04-25 14:41 ` paper42
2022-04-25 16:59 ` [PR PATCH] [Updated] " CameronNemo
2022-04-25 17:03 ` CameronNemo
2022-05-08 19:03 ` CameronNemo
2022-05-08 19:09 ` paper42
2022-05-08 19:10 ` [PR PATCH] [Merged]: " paper42

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