|
|
|
@ -4,21 +4,21 @@
|
|
|
|
|
%define openvpn_version 2.1
|
|
|
|
|
%define shared_mime_version 0.16-3
|
|
|
|
|
|
|
|
|
|
%define snapshot %{nil}
|
|
|
|
|
%define snapshot .git20100411
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for OpenVPN
|
|
|
|
|
Name: NetworkManager-openvpn
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.8
|
|
|
|
|
Release: 1%{snapshot}%{?dist}
|
|
|
|
|
Release: 2%{snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
# How to build the source package:
|
|
|
|
|
# - Check out NetworkManager from Gnome git, currently NETWORKMANAGER_0_7 is used
|
|
|
|
|
# - Check out network-manager-openvpn
|
|
|
|
|
# - ./autogen.sh --prefix=/usr --sysconfdir=/etc
|
|
|
|
|
# - make distcheck
|
|
|
|
|
# - use generated NetworkManager-openvpn-0.7.1.tar.bz2
|
|
|
|
|
# - use generated NetworkManager-openvpn-0.8.tar.bz2
|
|
|
|
|
Source: %{name}-%{version}%{snapshot}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
@ -103,7 +103,15 @@ fi
|
|
|
|
|
%dir %{_datadir}/gnome-vpn-properties/openvpn
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Apr 11 2010 Dan Williams <dcbw@redhat.com> - 1:0.8-2
|
|
|
|
|
- Add support for more HMAC authentication algorithms
|
|
|
|
|
- Fix requests for private key passwords for certificates (rh #549961)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 2 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:0.8-1
|
|
|
|
|
- Fix handling of remote peer address for shared-key connections (rh #564068)
|
|
|
|
|
- Add support for the "TLS Remote", tun-mtu, fragment, and mss-fix options
|
|
|
|
|
- Various import/export fixes (tls-auth, port/rport)
|
|
|
|
|
- Add support for PKCS#12 encoded certificates and private keys
|
|
|
|
|
- Update to 0.8
|
|
|
|
|
|
|
|
|
|
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.997-1
|
|
|
|
|