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 filePatch | File delta | Description |
---|---|---|
01_kfreebsd_ftbfs.diff | (download) |
utils/wvcrash.cc |
2 1 1 - 0 ! |
fix ftbfs on kfreebsd |
02_doc_path.diff | (download) |
Docs/sgmlmanual/Makefile |
4 2 2 - 0 ! |
use new /usr/share/sgml location for docbook.dsl |
03_html_sgml.diff | (download) |
Docs/sgmlmanual/HTML.dsl |
2 1 1 - 0 ! |
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 ! |
fix return type checking of x509_req_verify |
06_gcc 4.7.diff | (download) |
utils/wvuid.cc |
1 1 0 - 0 ! |
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 ! |
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 ! |
fix ftbfs with openssl 1.0 |
09_glibc 2.12.diff | (download) |
ipstreams/wvunixdgsocket.cc |
2 0 2 - 0 ! |
fix ftbfs with glibc 2.12 |
10_readline.diff | (download) |
configure.ac |
1 1 0 - 0 ! |
make it possible to disable readline |
11_typos.diff | (download) |
ChangeLog |
2 1 1 - 0 ! |
fix typos |
gcc 6.patch | (download) |
streams/wvstream.cc |
12 7 5 - 0 ! |
fix compilation with gcc-6 |
12_increase_task_stack.patch | (download) |
utils/wvtask.cc |
2 1 1 - 0 ! |
increase the task stack to work around stack corruption |
wvstreams_openssl1.1.patch | (download) |
crypto/wvcrl.cc |
38 13 25 - 0 ! |
port to openssl 1.1 Bug-Debian: https://bugs.debian.org/859791 |
12_cross.diff | (download) |
autogen.sh |
1 1 0 - 0 ! |
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 ! |
[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 ! |
trim uri whitespace according to rfc |