Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dino: update to 0.2.1.
@ 2021-06-07 20:59 anjandev
  2021-06-07 21:00 ` anjandev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: anjandev @ 2021-06-07 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages dino12
https://github.com/void-linux/void-packages/pull/31348

dino: update to 0.2.1.
<!-- 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


#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC) x86_64
- [ ] 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/31348.patch is attached

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

From 4485b8e0b3262f9d9f739af73dc917859a4b8eab Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Mon, 7 Jun 2021 16:53:48 -0400
Subject: [PATCH] dino: update to 0.2.1.

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

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index 0df26d2aaeb8..94c058ab7d70 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,6 +1,6 @@
 # Template file for 'dino'
 pkgname=dino
-version=0.2.0
+version=0.2.1
 revision=1
 build_style=cmake
 configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON"
@@ -14,7 +14,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dino/dino"
 distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz"
-checksum=51d139d62e90ef30b25e19dbe48322e2a35af3de38fd8094a0c89188947567f2
+checksum=56ead6fc54f8c10e1116d639431fe509ac8a390b68c60ed897562a215a075f32
 
 if [ "${XBPS_CHECK_PKGS}" ]; then
 	configure_args+=" -DBUILD_TESTS=ON"

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

* Re: dino: update to 0.2.1.
  2021-06-07 20:59 [PR PATCH] dino: update to 0.2.1 anjandev
@ 2021-06-07 21:00 ` anjandev
  2021-06-07 21:00 ` anjandev
  2021-06-08  0:16 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: anjandev @ 2021-06-07 21:00 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/31348#issuecomment-856253844

Comment:
https://dino.im/security/cve-2021-33896/

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

* Re: dino: update to 0.2.1.
  2021-06-07 20:59 [PR PATCH] dino: update to 0.2.1 anjandev
  2021-06-07 21:00 ` anjandev
@ 2021-06-07 21:00 ` anjandev
  2021-06-08  0:16 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: anjandev @ 2021-06-07 21:00 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/31348#issuecomment-856253844

Comment:
Related: https://dino.im/security/cve-2021-33896/

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

* Re: [PR PATCH] [Merged]: dino: update to 0.2.1.
  2021-06-07 20:59 [PR PATCH] dino: update to 0.2.1 anjandev
  2021-06-07 21:00 ` anjandev
  2021-06-07 21:00 ` anjandev
@ 2021-06-08  0:16 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-06-08  0:16 UTC (permalink / raw)
  To: ml

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

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

dino: update to 0.2.1.
https://github.com/void-linux/void-packages/pull/31348

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?
- [ ] 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


#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC) x86_64
- [ ] 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-06-08  0:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 20:59 [PR PATCH] dino: update to 0.2.1 anjandev
2021-06-07 21:00 ` anjandev
2021-06-07 21:00 ` anjandev
2021-06-08  0:16 ` [PR PATCH] [Merged]: " sgn

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