From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] package/x11r7/xserver_xorg-server: bump to version 1.19.3
Date: Sun, 19 Mar 2017 21:51:54 +0100 [thread overview]
Message-ID: <20170319205155.3333-2-romain.naour@gmail.com> (raw)
In-Reply-To: <20170319205155.3333-1-romain.naour@gmail.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
.../{1.19.2 => 1.19.3}/0001-modesettings-needs-dri2.patch | 0
.../0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch | 0
.../{1.19.2 => 1.19.3}/0003-Remove-check-for-useSIGIO-option.patch | 0
package/x11r7/xserver_xorg-server/Config.in | 4 ++--
package/x11r7/xserver_xorg-server/xserver_xorg-server.hash | 4 ++--
5 files changed, 4 insertions(+), 4 deletions(-)
rename package/x11r7/xserver_xorg-server/{1.19.2 => 1.19.3}/0001-modesettings-needs-dri2.patch (100%)
rename package/x11r7/xserver_xorg-server/{1.19.2 => 1.19.3}/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch (100%)
rename package/x11r7/xserver_xorg-server/{1.19.2 => 1.19.3}/0003-Remove-check-for-useSIGIO-option.patch (100%)
diff --git a/package/x11r7/xserver_xorg-server/1.19.2/0001-modesettings-needs-dri2.patch b/package/x11r7/xserver_xorg-server/1.19.3/0001-modesettings-needs-dri2.patch
similarity index 100%
rename from package/x11r7/xserver_xorg-server/1.19.2/0001-modesettings-needs-dri2.patch
rename to package/x11r7/xserver_xorg-server/1.19.3/0001-modesettings-needs-dri2.patch
diff --git a/package/x11r7/xserver_xorg-server/1.19.2/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch b/package/x11r7/xserver_xorg-server/1.19.3/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch
similarity index 100%
rename from package/x11r7/xserver_xorg-server/1.19.2/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch
rename to package/x11r7/xserver_xorg-server/1.19.3/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch
diff --git a/package/x11r7/xserver_xorg-server/1.19.2/0003-Remove-check-for-useSIGIO-option.patch b/package/x11r7/xserver_xorg-server/1.19.3/0003-Remove-check-for-useSIGIO-option.patch
similarity index 100%
rename from package/x11r7/xserver_xorg-server/1.19.2/0003-Remove-check-for-useSIGIO-option.patch
rename to package/x11r7/xserver_xorg-server/1.19.3/0003-Remove-check-for-useSIGIO-option.patch
diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index 032811e..b04ccf4 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -79,7 +79,7 @@ choice
bool "X Window System server version"
config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_19
- bool "1.19.2"
+ bool "1.19.3"
select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_23
select BR2_PACKAGE_XLIB_LIBXFONT2
select BR2_PACKAGE_XPROTO_PRESENTPROTO
@@ -99,7 +99,7 @@ endchoice
config BR2_PACKAGE_XSERVER_XORG_SERVER_VERSION
string
- default "1.19.2" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_19
+ default "1.19.3" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_19
default "1.17.4" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17
default "1.14.7" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_14
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash b/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
index 456fb8b..b7b4635 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.hash
@@ -3,5 +3,5 @@ sha1 7a95765e56b124758fcd7b609589e65b8870880b x
sha256 fcf66fa6ad86227613d2d3e8ae13ded297e2a1e947e9060a083eaf80d323451f xorg-server-1.14.7.tar.bz2
# From https://lists.x.org/archives/xorg-announce/2015-October/002650.html
sha256 0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457 xorg-server-1.17.4.tar.bz2
-# From https://lists.x.org/archives/xorg-announce/2017-March/002779.html
-sha256 4f8ab9f4a1a885fe7550080555381b34b82858582559e8e3c4da96e3a85884bb xorg-server-1.19.2.tar.bz2
+# From https://lists.freedesktop.org/archives/xorg/2017-March/058662.html
+sha256 8f93b98f1ac9fbd87515bfe329a069b48bbec98e5329584ab5fbf759a0953b8d xorg-server-1.19.3.tar.bz2
--
2.9.3
next prev parent reply other threads:[~2017-03-19 20:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-19 20:51 [Buildroot] [PATCH 1/3] package/mesa3d: add lm-sensors optional dependency Romain Naour
2017-03-19 20:51 ` Romain Naour [this message]
2017-03-20 18:40 ` [Buildroot] [PATCH 2/3] package/x11r7/xserver_xorg-server: bump to version 1.19.3 Bernd Kuhls
2017-03-20 21:21 ` Thomas Petazzoni
2017-03-20 21:46 ` Romain Naour
2017-03-19 20:51 ` [Buildroot] [PATCH 3/3] package/x11r7/xdriver_xf86-video-ati: bump version to 7.9.0 Romain Naour
2017-03-20 21:21 ` [Buildroot] [PATCH 1/3] package/mesa3d: add lm-sensors optional dependency Thomas Petazzoni
2017-03-30 22:19 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170319205155.3333-2-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox