aboutsummaryrefslogtreecommitdiff
path: root/net/krb5/patches
Commit message (Collapse)AuthorAge
* krb5: more uninitialized warning errorsJohn Crispin2016-05-30
| | | | | | | ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: John Crispin <john@phrozen.org>
* krb5: update to 1.14.1W. Michael Petullo2016-03-26
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* krb5: update to 1.14W. Michael Petullo2015-12-31
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* krb5: bump to version 1.13.3 and fix uninitialized warning/errorAlexandru Ardelean2015-12-15
| | | | | | | | | | | | | | | | | Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare rule can be used with MD5 checksum. Add patch to fix build: ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] prev->next = lp->next; There does not seem to be a way for 'prev' being uninitialized (logically), however the compiler does not see that, because 'prev' is dependent on i >= 1. So, we just need to initialize it to NULL. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* krb5: update to 1.13.1W. Michael Petullo2015-02-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* krb5: update source URL and add build fix patchW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* krb5: remove some obsolete patchesW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy krb5 package from old repositoryW. Michael Petullo2014-07-19
Signed-off-by: W. Michael Petullo <mike@flyn.org>