Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af0417afa7 | ||
|
|
53be0e848d | ||
|
|
b6de869f7d | ||
|
|
30b425e52b |
6 changed files with 28 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -237,3 +237,7 @@
|
|||
/ocserv-1.1.4.tar.xz.sig
|
||||
/ocserv-1.1.6.tar.xz.sig
|
||||
/ocserv-1.1.6.tar.xz
|
||||
/ocserv-1.2.1.tar.xz
|
||||
/ocserv-1.2.1.tar.xz.sig
|
||||
/ocserv-1.2.2.tar.xz
|
||||
/ocserv-1.2.2.tar.xz.sig
|
||||
|
|
|
|||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.80.0.post35+g9430d702.
|
||||
BIN
ocserv-1.2.0.tar.xz
Normal file
BIN
ocserv-1.2.0.tar.xz
Normal file
Binary file not shown.
BIN
ocserv-1.2.0.tar.xz.sig
Normal file
BIN
ocserv-1.2.0.tar.xz.sig
Normal file
Binary file not shown.
23
ocserv.spec
23
ocserv.spec
|
|
@ -1,5 +1,5 @@
|
|||
Version: 1.1.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
%global _hardened_build 1
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
|
|
@ -27,8 +27,8 @@ Summary: OpenConnect SSL VPN server
|
|||
# To simplify licenses LGPLv2+ files have been promoted to GPLv2+.
|
||||
License: GPLv2+ and BSD and MIT and CC0
|
||||
URL: http://www.infradead.org/ocserv/
|
||||
Source0: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz
|
||||
Source1: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
|
||||
Source0: https://www.infradead.org/ocserv/download/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.infradead.org/ocserv/download/%{name}-%{version}.tar.xz.sig
|
||||
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||
Source3: ocserv.conf
|
||||
Source4: ocserv.service
|
||||
|
|
@ -272,6 +272,21 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 21 2023 Packit <hello@packit.dev> - 1.2.2-1
|
||||
- Fix session and accounting data tracking of ocserv. This
|
||||
reverts fix for #444 (#541)
|
||||
- No longer account ICMP and IGMP data for idle session detection
|
||||
|
||||
|
||||
* Wed Aug 23 2023 Packit <hello@packit.dev> - 1.2.1-1
|
||||
- Accept the Clavister OneConnect VPN Android client (#485)
|
||||
- No longer require to set device name per vhost (#480)
|
||||
- Account the correct number of points when proxyproto is in use (#529)
|
||||
- nuttcp tests were replaced with iperf3 that is available
|
||||
in more environments
|
||||
- occtl: fix duplicate key in `occtl --json show users` output
|
||||
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (ocserv-1.1.6.tar.xz.sig) = 2a87768ad63d40053732fa011bbeb3532c9673296b9be299bf8f7d8dd3dd35571eee96c0b4fa9bf5a30633b4c844337ab3d562d6ea2b6ad8efca084eb5e6f502
|
||||
SHA512 (ocserv-1.1.6.tar.xz) = d1c5e5cf0e84aab168ed51516534df8b2968194dd1421f33563c61b3e47d5d79ebe9e6ffbf7cbcc9ff1242fae05151024f70ef586d063bec0b3eec00050bfdfa
|
||||
SHA512 (ocserv-1.2.2.tar.xz) = f1a55d2d849aadadcae6ea792845531d4fe71a3d7defad353a961828ddea74faa85a7d6b8de64a5fce115b14ea00f87755f01833cf31550532b1c52a02bd1fb0
|
||||
SHA512 (ocserv-1.2.2.tar.xz.sig) = e3a159d76b5651c99487546681657cdb008d50d86647bf2df1034dc6936720d0db9566490958a9d79ad4a68b122b1d19021e0c849d72a0ab3277d777b9e1ddb7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue