Package: prayer / 1.3.5-dfsg1-8
Metadata
Package | Version | Patches format |
---|---|---|
prayer | 1.3.5-dfsg1-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
makefile_install_config.patch | (download) |
files/Makefile |
17 6 + 11 - 0 ! |
--- |
templates_fallback_to_compiled.patch | (download) |
files/etc/prayer.cf.SRC |
2 1 + 1 - 0 ! |
--- |
dlopen_templates.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
--- |
unbrand_cam_template.patch | (download) |
templates/cam/compose_toolbar.t |
2 0 + 2 - 0 ! |
--- |
unbrand_accountd.patch | (download) |
accountd/filter.c |
7 3 + 4 - 0 ! |
--- |
template_sdk.patch | (download) |
templates/src/Makefile |
20 19 + 1 - 0 ! |
--- |
no_db_version_check.patch | (download) |
lib/mydb_db3.c |
11 0 + 11 - 0 ! |
--- |
hurd.patch | (download) |
accountd/authenticate.c |
4 0 + 4 - 0 ! |
--- |
disable_ssl3.patch | (download) |
lib/ssl.c |
20 19 + 1 - 0 ! |
disable ssl 3.0 on client as well as server side |
openssl1.1.patch | (download) |
lib/ssl.c |
36 11 + 25 - 0 ! |
support openssl 1.1 api changes SSL_CTX_set_tmp_rsa_callback() (used for export-weakened keys) no longer does anything. |
no referrer.patch | (download) |
templates/cam/header.t |
1 1 + 0 - 0 ! |
add no-referrer meta header to templates. * CVE-2018-18655 |
glibc 2.28.patch | (download) |
accountd/authenticate.c |
5 0 + 5 - 0 ! |
drop wrong prototype for crypt() The code provides its own prototype for crypt, claiming that Linux doesn't have one in its system headers. Not only is that wrong, but the local prototype is now incorrect, causing a build failure. |
glibc 2.30.patch | (download) |
lib/os_linux.h |
3 3 + 0 - 0 ! |
fix ftbfs glibc removed obsolete, never-implemented XSI STREAMS declarations via: https://sourceware.org/git/?p=glibc.git;a=commit;h=a0a0dc83173ce11ff45105fd32e5d14356cdfb9c And so stropts.h file is not available anymore. |
template_index_externs.patch | (download) |
templates/src/build_index.pl |
2 1 + 1 - 0 ! |
add extern to struct declarations in template indices. Bug-Debian: https://bugs.debian.org/957707 |