Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vpnd: update to 0.2.0
@ 2021-09-04 21:19 emacsomancer
  2021-09-05  9:48 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: emacsomancer @ 2021-09-04 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages vpnd-0.2
https://github.com/void-linux/void-packages/pull/32836

vpnd: update to 0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32836.patch is attached

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

From 3b9bdb5a036eb433163c9828557daa2862d46dbc Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Sat, 4 Sep 2021 15:19:03 -0600
Subject: [PATCH] vpnd: update to 0.2.0

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

diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
index af90e155caba..449a191543ab 100644
--- a/srcpkgs/vpnd/template
+++ b/srcpkgs/vpnd/template
@@ -1,7 +1,7 @@
 # Template file for 'vpnd'
 pkgname=vpnd
-version=0.1.3
-revision=2
+version=0.2.0
+revision=1
 depends="bash libnotify"
 conf_files="/etc/vpnd.conf"
 short_desc="Package update notifier daemon for Void Linux"
@@ -9,7 +9,7 @@ maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/emacsomancer/vpnd"
 distfiles="https://gitlab.com/emacsomancer/vpnd/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=1e06a2b969222b39071fd302e58e6ff13978def30d680c55649bd033e1ff41c7
+checksum=5c220acc4ed8dfd12d87dc77ffd6b2640464a5ac2101b6ec5a51e2267f1353c1
 
 do_install() {
 	vbin vpnd

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

* Re: vpnd: update to 0.2.0
  2021-09-04 21:19 [PR PATCH] vpnd: update to 0.2.0 emacsomancer
@ 2021-09-05  9:48 ` paper42
  2021-09-05 12:00 ` emacsomancer
  2021-09-05 12:02 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-09-05  9:48 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32836#issuecomment-913119628

Comment:
@emacsomancer could you add the email address used in the commit to your github account, so gh can detect the author?

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

* Re: vpnd: update to 0.2.0
  2021-09-04 21:19 [PR PATCH] vpnd: update to 0.2.0 emacsomancer
  2021-09-05  9:48 ` paper42
@ 2021-09-05 12:00 ` emacsomancer
  2021-09-05 12:02 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: emacsomancer @ 2021-09-05 12:00 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/32836#issuecomment-913140966

Comment:
@paper42 added

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

* Re: [PR PATCH] [Merged]: vpnd: update to 0.2.0
  2021-09-04 21:19 [PR PATCH] vpnd: update to 0.2.0 emacsomancer
  2021-09-05  9:48 ` paper42
  2021-09-05 12:00 ` emacsomancer
@ 2021-09-05 12:02 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-09-05 12:02 UTC (permalink / raw)
  To: ml

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

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

vpnd: update to 0.2.0
https://github.com/void-linux/void-packages/pull/32836

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

end of thread, other threads:[~2021-09-05 12:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 21:19 [PR PATCH] vpnd: update to 0.2.0 emacsomancer
2021-09-05  9:48 ` paper42
2021-09-05 12:00 ` emacsomancer
2021-09-05 12:02 ` [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).