Re: Creating a FreeType GitLab merge request

2024-01-20 Thread Alan Coopersmith
& abuse, you'll also need to request the ability to make forks with your new account: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/wikis/home -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Re: permissiveness in FreeType for CFF fonts

2023-03-24 Thread Alan Coopersmith
fork repositories for newly created users as noted on https://gitlab.freedesktop.org/freedesktop/freedesktop/-/wikis/home That permission can be requested by following the link on the above page that appears right after "To request the capability to create/fork projects". -- -Al

zlib (was: Announcing FreeType 2.12.0)

2022-03-31 Thread Alan Coopersmith
would guess does not affect FreeType, but the changelog [2] does mention other bug fixes that might. [1] https://www.theregister.com/2022/03/30/zlib_data_bug/ [2] https://www.zlib.net/ChangeLog.txt -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris

Re: a couple of compiler warnings with gcc 11 on freetype 2.10.4

2021-07-12 Thread Alan Coopersmith
-annotations-help-gcc-detect-buffer-overflows#array_function_parameters -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: Freedesktop.org down

2021-07-11 Thread Alan Coopersmith
, where they report the problem has been fixed now. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: Problems building freetype-2.10.4 on CentOS 5 with GCC 8.3.0

2021-03-16 Thread Alan Coopersmith
probably want to either remove "-ansi" or add the -D_DEFAULT_SOURCE flag to enable the rest of the normal C library functions: https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html -- -Alan Coopersmith- alan.coopersm...@oracle.com Orac

Re: Vulnerability warning (CVE-2020-15999)

2021-02-04 Thread Alan Coopersmith
Google has published more info on this vulnerability now at: https://googleprojectzero.blogspot.com/p/rca-cve-2020-15999.html -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: compressed streams

2020-09-18 Thread Alan Coopersmith
ago, we've also stopped shipping most .pcf files as compressed in Solaris as it wasn't saving enough space to be worthwhile, especially once we moved to compressing the install media & on-disk filesystems as a whole. -- -Alan Coopersmith- alan.coopersm...@oracle

Re: Migrate to github

2020-08-21 Thread Alan Coopersmith
on a free-only version of gitlab, I expect that FreeDesktop would be willing to host a FreeType repository on gitlab.freedesktop.org, but it will have more limited functionality than what gitlab.com offers. -- -Alan Coopersmith- alan.coopersm...@oracle.com Orac

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-08 Thread Alan Coopersmith
the #include directives for it from the other files in FreeType itself. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: [freetype2] Remove #include FT_XXX_H includes from library sources

2020-06-08 Thread Alan Coopersmith
the headers got moved or renamed. In a few years you should be able to stop installing it by default, and only install if an option is specified to request it, much like is done for freetype-config today. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle

Re: tracing and logging library - GSOC Project

2020-03-22 Thread Alan Coopersmith
projects have to do to support us vs. Linux/BSD platforms, so hopefully "standard Unix environments" will cover us too. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Re: [ft-devel] Potential Timing Side-channel in Freetype Library

2019-02-19 Thread Alan Coopersmith
the paper it seems the problem is mainly in those apps, mainly mobile, that show the character for a second before transforming to a star or bullet, to help people notice when they fat-fingered on their touch screen keyboard. -- -Alan Coopersmith- alan.coopersm...@oracle.com

[ft-devel] WebKit & Cairo vs. FT_Done_MM_Var

2018-12-05 Thread Alan Coopersmith
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19876 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ Freetype-devel mailing list Freetype-devel

Re: [ft-devel] freetype and harfbuzz

2018-11-25 Thread Alan Coopersmith
-w64, targetting 32 and 64 bits I see. I try to do something for Unix based systems... is this circular dependency still there ? On Unix? Yes - the instructions to handle it are in: https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/INSTALL.UNIX#n88 -- -Alan Coopers

Re: [ft-devel] some ClearType patents expired

2018-11-12 Thread Alan Coopersmith
describing the grant to OIN covering their unexpired patents that apply to Linux. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ Freetype-devel mailing lis

Re: [ft-devel] some ClearType patents expired

2018-11-07 Thread Alan Coopersmith
just Linux. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo

Re: [ft-devel] [Doubt] About human readable font files

2018-05-11 Thread Alan Coopersmith
use. https://www.x.org/releases/X11R7.7/doc/xorg-docs/fonts/fonts.html#Installing_bitmap_fonts http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/formats.txt http://fileformats.archiveteam.org/wiki/PCF -- -Alan Coopersmith- alan.coopersm...@oracle.com Or

Re: [ft-devel] [Doubt] About reading a font file to check for its driver.

