Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cups: update to 2.4.2.
@ 2022-07-18  7:32 oynqr
  2022-09-07 11:02 ` dataCobra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oynqr @ 2022-07-18  7:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages cups-fresh
https://github.com/void-linux/void-packages/pull/38122

cups: update to 2.4.2.
<!-- 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
-->
This one contains a [CVE](https://github.com/advisories/GHSA-h495-hfpg-xw55) fix and I really should have opened it sooner.

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

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

From 8c33601b60c85ae26e973b9a716c2ac4c6376c66 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Fri, 27 May 2022 09:19:48 +0200
Subject: [PATCH] cups: update to 2.4.2.

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

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 772f73ca4a76..334d47caed50 100644
--- a/srcpkgs/cups/template
+++ b/srcpkgs/cups/template
@@ -1,6 +1,6 @@
 # Template file for 'cups'
 pkgname=cups
-version=2.4.1
+version=2.4.2
 revision=1
 build_style=gnu-configure
 make_install_args="BUILDROOT=${DESTDIR}"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/OpenPrinting/cups"
 distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
-checksum=c7339f75f8d4f2dec50c673341a45fc06b6885bb6d4366d6bf59a4e6c10ae178
+checksum=f03ccb40b087d1e30940a40e0141dcbba263f39974c20eb9f2521066c9c6c908
 
 conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
 make_dirs="

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

* Re: cups: update to 2.4.2.
  2022-07-18  7:32 [PR PATCH] cups: update to 2.4.2 oynqr
@ 2022-09-07 11:02 ` dataCobra
  2022-09-09 14:48 ` [PR PATCH] [Updated] " oynqr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2022-09-07 11:02 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38122#issuecomment-1239241329

Comment:
Hey @oynqr could you add `make_check=ci_skip # testsuite does not run as root`?

The checks only fail because of `Please run this as a normal user. Not supported when run as root`.

Then it should be ready to be merged. :+1: 

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

* Re: [PR PATCH] [Updated] cups: update to 2.4.2.
  2022-07-18  7:32 [PR PATCH] cups: update to 2.4.2 oynqr
  2022-09-07 11:02 ` dataCobra
@ 2022-09-09 14:48 ` oynqr
  2022-09-09 15:18 ` oynqr
  2022-09-20 15:38 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: oynqr @ 2022-09-09 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages cups-fresh
https://github.com/void-linux/void-packages/pull/38122

cups: update to 2.4.2.
<!-- 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
-->
This one contains a [CVE](https://github.com/advisories/GHSA-h495-hfpg-xw55) fix and I really should have opened it sooner.

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

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

From 049a9008cc6ba93da5f38f3c74737c8fa25fadfb Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Fri, 27 May 2022 09:19:48 +0200
Subject: [PATCH] cups: update to 2.4.2.

---
 srcpkgs/cups/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 772f73ca4a76..42ec50f5552b 100644
--- a/srcpkgs/cups/template
+++ b/srcpkgs/cups/template
@@ -1,6 +1,6 @@
 # Template file for 'cups'
 pkgname=cups
-version=2.4.1
+version=2.4.2
 revision=1
 build_style=gnu-configure
 make_install_args="BUILDROOT=${DESTDIR}"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/OpenPrinting/cups"
 distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
-checksum=c7339f75f8d4f2dec50c673341a45fc06b6885bb6d4366d6bf59a4e6c10ae178
+checksum=f03ccb40b087d1e30940a40e0141dcbba263f39974c20eb9f2521066c9c6c908
 
 conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
 make_dirs="
@@ -23,6 +23,7 @@ make_dirs="
  /var/cache/cups/rss 0750 cups lp
  /var/spool/cups 0755 cups lp
  /etc/cups/ssl 0700 cups lp"
+make_check=ci_skip # testsuite does not run as root
 
 build_options="avahi gssapi"
 build_options_default="avahi"

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

* Re: [PR PATCH] [Updated] cups: update to 2.4.2.
  2022-07-18  7:32 [PR PATCH] cups: update to 2.4.2 oynqr
  2022-09-07 11:02 ` dataCobra
  2022-09-09 14:48 ` [PR PATCH] [Updated] " oynqr
@ 2022-09-09 15:18 ` oynqr
  2022-09-20 15:38 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: oynqr @ 2022-09-09 15:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages cups-fresh
https://github.com/void-linux/void-packages/pull/38122

cups: update to 2.4.2.
<!-- 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
-->
This one contains a [CVE](https://github.com/advisories/GHSA-h495-hfpg-xw55) fix and I really should have opened it sooner.

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

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

From e5c79ff789bbdf6f39fef140b436efb3d577acd9 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Fri, 27 May 2022 09:19:48 +0200
Subject: [PATCH] cups: update to 2.4.2.

---
 srcpkgs/cups/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 772f73ca4a76..0776928f2609 100644
--- a/srcpkgs/cups/template
+++ b/srcpkgs/cups/template
@@ -1,6 +1,6 @@
 # Template file for 'cups'
 pkgname=cups
-version=2.4.1
+version=2.4.2
 revision=1
 build_style=gnu-configure
 make_install_args="BUILDROOT=${DESTDIR}"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/OpenPrinting/cups"
 distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
-checksum=c7339f75f8d4f2dec50c673341a45fc06b6885bb6d4366d6bf59a4e6c10ae178
+checksum=f03ccb40b087d1e30940a40e0141dcbba263f39974c20eb9f2521066c9c6c908
 
 conf_files="/etc/pam.d/cups /etc/cups/*.conf /etc/xinetd.d/cups-lpd"
 make_dirs="
@@ -23,6 +23,7 @@ make_dirs="
  /var/cache/cups/rss 0750 cups lp
  /var/spool/cups 0755 cups lp
  /etc/cups/ssl 0700 cups lp"
+make_check=ci-skip # testsuite does not run as root
 
 build_options="avahi gssapi"
 build_options_default="avahi"

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

* Re: [PR PATCH] [Merged]: cups: update to 2.4.2.
  2022-07-18  7:32 [PR PATCH] cups: update to 2.4.2 oynqr
                   ` (2 preceding siblings ...)
  2022-09-09 15:18 ` oynqr
@ 2022-09-20 15:38 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-09-20 15:38 UTC (permalink / raw)
  To: ml

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

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

cups: update to 2.4.2.
https://github.com/void-linux/void-packages/pull/38122

Description:
<!-- 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
-->
This one contains a [CVE](https://github.com/advisories/GHSA-h495-hfpg-xw55) fix and I really should have opened it sooner.

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

end of thread, other threads:[~2022-09-20 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18  7:32 [PR PATCH] cups: update to 2.4.2 oynqr
2022-09-07 11:02 ` dataCobra
2022-09-09 14:48 ` [PR PATCH] [Updated] " oynqr
2022-09-09 15:18 ` oynqr
2022-09-20 15:38 ` [PR PATCH] [Merged]: " leahneukirchen

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