[vlc-commits] Changed LibVNCServer fetch URL to the VideoLAN server.

Konstantin Pavlov git at videolan.org
Sat Dec 3 11:04:15 CET 2016


vlc/vlc-2.2 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sat Dec  3 13:01:14 2016 +0300| [4589965edd5fe8c093d185c6663be622936816a1] | committer: Konstantin Pavlov

Changed LibVNCServer fetch URL to the VideoLAN server.

Some SF mirrors are serving the file with incorrect checksum:
https://mailman.videolan.org/pipermail/vlc-devel/2016-November/110638.html

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=4589965edd5fe8c093d185c6663be622936816a1
---

 contrib/src/vncserver/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/vncserver/rules.mak b/contrib/src/vncserver/rules.mak
index e4991b0..ca6e4fc 100644
--- a/contrib/src/vncserver/rules.mak
+++ b/contrib/src/vncserver/rules.mak
@@ -1,7 +1,7 @@
 # vncserver
 
 VNCSERVER_VERSION := 0.9.9
-VNCSERVER_URL := $(SF)/libvncserver/libvncserver/$(VNCSERVER_VERSION)/LibVNCServer-$(VNCSERVER_VERSION).tar.gz
+VNCSERVER_URL := $(CONTRIB_VIDEOLAN)/vncclient/LibVNCServer-$(VNCSERVER_VERSION).tar.gz
 
 ifdef BUILD_NETWORK
 PKGS += vncserver



More information about the vlc-commits mailing list