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
c655f7f3
Commit
c655f7f3
authored
Jul 25, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated roundcubemail to 1.4.11
parent
6bbc55a2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
Makefile
Makefile
+2
-2
roundcubemail-1.4.11-chgsaslpasswd_fix.patch
roundcubemail-1.4.11-chgsaslpasswd_fix.patch
+14
-0
roundcubemail-1.4.11-complete.tar.gz
roundcubemail-1.4.11-complete.tar.gz
+0
-0
No files found.
Makefile
View file @
c655f7f3
all
:
httpd-conf httpd-modules
all
:
httpd-conf httpd-modules
tar
xf roundcubemail-1.4.
8
-complete.tar.gz
-C
/srv/www
--strip-components
=
1
tar
xf roundcubemail-1.4.
11
-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.
8
-chgsaslpasswd_fix.patch
patch
-Np1
-d
/srv/www < roundcubemail-1.4.
11
-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.
8
-chgsaslpasswd_fix.patch
→
roundcubemail-1.4.
11
-chgsaslpasswd_fix.patch
View file @
c655f7f3
diff -uNr roundcubemail-1.4.
8/plugins/password/helpers/chgsaslpasswd.c roundcubemail-1.4.8
-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c
diff -uNr roundcubemail-1.4.
11/plugins/password/helpers/chgsaslpasswd.c roundcubemail-1.4.11
-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c
--- roundcubemail-1.4.
8/plugins/password/helpers/chgsaslpasswd.c 2020-08-11 04:34:57.000000000 +09
30
--- roundcubemail-1.4.
11/plugins/password/helpers/chgsaslpasswd.c 2021-02-09 05:59:40.000000000 +10
30
+++ roundcubemail-1.4.
8-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c 2021-01-27 13:19:11.626311177 +10
30
+++ roundcubemail-1.4.
11-chgsaslpasswd_fix/plugins/password/helpers/chgsaslpasswd.c 2023-07-08 19:57:46.503569100 +09
30
@@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
#include <stdio.h>
#include <stdio.h>
#include <unistd.h>
#include <unistd.h>
...
...
roundcubemail-1.4.
8
-complete.tar.gz
→
roundcubemail-1.4.
11
-complete.tar.gz
View file @
c655f7f3
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