Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dpp: update to 10.0.34.
@ 2024-10-31  1:55 JuniorSuperTux
  2024-10-31  4:59 ` JuniorSuperTux
  2024-11-01  0:39 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: JuniorSuperTux @ 2024-10-31  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages dpp_10.0.34
https://github.com/void-linux/void-packages/pull/52854

dpp: update to 10.0.34.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/52854.patch is attached

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

From d4e1c2ae0e856d41d8c153e7457aa7914816c859 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Thu, 31 Oct 2024 09:54:30 +0800
Subject: [PATCH] dpp: update to 10.0.34.

---
 srcpkgs/dpp/patches/fix_ctime.diff | 13 +++++++++++++
 srcpkgs/dpp/template               |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dpp/patches/fix_ctime.diff

diff --git a/srcpkgs/dpp/patches/fix_ctime.diff b/srcpkgs/dpp/patches/fix_ctime.diff
new file mode 100644
index 00000000000000..0eaacb9f98df69
--- /dev/null
+++ b/srcpkgs/dpp/patches/fix_ctime.diff
@@ -0,0 +1,13 @@
+diff --git a/include/dpp/sslclient.h b/include/dpp/sslclient.h
+index 00371ef287..cd1828fcb1 100644
+
+--- a/include/dpp/sslclient.h
+
++++ b/include/dpp/sslclient.h
+@@ -24,6 +24,7 @@
+ #include <dpp/misc-enum.h>
+ #include <string>
+ #include <functional>
++#include <ctime>
+ #include <dpp/socket.h>
+ #include <cstdint>
diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index c33126671b45ac..f5f81c7b6a3b7e 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,6 +1,6 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.32
+version=10.0.34
 revision=1
 build_style=cmake
 configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
@@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=b366c0eb05539208e8d6c81f59de87b2aa6158250968d1bd6360676d576851e7
+checksum=58eee75e81ac305db0b71a8cd4b821ff3cabcdfa0575e56ba5e4ce543531bd2f
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: dpp: update to 10.0.34.
  2024-10-31  1:55 [PR PATCH] dpp: update to 10.0.34 JuniorSuperTux
@ 2024-10-31  4:59 ` JuniorSuperTux
  2024-11-01  0:39 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: JuniorSuperTux @ 2024-10-31  4:59 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/52854#issuecomment-2449012786

Comment:
The `fix_ctime.diff` patch addresses the changes from [this PR](https://github.com/brainboxdotcc/DPP/pull/1314) which has yet to release

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

* Re: [PR PATCH] [Merged]: dpp: update to 10.0.34.
  2024-10-31  1:55 [PR PATCH] dpp: update to 10.0.34 JuniorSuperTux
  2024-10-31  4:59 ` JuniorSuperTux
@ 2024-11-01  0:39 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-01  0:39 UTC (permalink / raw)
  To: ml

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

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

dpp: update to 10.0.34.
https://github.com/void-linux/void-packages/pull/52854

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2024-11-01  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-31  1:55 [PR PATCH] dpp: update to 10.0.34 JuniorSuperTux
2024-10-31  4:59 ` JuniorSuperTux
2024-11-01  0:39 ` [PR PATCH] [Merged]: " classabbyamp

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