Package: up-imapproxy / 1.2.8~svn20171105-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| up-imapproxy | 1.2.8~svn20171105-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix egd ifdef.patch | (download) |
src/main.c |
2 1 + 1 - 0 ! |
fix compilation without egd |
| check dup return value.patch | (download) |
src/main.c |
13 10 + 3 - 0 ! |
check dup() return value I switched to dup2() as well, which combines in the close() call. |
| fix missing definitions.patch | (download) |
include/imapproxy.h |
4 4 + 0 - 0 ! |
fix missing definitions |
| fix size_t formatters.patch | (download) |
src/hash.c |
2 1 + 1 - 0 ! |
fix size_t formatters |
| fix ssl types.patch | (download) |
src/imapcommon.c |
4 2 + 2 - 0 ! |
fix ssl types |
| fix socklen_t types.patch | (download) |
src/main.c |
2 1 + 1 - 0 ! |
fix socklen_t types |
| remove unused variables.patch | (download) |
src/main.c |
2 2 + 0 - 0 ! |
remove unused variables |
| openssl 1.1.patch | (download) |
src/imapcommon.c |
16 12 + 4 - 0 ! |
fix compilation with openssl 1.1 |
| cleanup names.patch | (download) |
README |
58 28 + 30 - 0 ! |
cleanup names The name of this package in Debian is imapproxy. |
| cleanup readme.patch | (download) |
README |
64 12 + 52 - 0 ! |
cleanup readme 1) Remove reference to README.debian, which is useless and no longer installed. 2) Remove the build instructions, which do not apply to the package. 3) Update the paths and utility names (e.g. in.imapproxyd to imapproxyd). |
| cleanup imapproxy_conf.patch | (download) |
scripts/imapproxy.conf |
7 2 + 5 - 0 ! |
cleanup imapproxy.conf |
| configure_imapproxy_conf.patch | (download) |
scripts/imapproxy.conf |
4 2 + 2 - 0 ! |
configure imapproxy.conf This configures imapproxy.conf appropriately for the package. |
| move pidfile to run.patch | (download) |
include/imapproxy.h |
2 1 + 1 - 0 ! |
move pidfile to /run Debian is converting to /run. This particular transition (from /var/run to /run) is currently optional. . See: https://wiki.debian.org/ReleaseGoals/RunDirectory |
| remove install chown.patch | (download) |
Makefile.in |
14 7 + 7 - 0 ! |
remove install chown This eliminates the chown/chgrp from the install commands, which allows the package to be built without root privileges. |
