Bug#906012: marked as done (libxcursor: CVE-2015-9262)

2018-08-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Aug 2018 16:51:10 +0100
with message-id 
<1534607470.4009403.1478404200.69287...@webmail.messagingengine.com>
and subject line Re: libxcursor: CVE-2015-9262
has caused the Debian Bug report #906012,
regarding libxcursor: CVE-2015-9262
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
906012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libxcursor
Version: 1:1.1.14-1+deb8u1
X-Debbugs-CC: t...@security.debian.org
Severity: grave
Tags: security

Hi,

The following vulnerability was published for libxcursor.

CVE-2015-9262[0]:
| _XcursorThemeInherits in library.c in libXcursor before 1.1.15 allows
| remote attackers to cause denial of service or potentially code
| execution via a one-byte heap overflow.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-9262
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9262


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- End Message ---
--- Begin Message ---
Version: 1:1.1.13-1+deb7u3

Hi,

> libxcursor: CVE-2015-9262

This was addressed in oldoldstable here:

  https://deb.freexian.com/extended-lts/updates/ela-26-1-libxcursor/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   ` End Message ---


Processed: reassign 902965 and 904995 to xserver-xorg-video-ati

2018-08-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 902965 xserver-xorg-video-ati 1:18.0.1-1
Bug #902965 [xserver-xorg-core] xserver-xorg-core: lxdm fails to start xserver 
with 2:1.20.0-3
Bug reassigned from package 'xserver-xorg-core' to 'xserver-xorg-video-ati'.
No longer marked as found in versions xorg-server/2:1.20.0-3.
Ignoring request to alter fixed versions of bug #902965 to the same values 
previously set
Bug #902965 [xserver-xorg-video-ati] xserver-xorg-core: lxdm fails to start 
xserver with 2:1.20.0-3
Marked as found in versions xserver-xorg-video-ati/1:18.0.1-1.
> reassign 904995 xserver-xorg-video-ati 1:18.0.1-1
Bug #904995 [xserver-xorg-core] [xserver-xorg-core] upgrading to 2:1.20.0-3 
results in mouse and blank screen
Bug reassigned from package 'xserver-xorg-core' to 'xserver-xorg-video-ati'.
No longer marked as found in versions xorg-server/2:1.20.0-3.
Ignoring request to alter fixed versions of bug #904995 to the same values 
previously set
Bug #904995 [xserver-xorg-video-ati] [xserver-xorg-core] upgrading to 
2:1.20.0-3 results in mouse and blank screen
Marked as found in versions xserver-xorg-video-ati/1:18.0.1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
902965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902965
904995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#904995: xserver-common: black screen with mouse on screen rotate.

2018-08-18 Thread Andreas Boll
On Thu, Aug 16, 2018 at 10:49:33AM +0200, Michel Dänzer wrote:
> On 2018-08-16 10:27 AM, Simon Polack wrote:
> > The issue seems to be not limited to ATI/AMD graphics, as i face it on
> > intel aswell.
> 
> That's probably a separate bug in the modesetting driver, which might
> indeed be fixed in upstream xserver 1.20.1.

The issue in the modesetting driver has been fixed in xorg-server
2:1.20.1-1 and the issue in xserver-xorg-video-ati will be fixed asap.

Thanks,
Andreas



Bug#888692: marked as done (xserver-xorg-video-mach64 FTCBFS: abuses AC_CHECK_FILE for build system files)

2018-08-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Aug 2018 12:49:28 +
with message-id 
and subject line Bug#888692: fixed in xserver-xorg-video-r128 6.11.0-1
has caused the Debian Bug report #888692,
regarding xserver-xorg-video-mach64 FTCBFS: abuses AC_CHECK_FILE for build 
system files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xserver-xorg-video-mach64
Version: 6.9.5-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

xserver-xorg-video-mach64 fails to cross build from source, because it
abuses AC_CHECK_FILE for finding headers. AC_CHECK_FILE is supposed to
find files on the host system. You cannot usually expect the host system
to have headers, so this use is incorrect. It happens to also break
cross compilation. To check for files on the build system, simply use
"test -f". The attached patch implements that. Please consider applying
it.

