Package: gpa / 0.9.0-4

Metadata

Package Version Patches format
gpa 0.9.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
634930_backport_disable_x509_switch.patch | (download)

src/gpa.c | 5 4 + 1 - 0 !
src/keytable.c | 15 14 + 1 - 0 !
2 files changed, 18 insertions(+), 2 deletions(-)

 added an option to disable x.509
 Added an option to disable X.509 on the command line or via the conf file.
625513_fix_expiration_date.patch | (download)

src/gpadatebutton.c | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 g_date and gtk_calendar use different bases for the month.
 g_date uses 1..12 whereas gtk_calendar uses the Unix standard of 0..11.
 * src/gpadatebutton.c (update_widgets): Fix month base.
   (day_selected_cb): Ditto. Fixes Debian#625513.
Bug-Debian: http://bugs.debian.org/625513
448765_grammar_fixes.patch | (download)

src/gpafileencryptop.c | 2 1 + 1 - 0 !
src/keygenwizard.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 grammar fixes
Bug-Debian: http://bugs.debian.org/448765
628305_build_with_libassuan_v2.patch | (download)

configure.ac | 4 2 + 2 - 0 !
src/server.c | 112 70 + 42 - 0 !
2 files changed, 72 insertions(+), 44 deletions(-)

 fix ftbfs and segfault with libassuan series 2.
 * configure.ac: Set NEED_LIBASSUAN_VERSION and NEED_LIBASSUAN_API
   to 1.1.0 and 2 resp.
 * server.c: Update to new assuan interface. Call assuan_sock_init.