Skip to content

Fix verify_dist_tarball.sh after latest release#2519

Merged
IvanNardi merged 1 commit into
ntop:devfrom
IvanNardi:verify_dist_tarball-fix
Aug 7, 2024
Merged

Fix verify_dist_tarball.sh after latest release#2519
IvanNardi merged 1 commit into
ntop:devfrom
IvanNardi:verify_dist_tarball-fix

Conversation

@IvanNardi

Copy link
Copy Markdown
Collaborator

Moving from 4.8 to 4.10 (and so, from 4.9 to 4.11 for development builds) made some paths one character longer; that triggers an error with tar when running verify_dist_tarball.sh script:

tar: libndpi-4.11.0/fuzz/corpus/fuzz_filecfg_config/flow_risk.anonymous_subscriber.list.protonvpn.load.txt: file name is too long (max 99); not dumped

As a quick fix, reduce the length of that file name.

Moving from 4.8 to 4.10 (and so, from 4.9 to 4.11 for development builds)
made some paths one character longer; that triggers an error with tar
when running `verify_dist_tarball.sh` script:

```
tar: libndpi-4.11.0/fuzz/corpus/fuzz_filecfg_config/flow_risk.anonymous_subscriber.list.protonvpn.load.txt: file name is too long (max 99); not dumped
```
As a quick fix, reduce the length of that file name.
@sonarqubecloud

sonarqubecloud Bot commented Aug 7, 2024

Copy link
Copy Markdown

@IvanNardi IvanNardi merged commit 653175e into ntop:dev Aug 7, 2024
@IvanNardi IvanNardi deleted the verify_dist_tarball-fix branch August 7, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant