8398f0c
%if 0%{?fedora} < 36 && 0%{?rhel} < 9
c2fff11
%bcond_with gtk4
c2fff11
%else
c2fff11
%bcond_without gtk4
c2fff11
%endif
b8f6cee
Jiří Klimeš 0101510
Summary:   NetworkManager VPN plugin for OpenVPN
Jiří Klimeš 0101510
Name:      NetworkManager-openvpn
Jiří Klimeš 0101510
Epoch:     1
293579e
Version:   1.10.2
4c9c38a
Release:   2%{?dist}
Jiří Klimeš 0101510
License:   GPLv2+
Jiří Klimeš 0101510
URL:       http://www.gnome.org/projects/NetworkManager/
Jiří Klimeš 2cfae89
69f850a
Source0:   https://download.gnome.org/sources/NetworkManager-openvpn/1.10/%{name}-%{version}.tar.xz
8432339
#Patch1: 0001-example.patch
a7c0b0f
b8f6cee
fb81a4a
BuildRequires: make
Jiří Klimeš 0101510
BuildRequires: gtk3-devel
af16c15
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
0d0882e
BuildRequires: glib2-devel
69f850a
BuildRequires: libtool gettext
a78b895
BuildRequires: libnma-devel >= 1.2.0
14a0d58
BuildRequires: libsecret-devel
Jiří Klimeš 0101510
c2fff11
%if %with gtk4
5ecc83c
BuildRequires: libnma-gtk4-devel
c2fff11
%endif
c2fff11
Jiří Klimeš 0101510
Requires: dbus
a78b895
Requires: NetworkManager >= 1:1.2.0
Jiří Klimeš 0101510
Requires: openvpn
Jiří Klimeš c920d46
Requires(pre): shadow-utils
Jiří Klimeš 3fc0e92
Obsoletes: NetworkManager-openvpn < 1:0.9.8.2-3
Jiří Klimeš 0101510
b8f6cee
af16c15
%global __provides_exclude ^libnm-.*\\.so
2a928a8
b8f6cee
2a928a8
%description
Jiří Klimeš 0101510
This package contains software for integrating VPN capabilities with
Jiří Klimeš 0101510
the OpenVPN server with NetworkManager.
Jiří Klimeš 0101510
b8f6cee
Jiří Klimeš 0101510
%package -n NetworkManager-openvpn-gnome
Jiří Klimeš 0101510
Summary: NetworkManager VPN plugin for OpenVPN - GNOME files
Jiří Klimeš 0101510
88c370a
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
01d9211
Requires: gtk3
01d9211
Requires: shared-mime-info
Jiří Klimeš 3fc0e92
Obsoletes: NetworkManager-openvpn < 1:0.9.8.2-3
Jiří Klimeš 0101510
Jiří Klimeš 0101510
%description -n NetworkManager-openvpn-gnome
Jiří Klimeš 0101510
This package contains software for integrating VPN capabilities with
Jiří Klimeš 0101510
the OpenVPN server with NetworkManager (GNOME files).
2a928a8
b8f6cee
2a928a8
%prep
c2fff11
%autosetup -p1
8b5809d
a7c0b0f
2a928a8
%build
2a928a8
if [ ! -f configure ]; then
2bdebca
  ./autogen.sh
2a928a8
fi
14a0d58
%configure \
1ca1127
        --disable-static \
c2fff11
%if %with gtk4
c2fff11
        --with-gtk4 \
c2fff11
%endif
1ca1127
        --enable-more-warnings=yes \
88c370a
        --with-dist-version=%{version}-%{release}
2a928a8
make %{?_smp_mflags}
2a928a8
b8f6cee
Jiří Klimeš 0101510
%check
Jiří Klimeš 0101510
make check
Jiří Klimeš 0101510
b8f6cee
Jiří Klimeš c920d46
%pre
Jiří Klimeš c920d46
getent group nm-openvpn >/dev/null || groupadd -r nm-openvpn
Jiří Klimeš c920d46
getent passwd nm-openvpn >/dev/null || \
Jiří Klimeš c920d46
    useradd -r -g nm-openvpn -d / -s /sbin/nologin \
Jiří Klimeš c920d46
    -c "Default user for running openvpn spawned by NetworkManager" nm-openvpn
Jiří Klimeš c920d46
exit 0
Jiří Klimeš c920d46
b8f6cee
2a928a8
%install
8e90212
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
2a928a8
a09d442
rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
2a928a8
8b5809d
%find_lang %{name}
8b5809d
8b5809d
%files -f %{name}.lang
01d9211
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn.so
345e765
%{_datadir}/dbus-1/system.d/nm-openvpn-service.conf
88c370a
%{_prefix}/lib/NetworkManager/VPN/nm-openvpn-service.name
a09d442
%{_libexecdir}/nm-openvpn-service
a09d442
%{_libexecdir}/nm-openvpn-service-openvpn-helper
69f850a
%doc AUTHORS README
88c370a
%license COPYING
Jiří Klimeš 0101510
b8f6cee
Jiří Klimeš 0101510
%files -n NetworkManager-openvpn-gnome
01d9211
%{_libexecdir}/nm-openvpn-auth-dialog
01d9211
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.so
6bdd81a
%{_datadir}/metainfo/network-manager-openvpn.metainfo.xml
2a928a8
c2fff11
%if %with gtk4
c2fff11
%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-openvpn-editor.so
c2fff11
%endif
c2fff11
b8f6cee
2a928a8
%changelog
4c9c38a
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.10.2-2
4c9c38a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
4c9c38a
293579e
* Tue Nov 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.10.2-1
293579e
- Update to 1.10.2 release
293579e
69f850a
* Mon Aug 29 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.10.0-1
69f850a
- Update to 1.10.0 release
69f850a
fc177fb
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-2
fc177fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
fc177fb
c2fff11
* Fri Mar 11 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.8.18-1
c2fff11
- Update to 1.8.18 release
c2fff11
a49d337
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.16-1.1
a49d337
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a49d337
df87ecb
* Tue Sep 28 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.16-1
df87ecb
- Update to 1.8.16 release
df87ecb
- Fix detection of OpenVPN 2.5.0
df87ecb
- Allow the connection to persist across network failures when the VPN
df87ecb
  profile has 'vpn.persistent=yes'.
