Compare commits
48 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1628aac055 | ||
|
a593faeb19 | ||
|
6f808d4213 | ||
|
17e5b407a3 | ||
|
7bbf448378 | ||
|
1230c3d17a | ||
|
ecf3bd2df8 | ||
|
32af46b9e7 | ||
|
1412a40612 | ||
|
86658a4f0a | ||
|
6f808faf0e | ||
|
3d30df7cf7 | ||
|
65e0fa7408 | ||
|
e1cb96f264 | ||
|
3a3280275f | ||
|
4fa9fe0ca2 | ||
|
e9d48e920a | ||
|
1400361cdd | ||
|
f4653b5390 | ||
|
26ab9a4fb3 | ||
|
361405c03b | ||
|
6326ab472d | ||
|
fc6fc1e94f | ||
|
5ee6ad0f36 | ||
|
b6e52d29bc | ||
|
184c39d298 | ||
|
bd9a292f76 | ||
|
df7d3b4c34 | ||
|
52adc1c385 | ||
|
745079e26b | ||
|
ea091e0b7b | ||
|
71f2d63baa | ||
|
019fa4784f | ||
|
babbac89f7 | ||
|
8c0e03af5d | ||
|
67850255cf | ||
|
4a1f58542c | ||
|
b41463a994 | ||
|
ad75870eb9 | ||
|
2ed4cf2e99 | ||
|
1b15fbdbe8 | ||
|
f19405cd01 | ||
|
b4cf8ae0e0 | ||
|
a8f51f2fe4 | ||
|
2dc5db7b83 | ||
|
3df62c607c | ||
|
c1e2254131 | ||
|
61100caa82 |
34
.gitignore
vendored
34
.gitignore
vendored
@ -203,3 +203,37 @@
|
|||||||
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||||
/ocserv-0.12.6.tar.xz.sig
|
/ocserv-0.12.6.tar.xz.sig
|
||||||
/ocserv-0.12.6.tar.xz
|
/ocserv-0.12.6.tar.xz
|
||||||
|
/ocserv.init
|
||||||
|
/gpgkey-56EE7FA9E8173B19FE86268D763712747F343FA7.gpg
|
||||||
|
/ocserv-script
|
||||||
|
/ocserv-genkey
|
||||||
|
/PACKAGE-LICENSING
|
||||||
|
/ocserv-pamd.conf
|
||||||
|
/ocserv.service
|
||||||
|
/ocserv.conf
|
||||||
|
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||||
|
/ocserv-1.0.0.tar.xz.sig
|
||||||
|
/ocserv-1.0.0.tar.xz
|
||||||
|
/ocserv.init
|
||||||
|
/gpgkey-56EE7FA9E8173B19FE86268D763712747F343FA7.gpg
|
||||||
|
/ocserv-script
|
||||||
|
/ocserv-genkey
|
||||||
|
/PACKAGE-LICENSING
|
||||||
|
/ocserv-pamd.conf
|
||||||
|
/ocserv.service
|
||||||
|
/ocserv.conf
|
||||||
|
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
||||||
|
/ocserv-1.0.1.tar.xz.sig
|
||||||
|
/ocserv-1.0.1.tar.xz
|
||||||
|
/ocserv-1.1.0.tar.xz
|
||||||
|
/ocserv-1.1.0.tar.xz.sig
|
||||||
|
/ocserv-1.1.1.tar.xz
|
||||||
|
/ocserv-1.1.1.tar.xz.sig
|
||||||
|
/ocserv-1.1.2.tar.xz
|
||||||
|
/ocserv-1.1.2.tar.xz.sig
|
||||||
|
/ocserv-1.1.3.tar.xz
|
||||||
|
/ocserv-1.1.3.tar.xz.sig
|
||||||
|
/ocserv-1.1.4.tar.xz
|
||||||
|
/ocserv-1.1.4.tar.xz.sig
|
||||||
|
/ocserv-1.1.6.tar.xz.sig
|
||||||
|
/ocserv-1.1.6.tar.xz
|
||||||
|
19
ocserv.conf
19
ocserv.conf
@ -89,12 +89,6 @@ auth = "pam"
|
|||||||
tcp-port = 443
|
tcp-port = 443
|
||||||
udp-port = 443
|
udp-port = 443
|
||||||
|
|
||||||
# Accept connections using a socket file. It accepts HTTP
|
|
||||||
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
|
||||||
# and uses it as the primary channel. That option cannot be
|
|
||||||
# combined with certificate authentication.
|
|
||||||
#listen-clear-file = /var/run/ocserv-conn.socket
|
|
||||||
|
|
||||||
# The user the worker processes will be run as. It should be
|
# The user the worker processes will be run as. It should be
|
||||||
# unique (no other services run as this user).
|
# unique (no other services run as this user).
|
||||||
run-as-user = ocserv
|
run-as-user = ocserv
|
||||||
@ -176,9 +170,12 @@ server-key = /etc/pki/ocserv/private/server.key
|
|||||||
# information at: https://gitlab.com/ocserv/ocserv/issues
|
# information at: https://gitlab.com/ocserv/ocserv/issues
|
||||||
isolate-workers = true
|
isolate-workers = true
|
||||||
|
|
||||||
# A banner to be displayed on clients
|
# A banner to be displayed on clients after connection
|
||||||
#banner = "Welcome"
|
#banner = "Welcome"
|
||||||
|
|
||||||
|
# A banner to be displayed on clients before connection
|
||||||
|
#pre-login-banner = "Welcome"
|
||||||
|
|
||||||
# Limit the number of clients. Unset or set to zero for unlimited.
|
# Limit the number of clients. Unset or set to zero for unlimited.
|
||||||
#max-clients = 1024
|
#max-clients = 1024
|
||||||
max-clients = 16
|
max-clients = 16
|
||||||
@ -195,9 +192,11 @@ max-same-clients = 2
|
|||||||
# is recommended as it is more efficient in parsing.
|
# is recommended as it is more efficient in parsing.
|
||||||
#listen-proxy-proto = true
|
#listen-proxy-proto = true
|
||||||
|
|
||||||
# Limit the number of client connections to one every X milliseconds
|
# Rate limit the number of incoming connections to one every X milliseconds
|
||||||
# (X is the provided value). Set to zero for no limit.
|
# (X is the provided value), as the secmod backlog grows. This
|
||||||
#rate-limit-ms = 100
|
# makes the server more resilient (and prevents connection failures) on
|
||||||
|
# multiple concurrent connections. Set to zero for no limit.
|
||||||
|
rate-limit-ms = 100
|
||||||
|
|
||||||
# Stats report time. The number of seconds after which each
|
# Stats report time. The number of seconds after which each
|
||||||
# worker process will report its usage statistics (number of
|
# worker process will report its usage statistics (number of
|
||||||
|
123
ocserv.spec
123
ocserv.spec
@ -1,6 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
Version: 1.1.6
|
||||||
Version: 0.12.6
|
Release: 3%{?dist}
|
||||||
Release: 4%{?dist}
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
@ -19,12 +18,6 @@ Release: 4%{?dist}
|
|||||||
%define use_geoip 1
|
%define use_geoip 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} == 8
|
|
||||||
%define use_http_parser 0
|
|
||||||
%else
|
|
||||||
%define use_http_parser 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define use_local_protobuf 0
|
%define use_local_protobuf 0
|
||||||
|
|
||||||
Name: ocserv
|
Name: ocserv
|
||||||
@ -49,6 +42,7 @@ Source11: ocserv.init
|
|||||||
# Taken from upstream:
|
# Taken from upstream:
|
||||||
# http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
|
# http://git.infradead.org/ocserv.git/commitdiff/7d70006a2dbddf783213f1856374bacc74217e09
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
BuildRequires: gnutls30-devel
|
BuildRequires: gnutls30-devel
|
||||||
@ -57,6 +51,8 @@ BuildRequires: gnutls-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: iproute
|
BuildRequires: iproute
|
||||||
|
BuildRequires: openconnect
|
||||||
|
BuildRequires: gnutls-utils
|
||||||
|
|
||||||
%if (0%{?use_local_protobuf} == 0)
|
%if (0%{?use_local_protobuf} == 0)
|
||||||
BuildRequires: protobuf-c-devel
|
BuildRequires: protobuf-c-devel
|
||||||
@ -66,12 +62,9 @@ BuildRequires: libnl3-devel
|
|||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libtasn1-devel
|
BuildRequires: libtasn1-devel
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
BuildRequires: pcllib-devel
|
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
BuildRequires: libev-devel
|
BuildRequires: libev-devel
|
||||||
%if %{use_http_parser}
|
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{use_libwrap}
|
%if %{use_libwrap}
|
||||||
BuildRequires: tcp_wrappers-devel
|
BuildRequires: tcp_wrappers-devel
|
||||||
@ -91,7 +84,11 @@ BuildRequires: systemd
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: liboath-devel
|
BuildRequires: liboath-devel
|
||||||
BuildRequires: uid_wrapper
|
BuildRequires: uid_wrapper
|
||||||
|
# Disable socket_wrapper on certain architectures because it
|
||||||
|
# introduces new syscalls that the worker cannot handle.
|
||||||
|
%ifnarch aarch64 %{ix86} %{arm}
|
||||||
BuildRequires: socket_wrapper
|
BuildRequires: socket_wrapper
|
||||||
|
%endif
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} >= 7
|
%if 0%{?rhel} && 0%{?rhel} >= 7
|
||||||
@ -108,12 +105,12 @@ BuildRequires: libseccomp-devel
|
|||||||
|
|
||||||
# no rubygem in epel7
|
# no rubygem in epel7
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: rubygem(ronn)
|
BuildRequires: rubygem-ronn-ng
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: gnutls-utils
|
Recommends: gnutls-utils
|
||||||
Requires: iproute
|
Recommends: iproute
|
||||||
Requires: pam
|
Recommends: pam
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -143,15 +140,12 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} || gpgv2 --keyring %{SOURCE10}
|
|||||||
|
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%if %{use_http_parser}
|
|
||||||
rm -f src/http-parser/http_parser.c src/http-parser/http_parser.h
|
rm -f src/http-parser/http_parser.c src/http-parser/http_parser.h
|
||||||
%endif
|
|
||||||
%if (0%{?use_local_protobuf} == 0)
|
%if (0%{?use_local_protobuf} == 0)
|
||||||
rm -rf src/protobuf/protobuf-c/
|
rm -rf src/protobuf/protobuf-c/
|
||||||
touch src/*.proto
|
touch src/*.proto
|
||||||
%endif
|
%endif
|
||||||
rm -rf src/ccan/talloc
|
rm -rf src/ccan/talloc
|
||||||
rm -f src/pcl/*.c src/pcl/*.h
|
|
||||||
sed -i 's|/etc/ocserv.conf|/etc/ocserv/ocserv.conf|g' src/config.c
|
sed -i 's|/etc/ocserv.conf|/etc/ocserv/ocserv.conf|g' src/config.c
|
||||||
sed -i 's/run-as-group = nogroup/run-as-group = nobody/g' tests/data/*.config
|
sed -i 's/run-as-group = nogroup/run-as-group = nobody/g' tests/data/*.config
|
||||||
# GPLv3 in headers is a gnulib bug:
|
# GPLv3 in headers is a gnulib bug:
|
||||||
@ -174,6 +168,7 @@ autoreconf -fvi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
|
--without-pcl-lib \
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
%else
|
%else
|
||||||
@ -182,16 +177,13 @@ autoreconf -fvi
|
|||||||
%if %{use_local_protobuf}
|
%if %{use_local_protobuf}
|
||||||
--without-protobuf \
|
--without-protobuf \
|
||||||
%endif
|
%endif
|
||||||
%if ! %{use_http_parser}
|
|
||||||
--without-http-parser \
|
|
||||||
%endif
|
|
||||||
%if %{use_libwrap}
|
%if %{use_libwrap}
|
||||||
--with-libwrap
|
--with-libwrap
|
||||||
%else
|
%else
|
||||||
--without-libwrap
|
--without-libwrap
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make #%{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group ocserv &>/dev/null || groupadd -r ocserv
|
getent group ocserv &>/dev/null || groupadd -r ocserv
|
||||||
@ -203,7 +195,7 @@ mkdir -p -m 700 %{_sysconfdir}/pki/ocserv/private
|
|||||||
mkdir -p %{_sysconfdir}/pki/ocserv/cacerts
|
mkdir -p %{_sysconfdir}/pki/ocserv/cacerts
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags} VERBOSE=1
|
||||||
|
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
%post
|
%post
|
||||||
@ -258,7 +250,7 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/ocserv
|
%config(noreplace) %{_sysconfdir}/pam.d/ocserv
|
||||||
%config(noreplace) %{_localstatedir}/lib/ocserv/profile.xml
|
%config(noreplace) %{_localstatedir}/lib/ocserv/profile.xml
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS COPYING LICENSE README.md TODO PACKAGE-LICENSING
|
%doc AUTHORS ChangeLog NEWS COPYING LICENSE README.md PACKAGE-LICENSING
|
||||||
%doc src/ccan/licenses/CC0 src/ccan/licenses/LGPL-2.1 src/ccan/licenses/BSD-MIT
|
%doc src/ccan/licenses/CC0 src/ccan/licenses/LGPL-2.1 src/ccan/licenses/BSD-MIT
|
||||||
|
|
||||||
%{_mandir}/man8/ocserv.8*
|
%{_mandir}/man8/ocserv.8*
|
||||||
@ -270,6 +262,7 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|||||||
%{_bindir}/ocserv-fw
|
%{_bindir}/ocserv-fw
|
||||||
%{_bindir}/ocserv-script
|
%{_bindir}/ocserv-script
|
||||||
%{_sbindir}/ocserv
|
%{_sbindir}/ocserv
|
||||||
|
%{_sbindir}/ocserv-worker
|
||||||
%{_sbindir}/ocserv-genkey
|
%{_sbindir}/ocserv-genkey
|
||||||
%{_localstatedir}/lib/ocserv/profile.xml
|
%{_localstatedir}/lib/ocserv/profile.xml
|
||||||
%if %{use_systemd}
|
%if %{use_systemd}
|
||||||
@ -279,8 +272,84 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 30 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 0.12.6-4
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
||||||
- Recompile to work around broken http-parser update (#1816266)
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 17 2022 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.6-1
|
||||||
|
- Updated to 1.1.6
|
||||||
|
|
||||||
|
* Thu Feb 10 2022 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.4-3
|
||||||
|
- Update seccomp rules to allow the futex syscall
|
||||||
|
- Workaround incompatible API change in GnuTLS 3.7.3.
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Nov 13 2021 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.4-1
|
||||||
|
- Update to upstream 1.1.4 release
|
||||||
|
|
||||||
|
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 1.1.3-4
|
||||||
|
- Rebuilt for protobuf 3.19.0
|
||||||
|
|
||||||
|
* Tue Oct 26 2021 Adrian Reber <adrian@lisas.de> - 1.1.3-3
|
||||||
|
- Rebuilt for protobuf 3.18.1
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 2 2021 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.3-1
|
||||||
|
- Updated to latest release
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 14 08:31:24 CET 2021 Adrian Reber <adrian@lisas.de> - 1.1.2-2
|
||||||
|
- Rebuilt for protobuf 3.14
|
||||||
|
|
||||||
|
* Sun Dec 6 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.2-1
|
||||||
|
- Update to upstream 1.1.2 release
|
||||||
|
|
||||||
|
* Mon Nov 23 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.1.1-5
|
||||||
|
- Rebuilt for ronn successor
|
||||||
|
|
||||||
|
* Wed Nov 11 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.1.1-4
|
||||||
|
- Rebuilt for radcli 1.3.0
|
||||||
|
|
||||||
|
* Thu Oct 29 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.1-3
|
||||||
|
- Rebuild without pcllib dependency
|
||||||
|
- Enhanced seccomp filters for tests to run in all architectures
|
||||||
|
|
||||||
|
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.1.1-2
|
||||||
|
- Rebuilt for protobuf 3.13
|
||||||
|
|
||||||
|
* Mon Sep 21 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.1-1
|
||||||
|
- Update to upstream 1.1.1 release
|
||||||
|
- Set default priorities to NORMAL as using @SYSTEM is no longer necessary
|
||||||
|
to follow crypto policies.
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 21 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-2
|
||||||
|
- Rebuilt for protobuf 3.12
|
||||||
|
|
||||||
|
* Tue Jun 16 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.1.0-1
|
||||||
|
- Update to upstream 1.1.0 release (introduces ocserv-worker)
|
||||||
|
|
||||||
|
* Wed Apr 15 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.1-2
|
||||||
|
- Rebuild for http-parser 2.9.4
|
||||||
|
|
||||||
|
* Thu Apr 09 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.0.1-1
|
||||||
|
- Update to upstream 1.0.1 release
|
||||||
|
|
||||||
|
* Fri Mar 20 2020 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 1.0.0-1
|
||||||
|
- Update to upstream 1.0.0 release
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.6-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Dec 28 2019 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 0.12.6-1
|
* Sat Dec 28 2019 Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> - 0.12.6-1
|
||||||
- Update to upstream 0.12.6 release
|
- Update to upstream 0.12.6 release
|
||||||
|
13
sources
13
sources
@ -1,11 +1,2 @@
|
|||||||
SHA512 (ocserv.init) = 7c3256dd0f7d5882c4e126c95209084e2476f7d8d142af137f46c5987364982eb88044bfa5d587ebc397ebd379edb40f22e5c97c0276764be982a27715a9c601
|
SHA512 (ocserv-1.1.6.tar.xz.sig) = 2a87768ad63d40053732fa011bbeb3532c9673296b9be299bf8f7d8dd3dd35571eee96c0b4fa9bf5a30633b4c844337ab3d562d6ea2b6ad8efca084eb5e6f502
|
||||||
SHA512 (gpgkey-56EE7FA9E8173B19FE86268D763712747F343FA7.gpg) = c664fd9999cbf9912eeea88ee3a2c356df3f70813a664bb7a7f592be258c12bdeb9e99e4aa9a368c1f123ee449eb08e288d1dc3dcf81e849a958ece6eab82d67
|
SHA512 (ocserv-1.1.6.tar.xz) = d1c5e5cf0e84aab168ed51516534df8b2968194dd1421f33563c61b3e47d5d79ebe9e6ffbf7cbcc9ff1242fae05151024f70ef586d063bec0b3eec00050bfdfa
|
||||||
SHA512 (ocserv-script) = 6d77ebe95d23469d96b45b1ac8de7a062cb1360febd0f9664b42debf0494891a522e3da8feec53d22b84e39ad349a1824b7ecd6b6b8f0790edf75aed1087e2d0
|
|
||||||
SHA512 (ocserv-genkey) = e898144fd977e4c57c4a9a5480b38f6a166c0281c41500c3fa9b7e142197c4525d3fb90846a738e38d217116dc33c2ba5c16ec3e11de0dbf4d834e204c598eac
|
|
||||||
SHA512 (PACKAGE-LICENSING) = eea2a2a4765c90d874c79bb72d754c8b26b58d5e5b3c3cee10c24754fbba6849fd91f7b28e380b5db9789a456f95fc94b3bd8fe8c160a98c8042f404479ecb68
|
|
||||||
SHA512 (ocserv-pamd.conf) = 3a75f19d89ddd164f3faa9c3579c7f675fc58413a194f43ec28eee7ebced6fee3f4ca305fe9b0ddf76ae39cd669e8d3d63b58afbbf19b84e4ca646ae7f42d61a
|
|
||||||
SHA512 (ocserv.service) = 2b258b2e9d211c9626e9e5c67b6c2573b713e0f490917ed1c84c2bb2708f874026ddb55dceb9585e491f86de5d3c8cd400bba864d12966ae96609cc4ce6413d2
|
|
||||||
SHA512 (ocserv.conf) = 5b68a3547c6c69bf7c2b322692d6382162a587c47edad97690223c36f30ed98d3869d1ce063c630740d91888a4d70aadd657ddc6052c10e6e26800fca2e9d0c0
|
|
||||||
SHA512 (gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg) = 3b1989dc6a64d1140f83a2af0773da2adb03c50d97b6da7357cf09525050651aafa21131f1e3180baa540a8af922119a256f5ff5bcd6602996a806e8e1816bad
|
|
||||||
SHA512 (ocserv-0.12.6.tar.xz.sig) = 8791479c6f1e6e8c6fd7b6f08857c5e6c1fc81ebc9a11c55231a049c27e2ee9f0bf938ccf1b66fb704eafb26cda6c9595f54edffa265d732dd640e8123538313
|
|
||||||
SHA512 (ocserv-0.12.6.tar.xz) = 4d254298dc897304b4676f28a21338c138196cbdb08170c6d536c8c6730fab307642dbf853f96e66335604cb68711262678d3d0be84e6768ec720b9a81ccf813
|
|
||||||
|
Loading…
Reference in New Issue
Block a user