diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-01 13:22:55 +0100 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-09 10:59:26 -0600 |
commit | 4ac92215090531622c65e6ac10f961dc780156e7 (patch) | |
tree | 53db29a39b2b78f420a32969b4815d757a2f2a0d /www-apache/mod_nss/files | |
parent | net-wireless/wepdecrypt: Fix build with gcc-10 (diff) | |
download | gentoo-4ac92215090531622c65e6ac10f961dc780156e7.tar.gz gentoo-4ac92215090531622c65e6ac10f961dc780156e7.tar.bz2 gentoo-4ac92215090531622c65e6ac10f961dc780156e7.zip |
www-apache/mod_nss: Bump to 1.0.18
Closes: https://bugs.gentoo.org/707172
Closes: https://bugs.gentoo.org/742455
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'www-apache/mod_nss/files')
-rw-r--r-- | www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch b/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch new file mode 100644 index 000000000000..c6e7babc1d2d --- /dev/null +++ b/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/707172 +--- a/mod_nss.h ++++ b/mod_nss.h +@@ -376,8 +376,8 @@ typedef struct { + */ + + /* pool and hash to store ServerName and NSSNickname pairs for SNI */ +-apr_pool_t *mp; +-apr_hash_t *ht; ++extern apr_pool_t *mp; ++extern apr_hash_t *ht; + + /* Compatibility between Apache 2.0.x and 2.2.x. The numeric version of + * the version first appeared in Apache 2.0.56-dev. I picked 2.0.55 as it |