Debian Patches
Status for libnss-mysql/1.6.1-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-debianize-config.patch | Update configuration file to debian layout [jing] use /run instead of /var/run |
<elacour@home-dn.net> | not-needed | 2008-11-05 | ||
0003-acinclude-multiarch.patch | Use mysql_config to find mysql multi-arch libs | <elacour@home-dn.net> | yes | 2012-04-18 | ||
0004-group-skipped-fix.patch | Group skipped on buffer resize When the buffer is too small, libnss-mysql returns NSS_TRYAGAIN so that the OS doubles the buffer size and call the function again. However the MySQL resultset is not reset, so when the function is called again, it uses the next row, and hence skips an entry. This is a proof-of-concept patch that use mysql_row_tell and mysql_row_seek to fix this issue. [jing] rebase the patch on v1.6.1. |
Sylvain Beucler <beuc@beuc.net> | yes | debian upstream | 2009-08-07 | |
fix-ftbfs-mysql.patch | Fix FTBFS with later versions of MySQL which replace my_bool with the standard C bool. diff --git a/src/mysql.c b/src/mysql.c index b6593be..0b3073e 100644 |
Simon Quigley <tsimonq2@ubuntu.com>, Simon Josefsson <simon@josefsson.org> | yes | upstream | 2025-08-16 | |
pthread-once-hurd.patch | PTHREAD_ONCE_INIT Hurd fix diff --git a/src/nss_main.c b/src/nss_main.c index d8ea596..8cbb186 100644 |
Simon Josefsson <simon@josefsson.org> | no | 2025-08-16 |