public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cxxtools] rawhide: Add cxxtools-ssl-api.patch
@ 2026-07-26 16:08 Martin Gansser
0 siblings, 0 replies; 2+ messages in thread
From: Martin Gansser @ 2026-07-26 16:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cxxtools
Branch : rawhide
Commit : a9e163e065705f6021eed30a87fe0b0304eecedb
Author : Martin Gansser <mgansser@netcom-mail.de>
Date : 2026-07-26T16:08:14+00:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cxxtools/c/a9e163e065705f6021eed30a87fe0b0304eecedb?branch=rawhide
Log:
Add cxxtools-ssl-api.patch
---
diff --git a/cxxtools.spec b/cxxtools.spec
index 2e73fa0..71b91ed 100644
--- a/cxxtools.spec
+++ b/cxxtools.spec
@@ -1,6 +1,6 @@
Name: cxxtools
Version: 3.0
-Release: 20%{?dist}
+Release: 22%{?dist}
Summary: A collection of general-purpose C++ classes
Epoch: 1
@@ -88,9 +88,15 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%{_includedir}/cxxtools/
%changelog
-* Sun Jul 26 2026 Martin Gansser <martinkg@fedoraproject.org> - 1:3.0-20
+* Sun Jul 26 2026 Martin Gansser <martinkg@fedoraproject.org> - 1:3.0-22
- Add cxxtools-ssl-api.patch
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1:3.0-20
+- Rebuilt for openssl 4.0
+
* Sat Jan 24 2026 Martin Gansser <martinkg@fedoraproject.org> - 1:3.0-19
- Add cxxtools-cxx20.patch
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/cxxtools] rawhide: Add cxxtools-ssl-api.patch
@ 2026-07-26 16:06 Martin Gansser
0 siblings, 0 replies; 2+ messages in thread
From: Martin Gansser @ 2026-07-26 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cxxtools
Branch : rawhide
Commit : 01924966a2d899f0b4b61352a9b31826dddf1e8c
Author : Martin Gansser <mgansser@netcom-mail.de>
Date : 2026-07-26T16:06:07+00:00
Stats : +15/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/cxxtools/c/01924966a2d899f0b4b61352a9b31826dddf1e8c?branch=rawhide
Log:
Add cxxtools-ssl-api.patch
---
diff --git a/cxxtools-ssl-api.patch b/cxxtools-ssl-api.patch
new file mode 100644
index 0000000..b32d7c7
--- /dev/null
+++ b/cxxtools-ssl-api.patch
@@ -0,0 +1,11 @@
+--- src/sslcertificateimpl.cpp.orig 2026-07-26 15:39:06.697714165 +0000
++++ src/sslcertificateimpl.cpp 2026-07-26 15:39:33.407730936 +0000
+@@ -37,7 +37,7 @@
+
+ namespace cxxtools
+ {
+-static String str(X509_NAME* a)
++static String str(const X509_NAME* a)
+ {
+ class MemBIO
+ {
diff --git a/cxxtools.spec b/cxxtools.spec
index 4946258..2e73fa0 100644
--- a/cxxtools.spec
+++ b/cxxtools.spec
@@ -1,6 +1,6 @@
Name: cxxtools
Version: 3.0
-Release: 21%{?dist}
+Release: 20%{?dist}
Summary: A collection of general-purpose C++ classes
Epoch: 1
@@ -17,6 +17,7 @@ Patch4: %{name}-%{version}-timer.patch
# fix assertion with GLIBCXX_ASSERTIONS (upstream patch)
Patch5: 0001-fix-for-possible-crash-in-cxxtools-Connectable.patch
Patch6: cxxtools-cxx20.patch
+Patch7: cxxtools-ssl-api.patch
BuildRequires: make
BuildRequires: automake
@@ -87,11 +88,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%{_includedir}/cxxtools/
%changelog
-* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1:3.0-20
-- Rebuilt for openssl 4.0
+* Sun Jul 26 2026 Martin Gansser <martinkg@fedoraproject.org> - 1:3.0-20
+- Add cxxtools-ssl-api.patch
* Sat Jan 24 2026 Martin Gansser <martinkg@fedoraproject.org> - 1:3.0-19
- Add cxxtools-cxx20.patch
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-26 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 16:08 [rpms/cxxtools] rawhide: Add cxxtools-ssl-api.patch Martin Gansser
-- strict thread matches above, loose matches on Subject: below --
2026-07-26 16:06 Martin Gansser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox