FreeBSD Bugzilla – Attachment 230227 Details for
Bug 260526
x11-servers/xorg-server: Update to 1.20.14 as a security fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix typo
xorg-server-1.20.14.patch (text/plain), 2.63 KB, created by
Greg Veldman
on 2021-12-18 22:13:59 UTC
(
hide
)
Description:
Fix typo
Filename:
MIME Type:
Creator:
Greg Veldman
Created:
2021-12-18 22:13:59 UTC
Size:
2.63 KB
patch
obsolete
>diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile >index 147167b5aa9f..7efbc03eeeb9 100644 >--- a/x11-servers/xorg-server/Makefile >+++ b/x11-servers/xorg-server/Makefile >@@ -1,7 +1,7 @@ > # Created by: Eric Anholt <anholt@FreeBSD.org> > > PORTNAME?= xorg-server >-PORTVERSION?= 1.20.13 >+PORTVERSION?= 1.20.14 > PORTREVISION?= 0 > PORTEPOCH?= 1 > CATEGORIES= x11-servers >diff --git a/x11-servers/xorg-server/distinfo b/x11-servers/xorg-server/distinfo >index 5e86ce216f32..aa32b77ed403 100644 >--- a/x11-servers/xorg-server/distinfo >+++ b/x11-servers/xorg-server/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1634455742 >-SHA256 (xorg/xserver/xorg-server-1.20.13.tar.xz) = 40aa4e96a56a81a301f15a9b10e06a22700f12b42d9e0e453c7f11d354386300 >-SIZE (xorg/xserver/xorg-server-1.20.13.tar.xz) = 5122260 >+TIMESTAMP = 1639835065 >+SHA256 (xorg/xserver/xorg-server-1.20.14.tar.xz) = 5cc5b70b9be89443e2594b93656c60bd5e82cd7f01deb4ce4faf81dcf546a16b >+SIZE (xorg/xserver/xorg-server-1.20.14.tar.xz) = 5178288 >diff --git a/x11-servers/xorg-server/files/patch-configure b/x11-servers/xorg-server/files/patch-configure >index 5847cde487f8..8fae963e6530 100644 >--- a/x11-servers/xorg-server/files/patch-configure >+++ b/x11-servers/xorg-server/files/patch-configure >@@ -97,7 +97,7 @@ > pkg_failed=no > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5 > @@ -25884,11 +25924,12 @@ else >- $as_echo "yes" >&6; } >+ printf "%s\n" "yes" >&6; } > HAVE_LIBUDEV=yes > fi > -if test "x$CONFIG_UDEV" = xauto; then >@@ -105,7 +105,7 @@ > + if test "x$CONFIG_UDEV" = xauto; then > + CONFIG_UDEV="$HAVE_LIBUDEV" > >- $as_echo "#define HAVE_LIBUDEV 1" >>confdefs.h >+ printf "%s\n" "#define HAVE_LIBUDEV 1" >>confdefs.h > > + fi > fi >@@ -133,7 +133,7 @@ > > -if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then > +if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno && test "x$CONFIG_DEVD" = xno; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: >+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: > - *********************************************** > - Neither HAL nor udev backend will be enabled. > + ***************************************************** >@@ -141,7 +141,7 @@ > Input device hotplugging will not be available! > - ***********************************************" >&5 > + *****************************************************" >&5 >- $as_echo "$as_me: WARNING: >+ printf "%s\n" "$as_me: WARNING: > - *********************************************** > - Neither HAL nor udev backend will be enabled. > + *****************************************************
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260526
:
230226
| 230227 |
230708