2018-05-07 Thread Alan Coopersmith
bly a collection of them in the /etc/magic file used by the file(1) command on most Linux/UNIX systems too. (For that, see http://www.darwinsys.com/file/ for more info.) -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.

Re: [ft-devel] [PATCH] Further fix to visibility flag testing with Solaris Studio compilers

2018-05-06 Thread Alan Coopersmith
On 05/ 6/18 10:24 AM, Alexei Podtelezhnikov wrote: >> AC_LINK_IFELSE does the compile and then tries to link the result... >> Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> > > Thank you, Alan. Wouldn't you want libtool to do it for you? There is > also

[ft-devel] [PATCH] Further fix to visibility flag testing with Solaris Studio compilers

2018-05-05 Thread Alan Coopersmith
12.4 (Sun C 5.13) Oracle Developer Studio 12.5 (Sun C 5.14) Oracle Developer Studio 12.6 (Sun C 5.15) gcc 5.5.0 gcc 7.3.0 and verified the libfreetype.so.6 generated by each of those compilers exported the same set of symbols. Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.

Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on Solaris x64

2018-05-03 Thread Alan Coopersmith
y one is our downstream change, and all 3 of the upstream ones should go away when we update to the 2.9.1 release that includes those commits. > Alan Coopersmith wrote: >> And for the visibility attributes X.Org uses the ifdefs in: >> https://cgit.freedesktop.org/xorg/proto/xorgproto/tree/i

Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on Solaris x64

2018-05-03 Thread Alan Coopersmith
_GNUC__ would be misleading and break more than it fixes. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ Freetype-devel mailing list Freetype-devel@n

Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc on Solaris x64

2018-05-03 Thread Alan Coopersmith
rgproto/tree/include/X11/Xfuncproto.h#n97 (using the original annotations from the Sun compiler before the attribute form became popularized, but you can see other attributes in that file are handled correctly as well). -- -Alan Coopersmith- alan.coope

[ft-devel] Build fails with harfbuzz older than 1.3.0

2018-02-22 Thread Alan Coopersmith
ng code works. The alternative would be to just raise the minimum required harfbuzz version in builds/unix/configure.ac from 0.9.21 to 1.3.0. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.c

Re: [ft-devel] LD version script

2018-01-30 Thread Alan Coopersmith
st need someone to run a build on Solaris, I can do that too. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc ___ Freetype-devel mailing list Freetype-devel@n

Re: [ft-devel] compiling freetype with clang?

2017-08-21 Thread Alan Coopersmith
create executables See `config.log' for more details All the interesting bits to debug this will be found in "config.log" - what does it say the compiler error was from trying to use clang? -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris E

Re: [ft-devel] Multiarch support?

2014-12-14 Thread Alan Coopersmith
be installed at the same time, but we have a different multilib model packaging system than Debian/Ubuntu does. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc

Re: [ft-devel] pcfWriteFont

2014-12-14 Thread Alan Coopersmith
dumped all remaining traces of the original X Consortium code for bdf pcf fonts and switched completely to FreeType for all font formats, but no one has had time to do that yet. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http

[ft-devel] [PATCH] Don't dereference pointer immediately after setting it to NULL

2014-03-08 Thread Alan Coopersmith
Flagged by cppcheck 1.64: [src/autofit/afglobal.c:336]: (error) Possible null pointer dereference: globals --- src/autofit/afglobal.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autofit/afglobal.c b/src/autofit/afglobal.c index 7aa2e11..74e8a72 100644 ---

Re: [ft-devel] [Fontconfig] fontconfig crash for special bdf font

2014-01-29 Thread Alan Coopersmith
://cgit.freedesktop.org/xorg/font/sun-misc/tree/olcursor.bdf or in the tarball http://www.x.org/releases/individual/font/font-sun-misc-1.0.3.tar.bz2 .) -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc

Re: [ft-devel] Amalgamation details

2012-04-14 Thread Alan Coopersmith
On 04/14/12 06:48 AM, Vinnie wrote: From: Alan Coopersmith alan.coopersm...@oracle.com A pretty convenient way to make your software full of security holes and other bugs if you don't spend the time to update it for every upstream patch, at which point you'll find that it's not all

Re: [ft-devel] Amalgamation: Aftermath.

2012-04-13 Thread Alan Coopersmith
bugs if you don't spend the time to update it for every upstream patch, at which point you'll find that it's not all that convenient compared to just using a shared library. http://www.dwheeler.com/blog/2012/04/03/#insecure-libraries -- -Alan Coopersmith- alan.coopersm

Re: [ft-devel] FreeType patches to support amalgamation

2012-02-21 Thread Alan Coopersmith
the horror stories we hear from other platforms (like those in which you need to deliver via an app store or similar installer everything your software needs that isn't part of the core OS). -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http

Re: [ft-devel] details on iPhone exploit caused by FreeType?

2011-07-28 Thread Alan Coopersmith
of the recent git commits to src/psaux/t1decode.c: https://rhn.redhat.com/errata/RHSA-2011-1085.html http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-0226 -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System

Re: [ft-devel] Font Rendering Query

2011-07-21 Thread Alan Coopersmith
many limitations, and are not antialiased. This remains for backwards compatibility. Modern applications use freetype on the client side, with libraries such as libXft pango to handle more complex rendering with newer features such as anti-aliasing/lcd-optimization. -- -Alan

Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H

2010-10-05 Thread Alan Coopersmith
reetype_cflags - since you don't have a $f defined, that becomes the empty string, followed by the string reetype_cflags. You need to change the makefile to: CFLAGS += ${freetype_cflags} LDFLAGS += ${freetype_libs} -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle

Re: [ft-devel] Invalid Preprocessor directive: #include FT_FREETYPE_H

2010-10-05 Thread Alan Coopersmith
times in my makefiles - my problem is usually going the other way, trying to write Makefile variables into shell scripts, and then finding my script is deciding $(FOO) means run the command FOO, not expand the variable FOO. -- -Alan Coopersmith-alan.coopersm...@oracle.com

Re: [ft-devel] PCF format documentation

2010-05-10 Thread Alan Coopersmith
to do so. -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel