notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: x11-servers/xorg-server/distinfo

Number of commits found: 39

Tuesday, 16 Apr 2024
05:06 Emmanuel Vadot (manu) search for other commits by this committer
x11-servers/xorg-server: Update to 21.1.13

Release notes:	https://lists.x.org/archives/xorg-announce/2024-April/003504.html

Differential Revision:	https://reviews.freebsd.org/D44794
Reviewed by:		bapt
PR:	 		278381
Sponsored by:		Beckhoff Automation GmbH & Co. KG
commit hash: a6d4f50ada9d185e74d40a9f0698534b5bf7ad1d commit hash: a6d4f50ada9d185e74d40a9f0698534b5bf7ad1d commit hash: a6d4f50ada9d185e74d40a9f0698534b5bf7ad1d commit hash: a6d4f50ada9d185e74d40a9f0698534b5bf7ad1d a6d4f50
Thursday, 4 Apr 2024
06:39 Emmanuel Vadot (manu) search for other commits by this committer
x11-servers/xorg-server: Update to 21.1.12

Release notes:	https://lists.x.org/archives/xorg-announce/2024-April/003499.html

Security:	CVE-2024-31080 CVE-2024-31081 CVE-2024-31083
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 0df7783381d70c4df74dda76d22425446e09b4c5 commit hash: 0df7783381d70c4df74dda76d22425446e09b4c5 commit hash: 0df7783381d70c4df74dda76d22425446e09b4c5 commit hash: 0df7783381d70c4df74dda76d22425446e09b4c5 0df7783
Tuesday, 16 Jan 2024
17:15 Emmanuel Vadot (manu) search for other commits by this committer
x11-servers/xorg-server: Update to 21.1.11

Security:	CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 7a0158d367b9b3652d6a744db201e5d7bae29d4a commit hash: 7a0158d367b9b3652d6a744db201e5d7bae29d4a commit hash: 7a0158d367b9b3652d6a744db201e5d7bae29d4a commit hash: 7a0158d367b9b3652d6a744db201e5d7bae29d4a 7a0158d
Wednesday, 13 Dec 2023
09:37 Emmanuel Vadot (manu) search for other commits by this committer
x11-servers/xorg-server: Update to 21.1.10

Security:       CVE-2023-6377, CVE-2023-6478
Sponsored by:   Beckhoff Automation GmbH & Co. KG
commit hash: 8fc19c94fdb2996135426c90894c3cf0d6763994 commit hash: 8fc19c94fdb2996135426c90894c3cf0d6763994 commit hash: 8fc19c94fdb2996135426c90894c3cf0d6763994 commit hash: 8fc19c94fdb2996135426c90894c3cf0d6763994 8fc19c9
Friday, 27 Oct 2023
09:16 Emmanuel Vadot (manu) search for other commits by this committer
x11-servers/xorg-server: Update to 21.1.9

CVE:	CVE-2023-5367 CVE-2023-5380 CVE-2023-5574
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 2bcf90175d660dde8ac139d63d43664ffd9d188f commit hash: 2bcf90175d660dde8ac139d63d43664ffd9d188f commit hash: 2bcf90175d660dde8ac139d63d43664ffd9d188f commit hash: 2bcf90175d660dde8ac139d63d43664ffd9d188f 2bcf901
Tuesday, 4 Apr 2023
17:32 Dimitry Andric (dim) search for other commits by this committer
x11-servers/xorg-server: update to 21.1.8

This fixes:

* ZDI-CAN-19866/CVE-2023-1393: X.Org Server Overlay Window
  Use-After-Free  Local Privilege Escalation Vulnerability

  If a client explicitly destroys the compositor overlay window (aka
  COW), the Xserver would leave a dangling pointer to that window in the
  CompScreen structure, which will trigger a use-after-free later.

PR:		270540
Approved by:	x11 (maintainer)
MFH:		2023Q2
Security:	96d84238-b500-490b-b6aa-2b77090a0410
commit hash: 0449a8492b3bd067d809faf3fdfe30a0f3345247 commit hash: 0449a8492b3bd067d809faf3fdfe30a0f3345247 commit hash: 0449a8492b3bd067d809faf3fdfe30a0f3345247 commit hash: 0449a8492b3bd067d809faf3fdfe30a0f3345247 0449a84
Monday, 27 Mar 2023
18:25 Dimitry Andric (dim) search for other commits by this committer
x11-servers/xorg-server: update to 21.1.7

PR:		268963
Approved by:	maintainer timeout (2 months)
MFH:		2023Q1
Security:	6cc63bf5-a727-4155-8ec4-68b626475e68
commit hash: f3039fe1340adfccc18903816ed05dca734855c2 commit hash: f3039fe1340adfccc18903816ed05dca734855c2 commit hash: f3039fe1340adfccc18903816ed05dca734855c2 commit hash: f3039fe1340adfccc18903816ed05dca734855c2 f3039fe
Tuesday, 2 Aug 2022
07:26 Baptiste Daroussin (bapt) search for other commits by this committer
xorg: upgrade to 21.1.4

Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
  in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others

xf86-video-ati: fix build with recent xorg

While here incorporate a patch which prevent crash of the driver
when xrandr is invoked

Update x11/libxcvt to provide cvt(1) and friends which are not provided anymore
Xorg

Reviewed by:		tcberner, manu, jbeich
Approved by:		tcberner, manu
Differential Revision:	https://reviews.freebsd.org/D35661
commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e 88b0ae2
Monday, 14 Mar 2022
19:19 Kurt Jaeger (pi) search for other commits by this committer Author: Greg Veldman
x11-servers/xorg-server: update 1.20.13 -> 1.20.14 for security

- See also:
  https://www.x.org/wiki/Development/Security/

PR:			260526
Approved by:		ports-secteam (zeising)
Relnotes:		https://lists.x.org/archives/xorg-announce/2021-December/003124.html
commit hash: b4fc2a71b177f4a1d9824eb246f25140d929a34f commit hash: b4fc2a71b177f4a1d9824eb246f25140d929a34f commit hash: b4fc2a71b177f4a1d9824eb246f25140d929a34f commit hash: b4fc2a71b177f4a1d9824eb246f25140d929a34f b4fc2a7
Friday, 22 Oct 2021
06:57 Tobias C. Berner (tcberner) search for other commits by this committer
x11-servers/xorg-server: Update to 1.20.13

Summary:
Changelogs to 1.20.12 in [1] and 1.20.13 in [2].

[1] https://lists.x.org/archives/xorg-announce/2021-July/003098.html
[2] https://lists.x.org/archives/xorg-announce/2021-July/003100.html

Reviewd by:		x11 (manu,zeising)
Differential Revision:	https://reviews.freebsd.org/D32539
commit hash: 59fea54dcf7301eea4dab32d0f917cedf05a3778 commit hash: 59fea54dcf7301eea4dab32d0f917cedf05a3778 commit hash: 59fea54dcf7301eea4dab32d0f917cedf05a3778 commit hash: 59fea54dcf7301eea4dab32d0f917cedf05a3778 59fea54
Tuesday, 13 Apr 2021
15:50 Emmanuel Vadot (manu) search for other commits by this committer
x11/xorg-server: Update to 1.20.11

Changes: https://lists.x.org/archives/xorg/2021-April/060678.html
commit hash: fdd94741382f7962682630fe7f03f7652c898e79 commit hash: fdd94741382f7962682630fe7f03f7652c898e79 commit hash: fdd94741382f7962682630fe7f03f7652c898e79 commit hash: fdd94741382f7962682630fe7f03f7652c898e79 fdd9474
Tuesday, 1 Dec 2020
19:48 zeising search for other commits by this committer
xorg-server: Add patches to fix security issues

Patch xorg-server (and sub ports) to fix recently discovered security isses:
CVE-2020-14360 and CVE-2020-25712.

These issues can lead to privileges elevations for authorized clients
on systems where the X server is running privileged.

Tested by:	adridg, tcberner, mikael
MFH:		2020Q4
Security:	76c8b690-340b-11eb-a2b7-54e1ad3d6335
Original commitRevision:556790 
Sunday, 13 Sep 2020
17:03 zeising search for other commits by this committer
x11-servers/xorg-server: Update to 1.20.9

Update x11-servers/xorg-server to 1.20.9
This is a maintenance release

Changelog and announcement:
https://lists.x.org/archives/xorg-announce/2020-August/003059.html
Original commitRevision:548488 
Tuesday, 25 Aug 2020
17:30 zeising search for other commits by this committer
x11-servers/xorg-server: Fix several security issues

Fix several security issues in x11-servers/xorg-server and slave ports which
ultimately can lead to local privilege escalations if xorg-server is running
privileged.

