FreeBSD Bugzilla – Attachment 183861 Details for
Bug 220317
mail/roundcube: update to 1.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade patch/pet check-plist
RC.patch (text/plain), 3.74 KB, created by
Larry Rosenman
on 2017-06-28 00:07:33 UTC
(
hide
)
Description:
upgrade patch/pet check-plist
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2017-06-28 00:07:33 UTC
Size:
3.74 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 444523) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= roundcube >-DISTVERSION= 1.2.5 >+DISTVERSION= 1.3.0 > PORTEPOCH= 1 > CATEGORIES?= mail www > MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ >@@ -17,7 +17,7 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} > > RCUBECOMP= SQL config .htaccess index.php installer logs \ >- plugins program robots.txt skins temp vendor >+ plugins program skins temp vendor > PORTDOCS= CHANGELOG INSTALL README.md UPGRADING > > USES= cpe php:web >@@ -63,9 +63,9 @@ > .endfor > @(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -not -type d) | ${SORT} | \ > ${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST} >- @${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/logs' \ >+ @${ECHO_CMD} '@postexec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/logs' \ > >> ${TMPPLIST} >- @${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \ >+ @${ECHO_CMD} '@postexec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \ > >> ${TMPPLIST} > > do-install-DOCS-on: >Index: distinfo >=================================================================== >--- distinfo (revision 444523) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1497032006 >-SHA256 (roundcubemail-1.2.5-complete.tar.gz) = 5494f0a29ff1bc8542c6efc70fa3c35bba6229aebb9cd0d086fd552cb10bf4f3 >-SIZE (roundcubemail-1.2.5-complete.tar.gz) = 3900925 >+TIMESTAMP = 1498605012 >+SHA256 (roundcubemail-1.3.0-complete.tar.gz) = a9c4d084716482171b23216d57ad9dafd85bd34f1eee73824c62327fc22b995a >+SIZE (roundcubemail-1.3.0-complete.tar.gz) = 6158919 >Index: files/patch-INSTALL >=================================================================== >--- files/patch-INSTALL (revision 444523) >+++ files/patch-INSTALL (working copy) >@@ -1,10 +1,10 @@ >---- INSTALL.orig 2016-05-22 11:06:47 UTC >+--- INSTALL.orig 2017-06-26 18:56:47 UTC > +++ INSTALL >-@@ -29,7 +29,6 @@ REQUIREMENTS >+@@ -30,7 +30,6 @@ REQUIREMENTS > - memory_limit > 16MB (increase as suitable to support large attachments) > - file_uploads enabled (for attachment upload features) > - session.auto_start disabled > - - suhosin.session.encrypt disabled > - mbstring.func_overload disabled >- - magic_quotes_runtime disabled >- - magic_quotes_sybase disabled >+ * A MySQL, PostgreSQL, MS SQL Server (2005 or newer), Oracle database >+ or SQLite support in PHP - with permission to create tables >Index: files/patch-config_defaults.inc.php >=================================================================== >--- files/patch-config_defaults.inc.php (revision 444523) >+++ files/patch-config_defaults.inc.php (working copy) >@@ -1,6 +1,6 @@ >---- config/defaults.inc.php.orig 2016-05-22 11:06:45 UTC >+--- config/defaults.inc.php.orig 2017-06-26 18:56:47 UTC > +++ config/defaults.inc.php >-@@ -717,8 +717,8 @@ $config['spellcheck_dictionary'] = false >+@@ -739,8 +739,8 @@ $config['spellcheck_dictionary'] = false; > // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly. > $config['spellcheck_engine'] = 'googie'; > >Index: files/patch-program_lib_Roundcube_bootstrap.php >=================================================================== >--- files/patch-program_lib_Roundcube_bootstrap.php (revision 444523) >+++ files/patch-program_lib_Roundcube_bootstrap.php (working copy) >@@ -1,6 +1,6 @@ >---- program/lib/Roundcube/bootstrap.php.orig 2016-05-22 11:06:47 UTC >+--- program/lib/Roundcube/bootstrap.php.orig 2017-06-26 18:56:48 UTC > +++ program/lib/Roundcube/bootstrap.php >-@@ -37,7 +37,6 @@ $config = array( >+@@ -35,7 +35,6 @@ $config = array( > // check these additional ini settings if not called via CLI > if (php_sapi_name() != 'cli') { > $config += array(
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 220317
: 183861 |
183937