Helmut
Index: xserver-xorg-video-mach64-6.9.5/configure.ac
===
--- xserver-xorg-video-mach64-6.9.5.orig/configure.ac
+++ xserver-xorg-video-mach64-6.9.5/configure.ac
@@ -81,14 +81,26 @@
 # Checks for libraries.
 
 if test "$DRI" != no; then
-	AC_CHECK_FILE([${sdkdir}/dri.h],
-  [have_dri_h="yes"], [have_dri_h="no"])
-	AC_CHECK_FILE([${sdkdir}/sarea.h],
-  [have_sarea_h="yes"], [have_sarea_h="no"])
-	AC_CHECK_FILE([${sdkdir}/dristruct.h],
-  [have_dristruct_h="yes"], [have_dristruct_h="no"])
-	AC_CHECK_FILE([${sdkdir}/damage.h],
-  [have_damage_h="yes"], [have_damage_h="no"])
+	if test -f "${sdkdir}/dri.h"; then
+		have_dri_h="yes"
+	else
+		have_dri_h="no"
+	fi
+	if test -f "${sdkdir}/sarea.h"; then
+		have_sarea_h="yes"
+	else
+		have_sarea_h="no"
+	fi
+	if test -f "${sdkdir}/dristruct.h"; then
+		have_dristruct_h="yes"
+	else
+		have_dristruct_h="no"
+	fi
+	if test -f "${sdkdir}/damage.h"; then
+		have_damage_h="yes"
+	else
+		have_damage_h="no"
+	fi
 fi
 
 AC_MSG_CHECKING([whether to include DRI support])
--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-r128
Source-Version: 6.11.0-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-r128, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Boll  (supplier of updated xserver-xorg-video-r128 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 18 Aug 2018 14:37:03 +0200
Source: xserver-xorg-video-r128
Binary: xserver-xorg-video-r128
Architecture: source
Version: 6.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 xserver-xorg-video-r128 - X.Org X server -- ATI r128 display driver
Closes: 888692
Changes:
 xserver-xorg-video-r128 (6.11.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Dylan Aïssi ]
   * Bump Standards-Version: 4.2.0 (no changes needed).
 .
   [ Andreas Boll ]
   * New upstream release.
 - Fixes cross build failure (Closes: #888692).
   * signing-key.asc: Add PGP key from Kevin Brace.
Checksums-Sha1:
 aec104597189ca39886d668773ebef8053b1be7b 2351 
xserver-xorg-video-r128_6.11.0-1.dsc
 2e4384d4e4396856f5421dd3565b0d3db601f445 611412 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 9e7089cb59e94ec1a2d02e0c3936acf220d18b2c 17155 
xserver-xorg-video-r128_6.11.0-1.diff.gz
Checksums-Sha256:
 ad0c7ac6afdad290c008cd397b3abc40efc7ed1ea53da9cf1ec0979aa8bc960a 2351 
xserver-xorg-video-r128_6.11.0-1.dsc
 fcd91f498a7623d24713de912d82c58f15a5a3bba0a7a4a6a1638b6d379b3f14 611412 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 e32a82fb5c0c5a3f6d4e3d8e84ee6c03d7533a2e78913fc7b23fd146a4492fa7 17155 
xserver-xorg-video-r128_6.11.0-1.diff.gz
Files:
 fc4826ed200d9f955987e330f11245d7 2351 x11 optional 
xserver-xorg-video-r128_6.11.0-1.dsc
 01b3ebbb5780bf20f5e1b68b42c5692c 611412 x11 optional 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 

Processed: Web browsers do not work with armhf

2018-08-18 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 falkon 3.0.0-3
Bug #897925 [libgles2-mesa-dev] Web browsers do not work with armhf
Bug reassigned from package 'libgles2-mesa-dev' to 'falkon'.
No longer marked as found in versions mesa/18.0.2-2.
Ignoring request to alter fixed versions of bug #897925 to the same values 
previously set
Bug #897925 [falkon] Web browsers do not work with armhf
Marked as found in versions falkon/3.0.0-3.
> severity -1 important
Bug #897925 [falkon] Web browsers do not work with armhf
Severity set to 'important' from 'normal'

-- 
897925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#897925: Web browsers do not work with armhf

2018-08-18 Thread eHenry Berg
Control: reassign -1 falkon 3.0.0-3
Control: severity -1 important

My KInfocenter shows:
KDE Plasma Verson:  5.13.2
KDE Frameworks Version: 5.47.0
Qt Version: 5.11.1
Kernel Version: 4.17.0-2-armmp
OS Type:32-bit

Now (QT 5.11.1) web browsers Falkon and Konqueror fill up
.xsession-errors with the following repeating messages:
[1257:1280:0818/115526.416023:ERROR:gl_surface_qt.cpp(299)] Requested
OpenGL implementation is not supported. Implementation: 0
[1257:1280:0818/115526.416121:ERROR:gl_surface_qt.cpp(292)]
eglCreatePbufferSurface failed and surfaceless context not available

The browsers are not working. The error messages which I had before
"Failed to load /usr/bin" have disappeared.
This bug is only related to my 32-bit enviroment "armhf" installation.
My 64-bit enviroment "arm64" works!
This bug seems to be related to Debian bug 905711.

// Evald



[Git][xorg-team/driver/xserver-xorg-video-ati][debian-unstable] 20 commits: rules: Add missing epoch

2018-08-18 Thread Andreas Boll
Andreas Boll pushed to branch debian-unstable at X Strike Force / driver / 
xserver-xorg-video-ati


Commits:
7eec4cbc by Andreas Boll at 2018-08-18T09:27:25Z
rules: Add missing epoch

- - - - -
724045c1 by Michel Dänzer at 2018-08-18T09:27:36Z
Bail from dri2_create_buffer2 if we cant get a pixmap

We would store the NULL pointer and continue, which would lead to a
crash down the road.

Bugzilla: https://bugs.freedesktop.org/106293
Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 3dcfce8d0f495d09d7836caf98ef30d625b78a13)

- - - - -
6a0730b1 by Michel Dänzer at 2018-08-18T09:27:36Z
glamor: Bail CreatePixmap on unsupported pixmap depth

Fixes crash in that case.

Bugzilla: https://bugs.freedesktop.org/106293
Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 65c9dfea4e841b7d6f795c7489fede58c5e9631f)

- - - - -
32468d07 by Michel Dänzer at 2018-08-18T09:27:36Z
Drop unused drmmode_create_bo_pixmap surface parameter

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 25836375e0aab17a2e6bd91acb1c19b837ae2109)

- - - - -
2a2e88e6 by Michel Dänzer at 2018-08-18T09:27:36Z
EXA: Remove old RADEONEXACreatePixmap hook

Not used by any supported version of xserver.

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit ac18a993a3a68629805b8f272a339e25444c0897)

- - - - -
91b01af8 by Michel Dänzer at 2018-08-18T09:27:36Z
Only initialize libdrm_radeon surface manager for = R600

Not used with older GPUs.

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit eec4a41925127ae490f0a5156a881a08d521e28e)

- - - - -
cd3216d6 by Michel Dänzer at 2018-08-18T09:27:36Z
glamor: Dont store radeon_surfaces in pixmaps

Only EXA needs them.

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit ba5d5402b3e2e807d7e47205ac83f930b6c8caf5)

- - - - -
897f3e48 by Michel Dänzer at 2018-08-18T09:27:36Z
Factor out radeon_surface_initialize helper

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 5da2bf43e64f2d702fe05016263f617c10f8f134)

- - - - -
e09a2a32 by Michel Dänzer at 2018-08-18T09:27:36Z
Move flush from radeon_scanout_do_update to its callers

No functional change intended.

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 90b94d40449f665f2d12874598062a5e5e5b64cd)

- - - - -
eb072649 by Jammy Zhou at 2018-08-18T09:27:36Z
Remove throttling from radeon_dri2_copy_region2

