Skip to content

Commit e3e6c63

Browse files
committed
NEWS: advertise that rsync now supports TLS
1 parent 01db2d6 commit e3e6c63

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

web/dev/mirrors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ with the distribution of sizes like this:
8383
You can use rsync to update your mirror using
8484

8585
```shell
86-
rsync -rlptH --safe-links --delete-delay --delay-updates \
86+
rsync-ssl -rlptH --safe-links --delete-delay --delay-updates \
8787
rsync://repo.msys2.org/builds/ ./msys2
8888
```
8989

@@ -97,6 +97,9 @@ source_url='rsync://repo.msys2.org/builds/'
9797
lastupdate_url='https://repo.msys2.org/lastupdate'
9898
```
9999

100+
Since our server has TLS/SSL support, you can replace the `rsync` command in the
101+
script with `rsync-ssl`.
102+
100103
To register your mirror please open an issue here:
101104
https://github.com/msys2/msys2.github.io/issues
102105

web/news.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ summary: Important events happening.
55

66
This page lists important changes or issues affecting MSYS2 users. We also post them to [Twitter](https://twitter.com/msys2org) and [Mastodon](https://fosstodon.org/@msys2org), including some not-so-important things :)
77

8+
### 2024-04-23 - TLS/SSL Support for the Repository Rsync Server
9+
10+
We have added TLS/SSL support for the repository rsync server. This means that
11+
you can now use
12+
13+
```console
14+
$ rsync-ssl rsync://repo.msys2.org/builds
15+
```
16+
17+
to sync the repository over an encrypted connection.
18+
819
### 2024-04-02 - Automated Vulnerability Reporting System
920

1021
The [package index](https://packages.msys2.org/security) now has some

0 commit comments

Comments
 (0)