Package: pam-mysql / 0.8.2-3
Metadata
Package | Version | Patches format |
---|---|---|
pam-mysql | 0.8.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Convert AUTHORS file to UTF 8 to eliminate uncertainty.patch | (download) |
AUTHORS |
2 1 + 1 - 0 ! |
convert authors file to utf-8 to eliminate uncertainty |
Fix FTCBFS fails finding mysql libraries.patch | (download) |
m4/pam-mysql.m4 |
126 68 + 58 - 0 ! |
fix ftcbfs: fails finding mysql libraries pam-mysql fails to cross build from source, because it fails finding mysql libraries. It tries to do so using mysql_config, but mysql_config does not work during cross compilation at all. Instead, pkg-config should be used. This patch implements pkg-config-based detection and inserts it after mysql_config, but before searching hard coded locations. As such any previous detection is retained while supporting cross compilation via pkg-config. Closes: #972891 |
Embed xgethostname 20020413 for Hurd compatibility.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
embed xgethostname 20020413 for hurd compatibility As recommended by https://www.gnu.org/software/hurd/hurd/porting/guidelines.html. Source: http://walfield.org/pub/people/neal/xgethostname/ |
Avoid segfault on unexpected Joomla hash value.patch | (download) |
pam_mysql.c |
5 5 + 0 - 0 ! |
avoid segfault on unexpected joomla hash value For example Joomla 3.2 uses crypt-like formats (like $P$...), which aren't colon-separated, so salt becomes NULL and strlen() bombs. |
apply patch for missing 323 code in more modern mysql cli.patch | (download) |
README |
5 5 + 0 - 0 ! |
apply patch for missing 323 code in more modern mysql client libs and appropriate readme warnings |
Get compat_make_scrambled_password_323 compile.patch | (download) |
compat_323_password.h |
19 10 + 9 - 0 ! |
get compat_make_scrambled_password_323() compile |
The bundled crypto routines check WORDS_BIGENDIAN.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
the bundled crypto routines check words_bigendian Closes: #984888 |
Update README.patch | (download) |
README |
8 8 + 0 - 0 ! |
update readme Added crypt option 6 - 9 |