Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[openconnect] Update to v8.02. Fixes JB#44444
[security] Fixes CVE-2018-20319 "passwords found in memory"
  • Loading branch information
xfade committed May 7, 2019
1 parent b806b0f commit 5d18dbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "upstream"]
path = upstream
url = git://git.infradead.org/users/dwmw2/openconnect.git
url = https://git.sailfishos.org/mirror/openconnect.git
5 changes: 3 additions & 2 deletions rpm/openconnect.spec
Expand Up @@ -2,7 +2,7 @@

Name: openconnect
Summary: Open client for Cisco AnyConnect VPN
Version: 7.08
Version: 8.02
Release: 1
Group: Applications/Internet
License: LGPLv2+
Expand Down Expand Up @@ -53,9 +53,9 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
%make_install
rm -rf %{buildroot}%{_datadir}/openconnect
rm -f %{buildroot}%/%{_libexecdir}/openconnect/tncc-wrapper.py

mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
install -m0644 AUTHORS %{buildroot}%{_docdir}/%{name}-%{version}

%find_lang %{name}

Expand All @@ -68,6 +68,7 @@ install -m0644 AUTHORS %{buildroot}%{_docdir}/%{name}-%{version}
%license COPYING.LGPL
%{_libdir}/libopenconnect.so.*
%{_sbindir}/openconnect
%{_libexecdir}/openconnect/

%files devel
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated from 9697be to 6487ee

0 comments on commit 5d18dbf

Please sign in to comment.