FreeBSD Bugzilla – Attachment 174181 Details for
Bug 212230
security/pecl-scrypt: Update to 1.4.2, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pecl-scrypt-1.4.2_v2.patch
pecl-scrypt-1.4.2_v2.patch (text/plain), 2.32 KB, created by
Danilo G. Baio
on 2016-08-29 12:57:20 UTC
(
hide
)
Description:
pecl-scrypt-1.4.2_v2.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2016-08-29 12:57:20 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421037) >+++ Makefile (working copy) >@@ -2,59 +2,33 @@ > # $FreeBSD$ > > PORTNAME= scrypt >-PORTVERSION= 1.2 >-PORTREVISION= 3 >+PORTVERSION= 1.4.2 > CATEGORIES= security pear > MASTER_SITES= http://pecl.php.net/get/ > PKGNAMEPREFIX= pecl- > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= dbaio@bsd.com.br > COMMENT= PHP wrapper to Colin Percival's scrypt implementation > > LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > > BROKEN_powerpc64= Does not build > >-USES= compiler php:ext tar:tgz >+USES= php:ext tar:tgz > USE_PHP= hash:build >-INSTALL_TARGET= install-strip >-IGNORE_WITH_PHP= 70 > >-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >-PORTDOCS= README.md >+OPTIONS_DEFINE= DOCS EXAMPLES > >-EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} >+PORTDOCS= README.md > PORTEXAMPLES= scrypt.php > >-TESTDIR= ${PREFIX}/tests/${PKGNAMEPREFIX}${PORTNAME} >-PORTTEST= run-tests.php tests/params.phpt tests/vectors.phpt >- >-OPTIONS_DEFINE= DOCS EXAMPLES TEST >- >-TEST_PLIST_FILES= ${PORTTEST:S|^|${TESTDIR:S|${PREFIX}/||:S|$|/|}|} >- >-.include <bsd.port.pre.mk> >- >-.if ${ARCH} == i386 && ${OSVERSION} < 1000036 >-CFLAGS+= -fstack-protector >-.endif >- >-.if ${ARCH} != amd64 && ${COMPILER_TYPE} == gcc >-post-patch: >- ${REINPLACE_CMD} '/emmintrin.h/d' ${WRKSRC}/config.m4 >-.endif >- >-post-install: >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > >+post-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} > >-.if ${PORT_OPTIONS:MTEST} >- @${MKDIR} ${STAGEDIR}${TESTDIR} >- ${INSTALL_DATA} ${PORTTEST:M*.php:S|^|${WRKSRC}/|} ${STAGEDIR}${TESTDIR} >- (cd ${WRKSRC} && ${COPYTREE_SHARE} tests ${STAGEDIR}${TESTDIR}) >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 421037) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (scrypt-1.2.tgz) = b5089b32bdf5d4e1406081c29a7f72447ec801ef863cb7aefed22e82941f56f9 >-SIZE (scrypt-1.2.tgz) = 20361 >+TIMESTAMP = 1472388057 >+SHA256 (scrypt-1.4.2.tgz) = 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c >+SIZE (scrypt-1.4.2.tgz) = 21585
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 212230
:
174172
| 174181