Closed
Description
While validating the brew distribution, I've noticed the permission in spring-boot-cli-2.3.0.RELEASE-bin.tar.gz
do not look right.
This is what we have for 2.3.0 (staging):
[---x---r--] ./INSTALL.txt
[---x---r--] ./LICENCE.txt
[drwxr-xr-x] ./bin
[-r-x---r-x] ./bin/spring
[---x---r--] ./bin/spring.bat
[drwxr-xr-x] ./legal
[---x---r--] ./legal/open_source_licenses.txt
[drwxr-xr-x] ./lib
[-rw-r--r--] ./lib/spring-boot-cli-2.3.0.RELEASE.jar
[drwxr-xr-x] ./shell-completion
[drwxr-xr-x] ./shell-completion/bash
[---x---r--] ./shell-completion/bash/spring
[drwxr-xr-x] ./shell-completion/zsh
[---x---r--] ./shell-completion/zsh/_spring
And with a previous release:
[-rw-r--r--] ./INSTALL.txt
[-rw-r--r--] ./LICENCE.txt
[drwxr-xr-x] ./bin
[-rwxr-xr-x] ./bin/spring
[-rw-r--r--] ./bin/spring.bat
[drwxr-xr-x] ./legal
[-rw-r--r--] ./legal/open_source_licenses.txt
[drwxr-xr-x] ./lib
[-rw-r--r--] ./lib/spring-boot-cli-2.2.7.RELEASE.jar
[drwxr-xr-x] ./shell-completion
[drwxr-xr-x] ./shell-completion/bash
[-rw-r--r--] ./shell-completion/bash/spring
[drwxr-xr-x] ./shell-completion/zsh
[-rw-r--r--] ./shell-completion/zsh/_spring