Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libstrophe and profanity
@ 2023-10-10 13:05 famfo
  2023-10-10 18:27 ` [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0 famfo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: famfo @ 2023-10-10 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/famfo/void-packages update-packages
https://github.com/void-linux/void-packages/pull/46556

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From ca77978872aa78c7e4cfe770002950cb42b14641 Mon Sep 17 00:00:00 2001
From: famfo <famfo@famfo.xyz>
Date: Tue, 10 Oct 2023 15:02:47 +0200
Subject: [PATCH] Update libstrophe and profanity

---
 srcpkgs/libstrophe/template | 6 +++---
 srcpkgs/profanity/template  | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 617d333766ef9..5780d39e3fe76 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.12.2
-revision=2
+version=0.12.3
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=049232e3968ad65c65e08601cb3de171d3a25d154b6f14332c35a7bf961e2c9d
+checksum=e93a77b78f228201ee0278dbdd29142a943263df7e62278e25eacfe814e0bb34
 
 build_options="cares tls"
 build_options_default="tls"
diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 9cd9d077d9479..c380d24a40f5d 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.13.1
-revision=2
+version=0.14.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
@@ -19,8 +19,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
-distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a
+distfiles="https://github.com/profanity-im/profanity/releases/download/${version}/profanity-${version}.tar.gz"
+checksum=fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

* Re: [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0
  2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
@ 2023-10-10 18:27 ` famfo
  2023-10-10 23:34 ` famfo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: famfo @ 2023-10-10 18:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by famfo against master on the void-packages repository

https://github.com/famfo/void-packages update-packages
https://github.com/void-linux/void-packages/pull/46556

libstrophe: update to 0.12.3 profanity: update to 0.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From ca77978872aa78c7e4cfe770002950cb42b14641 Mon Sep 17 00:00:00 2001
From: famfo <famfo@famfo.xyz>
Date: Tue, 10 Oct 2023 15:02:47 +0200
Subject: [PATCH 1/2] Update libstrophe and profanity

---
 srcpkgs/libstrophe/template | 6 +++---
 srcpkgs/profanity/template  | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 617d333766ef9..5780d39e3fe76 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.12.2
-revision=2
+version=0.12.3
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=049232e3968ad65c65e08601cb3de171d3a25d154b6f14332c35a7bf961e2c9d
+checksum=e93a77b78f228201ee0278dbdd29142a943263df7e62278e25eacfe814e0bb34
 
 build_options="cares tls"
 build_options_default="tls"
diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 9cd9d077d9479..c380d24a40f5d 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.13.1
-revision=2
+version=0.14.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
@@ -19,8 +19,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
-distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a
+distfiles="https://github.com/profanity-im/profanity/releases/download/${version}/profanity-${version}.tar.gz"
+checksum=fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

From 41c036eef66df1c9617a3bfadf29ab2270c9aed2 Mon Sep 17 00:00:00 2001
From: famfo <famfo@famfo.xyz>
Date: Tue, 10 Oct 2023 20:27:22 +0200
Subject: [PATCH 2/2] Update libstrophe and profanity

---
 srcpkgs/libstrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 5780d39e3fe76..3179a2c25db92 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
 version=0.12.3
-revision=3
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"

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

* Re: [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0
  2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
  2023-10-10 18:27 ` [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0 famfo
@ 2023-10-10 23:34 ` famfo
  2023-10-13 10:02 ` lm41
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: famfo @ 2023-10-10 23:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by famfo against master on the void-packages repository

https://github.com/famfo/void-packages update-packages
https://github.com/void-linux/void-packages/pull/46556

libstrophe: update to 0.12.3 profanity: update to 0.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 874d417911dc3e42625e481c2df97544fce689ba Mon Sep 17 00:00:00 2001
From: famfo <famfo@famfo.xyz>
Date: Wed, 11 Oct 2023 01:33:48 +0200
Subject: [PATCH] libstrophe: update to 0.12.3 profanity: update to 0.14.0

---
 srcpkgs/libstrophe/template | 6 +++---
 srcpkgs/profanity/template  | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 617d333766ef9..3179a2c25db92 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.12.2
-revision=2
+version=0.12.3
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=049232e3968ad65c65e08601cb3de171d3a25d154b6f14332c35a7bf961e2c9d
+checksum=e93a77b78f228201ee0278dbdd29142a943263df7e62278e25eacfe814e0bb34
 
 build_options="cares tls"
 build_options_default="tls"
diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 9cd9d077d9479..c380d24a40f5d 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.13.1
-revision=2
+version=0.14.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
@@ -19,8 +19,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
-distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a
+distfiles="https://github.com/profanity-im/profanity/releases/download/${version}/profanity-${version}.tar.gz"
+checksum=fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

* Re: libstrophe: update to 0.12.3 profanity: update to 0.14.0
  2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
  2023-10-10 18:27 ` [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0 famfo
  2023-10-10 23:34 ` famfo
@ 2023-10-13 10:02 ` lm41
  2024-01-06 18:43 ` yoshiyoshyosh
  2024-01-07 13:14 ` [PR PATCH] [Closed]: " famfo
  4 siblings, 0 replies; 6+ messages in thread
From: lm41 @ 2023-10-13 10:02 UTC (permalink / raw)
  To: ml

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

New comment by lm41 on void-packages repository

https://github.com/void-linux/void-packages/pull/46556#issuecomment-1761252366

Comment:
LGTM

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

* Re: libstrophe: update to 0.12.3 profanity: update to 0.14.0
  2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
                   ` (2 preceding siblings ...)
  2023-10-13 10:02 ` lm41
@ 2024-01-06 18:43 ` yoshiyoshyosh
  2024-01-07 13:14 ` [PR PATCH] [Closed]: " famfo
  4 siblings, 0 replies; 6+ messages in thread
From: yoshiyoshyosh @ 2024-01-06 18:43 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/46556#issuecomment-1879779889

Comment:
semmed to have been merged with this pr #48048

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

* Re: [PR PATCH] [Closed]: libstrophe: update to 0.12.3 profanity: update to 0.14.0
  2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
                   ` (3 preceding siblings ...)
  2024-01-06 18:43 ` yoshiyoshyosh
@ 2024-01-07 13:14 ` famfo
  4 siblings, 0 replies; 6+ messages in thread
From: famfo @ 2024-01-07 13:14 UTC (permalink / raw)
  To: ml

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

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

libstrophe: update to 0.12.3 profanity: update to 0.14.0
https://github.com/void-linux/void-packages/pull/46556

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

end of thread, other threads:[~2024-01-07 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-10 13:05 [PR PATCH] Update libstrophe and profanity famfo
2023-10-10 18:27 ` [PR PATCH] [Updated] libstrophe: update to 0.12.3 profanity: update to 0.14.0 famfo
2023-10-10 23:34 ` famfo
2023-10-13 10:02 ` lm41
2024-01-06 18:43 ` yoshiyoshyosh
2024-01-07 13:14 ` [PR PATCH] [Closed]: " famfo

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