Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpp: update to 10.0.34. #52854

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions srcpkgs/dpp/patches/fix_ctime.diff
Original file line number Diff line number Diff line change
@@ -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>
4 changes: 2 additions & 2 deletions srcpkgs/dpp/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <[email protected]>"
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}"
Expand Down