fetch: hardcode HTTPS port and fallback to /etc/services for other unknown ports.

This commit is contained in:
Juan RP
2014-08-25 16:07:47 +02:00
parent bc92b387cb
commit 25e8002737
3 changed files with 8 additions and 2 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.38 (???):
* libxbps: the fetch code now is able to connect to HTTPS without the need of
/etc/services being available; We don't expect those ports to change anytime!
* xbps-uchroot(8) is now only built on linux, because it's not portable to other
Operating Systems.