Teal Dulcet
0bcb0f8d17
Merge 0c82b0f6a9
into e931e103fe
2024-01-10 10:20:36 -08:00
KiekerJan
e931e103fe
[security] SMTP smuggling: update short term fix ( #2346 )
...
Update short term fix according to postfix advisory at https://www.postfix.org/smtp-smuggling.html .
2024-01-10 09:34:06 -05:00
Joshua Tauberer
7646095b94
v67
2023-12-22 08:56:43 -05:00
Joshua Tauberer
faf23f150c
Guard against SMTP smuggling
...
This short-term workaround is recommended at https://www.postfix.org/smtp-smuggling.html :
smtpd_data_restrictions=reject_unauth_pipelining
2023-12-22 08:54:15 -05:00
Teal Dulcet
0c82b0f6a9
Fixed SC2244: Prefer explicit -n to check non-empty string.
2023-12-21 08:49:20 -08:00
Teal Dulcet
a5ebd9c6a6
Quote echo commands to preserve whitespace.
2023-12-21 08:44:22 -08:00
Teal Dulcet
558d8be901
Removed unnecessary bc commands.
2023-12-21 08:29:24 -08:00
Teal Dulcet
8c040ce7f4
Replaced the pwd command with Bash's $PWD variable.
2023-12-21 08:18:43 -08:00
Teal Dulcet
ee585fa80a
Fixed SC2007: Use $((..)) instead of deprecated $[..].
2023-12-21 08:10:35 -08:00
Teal Dulcet
afe3c2f139
Fixed SC2002: Useless cat.
2023-12-21 08:09:36 -08:00
Teal Dulcet
dfd542f362
Fixed SC2005: Useless echo.
2023-12-21 08:08:32 -08:00
Teal Dulcet
6c89bb41db
Fixed SC2003: expr is antiquated.
2023-12-21 08:07:34 -08:00
Teal Dulcet
8e53c72ecb
Fixed SC2236: Use -n instead of ! -z.
2023-12-21 08:06:26 -08:00
Teal Dulcet
f04af59ffd
Fixed SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
2023-12-21 08:05:18 -08:00
Teal Dulcet
6303c01bc1
Fixed SC2091: Remove surrounding $() to avoid executing output.
2023-12-21 08:03:54 -08:00
Teal Dulcet
62c742bbf7
Fixed SC2140: Word is of the form "A"B"C".
2023-12-21 08:02:51 -08:00
Teal Dulcet
1bbb7e2b4f
Fixed more SC2164.
2023-12-21 08:01:09 -08:00
Teal Dulcet
180815d20f
Fixed SC2046: Quote to prevent word splitting.
2023-12-21 08:00:26 -08:00
Teal Dulcet
16844f2a8d
Fixed SC2148: Add a shebang.
2023-12-21 07:30:31 -08:00
Teal Dulcet
fe953c050e
Fixed more SC2086.
2023-12-21 07:28:29 -08:00
Teal Dulcet
4175448b36
Fixed SC2164: Use 'cd ... || exit' in case cd fails.
2023-12-21 07:02:42 -08:00
Teal Dulcet
58be3194c0
Fixed SC2086: Double quote to prevent globbing and word splitting.
2023-12-21 06:58:34 -08:00
Teal Dulcet
7655a7688c
Fixed SC2006: Use $(...) notation instead of legacy backticks ...
.
2023-12-21 06:15:50 -08:00
Joshua Tauberer
8e4e9add78
Version 66
2023-12-17 16:31:18 -05:00
KiekerJan
fa8c7ddef5
Upgrade roundcube to 1.6.5 ( #2329 )
2023-12-04 09:23:36 -05:00
bilogic
6d6ce25e03
Allow specifying another repo to install from in bootstrap.sh ( #2334 )
2023-12-04 09:22:54 -05:00
Joshua Tauberer
371f5bc1b2
Fix virtualenv creation reported in #2335
2023-11-28 07:25:50 -05:00
Joshua Tauberer
0314554207
Version 65
2023-10-27 06:02:22 -04:00
matidau
46d55f7866
Update zpush.sh to version 2.7.1 ( #2315 )
...
Updating to latest release, bugfixes no new features.
2023-10-26 09:04:13 -04:00
KiekerJan
2bbc317873
Update Roundcube to 1.6.4 ( #2317 )
2023-10-26 09:03:29 -04:00
clpo13
28f929dc13
Fix typo in system-backup.html: Amazone -> Amazon ( #2311 )
2023-10-10 13:22:19 -04:00
Joshua Tauberer
e419b62034
Version 64
2023-09-02 19:46:24 -04:00
Joshua Tauberer
a966913963
Fix command line arguments for duplicity 2.1 ( #2301 )
2023-09-02 15:54:16 -04:00
Joshua Tauberer
08defb12be
Add a new backup.py command to print the duplicity command to the console to help debugging
2023-09-02 07:49:41 -04:00
Jeff Volkenant
7be687e601
Move source and target positional arguments to the end, required for Duplicity 2.1.0
...
(Modified by JT.)
2023-09-02 07:28:48 -04:00
Aaron Ten Clay
62efe985f1
Disable OpenDMARC sending reports ( #2299 )
...
OpenDMARC report messages, while potentially useful for peer operators of mail servers, are abusable and should not be enabled by default. This change prioritizes the safety of the Box's reputation.
2023-09-02 07:10:04 -04:00
Alex
df44056bae
Fix checksums in nextcloud.sh ( #2293 )
2023-09-02 07:07:12 -04:00
Dmytro Kyrychuk
3148c621d2
Fix issue with slash (/) characters in B2 Application Key ( #2281 )
...
Urlencode B2 Application Key when saving configuration, urldecode it
back when reading. Duplicity accepts urlencoded target directly, no
decoding is necessary when backup is performed.
Resolve #1964
2023-09-02 07:03:24 -04:00
Michael Heuberger
81866de229
Amend --always option to all git describe commands ( #2275 )
2023-09-02 06:59:39 -04:00
matidau
674ce92e92
Fix z-push-admin broken in v60 ( #2263 )
...
Update zpush.sh to create two sbin bash scripts for z-push-admin and z-push-top using PHP_VER.
2023-09-02 06:55:15 -04:00
Darren Sanders
c034b0f789
Fix how the value is being passed for the gpg-options parameter
...
Duplicity v2.1.0 backups are failing with the error:
"... --gpg-options expected one argument".
The issue is that duplicity v2.1.0 began using the argparse Python
library and the parse_known_args function. This function
interprets the argument being passed, "--cipher-algo=AES256",
as an argument name (because of the leading '-') and not as an
argument value. Because of that it exits with an error and
reports that the --gpg-options arg is missing its value.
Adding an extra set of quotes around this string causes
parse_known_args to interpret the string as an argument
value.
2023-08-30 16:34:17 -07:00
Joshua Tauberer
cd45d08409
Version 63
2023-07-29 12:11:29 -04:00
Michael Heuberger
98628622c7
Bump Nextcloud to v25.0.7 ( #2268 )
...
Also
- bumps calendar and contacts apps
- adds extra migration steps between these versions
- adds cron job for Calendar updates
- rotates nextloud log file after upgrading
- adds primary key indices migrations
- adjusts configs slightly
- adds more well-known entries in nginx to improve service discovery
- reformats some comments (line-breaking)
2023-06-16 11:49:55 -04:00
Joshua Tauberer
8b19d15735
Version 62
2023-05-20 08:57:32 -04:00
matidau
93380b243f
Update zpush.sh to version 2.7.0 ( #2236 )
2023-05-13 10:27:42 -04:00
Joshua Tauberer
fb0a3b0489
Restore Roundcube's password reset tool by removing PRAGMA journal_mode = WAL
from Roundcube source ( #2199 )
2023-05-13 10:26:41 -04:00
Joshua Tauberer
3bc9d07aeb
Roundcube 1.6.1
2023-05-13 07:00:54 -04:00
Joshua Tauberer
51ed030917
Allow setting the S3 region name in backup settings to pass to duplicity
...
It's stuffed inside the username portion of the target URL. We already mangle the target before passing it to duplicity so there wasn't a need for a new field.
Fixes the issue raised in #2200 , #2216 .
2023-05-13 07:00:29 -04:00
Joshua Tauberer
e828d63a85
Allow secondary DNS xfr: items to be hostnames that are resolved to IP addresses when generating the nsd configuration
2023-05-13 07:00:10 -04:00
Joshua Tauberer
0ee0784bde
Changelog entries
2023-05-13 06:59:49 -04:00