Skip to content

Conversation

@gmbeard
Copy link
Contributor

@gmbeard gmbeard commented Dec 7, 2024

This prevents the tilde (~) character from being escaped as %7e in paths.

For example, this URL didn't previously resolve correctly...

http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz

Fixes #606

This prevents the tilde (`~`) character from being escaped as
`%7e` in paths.

For example, this URL didn't previously resolve correctly...

```
http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz
```

Fixes void-linux#606
@gmbeard gmbeard force-pushed the fix/xbps-fetch-tilde-path-character branch from df4f1a0 to 444e8a3 Compare December 8, 2024 14:47
@gmbeard gmbeard changed the title xbps-fetch: don't url-encode tilde character in path xbps-fetch: don't url-escape tilde character in path Dec 8, 2024
@Duncaen Duncaen merged commit 74f2a92 into void-linux:master Jan 21, 2025
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.

xbps-fetch: tilde character shouldn't be url-escaped

2 participants