Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
QT-3
>
kvpnc
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Difference Between Revision 9 and
home:netmax
/
kvpnc
[-]
[+]
Changed
kvpnc.spec
@@ -17,9 +17,7 @@ Group: Productivity/Networking/System Summary: KDE frontend for various vpn clients Summary(de): KDE-Oberflaeche fuer verschiedene VPN-Clients -Vendor: LINUX-ADMINISTRATOR.COM -Packager: Carsten Schoene <cs@linux-administrator.com> -Version: 0.9.1 +Version: 0.9.6 Release: 1 URL: http://kvpnc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,6 +53,10 @@ %setup -q -n %{name}-%{version} %build +if [ ! -f configure ] ; then +%__make -f admin/Makefile.common +fi + %if 0%{?suse_version} . /etc/opt/kde3/common_options export QTDIR=%_libdir/qt3 @@ -69,6 +71,9 @@ %if 0%{?fedora_version} == 9 CC="gcc34" CXX="g++34" \ %endif +%if 0%{?fedora_version} == 13 + LDFLAGS="-lkwalletclient" +%endif ./configure --prefix=%{_prefix} --libdir=%{_libdir} \ %endif %if 0%{?centos_version} == 4 @@ -118,6 +123,305 @@ %endif %changelog +* Thu Mar 11 2010 Carsten Schoene <cs@linux-administrator.com> - 0.9.6-1 + - bugfixes: + if no profile was imported at kvpnc profile import keep profile name at profile selector fixed + remote id toggle at newprofilewizard at *swan use fixed + remote id options at newprofilewizard at *swan use fixed + local id options at newprofilewizard at *swan use fixed + split specific options at preferencesdialog in multiple tabs (*swan, racoon, pptp, openvpn) for reducing preferencesdialog size (kde3: #13610, kde4: #219556) + vpnc config options if ca cert or ca dir empty for use hybrid mode fixed (thanks to Todd Kennedy) + enable psk options at hybrid mode fixed (vpnc) + selecting profile selects not right profile fixed [kde4] + openvpn specific options toggle fixed [kde4] + crash at p12 certificate import fixed [kde4] + p12 import at openvpn profile import fixed [kde4] + crash at generate openvpn key fixed (#224507) [kde4] + remote network netmask at newprofilewizard at *swan use fixed [kde4] + use udp label text at newprofilewizard at *swan use fixed [kde4] + + - features: + check if profile already exists at kvpnc profile import added + toggle all/none profiles at kvpnc profile import added + user defined import prefix at kvpnc profile import added + kde4 translation updated + +* Wed Mar 03 2010 Carsten Schoene <cs@linux-administrator.com> - 0.9.5-1 +- update to release 0.9.5 + use nat fixed (vpnc) + vpnc config option for use hybrid mode fixed + hide useless cisco cert comboboxes if not needed + use nat at pcf import fixed + cancel at pcf import if profile name already exists fixed + parameter at log message fixed (openvpn) + bool options fixed at kvpnc profile import + wrong label (before disconnect) in preferencesdialog fixed [kde4] + HTTP Proxy Authtype at kvpnc profile export fixed + auth type at kvpnc profile export fixed + hide ipsec virtual ip options at newprofilewizard (openvpn) + crash at connecting fixed (openvpn) + keeping existing nameserver fixed (openvpn) + memleak fix (vpnc) + vpnc start fix [kde4] + some vpnc kill fixes + fixes regarding indexes of comboboxes in preferencesdialog [kde4] + displaying auth type at change in preferencesdialog + authtype display at profile change fixed + display add/remove additional network routes fixed + use default interface at add/remove additional network routes if no device is given + hybrid mode at preferencesdialog fixed (vpnc) + save CertPath at preferencesdialog fixed (racoon) + if profile name with spaces is entered at newprofilewizard dont continue fixed + use nat preselection at newprofilewizard fixed + udp port toggle at newprofilewizard fixed + default route combobox at newprofilewizard fixed [kde4] + index fixes at newprofilewizard [kde4] + crash at connecting state fixed (openvpn) + save username if username/password from authdialog is requested save is checked (openvpn) + dont display authdialog if userdata already collected (openvpn) + memleak fix (openvpn) + crash at newprofilewizard at ssh type on tunnel type change fixed + use cisco icon instead pcf icon in for pcf menu entry + kde4 translation updated + +* Mon Mar 01 2010 Carsten Schoene <cs@linux-administrator.com> - 0.9.4-1 +- update to release 0.9.4 + - bugfixes + rsa key auth at ipsec config file import fixed + rsa key auth for psk fixed (*swan) + psk at ipsec config file import fixed + connect success status message at *swan fixed + cert path within inline cert at openvpn config file import fixed + possible crash at displaying dock tooltip at disconnected state fixed + displaying *swan import entry in profile menu fixed + ipsec config file import fixes + crash at disconnect in connecting state fixed (racoon) + cancel at fritzbox vpn user config file import fixed + removing virtual ip address at disconnect on connecting state fixed (racoon) + adding virtual ip at connecting state fixed (racoon) + http proxy widget at preferencesdialog fixed + crash at connecting fixed (*swan) + virtual ip fixes (*swan) + phase 2 quickmode detecion fixed (*swan) + make gui not freezing if module loading/unloading + (rare) race condition on ipsec start fixed + psk mode at l2tp fixed (*swan) + debug level for racoon fixed + auth type on authtype change at preferencesdialog fixed + remoteid type fixed if empty + temporary static klips debug removed + toggle of remoteid type fixed if none + rightsourceip at *swan fixed + crash at connect (rare cases) fixed + psk auth type fixed on loading profiles + racoon debug level at preferencesdialog fixed + dh group at racoon fixed + export date at kvpnc profile export fixed + nat option fixes + xauth at ipsec fixed if strongSwan is used and psk is in file + psk on ipsec fixed if openswan is used + ipsec flavour parsing fixed + changing auth type fixed + selector tooltip fixes + mru checkbox in profile settings fixed + pptp auth options fixed + handle reject auth at ssh fixed + check existing profile name at new profile creation fixed + crash after delete profile fixed + crash after delete last profile from preferencesdialog fixed + creating new profile saved with old data when called from preferencesdialog fixed + hang at vpnc connect fixed + lineend at some vpnc debug messages fixed + pptp crash fixes + openvpn config option fixes + openvpn version checking for script security parameter fixed + saving changed profile settings after autofix fixed + crash on connect via openvpn fixed + reconnect on connection lost at pptp fixed + private key password use toggle fixed at importcertifcate dialog + local id at profile creation (racoon) in newprofilewizard fixed + certificate import button on certificate profile page fixed + crash at disconnect on connecting state fixed (openvpn) + crash at disconnect on connecting state fixed (pptp) + resolv.conf restore after disconnect if no resolvconf installed fixed + connect success event display fixed [kde4] + dock tooltip fixed at disconnected state [kde4] + add virtual ip at connecting state fixed (racoon) [kde4] + connect status alignment in statusbar fixed [kde4] + sorting order at toolsinfodialog fixed [kde4] + initial size at toolsinfdialog fixed [kde4] + sorting order at vpntypesinfodialog fixed [kde4] + initial size at ciscocertificateenrollmentdialog fixed [kde4] + endless loop at killing pptp fixed [kde4] + help for esp parameter at *swan options fixed [kde4] + memory leak at module loading/unloading fixed [kde4] + sorting at comboboxes fixed [kde4] + leftsourceip at virtual ip options fixed [kde4] + rightsourceip at virtual ip options fixed [kde4] + auto reconnect on disconnect fixed (pptp) [kde4] + saving state of ping check checkbox fixed [kde4] + typo fixes [kde4] + fixes regarding kwallet [kde4] + displaying empty pages fixed (#221506) [kde4] + crash at connecting at ssh vpn fixed [kde4] + save only one profile fixed [kde4] + disconnect ssh slots on disconnect fixed [kde4] + kwallet fixes [kde4] + error handling at certificate import fixed [kde4] + crash after delete last profile from preferencesdialog fixed (#221635) [kde4] + creating new profile saved with old data when called from preferencesdialog fixed (#210448) [kde4] + translation parameter fixes [kde4] + crash at lost connect fixed (pptp) (#208065) [kde4] + crash at disconnect on connecting state fixed (pptp) (#207786) [kde4] + resolv.conf restore after disconnect if no resolvconf installed fixed (#206211) [kde4] + up/down scripts removed at openvpn config file export + local id at psk on *swan fixed + using /etc/init.d/ipsec stop for stopping openswan because ipsec setup stop doesnt cleanup all + local/remote id types fixed (racoon) + hybrid detection display in toolsinfo dialog fixed + hybrid mode at preferencesdialog fixed (vpnc, vpnclient) [kde4] + + - features + save only new profiles at ipsec config file import + ipsec error handling improved + support for inline certificates (user certificate, ca certificate, private key, tls-key) at openvpn config file import added (see doc/README.OPENVPN_INLINE_CERT) + importing username by special line at openvpn config file import added (# OVPN_ACCESS_SERVER_USERNAME=) + hide ipsec related settings at virtualip options page if not nessary
Added
kvpnc-0.9.2.tar.bz2
^
Added
kvpnc-0.9.3.tar.bz2
^
Added
kvpnc-0.9.4.tar.bz2
^
Added
kvpnc-0.9.5.tar.bz2
^
Added
kvpnc-0.9.6.tar.bz2
^