updated to 1.1.6
This commit is contained in:
parent
d8d82f680c
commit
dc5715fc30
@ -291,7 +291,7 @@ cert-user-oid = 0.9.2342.19200300.100.1.1
|
||||
|
||||
# Note that in RHEL gnutls follows crypto policies so insecure options
|
||||
# are disabled within it.
|
||||
tls-priorities = "@SYSTEM:%SERVER_PRECEDENCE"
|
||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE"
|
||||
|
||||
# That option requires the established DTLS channel to use the same
|
||||
# cipher as the primary TLS channel. This cannot be combined with
|
||||
|
@ -1,4 +1,4 @@
|
||||
Version: 1.1.4
|
||||
Version: 1.1.6
|
||||
Release: 1%{?dist}
|
||||
%global _hardened_build 1
|
||||
|
||||
@ -42,6 +42,7 @@ Source11: ocserv.init
|
||||
# Taken from upstream:
|
||||
# http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||
BuildRequires: gnutls30-devel
|
||||
@ -100,7 +101,7 @@ BuildRequires: libseccomp-devel
|
||||
|
||||
# no rubygem in epel7
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: rubygem(ronn)
|
||||
BuildRequires: rubygem(ronn)
|
||||
%endif
|
||||
|
||||
Recommends: gnutls-utils
|
||||
@ -267,6 +268,9 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2022 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.6-1
|
||||
- Updated to 1.1.6
|
||||
|
||||
* Sat Nov 13 2021 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.4-1
|
||||
- Update to upstream 1.1.4 release
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ocserv-1.1.4.tar.xz) = bbdbf8d4fbe0c2aa3cf03e2b049d42a73918cc0863fa3ad0db79905e7855c7cb875e46c1d817e8c9eb19632bb0ee8a097f45c168046d9442901b56a5fd2a69a8
|
||||
SHA512 (ocserv-1.1.4.tar.xz.sig) = 1ca7a2fdd56dc7e628f4331c77b9859c9867af3eeef058357b3c197106a93052b099c278bef495f622a00ce5527f69b3762e9f57001cf6ba9f7b3b219a3e1a0d
|
||||
SHA512 (ocserv-1.1.6.tar.xz.sig) = 2a87768ad63d40053732fa011bbeb3532c9673296b9be299bf8f7d8dd3dd35571eee96c0b4fa9bf5a30633b4c844337ab3d562d6ea2b6ad8efca084eb5e6f502
|
||||
SHA512 (ocserv-1.1.6.tar.xz) = d1c5e5cf0e84aab168ed51516534df8b2968194dd1421f33563c61b3e47d5d79ebe9e6ffbf7cbcc9ff1242fae05151024f70ef586d063bec0b3eec00050bfdfa
|
||||
|
Loading…
Reference in New Issue
Block a user