Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OTPClient: update to 2.4.1. and adopt
@ 2021-01-24 17:07 uw2021
  2021-01-26 15:17 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: uw2021 @ 2021-01-24 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uw2021/void-packages otpclient-update
https://github.com/void-linux/void-packages/pull/28177

OTPClient: update to 2.4.1. and adopt
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/28177.patch is attached

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

From 90f4ca0d2f26b81a46d62b88ae522fbd8bf4ea5a Mon Sep 17 00:00:00 2001
From: Ulf <void@uw.anonaddy.com>
Date: Sun, 24 Jan 2021 17:05:56 +0000
Subject: [PATCH] OTPClient: update to 2.4.1.

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

diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template
index a881dbe502b..67c6e9cb88c 100644
--- a/srcpkgs/OTPClient/template
+++ b/srcpkgs/OTPClient/template
@@ -1,14 +1,14 @@
 # Template file for 'OTPClient'
 pkgname=OTPClient
-version=2.3.2
+version=2.4.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="gtk+3-devel libglib-devel libgcrypt-devel libpng-devel
  libzip-devel libcotp-devel libzbar-devel jansson-devel"
 short_desc="Highly secure and easy to use GTK+ OTP client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ulf <void@uw.anonaddy.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/paolostivanin/OTPClient"
 distfiles="https://github.com/paolostivanin/OTPClient/archive/v${version}.tar.gz"
-checksum=329161b2c266624f23b56d32254e2205d8916772c5632141be1d81db4136231f
+checksum=e505f4ebba92342f4029c1d49167bc346cbb2295e2379cb6b7b232f837011520

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

* Re: OTPClient: update to 2.4.1. and adopt
  2021-01-24 17:07 [PR PATCH] OTPClient: update to 2.4.1. and adopt uw2021
@ 2021-01-26 15:17 ` ericonr
  2021-01-26 15:43 ` uw2021
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-26 15:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28177#issuecomment-767613049

Comment:
>  I generally don't use the affected packages but briefly tested this PR

And adopting it don't make too much sense to me, I think.

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

* Re: OTPClient: update to 2.4.1. and adopt
  2021-01-24 17:07 [PR PATCH] OTPClient: update to 2.4.1. and adopt uw2021
  2021-01-26 15:17 ` ericonr
@ 2021-01-26 15:43 ` uw2021
  2021-01-26 15:48 ` uw2021
  2021-01-28  5:20 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: uw2021 @ 2021-01-26 15:43 UTC (permalink / raw)
  To: ml

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

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28177#issuecomment-767631290

Comment:
> > I generally don't use the affected packages but briefly tested this PR
> 
> And adopting it don't make too much sense to me, I think.

That's fair enough, however since submitting this PR I've ditched Authy and started using OTPClient. I've changed the PR message accordingly. Thanks.

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

* Re: OTPClient: update to 2.4.1. and adopt
  2021-01-24 17:07 [PR PATCH] OTPClient: update to 2.4.1. and adopt uw2021
  2021-01-26 15:17 ` ericonr
  2021-01-26 15:43 ` uw2021
@ 2021-01-26 15:48 ` uw2021
  2021-01-28  5:20 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: uw2021 @ 2021-01-26 15:48 UTC (permalink / raw)
  To: ml

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

New comment by uw2021 on void-packages repository

https://github.com/void-linux/void-packages/pull/28177#issuecomment-767631290

Comment:
> > I generally don't use the affected packages but briefly tested this PR
> 
> And adopting it don't make too much sense to me, I think.

That's fair enough, however since submitting this PR I've ditched Authy and started using OTPClient. I've changed the PR message accordingly. The same goes for hidapi (needed it for my Android device) and pianobar. Thanks.

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

* Re: [PR PATCH] [Merged]: OTPClient: update to 2.4.1. and adopt
  2021-01-24 17:07 [PR PATCH] OTPClient: update to 2.4.1. and adopt uw2021
                   ` (2 preceding siblings ...)
  2021-01-26 15:48 ` uw2021
@ 2021-01-28  5:20 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-28  5:20 UTC (permalink / raw)
  To: ml

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

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

OTPClient: update to 2.4.1. and adopt
https://github.com/void-linux/void-packages/pull/28177

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] 5+ messages in thread

end of thread, other threads:[~2021-01-28  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 17:07 [PR PATCH] OTPClient: update to 2.4.1. and adopt uw2021
2021-01-26 15:17 ` ericonr
2021-01-26 15:43 ` uw2021
2021-01-26 15:48 ` uw2021
2021-01-28  5:20 ` [PR PATCH] [Merged]: " ericonr

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