mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-12 00:51:44 +02:00
Between 3.120.1 and 3.120, we noticed this:
```
$ ls /var/tmp/portage/app-misc/ca-certificates-3.120-r1/work
nss-3.120
$ ls /var/tmp/portage/app-misc/ca-certificates-3.120.1/work
nss-NSS_3_120_1_RTM
```
The last one is using the GitHub release format - it seems the upstream
pushed a GitHub release on the Mozilla Archive FTP server?
Gentoo did the move as well: b51bd45ded
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>