Accepting request 97470 from X11:common:Factory
update to 4.3.1 (bug fixes, initial support for optical chipTAN methods) OBS-URL: https://build.opensuse.org/request/show/97470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=35
This commit is contained in:
parent
968533bb04
commit
9165e96671
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7d9e624c3b517de61a2070a34f42a222dfdb480f8c3c7025af3da8c969b5374
|
||||
size 2316814
|
3
gwenhywfar-4.3.1.tar.gz
Normal file
3
gwenhywfar-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a77278a8b96e4e8359d052dc88f3ce0cc8be88bff34662bd1ac316e43f40ae5
|
||||
size 2346857
|
@ -1,14 +0,0 @@
|
||||
Index: gwenhywfar-4.3.0/src/sio/syncio_tls.c
|
||||
===================================================================
|
||||
--- gwenhywfar-4.3.0.orig/src/sio/syncio_tls.c
|
||||
+++ gwenhywfar-4.3.0/src/sio/syncio_tls.c
|
||||
@@ -469,7 +469,9 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO
|
||||
gnutls_transport_set_ptr(xio->session, (gnutls_transport_ptr_t)sio);
|
||||
gnutls_transport_set_push_function(xio->session, GWEN_SyncIo_Tls_Push);
|
||||
gnutls_transport_set_pull_function(xio->session, GWEN_SyncIo_Tls_Pull);
|
||||
+#if GNUTLS_VERSION_NUMBER < 0x030003
|
||||
gnutls_transport_set_lowat(xio->session, 0);
|
||||
+#endif
|
||||
|
||||
xio->prepared=1;
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 08:39:50 UTC 2011 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- removed gwenhywfar-gnutls-3.0.3.patch (fixed upstream in 4.3.1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 23:11:41 UTC 2011 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Update to version 4.3.1:
|
||||
+ this version is needed for AqBanking's new support for the optical chipTAN
|
||||
method
|
||||
+ some improvements to the typemaker2 tool
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 08:41:14 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,16 +18,14 @@
|
||||
|
||||
|
||||
Name: gwenhywfar
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 1
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Summary: Multiplatform Helper Library for Other Libraries
|
||||
Url: http://www.aqbanking.de/
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
#Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=64&file=01&dummy=gwenhywfar-4.3.0.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gwenhywfar-gnutls-3.0.3.patch vuntz@opensuse.org -- Drop deprecated and unneeded call to gnutls_transport_set_lowat. Sent upstream by mail on 2011-09-28
|
||||
Patch0: gwenhywfar-gnutls-3.0.3.patch
|
||||
#Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=65&file=01&dummy=gwenhywfar-4.3.1.tar.gz
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnutls-devel
|
||||
@ -137,7 +135,6 @@ communication etc).
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure\
|
||||
|
Loading…
Reference in New Issue
Block a user