diff options
author | Zach van Rijn <me@zv.io> | 2022-04-30 16:25:23 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:58 -0500 |
commit | 7ff6621796459addd8848495e999ecdba3d15e19 (patch) | |
tree | 03331f1b5f15029e9266799d82aef9ecb33ca715 /user/dovecot/time64.patch | |
parent | ea1aa13fc4004944c44f7cfd71b58d992a82419a (diff) | |
download | packages-7ff6621796459addd8848495e999ecdba3d15e19.tar.gz packages-7ff6621796459addd8848495e999ecdba3d15e19.tar.bz2 packages-7ff6621796459addd8848495e999ecdba3d15e19.tar.xz packages-7ff6621796459addd8848495e999ecdba3d15e19.zip |
user/dovecot: bump { 2.3.14 --> 2.3.18 } (+pigeonhole { 0.5.14 --> 0.5.18 }). fixes #622.
Diffstat (limited to 'user/dovecot/time64.patch')
-rw-r--r-- | user/dovecot/time64.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/user/dovecot/time64.patch b/user/dovecot/time64.patch deleted file mode 100644 index 4cd5c46e1..000000000 --- a/user/dovecot/time64.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- dovecot-2.3.14.orig/src/lib-oauth2/oauth2-jwt.c 2021-03-13 23:56:53.250000000 +0000 -+++ dovecot-2.3.14/src/lib-oauth2/oauth2-jwt.c 2021-03-13 23:57:23.640000000 +0000 -@@ -31,7 +31,7 @@ - } - - static int --get_time_field(const struct json_tree *tree, const char *key, long *value_r) -+get_time_field(const struct json_tree *tree, const char *key, long long *value_r) - { - const char *value = get_field(tree, key); - int tz_offset ATTR_UNUSED; -@@ -313,7 +313,7 @@ - int ret; - long t0 = time(NULL); - /* default IAT and NBF to now */ -- long iat, nbf, exp; -+ long long iat, nbf, exp; - int tz_offset ATTR_UNUSED; - - if (sub == NULL) { |