Alexandre Aubin
9624c4dc1c
Fix small issue with unscd upgrade/downgrade ... new version ain't always 0.53.1, so find it using dirty scrapping
2020-06-18 16:18:40 +02:00
Alexandre Aubin
4e8642f675
Merge branch 'stretch-stable' into stretch-testing
2020-06-18 15:20:38 +02:00
Alexandre Aubin
9c33f64269
Update changelog for 3.8.4.9
2020-06-18 15:19:44 +02:00
Alexandre Aubin
7805837b1d
Move the general regen_conf after we regen ssh, otherwise there's a non-relevant warning displayed because the regen-conf tells to rerun ssh specifically which is already done...
2020-06-18 15:12:55 +02:00
Julien Rabier
9c1eca8d4a
fix destination concurrency
...
Hi,
Postfix has this very peculiar behavior where the target of some config keys changes depending on the value.
Here, if `smtp_destination_concurrency_limit` is set to 1, then according to http://www.postfix.org/postconf.5.html#default_destination_concurrency_limit it doesn't mean "1 concurrent mail per domain, but per recipiend address".
So, if set to 1, it means we can send any volume of e-mails concurrently (with a 5s delay) if all recipient addresses are different.
In order to avoid this, we should increase the value to restore the expected behavior (concurrency per domain, not per recipient).
2020-06-18 15:12:32 +02:00
Yasss Gurl
bf88d3e41e
Translated using Weblate (German)
...
Currently translated at 33.8% (222 of 656 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-06-18 15:11:41 +02:00
ppr
e93cbb1151
Translated using Weblate (French)
...
Currently translated at 99.4% (652 of 656 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-06-18 15:11:41 +02:00
xaloc33
47c2bce67a
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (656 of 656 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2020-06-18 15:11:41 +02:00
xaloc33
3b6083df4a
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (655 of 655 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2020-06-18 15:11:41 +02:00
Alexandre Aubin
f45254884b
Following previous regenconf fixes, the regen-conf was now outputing a whole lot of 'forget-about-it' when e.g. running regen-conf for nginx because of files flagged as 'should-not-exists'... so this is a dirty workaround
2020-06-18 15:11:41 +02:00
Alexandre Aubin
51d53be54c
Alway filter irrelevant log lines when sharing it
2020-06-18 15:11:41 +02:00
Alexandre Aubin
38704cbae4
Tweak log filter logic to be able to apply it during --share as well
2020-06-18 15:11:41 +02:00
Alexandre Aubin
d615546b18
Add yunohost version to logs metadata
2020-06-18 15:11:41 +02:00
Alexandre Aubin
0f0194beff
Fix error / debug message when diagnosis ain't happy when renewing certs
2020-06-18 15:11:41 +02:00
Alexandre Aubin
cd115ed83a
dirmngr is needed for apt-key / gpg ... usually installed but it's only a Recommends so sometimes it's not >.>
2020-06-18 15:11:41 +02:00
ljf (zamentur)
804f4b3e21
[fix] lower domain
...
Lower domain to avoid some edge cases issues
See: https://forum.yunohost.org/t/invalid-domain-causes-diagnosis-web-to-fail-fr-on-demand/11765
2020-06-18 15:11:41 +02:00
Alexandre Aubin
d2f8f720ab
Update changelog for 3.8.5.1
2020-06-06 03:34:47 +02:00
Alexandre Aubin
b57cfaac92
Add alpha stage disclaimer in the disclaimer
2020-06-06 03:33:38 +02:00
Alexandre Aubin
643de7cf5f
Update changelog for 3.8.5
2020-06-06 02:16:29 +02:00
Alexandre Aubin
95fac921a6
Merge branch 'stretch-stable' into stretch-unstable
2020-06-06 02:11:11 +02:00
Alexandre Aubin
051d14a945
Update changelog for 3.8.4.8
2020-06-06 02:08:05 +02:00
Alexandre Aubin
f27355d4b1
Properly handle stale hashes of files even when file got manually removed/modified
2020-06-06 02:02:54 +02:00
Alexandre Aubin
28a922de51
Get rid of old hashes of file that 'are expected to be removed' and are indeed 'already removed'
2020-06-06 02:02:17 +02:00
Alexandre Aubin
5e877449ed
Set sury default pinning to 600
2020-06-06 02:00:38 +02:00
Éric Gaspar
3b1a67d963
Update data/helpers.d/nodejs
...
Co-authored-by: Kayou <pierre@kayou.io>
2020-06-06 02:00:38 +02:00
Éric Gaspar
f0c9f612af
Update data/helpers.d/nodejs
...
Co-authored-by: Kayou <pierre@kayou.io>
2020-06-06 02:00:38 +02:00
ericgaspar
6e2e9b830d
add n_version variable
2020-06-06 02:00:38 +02:00
ericgaspar
9c11570926
fix stupid mistake
2020-06-06 02:00:38 +02:00
ericgaspar
9810ccbf99
Update nodejs
2020-06-06 02:00:38 +02:00
ericgaspar
d30ec3953a
Update n to upstream version (6.5.1)
2020-06-06 02:00:38 +02:00
Alexandre Aubin
5dfa45518d
More accurate grep to avoid mistakenly grepping commented lines...
2020-06-06 02:00:38 +02:00
Alexandre Aubin
33fc9d78d2
Make sure to propagate change in slapd systemd conf during initial install
2020-06-06 02:00:38 +02:00
Alexandre Aubin
35dc0e797a
Propagate location change for ffdhe2048.pem
2020-06-06 02:00:38 +02:00
Alexandre Aubin
5a74155dd4
Put ffdhe2048.pem in /usr/share/yunohost/other/ instead of /etc/ssl
2020-06-06 02:00:38 +02:00
Alexandre Aubin
daed21c975
Rename dh2048.pem to ffdhe2048.pem
2020-06-06 02:00:38 +02:00
Alexandre Aubin
ea43f68552
Add comments about where the DH param comes from
2020-06-06 02:00:38 +02:00
SohKa
d00261d7a5
Add pre-defined DHE group and set up Nginx to use it
2020-06-06 02:00:38 +02:00
Josué Tille
6ffd0d8f5a
Don't add unprotected_urls if it's already in skipped_urls
2020-06-06 02:00:38 +02:00
Alexandre Aubin
ea26182ad1
Fix regen-conf mechanism for SSH
2020-06-06 02:00:38 +02:00
Alexandre Aubin
2ff1cd8dd6
Merge pull request #1014 from YunoHost/fix-regen-conf-for-ssh
...
Fix regen-conf mechanism for SSH
2020-06-06 01:57:15 +02:00
Alexandre Aubin
5a003291bc
Merge branch 'stretch-unstable' into fix-regen-conf-for-ssh
2020-06-06 01:57:03 +02:00
Alexandre Aubin
30528565eb
Merge pull request #1009 from YunoHost/remove-stale-files-in-regen-conf
...
Clean stale file/hashes in regen-conf
2020-06-06 01:54:04 +02:00
Alexandre Aubin
653c5fde8f
Set sury default pinning to 600
2020-06-06 01:16:54 +02:00
Alexandre Aubin
b050c1b3a4
Merge pull request #1012 from ericgaspar/update-n-to-6.5.1
...
Update n to 6.5.1
2020-06-05 17:50:54 +02:00
Alexandre Aubin
2408a62059
More accurate grep to avoid mistakenly grepping commented lines...
2020-06-05 16:58:46 +02:00
Éric Gaspar
2ab56428f8
Update data/helpers.d/nodejs
...
Co-authored-by: Kayou <pierre@kayou.io>
2020-06-05 11:27:43 +02:00
Alexandre Aubin
a0511cca19
Fix string key
2020-06-05 02:50:51 +02:00
Alexandre Aubin
e544bf3e85
Do not disable sury during migration
2020-06-05 02:50:51 +02:00
Alexandre Aubin
9f1211e9b8
Also remove stupid progress messages during this migration
2020-06-05 02:50:51 +02:00
Alexandre Aubin
9d0c092481
Disable/skip ntp when inside a container
2020-06-05 02:50:51 +02:00