Dan Rosser
Dan Rosser
I actually have an updated Poco Formulae, okay lets see what we can do with this
I had a Quick Look haha check this out in their cmakelist: ``` # TODO: Currently only bundled is supported, in future this should also be possible # with an...
Another solution is as well make LibPNG able to be to defined out in the core, maybe all libraries should be able to be defined out to solve similar issues...
Poco libraries subdependancy audit: for (libpng, zlib) ||Severity||Vulnerability Id||CVSS 3 Score||Published|| |Critical|https://github.com/advisories/GHSA-cfmr-vrgj-vqwv|9,8|05.08.2022| |Critical|https://github.com/advisories/GHSA-qq2m-25fj-pxvm|9,8|30.06.2010| |Critical|https://github.com/advisories/GHSA-94xg-qm4r-9r7c|9,8|10.07.2019| |High|https://github.com/advisories/GHSA-jggw-3xrj-fwp3|8,8|17.07.2011| |High|https://github.com/advisories/GHSA-r346-8vrh-m3wr|7,5|30.01.2017| |High|https://github.com/advisories/GHSA-h5hh-r95x-mmfq|7,3|21.01.2016| |Medium|WS-2020-0368|6,5|22.02.2020| |Medium|https://github.com/advisories/GHSA-2r3r-854p-xjfr|6,5|30.06.2010| |Medium|https://github.com/advisories/GHSA-8m2c-g35f-jj8v|6,5|17.07.2011| |Medium|https://github.com/advisories/GHSA-vprr-5687-f565|6,5|17.07.2011| |Medium|https://github.com/advisories/GHSA-8p6q-rjmr-6gp9|5,9|20.02.2009| |Medium|https://github.com/advisories/GHSA-mmpj-hr4h-5g99|5,6|29.05.2012| |Medium|https://github.com/advisories/GHSA-w4pv-vqp3-f753|5,6|22.03.2012| |Medium|https://github.com/advisories/GHSA-fr3h-2jww-582m|5,3|24.11.2015| |Medium|https://github.com/advisories/GHSA-qm7x-p4cx-r7pj|4,9|06.10.2017| |Low|https://github.com/advisories/GHSA-qjvj-64rf-p4qg|3,7|03.03.2010| |Low|https://github.com/advisories/GHSA-fj2p-r342-gx3m|3,7|11.09.2008| |Low|https://github.com/advisories/GHSA-2q8q-w58c-r6vg|3,7|13.08.2012|
PR on Poco for Unbundled LibPNG https://github.com/pocoproject/poco/pull/4657
Poco PR merged
Example unedited: PKGConfig file: ``` prefix=/Users/one/SOURCE/apothecary/apothecary/build/libpng/build_osx_MAC_ARM64/Release exec_prefix=/Users/one/SOURCE/apothecary/apothecary/build/libpng/build_osx_MAC_ARM64/Release libdir=/Users/one/SOURCE/apothecary/apothecary/build/libpng/build_osx_MAC_ARM64/Release/lib includedir=/Users/one/SOURCE/apothecary/apothecary/build/libpng/build_osx_MAC_ARM64/Release/include/libpng16 Name: libpng Description: Loads and saves PNG files Version: 1.6.41 Requires.private: zlib Libs: -L${libdir} -lpng16 Libs.private: -lz -lm Cflags: -I${includedir} ```...
Yeah its gotta be signed run it through the script We can make this accept a code signing identity: build_cmdline.sh or just run the output Xcode project and build it...
Wait I think I read that in inverse
Yeah Nah its looking working from latest... (osx) what happens when you run it via the command (double click ) - activates console output: