notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: emulators/ppsspp/files/patch-no-egl
SVNWeb

Number of commits found: 3

Tue, 26 Jul 2022
[ 17:02 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:30529d609400e588ca5988d6e8883b49de52a294  commit hash:30529d609400e588ca5988d6e8883b49de52a294  commit hash:30529d609400e588ca5988d6e8883b49de52a294  30529d6 
emulators/ppsspp: update to 1.13

Changes:	https://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.12.3...v1.13
Reported by:	GitHub (watch releases)
Thu, 14 Mar 2019
[ 13:54 jbeich search for other commits by this committer ] Original commit   Revision:495700
emulators/ppsspp: update to 1.8.0

Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.7.5...v1.8.0
Tue, 29 May 2018
[ 02:33 jbeich search for other commits by this committer ] Original commit   Revision:471073
emulators/ppsspp: unbreak on armv6/armv7

SDL/SDLGLGraphicsContext.cpp:88:2: error: use of undeclared identifier
'EGL_Init'
        EGL_Init();
        ^
SDL/SDLGLGraphicsContext.cpp:122:18: error: use of undeclared identifier
'g_eglDisplay'
                eglSwapBuffers(g_eglDisplay, g_eglSurface);
                               ^
SDL/SDLGLGraphicsContext.cpp:122:32: error: use of undeclared identifier
'g_eglSurface'
                eglSwapBuffers(g_eglDisplay, g_eglSurface);
                                             ^
SDL/SDLGLGraphicsContext.cpp:139:2: error: use of undeclared identifier
'EGL_Close'
        EGL_Close();
        ^

Number of commits found: 3