Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] catgirl: update to 1.9.
@ 2021-08-09 19:48 paper42
  2021-08-10  2:48 ` akierig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2021-08-09 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages catgirl-1.9
https://github.com/void-linux/void-packages/pull/32431

catgirl: update to 1.9.
<!-- 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


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

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

From 4b8d09f0c62ea9ccefd4285d05dc4525b46b0039 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 9 Aug 2021 21:44:56 +0200
Subject: [PATCH] catgirl: update to 1.9.

---
 srcpkgs/catgirl/patches/add-missing-include.patch | 10 ++++++++++
 srcpkgs/catgirl/template                          |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/catgirl/patches/add-missing-include.patch

diff --git a/srcpkgs/catgirl/patches/add-missing-include.patch b/srcpkgs/catgirl/patches/add-missing-include.patch
new file mode 100644
index 000000000000..8440919128d4
--- /dev/null
+++ b/srcpkgs/catgirl/patches/add-missing-include.patch
@@ -0,0 +1,10 @@
+--- a/ui.c
++++ b/ui.c
+@@ -47,6 +47,7 @@
+ #include <unistd.h>
+ #include <wchar.h>
+ #include <wctype.h>
++#include <sys/file.h>
+ 
+ #ifdef __FreeBSD__
+ #include <capsicum_helpers.h>
diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index a81b83507026..337968b71a90 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,6 +1,6 @@
 # Template file for 'catgirl'
 pkgname=catgirl
-version=1.8
+version=1.9
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
@@ -11,5 +11,5 @@ short_desc="TLS-only terminal IRC client"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/catgirl/"
-distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
-checksum=2ef69606640f25ca695bc65d0dd9e16f5fa36184feb38d1253a5648dad68776b
+distfiles="https://git.causal.agency/catgirl/snapshot/catgirl-$version.tar.gz"
+checksum=1ce8110a820db10e646dada98d45bdeb7efe2da3248eff70772e54ecb33f54a0

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

* Re: catgirl: update to 1.9.
  2021-08-09 19:48 [PR PATCH] catgirl: update to 1.9 paper42
@ 2021-08-10  2:48 ` akierig
  2021-08-10 22:36 ` paper42
  2021-08-10 22:36 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: akierig @ 2021-08-10  2:48 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/32431#issuecomment-895686182

Comment:
Since the current way of packing `libtls` is...complicated at best, has there been any consideration given to just switching to the developer's [`LibreTLS`](https://git.causal.agency/libretls/about/) to provide the appropriate crypto libraries?

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

* Re: catgirl: update to 1.9.
  2021-08-09 19:48 [PR PATCH] catgirl: update to 1.9 paper42
  2021-08-10  2:48 ` akierig
@ 2021-08-10 22:36 ` paper42
  2021-08-10 22:36 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-10 22:36 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32431#issuecomment-896356304

Comment:
> Since the current way of packing `libtls` is...complicated at best, has there been any consideration given to just switching to the developer's [`LibreTLS`](https://git.causal.agency/libretls/about/) to provide the appropriate crypto libraries?

@leahneukirchen will know the technical details, she created the current libtls package when Void was switching from LibreSSL to OpenSSL.

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

* Re: [PR PATCH] [Merged]: catgirl: update to 1.9.
  2021-08-09 19:48 [PR PATCH] catgirl: update to 1.9 paper42
  2021-08-10  2:48 ` akierig
  2021-08-10 22:36 ` paper42
@ 2021-08-10 22:36 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-10 22:36 UTC (permalink / raw)
  To: ml

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

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

catgirl: update to 1.9.
https://github.com/void-linux/void-packages/pull/32431

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


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

end of thread, other threads:[~2021-08-10 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 19:48 [PR PATCH] catgirl: update to 1.9 paper42
2021-08-10  2:48 ` akierig
2021-08-10 22:36 ` paper42
2021-08-10 22:36 ` [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).