Throttling should be handled by the client-side drivers.

Signed-off-by: Jammy Zhou jammy.z...@amd.com
(Ported from amdgpu commit 8a34a8149860ac15e83ccdbd8d9a527d8d3e5997)
Reviewed-by: Alex Deucher alexander.deuc...@amd.com

(cherry picked from commit 6c986e997159ad0086f940294b244fc4c30b61fc)

- - - - -
8a5c3097 by Michel Dänzer at 2018-08-18T09:27:36Z
Refactor radeon_finish helper

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 37ba075b34130c41bb7a2261bd666af5b29ffaf3)

- - - - -
f33c28fc by Michel Dänzer at 2018-08-18T09:27:36Z
Add struct radeon_buffer

Inspired by amdgpu, preparation for the following change. For now, this
is mostly a wrapper around struct radeon_bo, no functional change
intended.

Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit b85b7b11f5b5e792f21951b881bd8433d3d70858)

- - - - -
69b68c55 by Michel Dänzer at 2018-08-18T09:27:36Z
glamor: Use GBM for BO allocation when possible

Inspired by amdgpu. This avoids various issues due to a GEM handle
lifetime conflict between us and Mesa with current glamor.

Bugzilla: https://bugs.freedesktop.org/105381
Tested-by: Konstantin Kharlamov hi-an...@yandex.ru
Reviewed-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 3c4c0213c11d623cba7adbc28dde652694f2f758)

- - - - -
4c4b2172 by Michel Dänzer at 2018-08-18T09:27:36Z
glamor: Invalidate cached GEM handle in radeon_set_pixmap_bo

We continued using the stale cached handle, causing issues e.g. when
resizing the screen via RandR.

Reported-by: iive on IRC
Acked-by: Alex Deucher alexander.deuc...@amd.com
(cherry picked from commit 499d2f9d5d301ef1efd4ffc2952677609ef05122)

- - - - -
7575b7ec by Andreas Boll at 2018-08-18T09:27:40Z
Document all cherry-picked patches in debian/changelog

- - - - -
9c815647 by Andreas Boll at 2018-08-18T09:27:51Z
Build-depend on libgbm-dev

- - - - -
5d95ce8c by Andreas Boll at 2018-08-18T09:39:50Z
Set source format to 1.0.

- - - - -
3bd8b005 by Andreas Boll at 2018-08-18T09:42:58Z
Update a bunch of URLs in packaging to https.

- - - - -
1dea6660 by Andreas Boll at 2018-08-18T09:46:26Z
Bump standards version to 4.2.0.

- - - - -
0026b567 by Andreas Boll at 2018-08-18T11:25:19Z
Close bug #905395

- - - - -


30 changed files:

- configure.ac
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/source/format
- debian/watch
- src/Makefile.am
- src/drmmode_display.c
- src/drmmode_display.h
- src/evergreen_exa.c
- 

[Git][xorg-team/driver/xserver-xorg-video-r128] Pushed new tag xserver-xorg-video-r128-6.11.0-1

2018-08-18 Thread Andreas Boll
Andreas Boll pushed new tag xserver-xorg-video-r128-6.11.0-1 at X Strike Force 
/ driver / xserver-xorg-video-r128

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-r128/tree/xserver-xorg-video-r128-6.11.0-1
You're receiving this email because of your account on salsa.debian.org.


xserver-xorg-video-r128_6.11.0-1_source.changes ACCEPTED into unstable

