Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fossil: update to 2.24.
@ 2024-08-05 12:12 danilbraun
  2024-08-05 20:37 ` danilbraun
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danilbraun @ 2024-08-05 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/danilbraun/void-packages fossil
https://github.com/void-linux/void-packages/pull/51665

fossil: update to 2.24.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/51665.patch is attached

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

From d2508536d5ef236c2a1cd3722327a66e7d76bd20 Mon Sep 17 00:00:00 2001
From: Danil Braun <danil@danilbraun.org>
Date: Mon, 5 Aug 2024 18:07:49 +0600
Subject: [PATCH] fossil: update to 2.24.

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

diff --git a/srcpkgs/fossil/template b/srcpkgs/fossil/template
index 23303bf4334936..e7bf1aedb8ba7d 100644
--- a/srcpkgs/fossil/template
+++ b/srcpkgs/fossil/template
@@ -1,6 +1,6 @@
 # Template file for 'fossil'
 pkgname=fossil
-version=2.23
+version=2.24
 revision=1
 build_style=configure
 configure_args="--disable-internal-sqlite --prefix=/usr
@@ -13,7 +13,7 @@ license="BSD-2-Clause"
 homepage="https://www.fossil-scm.org"
 changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
 distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
-checksum=75f808e81351018a9716746d9ef1a1fe1bb1904733e8b418643881d381988593
+checksum=95cd3c176835beb9b897076fa58171fe30b0b291f6387bb54749efbdfa962f4c
 
 post_extract() {
 	vsed -i 's/test_system_sqlite$/# &/' auto.def  # failing on cross

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

* Re: fossil: update to 2.24.
  2024-08-05 12:12 [PR PATCH] fossil: update to 2.24 danilbraun
@ 2024-08-05 20:37 ` danilbraun
  2024-08-07 12:19 ` [PR PATCH] [Updated] " danilbraun
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danilbraun @ 2024-08-05 20:37 UTC (permalink / raw)
  To: ml

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

New comment by danilbraun on void-packages repository

https://github.com/void-linux/void-packages/pull/51665#issuecomment-2269875125

Comment:
@ologantr 

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

* Re: [PR PATCH] [Updated] fossil: update to 2.24.
  2024-08-05 12:12 [PR PATCH] fossil: update to 2.24 danilbraun
  2024-08-05 20:37 ` danilbraun
@ 2024-08-07 12:19 ` danilbraun
  2024-08-07 12:45 ` danilbraun
  2024-08-07 13:39 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: danilbraun @ 2024-08-07 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/danilbraun/void-packages fossil
https://github.com/void-linux/void-packages/pull/51665

fossil: update to 2.24.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/51665.patch is attached

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

From 2297d6e3420c94e5817adb0e82e3d1114854242a Mon Sep 17 00:00:00 2001
From: Danil Braun <danil@danilbraun.org>
Date: Mon, 5 Aug 2024 18:07:49 +0600
Subject: [PATCH] fossil: update to 2.24.

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

diff --git a/srcpkgs/fossil/template b/srcpkgs/fossil/template
index 23303bf4334936..9abf32c25a38fc 100644
--- a/srcpkgs/fossil/template
+++ b/srcpkgs/fossil/template
@@ -1,6 +1,6 @@
 # Template file for 'fossil'
 pkgname=fossil
-version=2.23
+version=2.24
 revision=1
 build_style=configure
 configure_args="--disable-internal-sqlite --prefix=/usr
@@ -8,12 +8,12 @@ configure_args="--disable-internal-sqlite --prefix=/usr
 hostmakedepends="tcl"
 makedepends="zlib-devel openssl-devel sqlite-devel"
 short_desc="Simple, high-reliability, distributed software configuration management"
-maintainer="ologantr <mrphyber@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.fossil-scm.org"
 changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
 distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
-checksum=75f808e81351018a9716746d9ef1a1fe1bb1904733e8b418643881d381988593
+checksum=95cd3c176835beb9b897076fa58171fe30b0b291f6387bb54749efbdfa962f4c
 
 post_extract() {
 	vsed -i 's/test_system_sqlite$/# &/' auto.def  # failing on cross

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

* Re: fossil: update to 2.24.
  2024-08-05 12:12 [PR PATCH] fossil: update to 2.24 danilbraun
  2024-08-05 20:37 ` danilbraun
  2024-08-07 12:19 ` [PR PATCH] [Updated] " danilbraun
@ 2024-08-07 12:45 ` danilbraun
  2024-08-07 13:39 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: danilbraun @ 2024-08-07 12:45 UTC (permalink / raw)
  To: ml

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

New comment by danilbraun on void-packages repository

https://github.com/void-linux/void-packages/pull/51665#issuecomment-2273387266

Comment:
@ahesford done

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

* Re: [PR PATCH] [Merged]: fossil: update to 2.24.
  2024-08-05 12:12 [PR PATCH] fossil: update to 2.24 danilbraun
                   ` (2 preceding siblings ...)
  2024-08-07 12:45 ` danilbraun
@ 2024-08-07 13:39 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2024-08-07 13:39 UTC (permalink / raw)
  To: ml

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

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

fossil: update to 2.24.
https://github.com/void-linux/void-packages/pull/51665

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

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-05 12:12 [PR PATCH] fossil: update to 2.24 danilbraun
2024-08-05 20:37 ` danilbraun
2024-08-07 12:19 ` [PR PATCH] [Updated] " danilbraun
2024-08-07 12:45 ` danilbraun
2024-08-07 13:39 ` [PR PATCH] [Merged]: " ahesford

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