You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/news.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ summary: Important events happening.
5
5
6
6
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 :)
7
7
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
+
8
19
### 2024-04-02 - Automated Vulnerability Reporting System
9
20
10
21
The [package index](https://packages.msys2.org/security) now has some
0 commit comments