forked from pool/libmicrohttpd
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6c6d45da6c | |||
| 3fcc9be257 |
13
libmicrohttpd-utilize-system-crypto-policy.patch
Normal file
13
libmicrohttpd-utilize-system-crypto-policy.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: libmicrohttpd-1.0.2/configure
|
||||
===================================================================
|
||||
--- libmicrohttpd-1.0.2.orig/configure
|
||||
+++ libmicrohttpd-1.0.2/configure
|
||||
@@ -42228,7 +42228,7 @@ main (void)
|
||||
gnutls_session_t session;
|
||||
gnutls_priority_t priorities;
|
||||
gnutls_global_init();
|
||||
- gnutls_priority_init(&priorities, "NORMAL", NULL);
|
||||
+ gnutls_priority_init(&priorities, "@SYSTEM", NULL);
|
||||
gnutls_init(&session, GNUTLS_SERVER);
|
||||
gnutls_priority_set(session, priorities);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 11:27:32 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Follow the system-wide crypto-policies [bsc#1211301]
|
||||
* Add libmicrohttpd-utilize-system-crypto-policy.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 17:39:05 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmicrohttpd
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2010,2011,2012 Stephan Kleine
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
@@ -33,6 +33,8 @@ Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
|
||||
# https://savannah.gnu.org/project/release-gpgkeys.php?group=libmicrohttpd
|
||||
Source2: %{name}.keyring
|
||||
# PATCH-FIX-OPENSUSE bsc#1211301 Follow the system-wide crypto-policies
|
||||
Patch0: libmicrohttpd-utilize-system-crypto-policy.patch
|
||||
BuildRequires: libtool
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
|
||||
Reference in New Issue
Block a user