More info:
https://lists.x.org/archives/xorg-announce/2020-August/003058.html

MFH:		2020Q3 (implicit, security update)
Security:	ffa15b3b-e6f6-11ea-8cbf-54e1ad3d6335
Original commitRevision:546199 
Saturday, 1 Aug 2020
14:17 zeising search for other commits by this committer
x11-servers/xorg-server: Fix CVE-2020-14347

Add upstream patch to fix CVE-2020-14347, Pixel Data Uninitialized Memory
Information Disclosure.
Announcement:
https://lists.x.org/archives/xorg-announce/2020-July/003051.html

PR:		248410 (based on)
Submitted by:	VVD
MFH:		2020Q3 (implicit, security update)
Security:	3c7ba82a-d3fb-11ea-9aba-0c9d925bbbc0
Original commitRevision:543911 
Sunday, 3 May 2020
20:22 zeising search for other commits by this committer
xorg-server: Do not send spurious focus events

Apply an upstream patch to avoid sending focus evens when grab actually does
not change.  This fixes certain full screen applications. [1]

Ensure that we actually don't try to find and link against HAL even if it's
around on the system we're compiling on [2]

Add CPE information [3]

PR:		245854 [1] (with changes), 245604 [2], 197712 [3]
Submitted by:	naddy@ [1], mi@ [2], arrowd [3]
Reported by:	shun [3]
MFH:		2020Q2
Original commitRevision:533807 
Tuesday, 31 Mar 2020
20:33 zeising search for other commits by this committer
x11-servers/xorg-server: Update to 1.20.8

Update x11-servers/xorg-server to 1.20.8
This is a maintenance release
Most notably, fixes some issues with displayport MST
improves glamor in oom situations

Add a patch to make us more compatible with the linux evdev headers
we're using (devel/evdev-proto).  This is needed for xf86-video-qxl.

complete changelog:
https://lists.x.org/archives/xorg-announce/2020-March/003041.html

Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20
Original commitRevision:530014 
Thursday, 20 Feb 2020
21:15 zeising search for other commits by this committer
Update xorg x11 servers to 1.20.7

Update xorg x11 servers to 1.20.7.  This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.

Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.

Use the upstream fix for glamour issues.

Use evdev xkb rules by default in xwayland [2]

Add x11-drivers/xf86-input-libinput to the list installed by default by
x11-drivers/xorg-drivers.

Fix net/tigervnc-server and emulators/virtualbox-ose

Bump portrevision of all x11 drivers, as well as other ports dependent on
xorg-server.

This represents work by many people over a long period.  These include
wulf, ak, dumbbell, hselasky pete AT nomadlogic DOT org, jbeich, manu,
myself and possibly others (I tried to look through history, but might have
missed people. If so, I am sorry.)

PR:             196678 [1], 244129 [2]
Submitted by:   hselasky, wulf [1], jbeich [2]
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20
(in part)
Original commitRevision:526589 
Saturday, 11 Feb 2017
14:17 rezny search for other commits by this committer
Xorg-servers update to 1.18.4 with driver updates and revision bumps.

Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode

PR:		214591,216269,214687,214593,214715,216276,216277,216278,216287,
		216288,216292,216298,214560,216299,216300,216301,216302
Approved by:	swills (mentor, portmgr)
Differential Revision:	https://reviews.freebsd.org/D9436
Original commitRevision:433863 
Thursday, 29 Oct 2015
23:03 kwm search for other commits by this committer
Update xorg-server to 1.17.4.
Original commitRevision:400485 
Tuesday, 13 Oct 2015
07:45 kwm search for other commits by this committer
Xorg-server update to 1.17.2 with related driver updates and bumps.

Update fontproto to 2.1.3.
Update libXfont to 1.5.1.
Update xf86-input-keyboard 1.8.1.
Update xf86-input-vmmouse to 13.1.0.
Update xf86-input-void to 1.4.1.
Update xf86-video-chips to 1.2.6.
Update xf86-video-cirrus to 1.5.3.
Update xf86-video-mach64 to 6.9.5.
Update xf86-video-neomagic to 1.2.9.
Update xf86-video-r128 to 6.10.0.
Update xf86-video-s3virge to 1.10.7.
Update xf86-video-savage to 2.3.8.
Update xf86-video-siliconmotion to 1.7.8.
Update xf86-video-sis to 0.10.8.
Update xf86-video-trident to 1.3.7.
Update xf86-video-vesa to 2.3.4.

