Skip to content

Commit

Permalink
libICE: Securely download source archive over HTTPS
Browse files Browse the repository at this point in the history
Update the URL to the target of the redirect.

    $ curl -I http://xorg.freedesktop.org/releases
    HTTP/1.1 301 Moved Permanently
    Date: Tue, 18 Dec 2018 15:23:24 GMT
    Server: Apache/2.4.25 (Debian)
    Location: https://www.x.org/releases
    Content-Type: text/html; charset=iso-8859-1
pmenzel committed Dec 18, 2018
1 parent 659b49a commit 84fdbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libICE.be0
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libICE-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://www.x.org/releases/individual/lib/libICE-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.

0 comments on commit 84fdbd6

Please sign in to comment.