Module Name:    xsrc
Committed By:   mrg
Date:           Tue Jul 12 01:26:29 UTC 2022

Modified Files:
        xsrc/external/mit/libXcursor/include: config.h
        xsrc/external/mit/xdpyinfo/include: config.h
        xsrc/external/mit/xfs/include: config.h

Log Message:
more updates for xfs 1.2.1, xdpyinfo 1.3.3, and libXcursor 1.2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/libXcursor/include/config.h
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xdpyinfo/include/config.h
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xfs/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libXcursor/include/config.h
diff -u xsrc/external/mit/libXcursor/include/config.h:1.5 xsrc/external/mit/libXcursor/include/config.h:1.6
--- xsrc/external/mit/libXcursor/include/config.h:1.5	Mon Mar 11 06:37:19 2019
+++ xsrc/external/mit/libXcursor/include/config.h	Tue Jul 12 01:26:29 2022
@@ -7,12 +7,12 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1
 
@@ -48,7 +48,7 @@
 #define PACKAGE_NAME "libXcursor"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libXcursor 1.2.0"
+#define PACKAGE_STRING "libXcursor 1.2.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libXcursor"
@@ -57,7 +57,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.0"
+#define PACKAGE_VERSION "1.2.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -66,10 +66,12 @@
 #define PACKAGE_VERSION_MINOR 2
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 20
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+   required in a freestanding environment). This macro is provided for
+   backward compatibility; new code need not use it. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.2.0"
+#define VERSION "1.2.1"

Index: xsrc/external/mit/xdpyinfo/include/config.h
diff -u xsrc/external/mit/xdpyinfo/include/config.h:1.3 xsrc/external/mit/xdpyinfo/include/config.h:1.4
--- xsrc/external/mit/xdpyinfo/include/config.h:1.3	Tue Jul 12 01:13:15 2022
+++ xsrc/external/mit/xdpyinfo/include/config.h	Tue Jul 12 01:26:29 2022
@@ -95,7 +95,7 @@
 #define PACKAGE_NAME "xdpyinfo"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xdpyinfo 1.3.2"
+#define PACKAGE_STRING "xdpyinfo 1.3.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xdpyinfo"
@@ -104,7 +104,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.2"
+#define PACKAGE_VERSION "1.3.3"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -113,7 +113,7 @@
 #define PACKAGE_VERSION_MINOR 3
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 3
 
 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
@@ -121,4 +121,4 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.3.2"
+#define VERSION "1.3.3"

Index: xsrc/external/mit/xfs/include/config.h
diff -u xsrc/external/mit/xfs/include/config.h:1.5 xsrc/external/mit/xfs/include/config.h:1.6
--- xsrc/external/mit/xfs/include/config.h:1.5	Tue Jul 12 01:13:15 2022
+++ xsrc/external/mit/xfs/include/config.h	Tue Jul 12 01:26:29 2022
@@ -73,7 +73,7 @@
 #define PACKAGE_NAME "xfs"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xfs 1.2.0"
+#define PACKAGE_STRING "xfs 1.2.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xfs"
@@ -82,7 +82,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.0"
+#define PACKAGE_VERSION "1.2.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -91,7 +91,7 @@
 #define PACKAGE_VERSION_MINOR 2
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
@@ -196,7 +196,7 @@
 
 
 /* Version number of package */
-#define VERSION "1.2.0"
+#define VERSION "1.2.1"
 
 /* Build support for starting from inetd */
 #define XFS_INETD 1

Reply via email to