* All other xf86-* drivers where bump and/or patched to allow them to
  compile and work with the new xorg-server.
* The ATI-ums driver is removed because the API it depends on was
  removed from the xorg-server.
* Add patch to sunffb to make the lack of XAA non-fatal
  (not build/run tested due to lack of hardware).
* Remove the extra patches in xorg-server for arm. The code seems to
  support it now natively. Please file a bug if this is not the case.
* Update the xorg-server support in virtualbox-ose-additions for vboxmouse. [1]

Submitted by:	jkim@ [1]
Obtained from:	Graphics devel repo
Original commitRevision:399179 
Friday, 19 Dec 2014
23:03 dumbbell search for other commits by this committer
x11-servers/xorg-server: Update to 1.14

The X.Org server has been updated to 1.14. The changes it brings are described
in a post on the Graphics team blog:
http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/

The most noticable change is the DEVD input device autodetection backend
which is enabled by default, replacing the HAL backend. The keyboard
layout configuration must be migrated from HAL's .fdi files to X.Org
files. The procedure is explained in the post mentionned above.

Several ports were removed with this update, mainly because they are not
compatible with the X.Org server anymore:
    o  nvidia-driver-71
    o  nvidia-driver-96
    o  xf86-input-egalax
    o  xf86-video-newport
    o  xf86-video-tga

PR:		155696, 181660, 183478 (partially fixed), 188640, 191331
Differential Revision:	https://reviews.freebsd.org/D1337
Submitted by:	ak (most of the work on the DEVD backend), dumbbell, kwm,
		zeising
Tested by:	Many people on freebsd-x11@ and IRC
Reviewed by:	kwm, portmgr (antoine)
Approved by:	kwm, portmgr (antoine)
Original commitRevision:374982 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Saturday, 21 Apr 2012
17:03 miwi search for other commits by this committer
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
Original commit
Friday, 25 Feb 2011
16:52 miwi search for other commits by this committer
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
Original commit
Saturday, 1 May 2010
11:41 miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*

or:

portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.

Tested by:      Community and 2x exp-runs
Original commit
Sunday, 7 Feb 2010
15:24 rnoland search for other commits by this committer
Update xorg-server and friends to 1.6.5.
Original commit
Thursday, 7 May 2009
19:40 rnoland search for other commits by this committer
Update Xserver and friends to 1.6.1
Original commit
Saturday, 4 Apr 2009
04:04 rnoland search for other commits by this committer
Update Xorg server to 1.6.0

        o Update randrproto, libXrandr and xrandr to 1.3.0
        o Update xf86-video-intel to 2.6.3
        o Update other less common drivers as needed
        o Mark a bunch of un-maintained input drivers ignored
        o Update the various slave X server ports as well
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Sunday, 15 Jun 2008
12:24 flz search for other commits by this committer
Update x11-servers/xorg-server to 1.4.2 (security update).
Original commit
Thursday, 13 Sep 2007
19:45 flz search for other commits by this committer
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:      vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 27 Jan 2007
20:22 lesi search for other commits by this committer
Add vendor patch preventing overwiting of data on the stack or other
parts of server by dbe and render extensions.

PR:             ports/107733
Security:       CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
Original commit
Saturday, 21 Jan 2006
18:55 lesi search for other commits by this committer
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
Original commit
Friday, 11 Nov 2005
22:16 lesi search for other commits by this committer
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.

Add SHA256.
Original commit
Thursday, 17 Mar 2005
23:22 lesi search for other commits by this committer
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html

Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.

Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
  France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
  Matthias Muthmann), which still appears to have problems with some
  keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
  ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
  by Anders Nor Berle; PR ports/74757)
Original commit
Thursday, 23 Dec 2004
01:35 anholt search for other commits by this committer
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2.  Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:       kris (multiple cluster runs and sorting through logs)
                lesi (fixing all the issues in those logs, and more)
Original commit
Monday, 10 May 2004
05:05 anholt search for other commits by this committer
New port: xorg-server taken from X.org release 6.7.0.

Tested only on x86 so far due to problems installing dependencies on build
cluster.  Based on XFree86-4-Server originally, but I decided the history
wasn't worth keeping that much as a lot has been changed.
Original commit

Number of commits found: 39