Package: wvstreams / 4.6.1-17.1

Metadata

Package Version Patches format
wvstreams 4.6.1-17.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_kfreebsd_ftbfs.diff | (download)

utils/wvcrash.cc | 2 1 1 - 0 !
utils/wvcrashbase.cc | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix ftbfs on kfreebsd
02_doc_path.diff | (download)

Docs/sgmlmanual/Makefile | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 use new /usr/share/sgml location for docbook.dsl
03_html_sgml.diff | (download)

Docs/sgmlmanual/HTML.dsl | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use .html extension for html documentation files
 Define %html-ext% to ".html" while building HTML documentation, since current
 docbook-dsssl appears to default to ".htm".
04_signed_request.diff | (download)

crypto/wvx509.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix return type checking of x509_req_verify
06_gcc 4.7.diff | (download)

utils/wvuid.cc | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 fix ftbfs with gcc-4.7
 Small header include change. This is borderlinde cosmetic, but still needed
 to prevent the FTBFS.
07_buildflags.diff | (download)

gen-cc | 5 5 0 - 0 !
wvrules-posix.mk | 5 0 5 - 0 !
2 files changed, 5 insertions( ), 5 deletions(-)

 build flags support
 Don't force -O2 optimization. Make build logs verbose.
08_openssl 1.0.diff | (download)

crypto/wvx509.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix ftbfs with openssl 1.0
09_glibc 2.12.diff | (download)

ipstreams/wvunixdgsocket.cc | 2 0 2 - 0 !
streams/wvatomicfile.cc | 3 0 3 - 0 !
2 files changed, 5 deletions(-)

 fix ftbfs with glibc 2.12
10_readline.diff | (download)

configure.ac | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 make it possible to disable readline
11_typos.diff | (download)

ChangeLog | 2 1 1 - 0 !
uniconf/tests/uni.8.subst | 2 1 1 - 0 !
utils/wvtest.cc | 2 1 1 - 0 !
3 files changed, 3 insertions( ), 3 deletions(-)

 fix typos
gcc 6.patch | (download)

streams/wvstream.cc | 12 7 5 - 0 !
1 file changed, 7 insertions( ), 5 deletions(-)

 fix compilation with gcc-6
12_increase_task_stack.patch | (download)

utils/wvtask.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 increase the task stack to work around stack corruption
wvstreams_openssl1.1.patch | (download)

crypto/wvcrl.cc | 38 13 25 - 0 !
crypto/wvdiffiehellman.cc | 30 19 11 - 0 !
crypto/wvdigest.cc | 16 8 8 - 0 !
crypto/wvocsp.cc | 35 9 26 - 0 !
crypto/wvx509.cc | 31 16 15 - 0 !
crypto/wvx509mgr.cc | 27 16 11 - 0 !
include/wvdiffiehellman.h | 2 1 1 - 0 !
include/wvdigest.h | 14 6 8 - 0 !
include/wvtripledes.h | 10 5 5 - 0 !
9 files changed, 93 insertions( ), 110 deletions(-)

 port to openssl 1.1
Bug-Debian: https://bugs.debian.org/859791
12_cross.diff | (download)

autogen.sh | 1 1 0 - 0 !
configure.ac | 14 7 7 - 0 !
2 files changed, 8 insertions( ), 7 deletions(-)

 prefix pkg-config with $ac_tool_prefix to support cross compilation

0001 Fix narrowing conversion error.patch | (download)

xplc/moduleloader.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch] fix narrowing conversion error

xplc/moduleloader.cc: In static member function 'static Module* Module::loadModule(const char*)':                                                                                                                                             xplc/moduleloader.cc:67:14: error: narrowing conversion of '-1' from 'int' to 'unsigned int' [-Wnarrowing]                                                                                                                                       67 |   case (int)-1:                                                                                                                                                                                                                             |              ^

Upstream-Status: Pending
Signed-off-by: Khem Raj <[email protected]>

05_trim_whitespace.patch | (download)

crypto/wvx509.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 trim uri whitespace according to rfc