FreeBSD Bugzilla – Attachment 225532 Details for
Bug 254731
[PATCH] security/pam_mysql: Add workaround for newer mysql version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updates to 0.8.2 instead
pam_mysql-0.8.2.diff (text/plain), 1.22 KB, created by
Jesper Schmitz Mouridsen
on 2021-06-03 17:51:45 UTC
(
hide
)
Description:
Updates to 0.8.2 instead
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2021-06-03 17:51:45 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile >index 70d44db6a..c8bf11f60 100644 >--- a/security/pam-mysql/Makefile >+++ b/security/pam-mysql/Makefile >@@ -1,33 +1,29 @@ > # Created by: Anders Nordby <anders@fix.no> > > PORTNAME= pam_mysql >-PORTVERSION= 0.7.r1 >-PORTREVISION= 6 >+DISTVERSION= 0.8.2 >+DISTVERSIONPREFIX= v >+ >+USE_GITHUB= yes >+GH_ACCOUNT= NigelCunningham >+GH_PROJECT= pam-MySQL > CATEGORIES= security databases >-MASTER_SITES= SF/pam-mysql/pam-mysql/0.7RC1 >-DISTNAME= ${PORTNAME}-0.7RC1${DISTVERSIONSUFFIX} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Pam module for authenticating with MySQL > > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING >- >-USES= compiler:c11 libtool:keepla mysql >+USES= compiler:c11 libtool:keepla mysql autoreconf > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ >- --with-pam-mods-dir=${PREFIX}/lib \ >- --with-pam=/usr > >+CONFIGURE_ARGS= --with-pam-mods-dir=/usr/local/lib > SUB_FILES= pkg-message > > PORTDOCS= * > PLIST_FILES= lib/pam_mysql.so lib/pam_mysql.la > >-OPTIONS_DEFINE= DOCS SSL >-SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash) >-SSL_CONFIGURE_WITH= openssl >- >+OPTIONS_DEFINE= DOCS > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_mysql.so >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254731
:
223777
|
223778
|
225532
|
225550