2018-08-18 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 18 Aug 2018 14:37:03 +0200
Source: xserver-xorg-video-r128
Binary: xserver-xorg-video-r128
Architecture: source
Version: 6.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 xserver-xorg-video-r128 - X.Org X server -- ATI r128 display driver
Closes: 888692
Changes:
 xserver-xorg-video-r128 (6.11.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Dylan Aïssi ]
   * Bump Standards-Version: 4.2.0 (no changes needed).
 .
   [ Andreas Boll ]
   * New upstream release.
 - Fixes cross build failure (Closes: #888692).
   * signing-key.asc: Add PGP key from Kevin Brace.
Checksums-Sha1:
 aec104597189ca39886d668773ebef8053b1be7b 2351 
xserver-xorg-video-r128_6.11.0-1.dsc
 2e4384d4e4396856f5421dd3565b0d3db601f445 611412 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 9e7089cb59e94ec1a2d02e0c3936acf220d18b2c 17155 
xserver-xorg-video-r128_6.11.0-1.diff.gz
Checksums-Sha256:
 ad0c7ac6afdad290c008cd397b3abc40efc7ed1ea53da9cf1ec0979aa8bc960a 2351 
xserver-xorg-video-r128_6.11.0-1.dsc
 fcd91f498a7623d24713de912d82c58f15a5a3bba0a7a4a6a1638b6d379b3f14 611412 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 e32a82fb5c0c5a3f6d4e3d8e84ee6c03d7533a2e78913fc7b23fd146a4492fa7 17155 
xserver-xorg-video-r128_6.11.0-1.diff.gz
Files:
 fc4826ed200d9f955987e330f11245d7 2351 x11 optional 
xserver-xorg-video-r128_6.11.0-1.dsc
 01b3ebbb5780bf20f5e1b68b42c5692c 611412 x11 optional 
xserver-xorg-video-r128_6.11.0.orig.tar.gz
 ba96f6afdd4dd8ba8b5768703b61743d 17155 x11 optional 
xserver-xorg-video-r128_6.11.0-1.diff.gz

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE45C5cAWC+uqVmsrUHu9T04o6nGcFAlt4ExkRHGFib2xsQGRl
Ymlhbi5vcmcACgkQHu9T04o6nGcTCg//YYApJB4mleDwbmyu8pBSno/KWbJZ+HXF
9uYKjnHIdy6amZKVhgGErWXMIT27eYara+2egCLdngh2+kh5usLFSCNa/hY9kOlD
YxiyzryNdpFQosyw0hC/2OcQJoR7jZPueEWRhSKGXp+3d2vshtNsxbJcrkpEW9h9
P59Z5pOtmirGzBNdCf0pHbOdrAwX0I9lAKnLSTi26dBJfUt1bSBngHyGDNHFQC65
xlW/CumydQRkJUNi4CUsjqIDJSmC/KHQNNrODt0XetS5eLIaeVGW0WGUdiO1Hzl5
eFLQlvljOroiyCSCkSQR0u+rgoZpR+y4Wuj9Ao+xJuD+BpBgiiRQAxn9eDKzjjzA
hcborW/O0LYDyPHMS2cveXC96wiiBCxGeRm9zmb122w5n6XAQ+EVL+F8EwP47wW3
X6kVV+Z/N8VOtO9by98FAPDFmIr8nRIV+iRcUcqs8ioRSuu/ksQ9QM8PkTIMrkqY
w0B6TZ9y4ErC93tT+60oElgGj7pAd+yFTkDjXh/8DXFbaJRHhu7zYWbri+DaJvw2
5JqGhllb1jyAacDqO9QuNjR+AjWUdckzxCa5PIRjd52/wD+br7zQE+OA/rtJODCl
mTPMfn/gdZzB0oLmB566xUB/oQh8wmvKUQZBUUEuMoUhiZE9uyyP3DGGnxVhcMFu
PjJ0gNyxWdY=
=Cj7i
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of xserver-xorg-video-r128_6.11.0-1_source.changes

2018-08-18 Thread Debian FTP Masters
xserver-xorg-video-r128_6.11.0-1_source.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-r128_6.11.0-1.dsc
  xserver-xorg-video-r128_6.11.0.orig.tar.gz
  xserver-xorg-video-r128_6.11.0-1.diff.gz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of xserver-xorg-video-vesa_2.4.0-1_source.changes

2018-08-18 Thread Debian FTP Masters
xserver-xorg-video-vesa_2.4.0-1_source.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-vesa_2.4.0-1.dsc
  xserver-xorg-video-vesa_2.4.0.orig.tar.gz
  xserver-xorg-video-vesa_2.4.0-1.diff.gz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/driver/xserver-xorg-video-vesa][debian-unstable] 4 commits: Update some URLs in packaging to https.

