From 659b49a78988b0d7cab2abd34dffc007ab0fbcdd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Dec 2018 16:20:38 +0100 Subject: [PATCH 1/3] libICE: Convert to versionless bee file --- libICE-1.0.8-0.bee => libICE.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libICE-1.0.8-0.bee => libICE.be0 (98%) diff --git a/libICE-1.0.8-0.bee b/libICE.be0 similarity index 98% rename from libICE-1.0.8-0.bee rename to libICE.be0 index 27227c65c..59a706d69 100755 --- a/libICE-1.0.8-0.bee +++ b/libICE.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libICE-1.0.8-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 84fdbd644769c95e2c37e9b79a983c1f45173e6e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Dec 2018 16:22:35 +0100 Subject: [PATCH 2/3] libICE: Securely download source archive over HTTPS 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 --- libICE.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libICE.be0 b/libICE.be0 index 59a706d69..4850bc9b3 100755 --- a/libICE.be0 +++ b/libICE.be0 @@ -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. From bdccf43576c9d62714b15313ff0518a829e03332 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Dec 2018 16:24:14 +0100 Subject: [PATCH 3/3] libICE: Update version from 1.0.8 to 1.0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let’s see if the crashes on *schlumpfine* below are fixed in this release. [ 1371.934219] traps: xfsettingsd[2515] general protection ip:7f51d1df5c05 sp:7ffc097c8300 error:0 in libICE.so.6.3.0[7f51d1dec000+17000] [ 1486.765650] xfce4-panel[3395]: segfault at 0 ip (null) sp 00007fff76c2b638 error 14 in xfce4-panel[400000+58000] [ 1486.765681] traps: xfsettingsd[3410] general protection ip:7fc0bcfaec05 sp:7ffd11d25190 error:0 in libICE.so.6.3.0[7fc0bcfa5000+17000] --- libICE.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libICE.be0 b/libICE.be0 index 4850bc9b3..a47db7b16 100755 --- a/libICE.be0 +++ b/libICE.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libICE-1.0.8-0 +# BEE_VERSION libICE-1.0.9-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)