Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roundcube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
roundcube
Commits
5beb2b4c
Commit
5beb2b4c
authored
Aug 07, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated roundcube to 1.5.3 to support PHP 8.0
parent
c655f7f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
Makefile
Makefile
+2
-2
roundcubemail-1.5.3-chgsaslpasswd_fix.patch
roundcubemail-1.5.3-chgsaslpasswd_fix.patch
+14
-0
roundcubemail-1.5.3-complete.tar.gz
roundcubemail-1.5.3-complete.tar.gz
+0
-0
No files found.
Makefile
View file @
5beb2b4c
all
:
httpd-conf httpd-modules
all
:
httpd-conf httpd-modules
tar
xf roundcubemail-1.
4.11
-complete.tar.gz
-C
/srv/www
--strip-components
=
1
tar
xf roundcubemail-1.
5.3
-complete.tar.gz
-C
/srv/www
--strip-components
=
1
rm
/srv/www/index.html
rm
/srv/www/index.html
install
-v
-Dm644
config.inc.php /srv/www/config
install
-v
-Dm644
config.inc.php /srv/www/config
rm
/srv/www/config/config.inc.php.sample
rm
/srv/www/config/config.inc.php.sample
...
@@ -9,7 +9,7 @@ all: httpd-conf httpd-modules
...
@@ -9,7 +9,7 @@ all: httpd-conf httpd-modules
@
echo
"
$$
HTTPD_MODULES"
>
/etc/httpd/conf/roundcube.conf
@
echo
"
$$
HTTPD_MODULES"
>
/etc/httpd/conf/roundcube.conf
sed
-i
's/^\([[:blank:]]*AllowOverride[[:blank:]]\).*/\1All/g'
/etc/httpd/conf/DocumentRoot.conf
sed
-i
's/^\([[:blank:]]*AllowOverride[[:blank:]]\).*/\1All/g'
/etc/httpd/conf/DocumentRoot.conf
chown
-v
-R
apache:apache /srv/www
chown
-v
-R
apache:apache /srv/www
patch
-Np1
-d
/srv/www < roundcubemail-1.
4.11
-chgsaslpasswd_fix.patch
patch
-Np1
-d
/srv/www < roundcubemail-1.
5.3
-chgsaslpasswd_fix.patch
cd
/srv/www/plugins/password/helpers
&&
gcc
-o
chgsaslpasswd chgsaslpasswd.c
cd
/srv/www/plugins/password/helpers
&&
gcc
-o
chgsaslpasswd chgsaslpasswd.c
chown
root.apache /srv/www/plugins/password/helpers/chgsaslpasswd
chown
root.apache /srv/www/plugins/password/helpers/chgsaslpasswd
chmod
4550 /srv/www/plugins/password/helpers/chgsaslpasswd
chmod
4550 /srv/www/plugins/password/helpers/chgsaslpasswd
...
...
roundcubemail-1.
4.11
-chgsaslpasswd_fix.patch
→
roundcubemail-1.
5.3
-chgsaslpasswd_fix.patch
View file @
5beb2b4c
diff -uNr roundcubemail-1.
4.11/plugins/password/helpers/chgsaslpasswd.c roundcubemail-1.4.11
-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c
diff -uNr roundcubemail-1.
5.3/plugins/password/helpers/chgsaslpasswd.c roundcubemail-1.5.3
-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c
--- roundcubemail-1.
4.11/plugins/password/helpers/chgsaslpasswd.c 2021-02-09 05:59:40.000000000 +10
30
--- roundcubemail-1.
5.3/plugins/password/helpers/chgsaslpasswd.c 2022-06-27 05:56:57.000000000 +09
30
+++ roundcubemail-1.
4.11-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c 2023-07-08 19:57:46.503569100
+0930
+++ roundcubemail-1.
5.3-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c 2023-08-07 13:25:07.535770683
+0930
@@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
#include <stdio.h>
#include <stdio.h>
#include <unistd.h>
#include <unistd.h>
...
...
roundcubemail-1.
4.11
-complete.tar.gz
→
roundcubemail-1.
5.3
-complete.tar.gz
View file @
5beb2b4c
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment