pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libxcb
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 4 04:39:09 UTC 2022
Modified Files:
pkgsrc/x11/libxcb: Makefile distinfo
pkgsrc/x11/libxcb/patches: patch-configure
Log Message:
libxcb: update to 1.15.
Alan Coopersmith (1):
xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()
Demi Marie Obenour (1):
Fix integer overflows in xcb_in.c
Eduardo Sánchez Muñoz (1):
Use the 'present' field to properly check that the XC-MISC
Hodong (1):
Fix a memory leak
Julien Cristau (2):
Increment libtool version info for libxcb-dri3
Add newline when printing auth/connection failure string to stderr
Matt Turner (1):
libxcb 1.15
Peter Harris (2):
Fix build on Windows
Fix writev emulation on Windows
Povilas Kanapickas (4):
c_client.py: Extract get_expr_field_names() c_client.py:
Use get_expr_field_names directly to resolve list fields c_client: Extract
_c_get_field_mapping_for_expr()
c_client.py: Implement handling of <length> element
Ran Benita (3):
tests: don't use deprecated fail_unless check API
gitignore: add files generated by make check
Avoid request counter truncation in replies map after 2**32 requests
Thomas Anderson (1):
Fix hang in xcb_request_check()
Uli Schlachter (1):
Improve/fix docs for reply fds functions
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/libxcb/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libxcb/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libxcb/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libxcb/Makefile
diff -u pkgsrc/x11/libxcb/Makefile:1.37 pkgsrc/x11/libxcb/Makefile:1.38
--- pkgsrc/x11/libxcb/Makefile:1.37 Sun Apr 10 08:53:17 2022
+++ pkgsrc/x11/libxcb/Makefile Wed May 4 04:39:09 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/04/10 08:53:17 nia Exp $
+# $NetBSD: Makefile,v 1.38 2022/05/04 04:39:09 wiz Exp $
-DISTNAME= libxcb-1.14
+DISTNAME= libxcb-1.15
CATEGORIES= x11
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/lib/
EXTRACT_SUFX= .tar.xz
@@ -11,7 +11,7 @@ COMMENT= X protocol C-language Binding
LICENSE= mit # with no-advertising clause
TOOL_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
-TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.14:../../x11/py-xcbgen
+TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.15:../../x11/py-xcbgen
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
Index: pkgsrc/x11/libxcb/distinfo
diff -u pkgsrc/x11/libxcb/distinfo:1.22 pkgsrc/x11/libxcb/distinfo:1.23
--- pkgsrc/x11/libxcb/distinfo:1.22 Tue Oct 26 11:34:09 2021
+++ pkgsrc/x11/libxcb/distinfo Wed May 4 04:39:09 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:34:09 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/05/04 04:39:09 wiz Exp $
-BLAKE2s (libxcb-1.14.tar.xz) = 071005e87b55ab34f76a129374c3e413f9268067882c59821637b14d931eed63
-SHA512 (libxcb-1.14.tar.xz) = b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6
-Size (libxcb-1.14.tar.xz) = 439404 bytes
+BLAKE2s (libxcb-1.15.tar.xz) = f7cd5453ef4ec435ae5fe31e6cd37adc61c461992ba66fb2d88106c7969ff651
+SHA512 (libxcb-1.15.tar.xz) = f6c7d766b7cf9cab6abe948ee424cbae6951dbfe2f76fa58a109cdc05b0f0919dcc4e38176a22ff4b95fc1e38596115317e32ba33b24cae0035a4e30dbcbdad9
+Size (libxcb-1.15.tar.xz) = 446492 bytes
SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f
-SHA1 (patch-configure) = f292c2bd8b89a911e804e7e15edf7e0a008c57d6
+SHA1 (patch-configure) = f95857c011628bdf620cb6151ab9d1c02fae7882
Index: pkgsrc/x11/libxcb/patches/patch-configure
diff -u pkgsrc/x11/libxcb/patches/patch-configure:1.1 pkgsrc/x11/libxcb/patches/patch-configure:1.2
--- pkgsrc/x11/libxcb/patches/patch-configure:1.1 Sun Feb 23 22:37:45 2020
+++ pkgsrc/x11/libxcb/patches/patch-configure Wed May 4 04:39:09 2022
@@ -1,8 +1,8 @@
-$NetBSD: patch-configure,v 1.1 2020/02/23 22:37:45 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2022/05/04 04:39:09 wiz Exp $
---- configure.orig 2020-02-22 20:50:24.000000000 +0000
+--- configure.orig 2022-05-03 22:15:58.000000000 +0000
+++ configure
-@@ -19693,10 +19693,6 @@ $as_echo "yes" >&6; }
+@@ -20661,10 +20661,6 @@ printf "%s\n" "yes" >&6; }
fi
NEEDED="xau >= 0.99.2"
@@ -12,4 +12,4 @@ $NetBSD: patch-configure,v 1.1 2020/02/2
-esac
pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NEEDED" >&5
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for NEEDED" >&5
Home |
Main Index |
Thread Index |
Old Index