Module Name:    xsrc
Committed By:   mrg
Date:           Mon Jul  8 20:41:25 UTC 2019

Modified Files:
        xsrc/external/mit/sessreg/dist: sessreg.h
        xsrc/external/mit/sessreg/include: config.h
        xsrc/external/mit/xf86-input-elographics/include: config.h
Removed Files:
        xsrc/external/mit/sessreg/dist: README
        xsrc/external/mit/xf86-input-elographics/dist: README

Log Message:
merge sessreg 1.1.2 and xf86-input-elographics 1.4.2.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r0 xsrc/external/mit/sessreg/dist/README
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/sessreg/dist/sessreg.h
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/sessreg/include/config.h
cvs rdiff -u -r1.1.1.1 -r0 \
    xsrc/external/mit/xf86-input-elographics/dist/README
cvs rdiff -u -r1.4 -r1.5 \
    xsrc/external/mit/xf86-input-elographics/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/sessreg/dist/sessreg.h
diff -u xsrc/external/mit/sessreg/dist/sessreg.h:1.4 xsrc/external/mit/sessreg/dist/sessreg.h:1.5
--- xsrc/external/mit/sessreg/dist/sessreg.h:1.4	Fri Jul 17 03:22:06 2015
+++ xsrc/external/mit/sessreg/dist/sessreg.h	Mon Jul  8 20:41:24 2019
@@ -103,6 +103,13 @@
 # define TTYS_FILE	"/etc/ttys"
 #endif
 
+#ifndef _PATH_WTMPX
+# define _PATH_WTMPX	"/var/log/wtmp"
+#endif
+#ifndef _PATH_UTMPX
+# define _PATH_UTMPX	"/var/log/utmp"
+#endif
+
 #ifndef WTMPX_FILE
 # define WTMPX_FILE	_PATH_WTMPX
 #endif

Index: xsrc/external/mit/sessreg/include/config.h
diff -u xsrc/external/mit/sessreg/include/config.h:1.4 xsrc/external/mit/sessreg/include/config.h:1.5
--- xsrc/external/mit/sessreg/include/config.h:1.4	Fri Jul 17 03:23:01 2015
+++ xsrc/external/mit/sessreg/include/config.h	Mon Jul  8 20:41:24 2019
@@ -59,7 +59,7 @@
 #define PACKAGE_NAME "sessreg"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sessreg 1.0.6"
+#define PACKAGE_STRING "sessreg 1.1.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "sessreg"
@@ -68,7 +68,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.0"
+#define PACKAGE_VERSION "1.1.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -77,7 +77,7 @@
 #define PACKAGE_VERSION_MINOR 1
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1

Index: xsrc/external/mit/xf86-input-elographics/include/config.h
diff -u xsrc/external/mit/xf86-input-elographics/include/config.h:1.4 xsrc/external/mit/xf86-input-elographics/include/config.h:1.5
--- xsrc/external/mit/xf86-input-elographics/include/config.h:1.4	Wed Jun  5 01:06:27 2013
+++ xsrc/external/mit/xf86-input-elographics/include/config.h	Mon Jul  8 20:41:24 2019
@@ -43,13 +43,13 @@
 #define PACKAGE_NAME "xf86-input-elographics"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-input-elographics 1.4.1"
+#define PACKAGE_STRING "xf86-input-elographics 1.4.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-input-elographics"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.1"
+#define PACKAGE_VERSION "1.4.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -58,10 +58,10 @@
 #define PACKAGE_VERSION_MINOR 4
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.4.1"
+#define VERSION "1.4.2"

Reply via email to