Package: uswsusp / 1.0+20120915-6.1

Metadata

Package Version Patches format
uswsusp 1.0+20120915-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_ppc_ftbfs.patch | (download)

s2ram-main.c | 2 2 + 0 - 0 !
s2ram-ppc.c | 5 5 + 0 - 0 !
s2ram-x86.c | 80 80 + 0 - 0 !
s2ram-x86.h | 11 0 + 11 - 0 !
s2ram.c | 77 0 + 77 - 0 !
s2ram.h | 2 2 + 0 - 0 !
whitelist.h | 9 9 + 0 - 0 !
7 files changed, 98 insertions(+), 88 deletions(-)

 this patch solves the upstream problem ftbfs in powerpc architecture.
01_uswsusp_rename.patch | (download)

HOWTO | 12 6 + 6 - 0 !
config_parser.h | 2 1 + 1 - 0 !
encrypt.h | 2 1 + 1 - 0 !
keygen.c | 2 1 + 1 - 0 !
4 files changed, 9 insertions(+), 9 deletions(-)

 this patch changes the name of the /etc/suspend.{conf|key} files to /etc/uswsusp.{conf|key}
02_s2ram_no_vt_switch.patch | (download)

s2ram-main.c | 20 0 + 20 - 0 !
1 file changed, 20 deletions(-)

 vt switching is removed because is not needed
03_s2ram_ppc_force.patch | (download)

s2ram-ppc.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 force option is supported in ppc platform for compatibility with x86 platform (for scripts, tools,...)
04_uswsusp_manpages.patch | (download)

manpages/s2disk.8 | 10 5 + 5 - 0 !
manpages/s2ram.8 | 2 1 + 1 - 0 !
manpages/suspend-keygen.8 | 6 3 + 3 - 0 !
manpages/swap-offset.8 | 4 2 + 2 - 0 !
manpages/uswsusp.conf.5 | 125 125 + 0 - 0 !
5 files changed, 136 insertions(+), 11 deletions(-)

 change the suspend-utils strings to uswsusp, because the debian package name is different than the upstream name.
05_uuid_support.patch | (download)

Makefile.am | 2 2 + 0 - 0 !
configure.ac | 11 11 + 0 - 0 !
suspend.c | 32 32 + 0 - 0 !
3 files changed, 45 insertions(+)

 this patch adds uuid support for uswsusp
06_typecasting_warnings.patch | (download)

vbetool/vbetool.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 this patch removes some typecasting warnings
07_no_kms_argument.patch | (download)

s2ram-x86.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch removes the argument request not needed
08_disable_kms_cfg_file.patch | (download)

s2ram-main.c | 6 3 + 3 - 0 !
s2ram-x86.c | 11 10 + 1 - 0 !
2 files changed, 13 insertions(+), 4 deletions(-)

 this patch disable kms using config file
09_readme_new_options.patch | (download)

README | 50 44 + 6 - 0 !
1 file changed, 44 insertions(+), 6 deletions(-)

 documentation for s2ram options
10_checksum_buffer_size.patch | (download)

load.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 the buffer csum_buf (load.c) doesn't leave space for the \0 character, so the checksum match fails.
11_disable_gcrypt.patch | (download)

configure.ac | 16 1 + 15 - 0 !
1 file changed, 1 insertion(+), 15 deletions(-)

---
12_gcc5 ftbfs_c99.diff | (download)

Makefile.am | 3 2 + 1 - 0 !
bootsplash.c | 2 1 + 1 - 0 !
loglevel.c | 8 4 + 4 - 0 !
loglevel.h | 8 4 + 4 - 0 !
4 files changed, 11 insertions(+), 10 deletions(-)

 fixes for new inline semantics related to gcc 5
GCC 5 defaults to C99. C99's extern inline is equivalent to C89's inline. 
.