Update to 0.9.53 (#1288676)
Adjust gnutls-utilize-system-crypto-policy.patch
This commit is contained in:
parent
c0f5e7ad6f
commit
a67e2574f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/libmicrohttpd-0.9.45.tar.gz
|
/libmicrohttpd-0.9.45.tar.gz
|
||||||
/libmicrohttpd-0.9.46.tar.gz
|
/libmicrohttpd-0.9.46.tar.gz
|
||||||
/libmicrohttpd-0.9.52.tar.gz
|
/libmicrohttpd-0.9.52.tar.gz
|
||||||
|
/libmicrohttpd-0.9.53.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- libmicrohttpd-0.9.52/src/microhttpd/daemon.c.orig 2017-01-13 19:54:48.203411920 +0100
|
--- libmicrohttpd-0.9.53/src/microhttpd/daemon.c.orig 2017-04-12 08:31:18.243540128 +0200
|
||||||
+++ libmicrohttpd-0.9.52/src/microhttpd/daemon.c 2017-01-13 19:55:22.286061143 +0100
|
+++ libmicrohttpd-0.9.53/src/microhttpd/daemon.c 2017-04-12 08:34:19.851158371 +0200
|
||||||
@@ -4486,7 +4486,7 @@
|
@@ -5415,7 +5415,7 @@
|
||||||
if (0 != (flags & MHD_USE_TLS))
|
if (0 != (*pflags & MHD_USE_TLS))
|
||||||
{
|
{
|
||||||
gnutls_priority_init (&daemon->priority_cache,
|
gnutls_priority_init (&daemon->priority_cache,
|
||||||
- "NORMAL",
|
- "NORMAL",
|
||||||
+ "@SYSTEM",
|
+ "@SYSTEM",
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* HTTPS_SUPPORT */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.52
|
Version: 0.9.53
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -116,8 +116,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.52-4
|
* Sun Jan 29 2017 Martin Gansser <martinkg@fedoraproject.org> - 0.9.53-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Update to 0.9.53 (#1288676)
|
||||||
|
- Adjust gnutls-utilize-system-crypto-policy.patch
|
||||||
|
|
||||||
* Sun Jan 29 2017 Martin Gansser <martinkg@fedoraproject.org> - 0.9.52-3
|
* Sun Jan 29 2017 Martin Gansser <martinkg@fedoraproject.org> - 0.9.52-3
|
||||||
- Enable HTTPS with --enable-https=yes
|
- Enable HTTPS with --enable-https=yes
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libmicrohttpd-0.9.52.tar.gz) = 2cb7fa6ed59ec5f48748cd2aedea8a68629f02ffcf8e86c6d5b57a6622bb5f0ffd7dabfd6c04cc99047ca81eb76efe2a79b34bd6e3de329261a319369232fcf4
|
SHA512 (libmicrohttpd-0.9.53.tar.gz) = 2e29595c980cdcf12c1cead62f8938cc32e8c93d3a848e7473c5d5f596c6b6858732df0a3293b93d89577e5a325a62fe82adf3921a76d7184a647489364d7e2c
|
||||||
|
Loading…
Reference in New Issue
Block a user