df87ecb
- Fix parsing of incomplete IPv6 configurations pushed by server
df87ecb
372c873
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.14-1.1
372c873
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
372c873
6bdd81a
* Tue Mar 30 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.14-1
6bdd81a
- Update to 1.8.14 release
6bdd81a
a42c856
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.12-1.2
a42c856
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a42c856
5c28397
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.12-1.1
5c28397
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5c28397
345e765
* Fri Mar  6 2020 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.12-1
345e765
- Update to 1.8.12 release
345e765
246cc53
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.10-1.2
246cc53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
246cc53
32ec295
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.10-1.1
32ec295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
32ec295
78d3023
* Fri Feb  8 2019 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.10-1
78d3023
- Update to 1.8.10 release
78d3023
7a055f6
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.8-1.1
7a055f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7a055f6
b5a2bc3
* Wed Oct 17 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.8-1
b5a2bc3
- Update to 1.8.8 release
b5a2bc3
b8f6cee
* Tue Oct  2 2018 Thomas Haller <thaller@redhat.com> - 1:1.8.6-1
b8f6cee
- Update to 1.8.6 release
b8f6cee
e7a8a76
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.4-2
e7a8a76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e7a8a76
60f90d1
* Sat May 19 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.4-1
60f90d1
- Update to 1.8.4 release
60f90d1
8432339
* Mon Mar 12 2018 Thomas Haller <thaller@redhat.com> - 1:1.8.2-1
8432339
- Update to 1.8.2 release
8432339
94fca79
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.0-5
94fca79
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
94fca79
af16c15
* Thu Nov 30 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:1.8.0-4
af16c15
- Drop libnm-glib for Fedora 28
af16c15
4867c89
* Wed Sep 27 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-3
4867c89
- properties: fix validation of static-key in GUI (bgo#788226)
4867c89
72356d8
* Tue Sep 26 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-2
a7c0b0f
- properties: fix handling user-ca in GUI
a7c0b0f
17465b0
* Thu Sep 21 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-1
17465b0
- Update to 1.8.0 release
17465b0
6664b9b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.10-3
6664b9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6664b9b
5239c49
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.10-2
5239c49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5239c49
4ca7c28
* Wed May 17 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.2.10-1
4ca7c28
- Update to 1.2.10 release
4ca7c28
86eace1
* Mon Feb 27 2017 Thomas Haller <thaller@redhat.com> - 1:1.2.8-2
86eace1
- Workaround removed tls-remote option with Openvpn 2.4 (rh#1421241)
86eace1
6396511
* Fri Feb 10 2017 Jon Ciesla <limburgher@gmail.com> - 1:1.2.8-1
6396511
- 1.2.8
6396511
652ba4a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.6-2
652ba4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
652ba4a
bdede25
* Mon Oct  3 2016 Thomas Haller <thaller@redhat.com> - 1.2.6-1
bdede25
- Update to 1.2.6 release
bdede25
- Fix invalid free when parsing remote option
bdede25
424ca48
* Mon Sep 12 2016 Thomas Haller <thaller@redhat.com> - 1.2.6-0.1
424ca48
- Update to 1.2.6 pre-release snapshot
424ca48
- Add support for max-routes and verify-x509-name
424ca48
b6d228a
* Thu Aug 11 2016 Thomas Haller <thaller@redhat.com> - 1.2.4-2
b6d228a
- fix change in behavior that causes issues with comp-lzo=no (rh#1355688)
b6d228a
01d9211
* Mon Jul  4 2016 Thomas Haller <thaller@redhat.com> - 1.2.4-1
01d9211
- Update to 1.2.4 release
01d9211
- Remove GTK dependency from base openvpn package (rh#1088670)
01d9211
- Introduce new GTK-free VPN plugin base-library to openvpn package
01d9211
- Don't require nm-connection-editor anymore
01d9211
- Fix import of ovpn file with default route (rh#1350108)
01d9211
- Extend support for comp-lzo option (rh#1327284)
01d9211
- Preserve IP route configuration on restart (rh#1231338)
01d9211
a78b895
* Wed May 11 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
a78b895
- Update to 1.2.2 release
a78b895
b7f0767
* Wed Apr 20 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-1
b7f0767
- Update to 1.2.0 release
b7f0767
8d24de7
* Tue Apr  5 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.rc1
8d24de7
- Update to NetworkManager-openvpn 1.2-rc1
8d24de7
aa30061
* Tue Mar 29 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.beta3
aa30061
- Update to NetworkManager-openvpn 1.2-beta3
aa30061
0c80f90
* Tue Mar  1 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.beta2
0c80f90
- Update to NetworkManager-openvpn 1.2-beta2
0c80f90
a7a1e6f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.0-0.3.beta1
a7a1e6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a7a1e6f
f919c65
* Tue Jan 19 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.2.beta1
f919c65
- Update to NetworkManager-openvpn 1.2-beta1
f919c65
c48bd12
* Fri Dec 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151208git4ad98f0
c48bd12
- Update to a newer git snapshot
c48bd12
791e035
* Fri Oct 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151023gitadff387
791e035
- Update to a newer git snapshot
791e035
88c370a
* Mon Aug 31 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20160831gitda388ff
88c370a
- Update to 1.2 git snapshot with libnm-based properties plugin
88c370a
Jiří Klimeš c920d46
* Fri Aug 28 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.6-3
Jiří Klimeš c920d46
- Create an user for unprivileged runs
Jiří Klimeš c920d46
43ea22c
* Fri Aug 28 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.6-2
43ea22c
- Update the BRs
43ea22c
43ea22c
* Thu Aug 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.6-1
ce0e13b
- Update to 1.0.6 release
ce0e13b
ee69263
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-3
ee69263
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ee69263
6cd1e5f
* Thu May 28 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.2-2
6cd1e5f
- core: fix static-key connections failure due to reneg-sec (rh #1225218)
6cd1e5f
4ac86f4
* Tue May 5 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.2-1
4ac86f4
- Update to 1.0.2 release
4ac86f4
1e586a2
* Wed Apr  8 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-3
1e586a2
- Default client renegotiation interval to zero (rh #969433)
1e586a2
0b30c44
* Mon Feb 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.0-2
0b30c44
- Fix Source url
0b30c44
3dc0d43
* Mon Dec 22 2014 Dan Williams <dcbw@redhat.com> - 1:1.0.0-1
3dc0d43
- Update to 1.0
3dc0d43
9ba414d
* Tue Nov 11 2014 Lubomir Rintel <lkundrak@v3.sk> - 1:0.9.9.0-3.20141110git5afb8eb
9ba414d
- Update to a later snapshot
9ba414d
- Try to align with Fedora guidelines on snapshot versions
9ba414d
d120416
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.9.0-3.git20140128
d120416
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d120416
Jiří Klimeš 2cfae89
* Thu Jul 24 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.0-2
Jiří Klimeš 2cfae89
- ui: correct selection of certificates in relation to p12/non-p12 files
Jiří Klimeš 2cfae89
d326db2
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.9.0-0.2.git20140128
d326db2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d326db2
14a0d58
* Tue Jan 28 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-0.1
14a0d58
- core: add support for IPv6 inside tunnels (rh #1033868)
14a0d58
- auth: add support for interactive mode
14a0d58
Jiří Klimeš 0bfa843
* Tue Jan  7 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.8.2-4
Jiří Klimeš 0bfa843
- properties: fix an endless loop when selecting PKCS12 file (rh #997255)
Jiří Klimeš 0bfa843
Jiří Klimeš 3fc0e92
* Fri Jul 26 2013 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.8.2-3
Jiří Klimeš 3fc0e92
- Fixing Obsoletes to ensure NetworkManager-openvpn-gnome installs on update (rh #988131)
Jiří Klimeš 3fc0e92
Jiří Klimeš 1134eac
* Wed Jul 17 2013 Stef Walter <stefw@gnome.org> - 1:0.9.8.2-2
Jiří Klimeš 1134eac
- Depend on libgnome-keyring (the client library), not gnome-keyring (daemon) (rh #811931)
Jiří Klimeš 1134eac
Jiří Klimeš 0101510
* Tue Jul 16 2013 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.8.2-1
Jiří Klimeš 0101510
- Update to 0.9.8.2 release
Jiří Klimeš 0101510
Jiří Klimeš 0101510
* Sat Apr 06 2013 Dan Fruehauf <malkodan@gmail.com> - 1:0.9.8.0-1
Jiří Klimeš 0101510
- Refactored spec file
Jiří Klimeš 0101510
78f0a8c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.6.0-2
78f0a8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
78f0a8c
7d0656f
* Fri Sep 28 2012 Dan Williams - 1:0.9.6.0-1
7d0656f
- Update to 0.9.6.0
7d0656f
9d7f432
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.3.997-3
9d7f432
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9d7f432
a593eda
* Wed Jun 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:0.9.3.997-2
a593eda
- Remove unnecessary ldconfig calls from scriptlets (#737330).
a593eda
- Escape macros in changelog.
a593eda
bbbd085
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 1:0.9.3.997-1
bbbd085
- Update to 0.9.3.997 (0.9.4-rc1)
bbbd085
4b756cf
* Fri Mar  2 2012 Dan Williams <dcbw@redhat.com> - 1:0.9.3.995-1
4b756cf
- Update to 0.9.3.995 (0.9.4-beta1)
4b756cf
- ui: allow setting Cipher and HMAC options in Static Key mode
4b756cf
- ui: add support for external UI mode, eg GNOME Shell
4b756cf
101c0be
* Sun Feb 26 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1:0.9.0-4
101c0be
- Update for unannounced gnome-keyring devel changes
101c0be
b6ec4f5
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.0-3
b6ec4f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b6ec4f5
a222588
* Wed Dec 07 2011 Adam Jackson <ajax@redhat.com> 0.9.0-2
9c861be
- Rebuild for new libpng
a222588
- Build with -Wno-error=deprecated-declarations for now
9c861be
995ee6c
* Fri Aug 26 2011 Dan Williams <dcbw@redhat.com> - 1:0.9.0-1
995ee6c
- ui: updated translations
995ee6c
680dffd
* Thu Jul 21 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.9997-2
680dffd
- ui: ensure secrets are saved when required and not saved when not required
680dffd
- ui: add explicit secret saving options
680dffd
680dffd
* Thu Jul 07 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.9997-1
680dffd
- Update to 0.8.9997 (0.9-rc3)
680dffd
- ui: ensure saved secrets are passed back to NM
680dffd
- ui: updated translations
680dffd
- ui: add RSA-MD4 HMAC digest algorithm
680dffd
e48e96c
* Tue May 03 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.999-1
e48e96c
- Update to 0.8.999 (0.9-rc2)
e48e96c
- ui: default to user-stored secrets for new connections
e48e96c
- ui: updated translations
e48e96c
- ui: fix HTTP proxy authentication autodetection during import
e48e96c
e48e96c
* Tue Apr 05 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.998-1.git20110405
e48e96c
- Update to 0.8.998 (0.9.0-rc1)
e48e96c
- Fix importing of configs with TLS Auth direction
e48e96c
- Fix handling of user-session-owned secrets
e48e96c
- Export HTTP Proxy auth file when appropriate
e48e96c
e48e96c
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.995-1
e48e96c
- Update to 0.8.995 (0.9-beta1)
e48e96c
f5798e9
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.1-2
f5798e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f5798e9
d1cf96d
* Tue Jul 27 2010 Dan Williams <dcbw@redhat.com> - 1:0.8.1-1
d1cf96d
- Update to 0.8.1 release
d1cf96d
- Updated translations
d1cf96d
- Fix crash when checking whether some private keys are encrypted
d1cf96d
6d79992
* Wed Jun  9 2010 Dan Williams <dcbw@redhat.com> - 1:0.8.1-0.1.git20100609
6d79992
- Add support for PKCS#8 private keys
6d79992
- Add support for unencrypted private keys (rh #497454)
6d79992
cfc26cf
* Sun Apr 11 2010 Dan Williams <dcbw@redhat.com> - 1:0.8-2
cfc26cf
- Add support for more HMAC authentication algorithms
cfc26cf
- Fix requests for private key passwords for certificates (rh #549961)
cfc26cf
c938675
* Tue Mar 2 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:0.8-1
cfc26cf
- Fix handling of remote peer address for shared-key connections (rh #564068)
cfc26cf
- Add support for the "TLS Remote", tun-mtu, fragment, and mss-fix options
cfc26cf
- Various import/export fixes (tls-auth, port/rport)
cfc26cf
- Add support for PKCS#12 encoded certificates and private keys
c938675
- Update to 0.8
c938675
59b2aab
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.997-1
59b2aab
- Implement export capability
59b2aab
- Fix some import bugs
59b2aab
- Correctly handle PEM certificates without an ending newline (rh #507315)
59b2aab
4c6c504
* Mon Oct  5 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.996-4.git20090923
4c6c504
- Rebuild for updated NetworkManager
4c6c504
f9196e7
* Wed Sep 23 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.996-3.git20090923
f9196e7
- Add GUI option for reneg-sec config option (rh #490971)
f9196e7
a95884a
* Mon Sep 21 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.996-2
a95884a
- Rebuild for updated NetworkManager
a95884a
174fe47
* Fri Aug 28 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.996-1
174fe47
- Rebuild for updated NetworkManager
174fe47
80b5edc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.1-2.git20090714
80b5edc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
80b5edc
316bdea
* Tue Jul 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-1.20090714
316bdea
- Fix a misconfiguration with 'subnet' topology
316bdea
- Fix detection of password requests by the OpenVPN management interface
316bdea
8a90f57
* Mon Jul 13 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-1.20090713
8a90f57
- Update to 0.7.1
8a90f57
- Translation updates
8a90f57
42de4bd
* Thu Mar  5 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.99-1
42de4bd
- Update to 0.7.1rc3
42de4bd
d4ebab6
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-2
d4ebab6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d4ebab6
7c1af51
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.97-1
7c1af51
- Update to 0.7.1rc1
7c1af51
- Handle HMAC Authentication (--auth)
7c1af51
- Handle TAP device subnet masks correctly
7c1af51
- Don't segfault if the connection type is invalid
7c1af51
927641c
* Sat Jan  3 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0-18.svn11
927641c
- Rebuild for updated NetworkManager
927641c
- Fix some specfile issues (rh #477149)
927641c
927641c
* Sat Dec 20 2008 Christoph Höger <choeger@cs.tu-berlin.de> 0.7.0-17.svn4326
a593eda
- removed libpng-devel from BuildRequires, added %%{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149)
927641c
121203e
* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-16.svn4326
121203e
- Rebuild for updated NetworkManager
121203e
1db9c11
* Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-16.svn4229
1db9c11
- Rebuild for updated NetworkManager
1db9c11
f224d6d
* Sun Oct 12 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-16.svn4175
f224d6d
- Rebuild for updated NetworkManager
f224d6d
- Allow changing passwords from the connection editor
f224d6d
- Honor OpenVPN's 'route-vpn-gateway' option
f224d6d
8b5809d
* Tue Sep 30 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-16.svn4027
8b5809d
- Fix order of Password TLS certificate choosers (rh #464765)
a593eda
- Use %%find_lang for locale-specific files (rh #448551)
8b5809d
- Fix --script-security issues with OpenVPN 2.1-rc9 and later (rh #460754)
8b5809d
f8b5582
* Fri Aug 29 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-15.svn4027
f8b5582
- Rebuild for updated NetworkManager
f8b5582
a09d442
* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-15.svn3930
a09d442
- Rebuild for updated NetworkManager
a09d442
843a574
* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-15.svn3846
843a574
- Rebuild to sync with F9 release number
843a574
47de001
* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-11.svn3846
47de001
- Fix TLS Authentication direction combo
47de001
- Only update settings if the advanced dialog's OK button is pressed
47de001
64713b0
* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-11.svn3832
64713b0
- Update for NM netmask -> prefix changes
64713b0
fa5d27e
* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-11.svn3801
fa5d27e
- Update for moving VPN editing into connection manager
fa5d27e
- Import OpenVPN configuration files rather than old custom format
fa5d27e
a671069
* Mon May 05 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3632
a671069
- Fix issue with location of the VPN plugin
a671069
b9c7089
* Thu May 01 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-10.svn3627
b9c7089
- Update for compat with new NM bits
b9c7089
8c2b990
* Wed Apr 23 2008 Christoph Höger <choeger@cs.tu-berlin.de> 1:0.7.0-10.svn3549
8c2b990
- (Hopefully) Fix generation of nm-openvpn-service.name (#443389)
8c2b990
 
403aa93
* Wed Apr 09 2008 Dan Williams <dcbw@redhat.com> 1:0.7.0-9.svn3549
403aa93
- Update for compat with new NM bits
403aa93
eacf6c0
* Mon Mar 03 2008 Tim Niemueller <tim@niemueller.de> 1:0.7.0-9.svn3302
a593eda
- Mute %%post and %%postun scripts
eacf6c0
8e90212
* Fri Feb 08 2008 Tim Niemueller <tim@niemueller.de> 1:0.7.0-8.svn3302
8e90212
- Update to latest SVN snapshot
8e90212
- Fixes rhbz#429816 (port was not saved correctly)
8e90212
- Respects DNS search string from OpenVPN server
8e90212
8e90212
* Fri Jan 18 2008 Tim Niemueller <tim@niemueller.de> 1:0.7.0-7.svn3169
8e90212
- Use install -p during "make install" to fix #342701
e0de6f7
8e90212
* Thu Dec 13 2007 Tim Niemueller <tim@niemueller.de> 1:0.7.0-6.svn3169
0d0882e
- Update to latest SVN snapshot
0d0882e
0d0882e
* Thu Dec  6 2007 Dan Williams <dcbw@redhat.com> 1:0.7.0-5.svn3140
0d0882e
- Update to latest SVN snapshot to get stuff working
0d0882e
0d0882e
* Fri Nov 23 2007 Tim Niemueller <tim@niemueller.de> 1:0.7.0-4.svn3047
0d0882e
- BuildRequire libtool and glib2-devel since we call autogen.sh now
0d0882e
0d0882e
* Fri Nov 23 2007 Tim Niemueller <tim@niemueller.de> 1:0.7.0-3.svn3047
0d0882e
- Fixed #320941
0d0882e
- Call autogen, therefore BuildRequire gnome-common
0d0882e
- Use plain 3047 from repo and use a patch, we cannot use trunk at the
0d0882e
  moment since it is in flux and incompatible with NM available for F8
0d0882e
0d0882e
* Wed Oct 31 2007 Tim Niemueller <tim@niemueller.de> 1:0.7.0-2.svn3047.fc8
e0de6f7
- BuildRequire gettext
e0de6f7
2bdebca
* Tue Oct 30 2007 Tim Niemueller <tim@niemueller.de> 1:0.7.0-1.svn3047.fc8
2bdebca
- Upgrade to trunk, needed to be compatible with NM 0.7.0, rebuild for F-8
2bdebca
aa50450
* Fri Sep 15 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-7
1588a60
- Rebuild for FC6
1588a60
55aad67
* Sat Aug 19 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-5
55aad67
- Added perl-XML-Parser as a build requirement, needed for intltool
55aad67
2a928a8
* Tue Aug 15 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-4
2a928a8
- Added instructions how to build the source package
2a928a8
- removed a rm line
2a928a8
2a928a8
* Wed Aug 09 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-3
2a928a8
- Added URL
2a928a8
2a928a8
* Fri Aug 04 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-2
2a928a8
- Upgrade to current upstream version (0.3.2 on 0.6 branch)
2a928a8
2a928a8
* Mon Jul 10 2006 Tim Niemueller <tim@niemueller.de> 0.3.2-1
2a928a8
- Upgraded to 0.3.2 for 0.6 branch
2a928a8
2a928a8
* Tue Dec 06 2005 Tim Niemueller <tim@niemueller.de> 0.3-1
2a928a8
- Initial revision based on NetworkManager-vpnc spec
2a928a8