2018-08-18 Thread Andreas Boll
Andreas Boll pushed to branch debian-unstable at X Strike Force / driver / 
xserver-xorg-video-vesa


Commits:
84b0c364 by Andreas Boll at 2018-08-18T11:32:33Z
Update some URLs in packaging to https.

- - - - -
749783c9 by Andreas Boll at 2018-08-18T11:33:29Z
Set source format to 1.0.

- - - - -
c96a7919 by Andreas Boll at 2018-08-18T11:33:39Z
Bump standards version to 4.2.0.

- - - - -
df7a1a8d by Andreas Boll at 2018-08-18T11:43:10Z
Upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/source/format


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,17 @@
-xserver-xorg-video-vesa (1:2.4.0-1) UNRELEASED; urgency=medium
+xserver-xorg-video-vesa (1:2.4.0-1) unstable; urgency=medium
 
+  [ Sven Joachim ]
   * New upstream release.
   * Update Vcs-* fields to point at salsa.debian.org.
   * Use https in debian/watch.
   * Bump Standards-Version to 4.1.3, no changes needed.
 
- -- Sven Joachim   Sun, 18 Feb 2018 10:02:00 +0100
+  [ Andreas Boll ]
+  * Update some URLs in packaging to https.
+  * Set source format to 1.0.
+  * Bump standards version to 4.2.0.
+
+ -- Andreas Boll   Sat, 18 Aug 2018 13:42:56 +0200
 
 xserver-xorg-video-vesa (1:2.3.4-1) unstable; urgency=medium
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  xutils-dev (>= 1:7.5+4),
  quilt,
  libpciaccess-dev (>= 0.12.901),
-Standards-Version: 4.1.3
+Standards-Version: 4.2.0
 Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa
 
@@ -35,7 +35,7 @@ Description: X.Org X server -- VESA display driver
  badly.
  .
  More information about X.Org can be found at:
- http://www.X.org>
+ https://www.X.org>
  .
  This package is built from the X.org xf86-video-vesa driver module.
 


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
+https://xorg.freedesktop.org/releases/individual/driver/
 
 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
 Copyright 2008 Red Hat, Inc.


=
debian/source/format
=
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0



View it on GitLab: 
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa/compare/6cf6ab1db26849eec71f07f8533d1af5109ca8a6...df7a1a8df5f45f5a8a248ad32d665faa569495af

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa/compare/6cf6ab1db26849eec71f07f8533d1af5109ca8a6...df7a1a8df5f45f5a8a248ad32d665faa569495af
You're receiving this email because of your account on salsa.debian.org.


[Git][xorg-team/driver/xserver-xorg-video-vesa] Pushed new tag xserver-xorg-video-vesa-1_2.4.0-1

2018-08-18 Thread Andreas Boll
Andreas Boll pushed new tag xserver-xorg-video-vesa-1_2.4.0-1 at X Strike Force 
/ driver / xserver-xorg-video-vesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa/tree/xserver-xorg-video-vesa-1_2.4.0-1
You're receiving this email because of your account on salsa.debian.org.


Bug#906537: xorg-dev: depends on empty dummy packages

2018-08-18 Thread Sven Joachim
Control: tags -1 = pending

On 2018-08-18 14:08 +0700, Damir R. Islamov wrote:

> xorg-dev has a lot of deps empty transitional dummy packages:
>
> un  x11proto-bigreqs-devtransitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-composite-dev   1:2018.4-4all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-core-dev2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-damage-dev  1:2018.4-4all  transitional dummy 
> package (replaced by x11proto-dev)
> un  x11proto-dmx-devtransitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-fixes-dev   1:2018.4-4all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-fonts-dev   2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-gl-dev  2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-input-dev   2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> un  x11proto-kb-dev transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-randr-dev   2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-record-dev  2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-render-dev  2:2018.4-4all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-resource-dev2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-scrnsaver-dev   2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-video-dev   2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> un  x11proto-xcmisc-dev transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-xext-dev2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-xf86bigfont-dev 2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-xf86dga-dev 2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> un  x11proto-xf86dri-devtransitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-xf86vidmode-dev 2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)
> ii  x11proto-xinerama-dev2018.4-4  all  transitional dummy 
> package (replaced by x11proto-dev)

