1
0
forked from pool/libmicrohttpd

2 Commits

3 changed files with 22 additions and 1 deletions

View 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);

View File

@@ -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>

View File

@@ -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