From 54a414eb01ab7940d3cc5a3e9b99b551bc39785b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 19 Mar 2018 13:13:28 +0100 Subject: [PATCH 1/2] xfce4-settings: Securely download source archive Use HTTPS to securely download the source archive. --- xfce4-settings.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index c2158f59b..6d82758c9 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.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://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 7fecadfe784be191cb46577c9750edcdd3014d72 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 19 Mar 2018 13:17:02 +0100 Subject: [PATCH 2/2] xfce4-settings: Update version from 4.12.0 to 4.12.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for [4.12.1][1], [4.12.2][2], and [4.12.3][3]. > Release notes for 4.12.1 > ======================== > - Fix: Color scheme preview on low bit depth displays (Xfce #12223) > - Fix: Memory leak in xfce4-appearance-settings (Xfce #11746) > - Fix: /Xft/Hinting is never set (Xfce #12086) > - Fix: Segfault in convert_xfce_output_info when plugging in an external > model, fallback on 640x480 (Xfce #12580, RH #1317382) > - Fix: xfsettingsd resets TV mode to NULL on power cycle (Xfce #11107) > - Make sure icon == NULL if no icon is found > - Make the 'Settings Editor Dialog' pluggable. > - Translation updates: Arabic, Asturian, Bulgarian, Catalan, Croatian, > English (Australia), Galician, German, Greek, Hebrew, Hungarian, > Icelandic, Indonesian, Lithuanian, Occitan (post 1500), Polish, Russian, > Slovak, Swedish > Release notes for 4.12.2 > ======================== > - Fix: Leave monitors where they were if possible (Xfce #14096) > - Fix: syncdaemon not starting with certain locales > - Fix: division by 0 crash from gdk_screen_height_mm() > - New: Default monospace font option in the Appearance dialog > - New: Improved support for embedded DisplayPort connectors > - New: Show location of the mouse pointer on keypress > - Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, > Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), > Croatian, Czech, Danish, Dutch, English (Australia), English (United > Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, > Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, > Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, > Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, > Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian > Release notes for 4.12.3 > ======================== > Improvements for multimonitor support: > - Visualize all three display configuration states > - Visually note if two displays overlap (mirrored) but are not cloned > - Always draw active display last so it's on top > - Fix: Correctly position monitors in extended mode > - Fix: Race condition with monitor connect and disconnect > - Fix: Segfault on monitor reconnect [1]: https://mail.xfce.org/pipermail/xfce-announce/2016-September/000464.html [2]: https://mail.xfce.org/pipermail/xfce-announce/2018-March/000584.html [3]: https://mail.xfce.org/pipermail/xfce-announce/2018-March/000589.html --- xfce4-settings.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 6d82758c9..d75607db0 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.12.0-0 +# BEE_VERSION xfce4-settings-4.12.3-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.)