CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/09/09 12:39:40
Modified files:
mail/mutt : Makefile
Added files:
mail/mutt/patches: patch-crypt-gpgme_c
Log message:
Fix crash on 32-bit arch when using gpgme, gpgme's gpgme_subkey_t->timestamp
is an unsigned long and can't be passed directly to localtime which takes a
time_t. From Hannes Wenzel.
