Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2012-06-25 12:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openconnect (Old)
 and      /work/SRC/openSUSE:Factory/.openconnect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openconnect", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2012-02-08 
17:19:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes     
2012-06-25 12:41:51.000000000 +0200
@@ -1,0 +2,71 @@
+Tue Jun 19 08:30:53 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  No LGPL-2.1 "only" licenses found. Fedora also uses LGPL-2.1 "or later"
+  as license
+
+-------------------------------------------------------------------
+Mon Jun 18 17:49:29 UTC 2012 - toddrme2...@gmail.com
+
+- Update to version 3.99
+  * Enable native TPM support when built with GnuTLS.
+  * Enable PKCS#11 token support when built with GnuTLS.
+  * Eliminate all SSL library exposure through libopenconnect.
+  * Parse split DNS information, provide $CISCO_SPLIT_DNS 
+    environment variable to vpnc-script.
+  * Attempt to provide new-style MTU information to server (on 
+    Linux only, unless specified on command line).
+  * Allow building against GnuTLS, including DTLS support.
+  * Add --with-pkgconfigdir= option to configure for FreeBSD's 
+    benefit (fd#48743).
+- Update to version 3.20
+  * Cope with non-keepalive HTTP response on authentication success
+  * Fix progress callback with incorrect cbdata which caused KDE 
+    crash.
+- Update to version 3.19
+  * Add --config option for reading options from file.
+  * Improve OpenSSL DTLS compatibility to work on Ubuntu 10.04.
+  * Flush progress logging output promptly after each message.
+  * Add symbol versioning for shared library (on sane platforms).
+  * Add openconnect_set_cancel_fd() function to allow clean 
+    cancellation.
+  * Fix corruption of URL in openconnect_parse_url() if it 
+    specifies a port number.
+  * Fix inappropriate exit() calls from library code.
+  * Library namespace cleanup — all symbols now have the prefix 
+    openconnect_ on platforms where symbol versioning works.
+  * Fix --non-inter option so it still uses login information from 
+    command line.
+- Update to version 3.18
+  * Fix autohate breakage with --disable-nls... hopefully.
+  * Fix buffer overflow in banner handling.
+- Update to version 3.17
+  * Work around time() brokenness on Solaris.
+  * Fix interface plumbing on Solaris 10.
+  * Provide asprintf() function for (unpatched) Solaris 10.
+  * Make vpnc-script mandatory, like it is for vpnc
+  * Don't set Legacy IP address on tun device; let vpnc-script do 
+    it.
+  * Detect OpenSSL even without pkg-config.
+  * Stop building static library by default.
+  * Invoke vpnc-script with "pre-init" reason to load tun module if
+    necessary.
+- Update to version 3.16
+  * Fix build failure on Debian/kFreeBSD and Hurd.
+  * Fix memory leak of deflated packets.
+  * Fix memory leak of zlib state on CSTP reconnect.
+  * Eliminate memcpy() calls on packets from DTLS and tunnel device
+  * Use I_LINK instead of I_PLINK on Solaris to plumb interface for
+    Legacy IP.
+  * Plumb interface for IPv6 on Solaris, instead of expecting 
+    vpnc-script to do it.
+  * Refer to vpnc-script and help web pages in openconnect output.
+  * Fix potential crash when processing libproxy results.
+  * Be more conservative in detecting libproxy without pkg-config.
+- Add optional libproxy-devel buildrequires
+- Add new mandatory vpnc buildrequires
+- Package new documentation in doc package
+- Remove static devel libraries since this is the new upstream 
+  default
+
+-------------------------------------------------------------------

Old:
----
  openconnect-3.15.tar.gz

New:
----
  openconnect-3.99.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openconnect.spec ++++++
--- /var/tmp/diff_new_pack.dqBggJ/_old  2012-06-25 12:41:53.000000000 +0200
+++ /var/tmp/diff_new_pack.dqBggJ/_new  2012-06-25 12:41:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openconnect
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,21 @@
 #
 
 Name:           openconnect
-Version:        3.15
+Version:        3.99
 Release:        1
-License:        LGPL-2.1
+License:        LGPL-2.1+
 Summary:        Open client for Cisco AnyConnect VPN
 Url:            http://www.infradead.org/openconnect.html
 Group:          Productivity/Networking/Security
 Source0:        ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  libproxy-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  vpnc
 Requires:       vpnc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -39,12 +41,10 @@
 7200 Series and Cisco 7301 Routers, and probably others.
 
 %package devel
-
-Summary:        Development files and headers for openconnect
+Summary:        Development files and headers for %{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Recommends:     pkg-config
-Provides:       %{name}-devel-static
 
 %description devel
 This package provides a client for Cisco's "AnyConnect" VPN, which uses
@@ -55,12 +55,25 @@
 This packages provides development files and headers needed to build
 packages against openconnect
 
+%package doc
+Summary:        Documentation for %{name}
+Group:          Development/Libraries/C and C++
+Recommends:     %{name} = %{version}
+
+%description doc
+This package provides a client for Cisco's "AnyConnect" VPN, which uses
+HTTPS and DTLS protocols.  AnyConnect is supported by the ASA5500 Series,
+by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800,
+7200 Series and Cisco 7301 Routers, and probably others.
+
+This packages provides documentation and help files for openconnect
+
 %prep
 %setup -q
 %lang_package
 
 %build
-%configure
+%configure --docdir=%{_docdir}/%{name}/
 make
 
 %install
@@ -76,19 +89,21 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LGPL TODO
-%{_sbindir}/openconnect
-%{_mandir}/man8/*
 %{_libdir}/libopenconnect.so.*
-%{_datadir}/openconnect/
+%{_mandir}/man8/*
+%{_sbindir}/openconnect
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/openconnect.h
 %{_libdir}/libopenconnect.so
-%{_libdir}/libopenconnect.a
 %{_libdir}/pkgconfig/openconnect.pc
 
+%files doc
+%defattr(-,root,root)
+%doc AUTHORS COPYING.LGPL TODO
+%{_docdir}/%{name}/
+
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 

++++++ openconnect-3.15.tar.gz -> openconnect-3.99.tar.gz ++++++
++++ 56098 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to