Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opentmpfiles: remove package
@ 2023-03-08  5:55 cassaundra
  2023-03-08  6:01 ` cassaundra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cassaundra @ 2023-03-08  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cassaundra/void-packages opentmpfiles
https://github.com/void-linux/void-packages/pull/42655

opentmpfiles: remove package
Upstream no longer maintained. Also has a privilege escalation vulnerability that will likely not be fixed.

Not depended upon by any other packages.

See also: https://github.com/OpenRC/opentmpfiles/issues/19

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42655.patch is attached

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

From 8eaa7c1e431c1ee4370b9df3b919df74a8606ceb Mon Sep 17 00:00:00 2001
From: cassaundra <cass@cassaundra.org>
Date: Tue, 7 Mar 2023 21:47:06 -0800
Subject: [PATCH] opentmpfiles: remove package

Upstream no longer maintained. Also has a privilege escalation vulnerability
that will likely not be fixed.

Not depended upon by any other packages.

See also: https://github.com/OpenRC/opentmpfiles/issues/19
---
 srcpkgs/opentmpfiles/template     | 16 ----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 16 deletions(-)
 delete mode 100644 srcpkgs/opentmpfiles/template

diff --git a/srcpkgs/opentmpfiles/template b/srcpkgs/opentmpfiles/template
deleted file mode 100644
index 2e5be496e00b..000000000000
--- a/srcpkgs/opentmpfiles/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'opentmpfiles'
-pkgname=opentmpfiles
-version=0.3.1
-revision=1
-build_style=meson
-configure_args="-Drootbindir=/usr/bin"
-short_desc="Standalone utility for handling systemd-style tmpfiles.d settings"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD-2-Clause"
-homepage="https://github.com/OpenRC/opentmpfiles"
-distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz"
-checksum=47d651ccda53a204463285044a9d34b1bd54d927509dac43994a9d6341be084a
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index f3248a852a28..85eafece7ba9 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -345,6 +345,7 @@ replaces="
  oce<=0.18.3_1
  onionshare<=2.2_5
  opencl-clhpp<=2.0.15_1
+ opentmpfiles<=0.3.1_1
  orage<=4.12.1_7
  parallel-rust<=0.11.3_2
  paraview<=5.8.1_3

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

* Re: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
@ 2023-03-08  6:01 ` cassaundra
  2023-06-07  2:06 ` github-actions
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cassaundra @ 2023-03-08  6:01 UTC (permalink / raw)
  To: ml

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

New comment by cassaundra on void-packages repository

https://github.com/void-linux/void-packages/pull/42655#issuecomment-1459591943

Comment:
Although it's not directly depended on by any packages, there are some that have tmpfiles.d entries:
```
$ xlocate /usr/lib/tmpfiles.d
nix-2.11.0_2          /usr/lib/tmpfiles.d/nix-daemon.conf
x2goserver-4.1.0.3_2  /usr/lib/tmpfiles.d/x2goserver.conf
xpra-4.4.3_1          /usr/lib/tmpfiles.d/xpra.conf
```

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

* Re: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
  2023-03-08  6:01 ` cassaundra
@ 2023-06-07  2:06 ` github-actions
  2023-06-07  3:09 ` cassaundra
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-06-07  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42655#issuecomment-1579755566

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
  2023-03-08  6:01 ` cassaundra
  2023-06-07  2:06 ` github-actions
@ 2023-06-07  3:09 ` cassaundra
  2023-06-27 22:12 ` [PR PATCH] [Closed]: " classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cassaundra @ 2023-06-07  3:09 UTC (permalink / raw)
  To: ml

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

New comment by cassaundra on void-packages repository

https://github.com/void-linux/void-packages/pull/42655#issuecomment-1579803938

Comment:
> If this pull request is still relevant bump it or assign it.

Still relevant, but low priority, so I'm fine if this dies.

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

* Re: [PR PATCH] [Closed]: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
                   ` (2 preceding siblings ...)
  2023-06-07  3:09 ` cassaundra
@ 2023-06-27 22:12 ` classabbyamp
  2023-06-28 10:53 ` Nidrop
  2023-06-28 15:40 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-27 22:12 UTC (permalink / raw)
  To: ml

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

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

opentmpfiles: remove package
https://github.com/void-linux/void-packages/pull/42655

Description:
Upstream no longer maintained. Also has a privilege escalation vulnerability that will likely not be fixed.

Not depended upon by any other packages.

See also: https://github.com/OpenRC/opentmpfiles/issues/19


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

* Re: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
                   ` (3 preceding siblings ...)
  2023-06-27 22:12 ` [PR PATCH] [Closed]: " classabbyamp
@ 2023-06-28 10:53 ` Nidrop
  2023-06-28 15:40 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: Nidrop @ 2023-06-28 10:53 UTC (permalink / raw)
  To: ml

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

New comment by Nidrop on void-packages repository

https://github.com/void-linux/void-packages/pull/42655#issuecomment-1611188055

Comment:
just discovered that xbps wants to delete opentmpfiles. I don't see systemd-tmpfiles in the repo. What can I use as an alternative? 

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

* Re: opentmpfiles: remove package
  2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
                   ` (4 preceding siblings ...)
  2023-06-28 10:53 ` Nidrop
@ 2023-06-28 15:40 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-28 15:40 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42655#issuecomment-1611669516

Comment:
I don't think there is one at this time

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

end of thread, other threads:[~2023-06-28 15:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08  5:55 [PR PATCH] opentmpfiles: remove package cassaundra
2023-03-08  6:01 ` cassaundra
2023-06-07  2:06 ` github-actions
2023-06-07  3:09 ` cassaundra
2023-06-27 22:12 ` [PR PATCH] [Closed]: " classabbyamp
2023-06-28 10:53 ` Nidrop
2023-06-28 15:40 ` classabbyamp

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