Fixed in git[1], thanks.  As far as xorg-dev is concerned, you should be
able to uninstall all of these packages already, since x11proto-dev
provides them.

Cheers,
   Sven


1. 
https://salsa.debian.org/xorg-team/xorg/commit/8c9b6b2c28dc60e93b5753982551e06912acc736



Processed: Re: Bug#906537: xorg-dev: depends on empty dummy packages

2018-08-18 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 = pending
Bug #906537 [xorg-dev] xorg-dev: depends on empty dummy packages
Added tag(s) pending; removed tag(s) a11y.

-- 
906537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#906537: xorg-dev: depends on empty dummy packages

2018-08-18 Thread Damir R. Islamov
Package: xorg-dev
Version: 1:7.7+19
Severity: minor
Tags: a11y

Dear Maintainer,

xorg-dev has a lot of deps empty transitional dummy packages:

un  x11proto-bigreqs-devtransitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-composite-dev   1:2018.4-4all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-core-dev2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-damage-dev  1:2018.4-4all  transitional dummy 
package (replaced by x11proto-dev)
un  x11proto-dmx-devtransitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-fixes-dev   1:2018.4-4all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-fonts-dev   2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-gl-dev  2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-input-dev   2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
un  x11proto-kb-dev transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-randr-dev   2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-record-dev  2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-render-dev  2:2018.4-4all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-resource-dev2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-scrnsaver-dev   2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-video-dev   2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
un  x11proto-xcmisc-dev transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-xext-dev2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-xf86bigfont-dev 2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-xf86dga-dev 2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
un  x11proto-xf86dri-devtransitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-xf86vidmode-dev 2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)
ii  x11proto-xinerama-dev2018.4-4  all  transitional dummy 
package (replaced by x11proto-dev)

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xorg-dev depends on:
ii  libdmx-dev1:1.1.3-1+b3
ii  libfontenc-dev1:1.1.3-1+b2
ii  libfs-dev 2:1.0.7-1+b2
ii  libice-dev2:1.0.9-2
ii  libsm-dev 2:1.2.2-1+b3
ii  libx11-dev2:1.6.5-1
ii  libxau-dev1:1.0.8-1+b2
ii  libxaw7-dev   2:1.0.13-1+b2
ii  libxcomposite-dev 1:0.4.4-2
ii  libxcursor-dev1:1.1.15-1
ii  libxdamage-dev1:1.1.4-3
ii  libxdmcp-dev  1:1.1.2-3
ii  libxext-dev   2:1.3.3-1+b2
ii  libxfixes-dev 1:5.0.3-1
ii  libxfont-dev  1:2.0.3-1
ii  libxft-dev2.3.2-2
ii  libxi-dev 2:1.7.9-1
ii  libxinerama-dev   2:1.1.3-1+b3
ii  libxkbfile-dev1:1.0.9-2
ii  libxmu-dev2:1.1.2-2
ii  libxmuu-dev   2:1.1.2-2
ii  libxpm-dev1:3.5.12-1
ii  libxrandr-dev 2:1.5.1-1
ii  libxrender-dev1:0.9.10-1
ii  libxres-dev   2:1.2.0-2
ii  libxss-dev1:1.2.2-1+b2
ii  libxt-dev 1:1.1.5-1
ii  libxtst-dev   2:1.2.3-1
ii  libxv-dev 2:1.0.11-1
ii  libxvmc-dev   2:1.0.10-1
ii  libxxf86dga-dev   2:1.1.4-1+b3
ii  libxxf86vm-dev1:1.1.4-1+b2
pn  x11proto-bigreqs-dev  
ii  x11proto-composite-dev1:2018.4-4
ii  x11proto-core-dev 2018.4-4
ii  x11proto-damage-dev